2
7
Fork
You've already forked federation
0
Python library for abstracting social federation protocols.
  • Python 99.4%
  • HTML 0.6%
Find a file
Jason Robinson 814d22bebe
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Release 0.27.0
2026年03月28日 04:18:53 +02:00
docs Release v0.26.0 2025年05月24日 01:39:53 +03:00
federation Release 0.27.0 2026年03月28日 04:18:53 +02:00
.coveragerc Add tox and gitlab CI 2018年07月23日 19:15:34 +03:00
.gitignore Add http_cache.sqlite to .gitignore 2023年02月08日 11:19:34 +01:00
.readthedocs.yaml Mention minimum Python 3.10 all around 2026年03月28日 04:16:44 +02:00
.woodpecker.yml Define a woodpecker pipeline 2024年01月20日 13:08:59 +00:00
CHANGELOG.md Release 0.27.0 2026年03月28日 04:18:53 +02:00
dev-requirements.txt bump django max version to <5. 2026年01月19日 11:31:25 -05: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
pytest.ini Move test settings and utils for Django to tests root 2018年09月29日 12:12:34 +03:00
README.md Fix issue tracker badge 2024年10月14日 02:03:56 +03:00
setup.cfg Add metadata and push 0.3.2 to PyPi 2016年07月15日 20:40:33 +03:00
setup.py Mention minimum Python 3.10 all around 2026年03月28日 04:16:44 +02:00
tox.ini Add audio and video media objects and much more. 2022年08月19日 17:01:44 +00:00

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

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