LICENSE
README.md
changelog.md
setup.py
.circleci/config.yml
doc/Makefile
doc/requirements.txt
doc/source/command_line.rst
doc/source/conf.py
doc/source/index.rst
doc/source/storage.rst
doc/source/workflows_and_stages.rst
flowws/Argument.py
flowws/DirectoryStorage.py
flowws/GetarStorage.py
flowws/PatternMatcher.py
flowws/Stage.py
flowws/Storage.py
flowws/Workflow.py
flowws/__init__.py
flowws/freeze.py
flowws/internal.py
flowws/run.py
flowws/version.py
flowws.egg-info/PKG-INFO
flowws.egg-info/SOURCES.txt
flowws.egg-info/dependency_links.txt
flowws.egg-info/entry_points.txt
flowws.egg-info/top_level.txt
test/__init__.py
test/internal.py
test/test_argument.py
test/test_directory_storage.py
test/test_getar_storage.py
test/test_stage.py