Various classes and functions for ActivityPub servers
Go to file
2024-04-03 11:07:47 -04:00
aputils use Self annotation for various class methods 2024-03-31 11:49:47 -04:00
docs add docs for request classes 2024-03-27 23:41:24 -04:00
tests fix KeyError when getting digest from headers 2024-03-27 11:59:38 -04:00
.gitignore add flake8 config 2024-03-21 05:53:28 -04:00
.readthedocs.yaml create Signer class and various other classes 2022-11-15 15:16:17 -05:00
dev.py rework signer for future algorithm support 2024-03-27 05:37:27 -04:00
LICENSE.md Initial commit 2022-11-14 11:22:06 -05:00
pyproject.toml add typed classifier 2024-04-03 11:07:47 -04:00
README.md add pypi badges to readme 2024-03-27 07:52:12 -04:00
tox.ini add Signer methods for signing and validating requests 2024-03-27 22:57:25 -04:00

ActivityPub Utilities

A collection of classes and functions to aid in the development of an ActivityPub server

PyPI - Version PyPI - Python Version

Documentation