Metadata-Version: 2.4
Name: anip-crypto
Version: 0.12.0
Summary: ANIP cryptographic primitives — key management, JWT, JWS, JWKS
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.12.0
Requires-Dist: cryptography>=42.0
Requires-Dist: PyJWT[crypto]>=2.8
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
