Metadata-Version: 2.4
Name: hanzo
Version: 0.1.0
Summary: Hanzo AI CLI - Unified CLI for Local, Private, Free AI Infrastructure
Project-URL: Homepage, https://hanzo.ai
Project-URL: Repository, https://github.com/hanzoai/python-sdk
Project-URL: Documentation, https://docs.hanzo.ai/cli
Project-URL: Bug Tracker, https://github.com/hanzoai/python-sdk/issues
Author-email: Hanzo AI <dev@hanzo.ai>
Keywords: agents,ai,cli,hanzo,llm,local-ai,mcp,private-ai
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Requires-Dist: hanzo-cli>=0.1.0
Description-Content-Type: text/markdown

# Hanzo AI CLI

This is the main `hanzo` package that provides the Hanzo AI CLI tool.

## Installation

```bash
pip install hanzo
```

## Usage

```bash
hanzo --help
```

For more information, see the [hanzo-cli](https://pypi.org/project/hanzo-cli/) package.

## Note

This package is a convenience wrapper around `hanzo-cli`. Both packages provide the same `hanzo` command-line tool.