Metadata-Version: 2.2
Name: polyline_ruler
Version: 0.0.7
Summary: cubao/polyline-ruler is more than mapbox/cheap-ruler
Author-Email: district10 <dvorak4tzx@gmail.com>
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
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
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Project-URL: Homepage, https://polyline-ruler.readthedocs.io
Requires-Python: >=3.7
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: scipy; extra == "test"
Description-Content-Type: text/markdown

# polyline-ruler

<!--intro-start-->

Init from [mapbox/cheap-ruler](https://github.com/mapbox/cheap-ruler) but more than that.

## Installation

### via pip

```bash
pip install -U polyline-ruler
```

### from source

```bash
git clone --recursive https://github.com/cubao/polyline-ruler
pip install ./polyline-ruler
```

Or

```bash
pip install git+https://github.com/cubao/polyline-ruler.git
```

(you can build wheels for later reuse by `pip wheel git+https://github.com/cubao/polyline-ruler.git`)

<!--intro-end-->

## Usage

See [`tests/test_basic.py`](tests/test_basic.py).

## Tests

```bash
python3 tests/test_basic.py
```
