Skip to content

Python library for abstracting social federation protocols

License

Notifications You must be signed in to change notification settings

jaywink/federation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0b92a3a · Feb 18, 2025
Oct 13, 2024
Feb 17, 2025
Jul 23, 2018
Feb 8, 2023
Jan 23, 2024
Jan 20, 2024
Feb 17, 2025
Jul 15, 2016
Oct 4, 2016
Oct 13, 2024
Mar 24, 2023
Sep 29, 2018
Jul 15, 2016
Oct 13, 2024
Aug 19, 2022

Repository files navigation

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