vrp-cli 1.22.1

A command line interface for VRP solver
Documentation
1
2
3
4
5
6
7
8
[build-system]
requires = ["maturin>=0.14,<0.15"]
build-backend = "maturin"

[tool.maturin]
bindings = "pyo3"
features = ["py_bindings"]
strip = true