.coveragerc
CHANGELOG.rst
CONTRIBUTORS.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
.github/workflows/test.yml
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/development/forcontributors.rst
docs/development/formaintainers.rst
docs/development/index.rst
docs/development/writingbackends.rst
docs/guide/configuration.rst
docs/guide/index.rst
docs/guide/installation.rst
docs/guide/mapping.rst
docs/guide/patterns.rst
docs/guide/plugins.rst
docs/guide/tutorial.rst
docs/reference/api.rst
docs/reference/backends.rst
docs/reference/index.rst
src/gwf/__init__.py
src/gwf/cli.py
src/gwf/compat.py
src/gwf/conf.py
src/gwf/core.py
src/gwf/exceptions.py
src/gwf/filtering.py
src/gwf/utils.py
src/gwf/workflow.py
src/gwf.egg-info/PKG-INFO
src/gwf.egg-info/SOURCES.txt
src/gwf.egg-info/dependency_links.txt
src/gwf.egg-info/entry_points.txt
src/gwf.egg-info/requires.txt
src/gwf.egg-info/top_level.txt
src/gwf/backends/__init__.py
src/gwf/backends/base.py
src/gwf/backends/exceptions.py
src/gwf/backends/local.py
src/gwf/backends/logmanager.py
src/gwf/backends/sge.py
src/gwf/backends/slurm.py
src/gwf/backends/testing.py
src/gwf/backends/utils.py
src/gwf/plugins/__init__.py
src/gwf/plugins/cancel.py
src/gwf/plugins/clean.py
src/gwf/plugins/config.py
src/gwf/plugins/info.py
src/gwf/plugins/init.py
src/gwf/plugins/logs.py
src/gwf/plugins/run.py
src/gwf/plugins/status.py
src/gwf/plugins/touch.py
src/gwf/plugins/workers.py
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_config.py
tests/test_core.py
tests/test_filtering.py
tests/test_utils.py
tests/test_workflow.py
tests/backends/__init__.py
tests/backends/test_base.py
tests/backends/test_local.py
tests/backends/test_logmanager.py
tests/backends/test_slurm.py
tests/plugins/__init__.py
tests/plugins/test_cancel.py
tests/plugins/test_clean.py
tests/plugins/test_config.py
tests/plugins/test_info.py
tests/plugins/test_run.py
tests/plugins/test_status.py
tests/plugins/test_touch.py