Metadata-Version: 2.4
Name: cyt-indexer-sdk
Version: 0.2.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 cyt-indexer — tool schema decomposition and catalog indexing
Author: Damien Berezenko
License: Apache-2.0
Requires-Python: >=3.13, <4.0
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# cyt-indexer-sdk

Python bindings for the [cyt-indexer](https://crates.io/crates/cyt-indexer) Rust library.

Platforms supported: Linux/Windows11/macOS
CPU Architectures: x86/ARM

## Development

```bash
cd sdk/python
uv sync
uv run maturin develop --release
```

## Usage

```python
from cyt_indexer.build import build_catalog_index, CatalogIndex
```

