Metadata-Version: 2.4
Name: cityjson-index
Version: 0.4.2
Summary: Python bindings for cityjson-index
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: cityjson-lib~=0.6.1

# cityjson-index

Python bindings for the `cityjson-index` Rust crate.

The distribution name is `cityjson-index`; the import name is `cityjson_index`.
It depends on `cityjson-lib` at runtime.

## Install

```bash
pip install cityjson-index
```

## Use

```python
from cityjson_index import OpenedIndex
```
