Metadata-Version: 2.1
Name: activitypub-utils
Version: 0.1.9
Summary: Various classes and functions for ActivityPub servers
Author-email: Izalia Mae <admin@barkshark.xyz>
License: CNPL 7+
Project-URL: Homepage, https://git.barkshark.xyz/barkshark/aputils
Project-URL: Bug Tracker, https://git.barkshark.xyz/barkshark/aputils/issues
Project-URL: Documentation, https://docs.barkshark.xyz/aputils
Project-URL: Source Code, https://git.barkshark.xyz/barkshark/aputils
Keywords: python module
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: pycryptodome==3.19.0
Provides-Extra: aiohttp
Requires-Dist: aiohttp>=3.9.1; extra == "aiohttp"
Provides-Extra: docs
Requires-Dist: furo==2024.1.29; extra == "docs"
Requires-Dist: sphinx==7.2.6; extra == "docs"
Requires-Dist: sphinx-external-toc==1.0.1; extra == "docs"
Provides-Extra: dev
Requires-Dist: mypy==1.9.0; extra == "dev"
Requires-Dist: flake8==7.0.0; extra == "dev"

# ActivityPub Utilities

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

[Documentation](https://docs.barkshark.xyz/aputils)
