Python library to abstract social web federation protocols like ActivityPub, Diaspora and Matrix.
 
 
Go to file
Alain St-Denis 39a5e0f39e add validation_target_id method to prevent sending Diaspora replies and shares to AP. 2022-12-23 16:11:52 +00:00
.github
docs Add audio and video media objects and much more. 2022-08-19 17:01:44 +00:00
federation add validation_target_id method to prevent sending Diaspora replies and shares to AP. 2022-12-23 16:11:52 +00:00
.coveragerc
.gitignore
.gitlab-ci.yml Add audio and video media objects and much more. 2022-08-19 17:01:44 +00:00
CHANGELOG.md add jsonld context to prevent single value arrays to be compacted to a string. 2022-12-06 13:32:35 +00:00
LICENSE.txt
MANIFEST.in
README.md
dev-requirements.txt
pytest.ini
setup.cfg
setup.py add python-magic to requirements 2022-11-07 01:56:07 +00:00
tox.ini Add audio and video media objects and much more. 2022-08-19 17:01:44 +00:00

README.md

pipeline status issue tracker

PyPI version Documentation Status PyPI PyPI

federation

Python library to abstract social web federation protocols like ActivityPub, Diaspora and Matrix.

Introduction

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

Status

Currently, three protocols are being focused on.

  • Diaspora is considered to be stable with most of the protocol implemented.
  • ActivityPub support should be considered as alpha - all the basic things work but there are likely to be a lot of compatibility issues with other ActivityPub implementations.
  • Matrix support cannot be considered usable yet.

The code base is well tested and in use in several projects. Backward incompatible changes 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://gitlab.com/jaywink / https://github.com/jaywink