Metadata-Version: 2.1
Name: apmodel
Version: 0.2.2
Summary: ActivityStreams 2.0 and nodeinfo 2.0/2.1 implementation for Python.
Author-Email: AmaseCocoa <cocoa@amase.cc>
License: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Project-URL: Repository, https://github.com/AmaseCocoa/apmodel
Project-URL: Issues, https://github.com/AmaseCocoa/apmodel/issues
Project-URL: Changelog, https://github.com/AmaseCocoa/apmodel/blob/main/CHANGELOG.md
Requires-Python: >=3.10
Requires-Dist: cryptography>=44.0.1
Requires-Dist: pyfill>=0.1.1
Requires-Dist: multiformats>=0.3.1.post4
Description-Content-Type: text/markdown

# apmodel
ActivityStreams 2.0 and nodeinfo 2.0/2.1 implementation for Python.
## Other ActivityPub Tools
- [apsig: Signature implementation used in ActivityPub](https://github.com/AmaseCocoa/apsig)
- [apkit: Powerful Toolkit for ActivityPub Implementations](https://github.com/AmaseCocoa/apkit)