Python library to abstract social web federation protocols like ActivityPub, Diaspora and Matrix.
 
 
Go to file
Jason Robinson 11739c8fd2 Fix docs chatroom and support links 2016-10-05 21:52:00 +03:00
docs Fix docs chatroom and support links 2016-10-05 21:52:00 +03:00
federation Rename library to federation 2016-10-04 22:07:24 +03:00
.coveragerc
.gitignore
.travis.yml
CHANGELOG.md Rename library to federation 2016-10-04 22:07:24 +03:00
LICENSE.txt
MANIFEST.in Add docs introduction to manifest 2016-10-04 22:42:11 +03:00
README.md Rename library to federation 2016-10-04 22:07:24 +03:00
dev-requirements.txt
pytest.ini
setup.cfg
setup.py Add a few setup.py classifiers 2016-10-04 22:48:52 +03:00

README.md

Build Status codecov.io Code Health Requirements Status Stories in Ready

PyPI version Documentation Status PyPI downloads PyPI PyPI

federation

Python library to abstract social web federation protocols like Diaspora.

Introduction

The aim of federation is to provide and abstract multiple social web protocols like Diaspora in one package. This way applications can be built to (almost) transparently support many protocols without the app builder having to know everything about those protocols.

While the library does aim to provide an easy way to implement protocols like Diaspora into your application, it will not be a one to one mirror image of said protocols. The idea is to present one unified collection of entities and high level methods to the application to use. Since protocols can support different feature sets or have different ideas on even simple entities like status messages, it would be impossible to model the core entities according to a single protocol.

Status

Currently the library supports a part of the Diaspora protocol with remaining parts being constantly added. See the Diaspora protocol page for support status.

The code base is well tested and in use in several projects. Backward incompatible changes will however be made at this stage still, however those will be clearly documented in changelog entries.

Additional information

Installation and requirements

See installation documentation.

Usage and API documentation

See usage documentation.

Support and help

See development and support documentation.

License

BSD 3-clause license

Author

Jason Robinson / https://jasonrobinson.me / https://github.com/jaywink