.gitignore
LICENSE
README.md
pyproject.toml
thebundle.png
.github/workflows/auto-reference-update.yml
.github/workflows/publish-pypi.yml
.github/workflows/python-darwin.yml
.github/workflows/python-ubuntu.yml
.github/workflows/python-windows.yml
demo/add_license.py
demo/black.py
demo/clean_pycache.py
demo/profiler_report.py
demo/record.py
src/bundle/__init__.py
src/bundle/_version.py
src/bundle/data/README.md
src/bundle/data/__init__.py
src/bundle/data/data.py
src/bundle/data/json.py
src/bundle/entity/README.md
src/bundle/entity/__init__.py
src/bundle/entity/entity.py
src/bundle/graphs/__init__.py
src/bundle/graphs/_abc.py
src/bundle/graphs/asynchronous.py
src/bundle/graphs/synchronous.py
src/bundle/logger/__init__.py
src/bundle/logger/logger.py
src/bundle/nodes/__init__.py
src/bundle/nodes/_abc.py
src/bundle/nodes/asynchronous.py
src/bundle/nodes/synchronous.py
src/bundle/process/README.md
src/bundle/process/__init__.py
src/bundle/process/_abc.py
src/bundle/process/asynchronous.py
src/bundle/process/synchronous.py
src/bundle/tasks/README.md
src/bundle/tasks/__init__.py
src/bundle/tasks/_abc.py
src/bundle/tasks/asynchronous.py
src/bundle/tasks/synchronous.py
src/bundle/testing/__init__.py
src/bundle/testing/tools/__init__.py
src/bundle/testing/tools/assertions.py
src/bundle/testing/tools/cprofile.py
src/bundle/testing/tools/data.py
src/bundle/testing/tools/data_json.py
src/bundle/testing/tools/entity.py
src/bundle/testing/tools/graphs.py
src/bundle/testing/tools/nodes.py
src/bundle/testing/tools/process.py
src/bundle/testing/tools/tasks.py
src/thebundle.egg-info/PKG-INFO
src/thebundle.egg-info/SOURCES.txt
src/thebundle.egg-info/dependency_links.txt
src/thebundle.egg-info/requires.txt
src/thebundle.egg-info/top_level.txt
tests/conftest.py
tests/test_data.py
tests/test_entity.py
tests/test_graph.py
tests/test_nodes.py
tests/test_process.py
tests/test_tasks.py