.gitignore
.gitmodules
LICENSE
MANIFEST.in
Makefile
README.md
build-requirements.txt
conanfile.txt
conftest.py
pyproject.toml
setup.cfg
setup.py
.github/workflows/main_push.yml
.github/workflows/pull_request.yml
.github/workflows/release.yml
src/_vroom.cpp
src/pyvroom.egg-info/PKG-INFO
src/pyvroom.egg-info/SOURCES.txt
src/pyvroom.egg-info/dependency_links.txt
src/pyvroom.egg-info/not-zip-safe
src/pyvroom.egg-info/requires.txt
src/pyvroom.egg-info/top_level.txt
src/vroom/__init__.py
src/vroom/amount.py
src/vroom/break_.py
src/vroom/job.py
src/vroom/location.py
src/vroom/time_window.py
src/vroom/vehicle.py
src/vroom/input/__init__.py
src/vroom/input/forced_service.py
src/vroom/input/input.py
src/vroom/input/vehicle_step.py
src/vroom/solution/__init__.py
test/test_amount.py
test/test_job.py
test/test_libvroom_examples.py
test/test_location.py
test/test_time_window.py