Metadata-Version: 2.4
Name: chunk-your-tools
Version: 1.0.6
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Rust
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Summary: Python SDK for chunk-your-tools — tool schema decomposition and recomposition
Author: Damien Berezenko
License: Apache-2.0
Requires-Python: >=3.13, <4.0
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# chunk-your-tools

Python SDK for [chunk-your-tools](https://crates.io/crates/chunk-your-tools) — tool schema decomposition and recomposition.

```bash
pip install chunk-your-tools
```

```python
from chunk_your_tools import build_catalog_from_tools, recompose_tools_from_names

index = build_catalog_from_tools(tools)
pruned = recompose_tools_from_names(tools, survivors)
```

