Python library to abstract social web federation protocols like ActivityPub, Diaspora and Matrix.
 
 
Go to file
Jason Robinson 62380a5d77 Add support for Comment entity
Refs: #4
2016-04-03 22:25:12 +03:00
federation Add support for Comment entity 2016-04-03 22:25:12 +03:00
.gitignore Add travis config 2016-04-03 17:29:54 +03:00
.travis.yml Add travis config 2016-04-03 17:29:54 +03:00
MANIFEST.in
README.md Add travis config 2016-04-03 17:29:54 +03:00
setup.py Add travis config 2016-04-03 17:29:54 +03:00
test-requirements.txt Add travis config 2016-04-03 17:29:54 +03:00

README.md

Stories in Ready Build Status codecov.io Code Health

Social-Federation

Python library to abstract social federation protocols.

Aims to first support Diaspora and then the W3C SocialWG ActivityPub protocol.

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).