Python library to abstract social web federation protocols like ActivityPub, Diaspora and Matrix.
 
 
Go to file
Jason Robinson ebe5a71c26 No need to quote/encode the payload posted out 2016-09-04 22:57:58 +03:00
federation No need to quote/encode the payload posted out 2016-09-04 22:57:58 +03:00
.coveragerc Add .coveragerc 2016-07-22 23:53:14 +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
CHANGELOG.md Release 0.4.0 2016-07-24 22:06:18 +03:00
LICENSE.txt Add metadata and push 0.3.2 to PyPi 2016-07-15 20:40:33 +03:00
MANIFEST.in
README.md Add metadata and push 0.3.2 to PyPi 2016-07-15 20:40:33 +03:00
pytest.ini Refactor: move diaspora XML generators to entities themselves 2016-04-03 22:54:32 +03:00
setup.cfg Add metadata and push 0.3.2 to PyPi 2016-07-15 20:40:33 +03:00
setup.py Add remote profile fetcher 2016-07-24 20:25:16 +03:00
test-requirements.txt Unlock more direct dependency version ranges 2016-05-22 21:43:23 +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.

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