Metadata-Version: 2.4
Name: hanzo-tools-ui
Version: 0.2.0
Summary: UI component registry tools and server for Hanzo AI (HIP-0300)
Project-URL: Homepage, https://github.com/hanzoai/python-sdk
Project-URL: Documentation, https://docs.hanzo.ai
Project-URL: Repository, https://github.com/hanzoai/python-sdk
Author-email: Hanzo AI Team <ai@hanzo.ai>
License-Expression: MIT
Keywords: components,hanzo,mcp,registry,shadcn,tools,ui
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
Requires-Dist: aiofiles>=24.0.0
Requires-Dist: hanzo-tools-core>=0.1.0
Requires-Dist: httpx>=0.25.0
Requires-Dist: mcp>=1.0.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Provides-Extra: server
Requires-Dist: fastapi>=0.115.0; extra == 'server'
Requires-Dist: uvicorn[standard]>=0.34.0; extra == 'server'
Description-Content-Type: text/markdown

# hanzo-tools-ui

UI component registry tools for Hanzo AI MCP.

Browse, search, install, and manage UI components from Hanzo and other registries (shadcn/ui, Vue, Svelte, React Native).

## Install

```bash
pip install hanzo-tools-ui
```

## Usage

```python
from hanzo_tools.ui import UiTool, TOOLS
```
