Python library to abstract social web federation protocols like ActivityPub, Diaspora and Matrix.
 
 
Go to file
Jason Robinson a054ebee29 Merge pull request #92 from jaywink/add-created-at-to-diaspora-comment
Add created_at to Diaspora Comment entity XML creator + fix relayable support
2017-07-21 23:53:17 +03:00
docs Minor documentation update 2017-07-05 20:08:24 +03:00
federation Improve test coverage for relayable fixes 2017-07-21 23:46:19 +03:00
.coveragerc Add .coveragerc 2016-07-22 23:53:14 +03:00
.gitignore Improve docs and unify with readme 2016-10-04 21:31:51 +03:00
.pep8speaks.yml Make pep8speaks less verbose 2017-03-09 23:18:47 +02:00
.travis.yml Build also Python 3.6 on Travis 2017-01-12 21:56:26 +02:00
CHANGELOG.md Enable correct Diaspora relayable behaviour 2017-07-21 23:21:30 +03:00
LICENSE.txt Add metadata and push 0.3.2 to PyPi 2016-07-15 20:40:33 +03:00
MANIFEST.in Add docs introduction to manifest 2016-10-04 22:42:11 +03:00
README.md Add IRC chat badge 2017-05-14 16:00:59 +03:00
dev-requirements.txt Add created_at to Diaspora Comment entity XML creator 2017-07-21 22:51:16 +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 Free up the dependency upper versions 2017-05-12 23:20:05 +03:00

README.md

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

PyPI version Documentation Status PyPI PyPI

chat on freenode Chat on Gitter

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