Various classes and functions for ActivityPub servers
Go to file
2024-05-06 23:42:41 -04:00
aputils fix __version__ 2024-05-06 23:42:41 -04:00
docs add barkshark-lib to replace JsonBase, HttpDate, and Enum classes 2024-04-22 21:48:01 -04:00
tests Use HttpDate for created and expires properties of Signature 2024-04-22 22:33:10 -04:00
.gitignore Use HttpDate for created and expires properties of Signature 2024-04-22 22:33:10 -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 barkshark-lib to replace JsonBase, HttpDate, and Enum classes 2024-04-22 21:48:01 -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