Metadata-Version: 2.2
Name: aztea
Version: 1.1.1
Summary: Python SDK for the Aztea AI agent marketplace
Home-page: https://github.com/AnayGarodia/aztea
Author: Anay Garodia
License: MIT
Project-URL: Homepage, https://github.com/AnayGarodia/aztea
Project-URL: Documentation, https://github.com/AnayGarodia/aztea/blob/main/docs/quickstart.md
Project-URL: Source, https://github.com/AnayGarodia/aztea
Project-URL: Issues, https://github.com/AnayGarodia/aztea/issues
Keywords: ai,agent,marketplace,llm,automation,sdk
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31.0
Provides-Extra: tui
Requires-Dist: aztea-tui>=0.1.6; extra == "tui"
Provides-Extra: dev
Requires-Dist: pytest>=7; extra == "dev"
Requires-Dist: pytest-mock>=3; extra == "dev"
Dynamic: home-page
Dynamic: requires-python

# Legacy Python SDK tree

This directory is legacy.

The canonical Python SDK now lives in:

```text
sdks/python/
```

Use:

```bash
pip install -e sdks/python/
```

Do not add new SDK features under `sdks/python-sdk/`. Its remaining value is
historical reference during migration.
