Metadata-Version: 2.4
Name: aap-protocol
Version: 0.1.0
Summary: Agent Accountability Protocol — Python SDK
License: MIT
Project-URL: Homepage, https://aap-protocol.dev
Project-URL: Repository, https://github.com/ElmadaniS/aap
Project-URL: Documentation, https://aap-protocol.dev/docs
Keywords: aap,agent,accountability,protocol,ai,security
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: cryptography>=42.0
Provides-Extra: test
Requires-Dist: pytest>=8.0; extra == "test"
Requires-Dist: pytest-cov>=5.0; extra == "test"
Provides-Extra: server
Requires-Dist: fastapi>=0.115; extra == "server"
Requires-Dist: uvicorn>=0.30; extra == "server"
