Various classes and functions for ActivityPub servers
Go to file
Izalia Mae 5a41607f61 Message changes
* replace datetime with HttpDate
* add dict type to (de)serializers
* add new properties: content_map, created
* fix context creation
2024-03-21 07:59:49 -04:00
aputils Message changes 2024-03-21 07:59:49 -04:00
docs rename package and fix optional dependencies 2024-03-21 05:44:15 -04:00
tests add tests for Digest class 2024-01-05 15:00:13 -05: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 add test dev command 2024-03-21 07:54:56 -04:00
LICENSE.md Initial commit 2022-11-14 11:22:06 -05:00
pyproject.toml rename package and fix optional dependencies 2024-03-21 05:44:15 -04:00
README.md convert setup.cfg to pyproject.toml 2024-03-21 05:20:47 -04:00
tox.ini add flake8 config 2024-03-21 05:53:28 -04:00

ActivityPub Utilities

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

Documentation