Metadata-Version: 2.4
Name: hanzo-tools-code
Version: 0.1.0
Summary: Code semantic tools 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: ast,code,hanzo,lsp,mcp,tools,tree-sitter
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
Requires-Dist: hanzo-tools-core>=0.1.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: full
Requires-Dist: pygls>=1.0.0; extra == 'full'
Requires-Dist: tree-sitter-languages>=1.10.0; extra == 'full'
Requires-Dist: tree-sitter>=0.21.0; extra == 'full'
Provides-Extra: lsp
Requires-Dist: pygls>=1.0.0; extra == 'lsp'
Provides-Extra: tree-sitter
Requires-Dist: tree-sitter-languages>=1.10.0; extra == 'tree-sitter'
Requires-Dist: tree-sitter>=0.21.0; extra == 'tree-sitter'
Description-Content-Type: text/markdown

# hanzo-tools-code

Code semantic tools for Hanzo AI (HIP-0300).

## Installation

```bash
pip install hanzo-tools-code
```
