.gitignore
LICENSE
MANIFEST.in
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
performances/benchmark_tests_0.0.5.pdf
references/darwin/ref/InnerDataJson.json
references/darwin/ref/JSONData.json
references/darwin/ref/NestedDatajson.json
references/darwin/ref/TestEntity.json
references/darwin/ref/TestGraphAsync.expected_result.json
references/darwin/ref/TestGraphAsync.json
references/darwin/ref/TestGraphSync.expected_result.json
references/darwin/ref/TestGraphSync.json
references/darwin/ref/TestNodeAsync.json
references/darwin/ref/TestNodeProcess.json
references/darwin/ref/TestNodeProcessAsync.json
references/darwin/ref/TestNodeStreamingAsyncProcess.json
references/darwin/ref/TestNodeStreamingProcess.json
references/darwin/ref/TestNodeSync.json
references/darwin/ref/TestProcessAsync.json
references/darwin/ref/TestProcessStreaming.json
references/darwin/ref/TestProcessStreamingAsync.json
references/darwin/ref/TestProcessSync.json
references/darwin/ref/TestTaskAsync.json
references/darwin/ref/TestTaskSync.json
references/darwin/schema/InnerDataJson.json
references/darwin/schema/JSONData.json
references/darwin/schema/NestedDatajson.json
references/darwin/schema/TestEntity.json
references/darwin/schema/TestGraphAsync.json
references/darwin/schema/TestGraphSync.json
references/darwin/schema/TestNodeAsync.json
references/darwin/schema/TestNodeProcess.json
references/darwin/schema/TestNodeProcessAsync.json
references/darwin/schema/TestNodeStreamingAsyncProcess.json
references/darwin/schema/TestNodeStreamingProcess.json
references/darwin/schema/TestNodeSync.json
references/darwin/schema/TestProcessAsync.json
references/darwin/schema/TestProcessStreaming.json
references/darwin/schema/TestProcessStreamingAsync.json
references/darwin/schema/TestProcessSync.json
references/darwin/schema/TestTaskAsync.json
references/darwin/schema/TestTaskSync.json
references/linux/ref/InnerDataJson.json
references/linux/ref/JSONData.json
references/linux/ref/NestedDatajson.json
references/linux/ref/TestEntity.json
references/linux/ref/TestGraphAsync.expected_result.json
references/linux/ref/TestGraphAsync.json
references/linux/ref/TestGraphSync.expected_result.json
references/linux/ref/TestGraphSync.json
references/linux/ref/TestNodeAsync.json
references/linux/ref/TestNodeProcess.json
references/linux/ref/TestNodeProcessAsync.json
references/linux/ref/TestNodeStreamingAsyncProcess.json
references/linux/ref/TestNodeStreamingProcess.json
references/linux/ref/TestNodeSync.json
references/linux/ref/TestProcessAsync.json
references/linux/ref/TestProcessStreaming.json
references/linux/ref/TestProcessStreamingAsync.json
references/linux/ref/TestProcessSync.json
references/linux/ref/TestTaskAsync.json
references/linux/ref/TestTaskSync.json
references/linux/schema/InnerDataJson.json
references/linux/schema/JSONData.json
references/linux/schema/NestedDatajson.json
references/linux/schema/TestEntity.json
references/linux/schema/TestGraphAsync.json
references/linux/schema/TestGraphSync.json
references/linux/schema/TestNodeAsync.json
references/linux/schema/TestNodeProcess.json
references/linux/schema/TestNodeProcessAsync.json
references/linux/schema/TestNodeStreamingAsyncProcess.json
references/linux/schema/TestNodeStreamingProcess.json
references/linux/schema/TestNodeSync.json
references/linux/schema/TestProcessAsync.json
references/linux/schema/TestProcessStreaming.json
references/linux/schema/TestProcessStreamingAsync.json
references/linux/schema/TestProcessSync.json
references/linux/schema/TestTaskAsync.json
references/linux/schema/TestTaskSync.json
references/windows/ref/InnerDataJson.json
references/windows/ref/JSONData.json
references/windows/ref/NestedDatajson.json
references/windows/ref/TestEntity.json
references/windows/ref/TestGraphAsync.expected_result.json
references/windows/ref/TestGraphAsync.json
references/windows/ref/TestGraphSync.expected_result.json
references/windows/ref/TestGraphSync.json
references/windows/ref/TestNodeAsync.json
references/windows/ref/TestNodeProcess.json
references/windows/ref/TestNodeProcessAsync.json
references/windows/ref/TestNodeStreamingAsyncProcess.json
references/windows/ref/TestNodeStreamingProcess.json
references/windows/ref/TestNodeSync.json
references/windows/ref/TestProcessAsync.json
references/windows/ref/TestProcessStreaming.json
references/windows/ref/TestProcessStreamingAsync.json
references/windows/ref/TestProcessSync.json
references/windows/ref/TestTaskAsync.json
references/windows/ref/TestTaskSync.json
references/windows/schema/InnerDataJson.json
references/windows/schema/JSONData.json
references/windows/schema/NestedDatajson.json
references/windows/schema/TestEntity.json
references/windows/schema/TestGraphAsync.json
references/windows/schema/TestGraphSync.json
references/windows/schema/TestNodeAsync.json
references/windows/schema/TestNodeProcess.json
references/windows/schema/TestNodeProcessAsync.json
references/windows/schema/TestNodeStreamingAsyncProcess.json
references/windows/schema/TestNodeStreamingProcess.json
references/windows/schema/TestNodeSync.json
references/windows/schema/TestProcessAsync.json
references/windows/schema/TestProcessStreaming.json
references/windows/schema/TestProcessStreamingAsync.json
references/windows/schema/TestProcessSync.json
references/windows/schema/TestTaskAsync.json
references/windows/schema/TestTaskSync.json
src/bundle/__init__.py
src/bundle/_version.py
src/bundle/core/__init__.py
src/bundle/core/data/README.md
src/bundle/core/data/__init__.py
src/bundle/core/data/data.py
src/bundle/core/data/json.py
src/bundle/core/entity/README.md
src/bundle/core/entity/__init__.py
src/bundle/core/entity/entity.py
src/bundle/core/graphs/__init__.py
src/bundle/core/graphs/asynchronous.py
src/bundle/core/graphs/base.py
src/bundle/core/graphs/synchronous.py
src/bundle/core/logger/__init__.py
src/bundle/core/logger/logger.py
src/bundle/core/nodes/__init__.py
src/bundle/core/nodes/asynchronous.py
src/bundle/core/nodes/base.py
src/bundle/core/nodes/synchronous.py
src/bundle/core/process/README.md
src/bundle/core/process/__init__.py
src/bundle/core/process/asynchronous.py
src/bundle/core/process/base.py
src/bundle/core/process/synchronous.py
src/bundle/core/tasks/README.md
src/bundle/core/tasks/__init__.py
src/bundle/core/tasks/asynchronous.py
src/bundle/core/tasks/base.py
src/bundle/core/tasks/synchronous.py
src/bundle/player/player.py
src/bundle/player/thebundle_icon.png
src/bundle/player/thebundleplayer.png
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/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/bundle/testing/tools/data/__init__.py
src/bundle/testing/tools/data/data.py
src/bundle/testing/tools/data/json.py
src/thebundle.egg-info/PKG-INFO
src/thebundle.egg-info/SOURCES.txt
src/thebundle.egg-info/dependency_links.txt
src/thebundle.egg-info/entry_points.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