Metadata-Version: 2.1
Name: activitypub-utils
Version: 0.3.1.post1
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.2.0,>=0.1.5rc1
Requires-Dist: pycryptodome ==3.20.0
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'
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'

# 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)
