Python library to abstract social web federation protocols like ActivityPub, Diaspora and Matrix.
 
 
Go to file
Jason Robinson 4b01542fd4 Add changelog for user.private_key change 2016-09-12 21:58:28 +03:00
federation Deprecate receiving user 'key' attribute for Diaspora protocol 2016-09-12 21:53:25 +03:00
.coveragerc
.gitignore
.travis.yml Add pytest-warnings to test reqs 2016-09-12 21:51:00 +03:00
CHANGELOG.md Add changelog for user.private_key change 2016-09-12 21:58:28 +03:00
LICENSE.txt
MANIFEST.in
README.md
pytest.ini
setup.cfg
setup.py
test-requirements.txt Add pytest-warnings to test reqs 2016-09-12 21:51:00 +03:00

README.md

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

Testing

Install requirements:

pip install -r test-requirements.txt

Run tests:

py.test

License

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