Metadata-Version: 2.4
Name: wherobots-catalog
Version: 0.1.0a3
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: sedonadb>=0.5.0a0
Requires-Dist: pyarrow
Requires-Dist: geoarrow-pyarrow
Requires-Dist: pytest ; extra == 'test'
Provides-Extra: test
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# Wherobots Catalog Python Bindings

Python bindings for the Wherobots Catalog table provider.

## Installation

```bash
pip install wherobots-catalog
```

## Development

```bash
# Install maturin
pip install maturin

# Build and install in development mode
maturin develop

# Run tests
pytest
```

