Metadata-Version: 2.4
Name: loner-routing-algo
Version: 0.0.1
Summary: Routing algorithm library for quiet walking profiles
Author: tzuping
License-Expression: LicenseRef-Proprietary
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: test
Requires-Dist: pytest>=8.0; extra == "test"

# loner-routing-algo

Routing algorithm library extracted from `taina-walk-router`.

## Install (dev)

```bash
pip install -e .[test]
```

## Run tests

```bash
pytest
```

## Build wheel

```bash
python -m build
```

Wheel output will be in `dist/`.
