Metadata-Version: 2.3
Name: shpshifter
Version: 0.1.2
Summary: Add your description here
Author: openSourcerer9000
Author-email: openSourcerer9000 <openSourcerer9000@gmail.com>
Requires-Dist: funkshuns>=0.1.0
Requires-Dist: geocube>=0.4
Requires-Dist: myst-parser>=3 ; extra == 'docs'
Requires-Dist: sphinx>=7.4 ; extra == 'docs'
Requires-Python: >=3.9
Provides-Extra: docs
Description-Content-Type: text/markdown

# SHPshifter

<picture>
  <source media="(max-width: 700px)" srcset="cover-mobile.png">
  <img class="docs-cover" src="cover.png" alt="SHPshifter cover" width="100%">
</picture>

[![PyPI](https://img.shields.io/pypi/v/SHPshifter.svg)](https://pypi.python.org/pypi/SHPshifter)
[![Build](https://img.shields.io/travis/openSourcerer9000/SHPshifter.svg)](https://travis-ci.com/openSourcerer9000/SHPshifter)

Extends the geopandas x rioxarray stack, helping you replace your GIS software with pure Python.

## License

- Free software: MIT license

## Installation

Add SHPshifter to a uv-managed project:

```shell
uv add shpshifter
```

Or install it into the active environment:

```shell
uv pip install shpshifter
# or
pip install shpshifter
```

## Usage

```import SHPshifter as shp```

## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter)
and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage)
project template.
