.coveragerc
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
requirements.txt
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/workflows/release.yml
.github/workflows/testing.yml
.github/workflows/update-precommit.yml
docs/admin/version-releases.md
docs/src/changelog.rst
docs/src/conf.py
docs/src/contributing.rst
docs/src/contributors.rst
docs/src/flow.rst
docs/src/genindex.rst
docs/src/index.rst
docs/src/install.rst
docs/src/job.rst
docs/src/jobflow.core.rst
docs/src/jobflow.managers.rst
docs/src/jobflow.rst
docs/src/jobflow.utils.rst
docs/src/license.rst
docs/src/maker.rst
docs/src/tutorials.rst
docs/src/_static/custom.css
docs/src/_static/orcid.svg
docs/src/_static/fonts/lato-bold-italic.woff
docs/src/_static/fonts/lato-bold-italic.woff2
docs/src/_static/fonts/lato-bold.woff
docs/src/_static/fonts/lato-bold.woff2
docs/src/_static/fonts/lato-normal-italic.woff
docs/src/_static/fonts/lato-normal-italic.woff2
docs/src/_static/fonts/lato-normal.woff
docs/src/_static/fonts/lato-normal.woff2
docs/src/_static/img/simple_flow.png
docs/src/_templates/breadcrumbs.html
docs/src/tutorials/1-quickstart.rst
docs/src/tutorials/2-defining-jobs.rst
docs/src/tutorials/3-creating-flows.rst
docs/src/tutorials/4-dynamic-flows.rst
docs/src/tutorials/5-jobflow-database.rst
docs/src/tutorials/6-fireworks.rst
examples/data_store.py
examples/encode_decode.py
examples/fibonacci.py
examples/linear.py
examples/maker.py
examples/nesting.py
examples/restarts.py
examples/schema.py
examples/websites.txt
src/jobflow/__init__.py
src/jobflow/_version.py
src/jobflow/py.typed
src/jobflow.egg-info/PKG-INFO
src/jobflow.egg-info/SOURCES.txt
src/jobflow.egg-info/dependency_links.txt
src/jobflow.egg-info/not-zip-safe
src/jobflow.egg-info/requires.txt
src/jobflow.egg-info/top_level.txt
src/jobflow/core/__init__.py
src/jobflow/core/flow.py
src/jobflow/core/job.py
src/jobflow/core/maker.py
src/jobflow/core/reference.py
src/jobflow/core/schema.py
src/jobflow/core/state.py
src/jobflow/core/store.py
src/jobflow/managers/__init__.py
src/jobflow/managers/fireworks.py
src/jobflow/managers/local.py
src/jobflow/utils/__init__.py
src/jobflow/utils/dict_mods.py
src/jobflow/utils/enum.py
src/jobflow/utils/find.py
src/jobflow/utils/graph.py
src/jobflow/utils/log.py
src/jobflow/utils/uuid.py
tests/__init__.py
tests/conftest.py
tests/core/__init__.py
tests/core/test_flow.py
tests/core/test_job.py
tests/core/test_maker.py
tests/core/test_reference.py
tests/core/test_schema.py
tests/core/test_state.py
tests/core/test_store.py
tests/managers/__init__.py
tests/managers/conftest.py
tests/managers/test_fireworks.py
tests/managers/test_local.py
tests/test_data/db.yaml
tests/test_data/db_bad.yaml
tests/test_data/db_gridfs.yaml
tests/test_data/db_serialized.json
tests/utils/test_dict_mods.py
tests/utils/test_enum.py
tests/utils/test_find.py
tests/utils/test_graph.py
tests/utils/test_log.py
tests/utils/test_uuid.py