You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

vrp-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vrp-cli - pypi Package Compare versions

Comparing version
1.19.1
to
1.19.2
+23
-11
METADATA
Metadata-Version: 2.1
Name: vrp-cli
Version: 1.19.1
Version: 1.19.2
Summary: A command line interface for VRP solver

@@ -18,3 +18,3 @@ Keywords: vrp,optimization

[![codecov](https://codecov.io/gh/reinterpretcat/vrp/branch/master/graph/badge.svg)](https://codecov.io/gh/reinterpretcat/vrp)
[![dependency status](https://deps.rs/crate/vrp-cli/1.19.1/status.svg)](https://deps.rs/crate/vrp-cli/1.19.1)
[![dependency status](https://deps.rs/crate/vrp-cli/1.19.2/status.svg)](https://deps.rs/crate/vrp-cli/1.19.2)
[![DOI](https://zenodo.org/badge/238436117.svg)](https://zenodo.org/badge/latestdoi/238436117)

@@ -57,7 +57,24 @@

You can install vrp solver using three different ways:
You can install vrp solver using four different ways:
## Install with Python
The functionality of `vrp-cli` is published to [pypi.org](https://pypi.org/project/vrp-cli/), so you can just install it
using pip and use from python:
```shell
pip install vrp-cli
python examples/python-interop/example.py # run test example
```
Alternatively, you can use [maturin](https://github.com/PyO3/maturin) tool to build solver locally.
You can find extra information in [python example section](https://reinterpretcat.github.io/vrp/examples/interop/python.html)
of the docs. The [full source code](./examples/python-interop/example.py) of python example is available in the repo which
contains useful model wrappers with help of `pydantic` lib.
## Install from Docker
The fastest way to try vrp solver on your environment is to use `docker` image (not performance optimized):
Another fast way to try vrp solver on your environment is to use `docker` image (not performance optimized):

@@ -67,3 +84,3 @@ * **run public image** from `Github Container Registry`:

```bash
docker run -it -v $(pwd):/repo --name vrp-cli --rm ghcr.io/reinterpretcat/vrp/vrp-cli:1.19.1
docker run -it -v $(pwd):/repo --name vrp-cli --rm ghcr.io/reinterpretcat/vrp/vrp-cli:1.19.2
```

@@ -81,9 +98,3 @@

## Install with Python/Maturin
The `vrp-cli` exposes pyo3 bindings for python, so the easiest way would be to use `maturin` tool as described in examples.
You can find instructions in [python example section](https://reinterpretcat.github.io/vrp/examples/interop/python.html)
of the docs. The [full source code](./examples/python-interop/example.py) of python example is available.
## Install from Cargo

@@ -97,2 +108,3 @@

## Install from source

@@ -99,0 +111,0 @@

+4
-4

@@ -1,5 +0,5 @@

vrp_cli-1.19.1.dist-info/METADATA,sha256=KomnYv-LnwwNT2Geko8gwR4rl0_QF-RH7iSRTt0nYqQ,5186
vrp_cli-1.19.1.dist-info/WHEEL,sha256=TVnp4JoMCD18sWxhNxeDRATRavnPov89XBkXXNHxl3c,110
vrp_cli-1.19.2.dist-info/METADATA,sha256=YbSTqXvLTQ9uArZmteKUFL9rFefhijanaCI1jkA7aSw,5487
vrp_cli-1.19.2.dist-info/WHEEL,sha256=iFhOWLYhfvRU-bcbLOwtptw9fp0YZM7_nY3Id8iNJ_M,110
vrp_cli/__init__.py,sha256=Z8dz7qSE_Ui3whk3hFiots6lbcobVs6gTz3y_Q5O2LY,111
vrp_cli/vrp_cli.cpython-310-x86_64-linux-gnu.so,sha256=Yz_-hEZuRtiZ3LLcopcy5au5LRdELqNJ3_pqoRhyJXo,3750936
vrp_cli-1.19.1.dist-info/RECORD,,
vrp_cli/vrp_cli.cpython-310-x86_64-linux-gnu.so,sha256=NHiw_Tq6CTDyz-gIC79heP2MWia771OnpZcXyDqrPuo,3795384
vrp_cli-1.19.2.dist-info/RECORD,,
+1
-1
Wheel-Version: 1.0
Generator: maturin (0.14.10)
Generator: maturin (0.14.15)
Root-Is-Purelib: false
Tag: cp310-cp310-manylinux_2_31_x86_64

Sorry, the diff of this file is not supported yet