Metadata-Version: 2.1
Name: dvrpsim
Version: 1.0.0
Summary: A package for modeling and simulating dynamic vehicle routing problems
Author-email: Markó Horváth <marko.horvath@sztaki.hu>, Tímea Tamási <tamasitimea@student.elte.hu>
Project-URL: Homepage, https://github.com/sztaki-hu/dvrpsim
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: simpy

# A Python package for dynamic vehicle routing

`dvrpsim` is a Python package for simulating dynamic vehicle routing problems (DVRPs).
This package provides a flexible and modular simulation environment that allows users to model a wide range of dynamic vehicle routing scenarios, with the ability to connect external routing algorithms implemented in any programming language.

For more details, check out the introduction, tutorial, and case studies!

## Installation

The package `dvrpsim` requires Python 3.8 or newer.
Since the package is included in the Python Package Index, once you have a Python installation, installing it is as simple as typing it at the command prompt:

```
python -m pip install dvrpsim
```
