.gitignore
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
environment.yml
pyproject.toml
requirements.txt
setup.py
tox.ini
.github/workflows/ci.yml
.github/workflows/on-push.yml
.github/workflows/readthedocs-pr.yml
docs/.flake8
docs/Makefile
docs/conf.py
docs/environment.yml
docs/genindex.rst
docs/index.rst
docs/publish.sh
docs/pyproject.toml
docs/requirements.txt
docs/_ext/ecflow_lexers.py
docs/_static/style.css
docs/_static/images/ecflow-ui-add-server-dialog.png
docs/_static/images/ecflow-ui-administrator-menu-mode.png
docs/_static/images/ecflow-ui-begin-suite.png
docs/_static/images/ecflow-ui-complete-suite.png
docs/_static/images/ecflow-ui-resume-suite.png
docs/_static/images/ipynb-buttons.png
docs/_templates/.keep
docs/content/api-reference.rst
docs/content/installation.rst
docs/content/introduction.rst
docs/content/introductory-course.rst
docs/content/introductory-course/additional-examples.ipynb
docs/content/introductory-course/advanced-attributes.ipynb
docs/content/introductory-course/anchor-families.ipynb
docs/content/introductory-course/configuring-suites.ipynb
docs/content/introductory-course/deployable-resources.ipynb
docs/content/introductory-course/flow-control.ipynb
docs/content/introductory-course/getting-started.rst
docs/content/introductory-course/helper-functionality.ipynb
docs/content/introductory-course/host-management.ipynb
docs/content/introductory-course/monitoring-tasks.ipynb
docs/content/introductory-course/object-oriented-suites.ipynb
docs/content/introductory-course/repository-layout.rst
docs/content/introductory-course/script-handling.ipynb
docs/content/introductory-course/suite-basics.ipynb
docs/content/introductory-course/time-dependencies.ipynb
docs/content/introductory-course/variables.ipynb
pyflow/__init__.py
pyflow/_version.py
pyflow/adder.py
pyflow/anchor.py
pyflow/attributes.py
pyflow/base.py
pyflow/configurator.py
pyflow/cron.py
pyflow/deployment.py
pyflow/expressions.py
pyflow/extern.py
pyflow/graph.py
pyflow/header.py
pyflow/host.py
pyflow/html.py
pyflow/importer.py
pyflow/inspect.py
pyflow/multiple.py
pyflow/nodes.py
pyflow/resource.py
pyflow/script.py
pyflow/state.py
pyflow_workflow_generator.egg-info/PKG-INFO
pyflow_workflow_generator.egg-info/SOURCES.txt
pyflow_workflow_generator.egg-info/dependency_links.txt
pyflow_workflow_generator.egg-info/requires.txt
pyflow_workflow_generator.egg-info/top_level.txt
tests/file_resource.txt
tests/test8.json
tests/test_adder.py
tests/test_attributes.py
tests/test_contextmanager.py
tests/test_deployment.py
tests/test_expressions.py
tests/test_extern.py
tests/test_families.py
tests/test_follow.py
tests/test_host.py
tests/test_inlimits.py
tests/test_json.py
tests/test_resource.py
tests/test_script.py
tests/test_suite.py
tests/test_task.py
tests/test_time.py
tests/fixtures/fixture_for_test_script_filescript.sh
tutorials/pyflow.ipynb
tutorials/course/course.ipynb
tutorials/course/head.h
tutorials/course/sample_script.sh
tutorials/course/tail.h
tutorials/course/template_sample_script.sh
tutorials/course/anchor_families/test1.ecf
tutorials/course/anchor_families/f/test1.ecf
tutorials/course/anchor_families/f/test2.ecf
tutorials/examples/configuration.py
tutorials/examples/example_configurations/first.py
tutorials/examples/example_configurations/second.py
tutorials/examples/example_configurations/third.py
utils/deploy-tool.py