Python library to abstract social web federation protocols like ActivityPub, Diaspora and Matrix.
 
 
Go to file
Jason Robinson e0d818f724 Allow HTTP Signature verification to pass if signature is 24 hours old
Previously requirement was 30 seconds, which caused loss of messages
where signature validation didn't happen immediately, but in
a background worker which didn't immediately process the job.

Refs: https://git.feneas.org/socialhome/socialhome/issues/563
2019-11-27 23:21:31 +02:00
.github Update FUNDING.yml 2019-05-31 20:47:59 +00:00
docs Forgot to ensure ActivityPub support is always on. Release 0.18.1. 2019-10-06 15:03:52 +03:00
federation Allow HTTP Signature verification to pass if signature is 24 hours old 2019-11-27 23:21:31 +02:00
.coveragerc Add tox and gitlab CI 2018-07-23 19:15:34 +03:00
.gitignore Add pytest cache to gitignore 2018-02-02 17:16:16 +02:00
.gitlab-ci.yml Add tox and gitlab CI 2018-07-23 19:15:34 +03:00
CHANGELOG.md Allow HTTP Signature verification to pass if signature is 24 hours old 2019-11-27 23:21:31 +02:00
LICENSE.txt
MANIFEST.in Add docs introduction to manifest 2016-10-04 22:42:11 +03:00
README.md Some clarifications for the docs and readme 2019-10-06 01:57:24 +03:00
dev-requirements.txt Add twine to dev requirements 2019-10-06 02:04:48 +03:00
pytest.ini Move test settings and utils for Django to tests root 2018-09-29 12:12:34 +03:00
setup.cfg
setup.py Merge branch 'markdownify-html' into 'master' 2019-08-26 20:01:55 +00:00
tox.ini Add tox and gitlab CI 2018-07-23 19:15:34 +03:00

README.md

pipeline status codecov.io issue tracker

PyPI version Documentation Status PyPI PyPI

federation

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

Introduction

The aim of federation is to provide and abstract multiple social web protocols like ActivityPub and Diaspora 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 two 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.

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://git.feneas.org/jaywink / https://github.com/jaywink