.gitignore
.hgignore
.readthedocs.yml
.travis.yml
COPYING
README.rst
conftest.py
requirements
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/requirements.txt
docs/tutorial.rst
docs/tutorial_1.py
docs/tutorial_2.py
docs/tutorial_3.py
src/pypipegraph/__init__.py
src/pypipegraph/graph.py
src/pypipegraph/interactive.py
src/pypipegraph/job.py
src/pypipegraph/mp_queues.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/not-zip-safe
src/pypipegraph.egg-info/requires.txt
src/pypipegraph.egg-info/top_level.txt
src/pypipegraph/tests/__init__.py
src/pypipegraph/tests/fixtures.py
src/pypipegraph/utils/autotest.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/test.py
tests/test_flake8.py
tests/test_interactive.py
tests/test_plotjobs.py
tests/test_pypipegraph.py