Metadata-Version: 2.4
Name: anip-server
Version: 0.14.0
Summary: ANIP server primitives — delegation, audit, checkpoints, Merkle trees
Author-email: ANIP Protocol <team@anip.dev>
License: Apache-2.0
Project-URL: Repository, https://github.com/anip-protocol/anip
Keywords: anip,agent,protocol
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Requires-Dist: anip-core==0.14.0
Requires-Dist: anip-crypto==0.14.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23; extra == "dev"
Provides-Extra: postgres
Requires-Dist: asyncpg>=0.29; extra == "postgres"
