Metadata-Version: 2.4
Name: codeastra
Version: 2.2.5
Summary: AI agent safety infrastructure. One line to connect.
Author-email: Codeastra <hello@codeastra.dev>
License: MIT
Project-URL: Homepage, https://codeastra.dev
Project-URL: Documentation, https://docs.codeastra.dev
Project-URL: Repository, https://github.com/codeastra/codeastra-python
Project-URL: Bug Tracker, https://github.com/codeastra/codeastra-python/issues
Keywords: ai,agents,safety,llm,openai,anthropic
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
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
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28.0
Requires-Dist: httpx>=0.25.0
Provides-Extra: all
Requires-Dist: openai>=1.0.0; extra == "all"
Requires-Dist: anthropic>=0.20.0; extra == "all"
Requires-Dist: boto3>=1.26.0; extra == "all"
Requires-Dist: google-generativeai>=0.4.0; extra == "all"
Requires-Dist: langchain>=0.1.0; extra == "all"
Requires-Dist: langchain-openai>=0.1.0; extra == "all"
Requires-Dist: langchain-anthropic>=0.1.0; extra == "all"
