Metadata-Version: 2.4
Name: agno-infra
Version: 0.1.0a1
Summary: A lightweight framework and CLI for managing Agentic Infrastructure
Author-email: Ashpreet Bedi <ashpreet@agno.com>
Project-URL: homepage, https://agno.com
Project-URL: documentation, https://docs.agno.com
Keywords: infrastructure,aws,docker,framework
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
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: Operating System :: OS Independent
Requires-Python: <4,>=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: gitpython
Requires-Dist: httpx
Requires-Dist: python-dotenv
Requires-Dist: python-multipart
Requires-Dist: pydantic-settings
Requires-Dist: pydantic
Requires-Dist: rich
Requires-Dist: tomli
Requires-Dist: typer
Requires-Dist: typing-extensions
Provides-Extra: dev
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Provides-Extra: docker
Requires-Dist: docker; extra == "docker"
Provides-Extra: aws
Requires-Dist: boto3; extra == "aws"
Dynamic: license-file

# Agno Infra

This is the Agno Infra library. It contains the code for the Agno Infra Resources.

