.gitignore
.hgignore
.hgtags
.readthedocs.yml
.travis.yml
COPYING
README.md
conftest.py
pyproject.toml
requirements
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/jobs.rst
docs/requirements.txt
docs/tutorial.rst
docs/tutorial_1.py
docs/tutorial_2.py
docs/tutorial_3.py
prof/test_cached_job_done_but_gets_invalidated_by_dependency_injection_generated_job.prof
prof/test_flake8.prof
prof/test_temp_jobs_and_gen_jobs.prof
src/pypipegraph/__init__.py
src/pypipegraph/graph.py
src/pypipegraph/interactive.py
src/pypipegraph/job.py
src/pypipegraph/ppg_exceptions.py
src/pypipegraph/resource_coordinators.py
src/pypipegraph/util.py
src/pypipegraph.egg-info/PKG-INFO
src/pypipegraph.egg-info/SOURCES.txt
src/pypipegraph.egg-info/dependency_links.txt
src/pypipegraph.egg-info/entry_points.txt
src/pypipegraph.egg-info/not-zip-safe
src/pypipegraph.egg-info/requires.txt
src/pypipegraph.egg-info/top_level.txt
src/pypipegraph/testing/__init__.py
src/pypipegraph/testing/fixtures.py
src/pypipegraph/utils/autotest.py
src/pypipegraph/utils/filter_job_from_status.py
src/pypipegraph/utils/invariant_diff.py
src/pypipegraph/utils/log_listen.py
tests/__init__.py
tests/_import_does_not_hang.py
tests/conftest.py
tests/shared.py
tests/test.py
tests/test_cache_jobs.py
tests/test_cycles.py
tests/test_flake8.py
tests/test_interactive.py
tests/test_invariants_and_depedencies.py
tests/test_job_gen_jobs.py
tests/test_jobs.py
tests/test_other.py
tests/test_plotjobs.py
tests/test_prune.py
tests/test_simple.py
tests/test_util.py