LICENSE
README.md
pyproject.toml
src/vine_reduce/__init__.py
src/vine_reduce/checkpoint_store.py
src/vine_reduce/coffea.py
src/vine_reduce/defaults.py
src/vine_reduce/distributor.py
src/vine_reduce/engine.py
src/vine_reduce/executor.py
src/vine_reduce/failure_log.py
src/vine_reduce/local_distributor.py
src/vine_reduce/pipeline.py
src/vine_reduce/progress.py
src/vine_reduce/remote_environment.py
src/vine_reduce/serialization.py
src/vine_reduce/size_log.py
src/vine_reduce/taskvine_distributor.py
src/vine_reduce/types.py
src/vine_reduce.egg-info/PKG-INFO
src/vine_reduce.egg-info/SOURCES.txt
src/vine_reduce.egg-info/dependency_links.txt
src/vine_reduce.egg-info/requires.txt
src/vine_reduce.egg-info/top_level.txt
tests/test_checkpoint_store.py
tests/test_coffea.py
tests/test_defaults.py
tests/test_engine_end_to_end.py
tests/test_examples.py
tests/test_executor.py
tests/test_local_distributor.py
tests/test_pipeline.py
tests/test_remote_environment.py
tests/test_taskvine_distributor.py