Metadata-Version: 2.1
Name: activitypub-utils
Version: 0.3.2
Summary: Various classes and functions for ActivityPub servers
Author-email: Zoey 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,activitypub,mastodon
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: barkshark-lib<=0.3.0,>=0.2.2.post2
Requires-Dist: pycryptodome==3.20.0
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.10.1; extra == "dev"
Requires-Dist: flake8==7.1.0; extra == "dev"
Requires-Dist: typing_extensions>=4.10.0; python_version < "3.11.0" and extra == "dev"

# ActivityPub Utilities

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

[![PyPI - Version](https://img.shields.io/pypi/v/activitypub-utils.svg)](https://pypi.org/project/activitypub-utils)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/activitypub-utils.svg)](https://pypi.org/project/activitypub-utils)

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