Metadata-Version: 2.1
Name: geoVeRoPy
Version: 0.0.1
Summary: Working project: Learn VRP by coding
Home-page: https://github.com/isaac0821/geoVeRoPy
Download-URL: https://github.com/isaac0821/geoVeRoPy
Author: Lan Peng
Author-email: Lan Peng <lanpeng@shu.edu.cn>
License: MIT License
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

### geoVeRoPy - [working project] learn VRP by coding

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
