.gitignore
LICENSE.txt
README.md
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
awflow/__init__.py
awflow/dawg.py
awflow/node.py
awflow/spec.py
awflow.egg-info/PKG-INFO
awflow.egg-info/SOURCES.txt
awflow.egg-info/dependency_links.txt
awflow.egg-info/entry_points.txt
awflow.egg-info/not-zip-safe
awflow.egg-info/requires.txt
awflow.egg-info/top_level.txt
awflow/backends/__init__.py
awflow/backends/utils.py
awflow/backends/slurm/__init__.py
awflow/backends/slurm/backend.py
awflow/backends/slurm/decorators.py
awflow/backends/slurm/executor.py
awflow/backends/standalone/__init__.py
awflow/backends/standalone/backend.py
awflow/backends/standalone/decorators.py
awflow/backends/standalone/executor.py
awflow/bin/__init__.py
awflow/bin/processor.py
awflow/bin/cli/__init__.py
awflow/bin/cli/base.py
awflow/bin/cli/utils.py
awflow/contrib/__init__.py
awflow/contrib/simulate.py
awflow/decorators/__init__.py
awflow/decorators/chdir.py
awflow/decorators/conda.py
awflow/decorators/node.py
awflow/decorators/partition.py
awflow/decorators/utils.py
awflow/plugins/__init__.py
awflow/plugins/base.py
awflow/plugins/chdir.py
awflow/plugins/conda.py
awflow/plugins/partition.py
awflow/utils/__init__.py
awflow/utils/dawg.py
awflow/utils/decorator.py
awflow/utils/executor.py
awflow/utils/generic.py
examples/pi.py