Metadata-Version: 2.1
Name: osmrx
Version: 0.0.3
Summary: 
License: GPL3
Author: amauryval
Author-email: amauryval@gmail.com
Requires-Python: ==3.11.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Requires-Dist: more-itertools (>=9.1.0,<10.0.0)
Requires-Dist: requests-futures (>=1.0.0,<2.0.0)
Requires-Dist: rtree (>=1.0.1,<2.0.0)
Requires-Dist: scipy (>=1.10.1,<2.0.0)
Requires-Dist: shapely (>=2.0.1,<3.0.0)
Description-Content-Type: text/markdown

# osmNetwork

![CI](https://github.com/amauryval/osmNetwork/workflows/RunTest/badge.svg)

[![codecov](https://codecov.io/gh/amauryval/osmNetwork/branch/master/graph/badge.svg)](https://codecov.io/gh/amauryval/osmNetwork)


## Dev Env install

```bash
pyenv local 3.11.0
poetry env use 3.11.0
poetry install
```

