federation/README.md

1.5 KiB

PyPI version Build Status codecov.io Code Health Requirements Status PyPI downloads Stories in Ready

Social-Federation

Python library to abstract social federation protocols. Currently supports a subset of the Diaspora protocol with full support intended, and additional protocols after that.

Requirements

  • Python 3.x

Development

Install requirements first:

pip install -r dev-requirements.txt

Running tests

py.test

Building local docs

cd docs
make html

License

BSD 3-clause license (https://www.tldrlegal.com/l/bsd3).