Metadata-Version: 2.1
Name: geoarrow-rust
Version: 0.1.0
Summary: Metapackage for geoarrow.rust namespace.
Project-URL: Documentation, https://geoarrow.org
Project-URL: Issues, https://github.com/geoarrow/geoarrow-rs/issues
Project-URL: Source, https://github.com/geoarrow/geoarrow-rs
Author-email: Kyle Barron <kylebarron2@gmail.com>
License-Expression: Apache-2.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# `geoarrow-rust`

This is a metapackage for the `geoarrow.rust` namespace.

Both the `geoarrow` and `geoarrow-rust` Python libraries are distributed with [namespace packaging](https://packaging.python.org/en/latest/guides/packaging-namespace-packages/), meaning that each python package `geoarrow-[submodule-name]` and `geoarrow-rust-[submodule-name]` (imported as `geoarrow.[submodule-name]` or `geoarrow.rust.[submodule-name]`) can be published to PyPI independently.

In order to obtain relevant modules, you should install them from PyPI directly, e.g.:

```
pip install geoarrow-rust-core
```
