LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
bionic/__init__.py
bionic/cache.py
bionic/dagviz.py
bionic/datatypes.py
bionic/decorators.py
bionic/deriver.py
bionic/exception.py
bionic/extras.py
bionic/flow.py
bionic/interpret.py
bionic/optdep.py
bionic/protocol.py
bionic/protocols.py
bionic/provider.py
bionic/tokenization.py
bionic/util.py
bionic.egg-info/PKG-INFO
bionic.egg-info/SOURCES.txt
bionic.egg-info/dependency_links.txt
bionic.egg-info/not-zip-safe
bionic.egg-info/requires.txt
bionic.egg-info/top_level.txt
example/__init__.py
example/basic_workflow.py
example/hello_world.py
example/intro_workflow.py
example/ml_workflow.py
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_optdep.py
tests/test_tokenize.py
tests/test_util.py
tests/test_flow/__init__.py
tests/test_flow/test_api.py
tests/test_flow/test_export.py
tests/test_flow/test_gather.py
tests/test_flow/test_interactions.py
tests/test_flow/test_join.py
tests/test_flow/test_merge.py
tests/test_flow/test_outputs.py
tests/test_flow/test_persistence.py
tests/test_flow/test_persistence_gcs.py
tests/test_flow/test_plotting.py
tests/test_flow/test_protocols.py