Python library to abstract social web federation protocols like ActivityPub, Diaspora and Matrix.
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.
Currently, three protocols are being focused on.
- Diaspora is considered to be stable with most of the protocol implemented.
- ActivityPub is considered to be stable with working federation with most ActivityPub platforms.
- Matrix support is in early phase and not to be considered useful yet.
The code base is well tested and in use in several projects. Backward incompatible changes will be clearly documented in changelog entries.
See installation documentation.
See usage documentation.