Metadata-Version: 2.1
Name: rstar
Version: 0.1.0
Requires-Dist: numpy >= 1.16.0
Requires-Dist: typing_extensions >= 4.0.0; python_version < '3.10'
Requires-Dist: pyarrow>=4.0.*; extra == 'pyarrow'
Requires-Dist: pyarrow>=4.0.*; extra == 'pandas'
Requires-Dist: pandas; extra == 'pandas'
Provides-Extra: pyarrow
Provides-Extra: pandas
License-File: LICENSE
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# rstar

Python bindings to the Rust [`rstar`](https://github.com/georust/rstar) library for creating R* Trees.

At the moment, this is functional but very few Rust methods are wrapped. This is mainly used to test different methods for [spatially partitioning GeoParquet files](https://github.com/kylebarron/spatially-partitioned-geoparquet).

Raise an issue to discuss exposing other methods.

