Metadata-Version: 2.4
Name: geoVeRoPy
Version: 0.0.15
Summary: geoVeRoPy: Geometrical/geological Vehicle Routing Problem solved by Python
Author-email: Lan Peng <lanpeng@shu.edu.cn>
License-Expression: MIT
Project-URL: Homepage, https://github.com/isaac0821/geoVeRoPy/
Project-URL: Issues, https://github.com/isaac0821/geoVeRoPy/issues
Project-URL: Documentation, https://isaac0821.github.io/geoVeRoPy/
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: geopy
Requires-Dist: geojson
Requires-Dist: matplotlib
Requires-Dist: shapely
Requires-Dist: networkx
Dynamic: license-file

### geoVeRoPy - [working project]

This is a personal-use-purpose package that integrates basic functions in vehicle routing research

- Create instances
- Basic graph algorithms
- Create TSP/VRP routes using heuristic/MILP
