.travis.yml
CHANGES.rst
LICENSE.txt
MANIFEST.in
README.rst
appveyor.yml
setup.py
automan/__init__.py
automan/api.py
automan/automation.py
automan/cluster_manager.py
automan/conda_cluster_manager.py
automan/edm_cluster_manager.py
automan/jobs.py
automan.egg-info/PKG-INFO
automan.egg-info/SOURCES.txt
automan.egg-info/dependency_links.txt
automan.egg-info/requires.txt
automan.egg-info/top_level.txt
automan/tests/__init__.py
automan/tests/example.py
automan/tests/test_automation.py
automan/tests/test_cluster_manager.py
automan/tests/test_jobs.py
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/overview.rst
docs/source/tutorial.rst
docs/source/reference/automan.rst
docs/source/reference/index.rst
examples/edm_conda_cluster/README.md
examples/edm_conda_cluster/automate_conda.py
examples/edm_conda_cluster/automate_edm.py
examples/edm_conda_cluster/environments.yml
examples/edm_conda_cluster/powers.py
examples/edm_conda_cluster/requirements.txt
examples/edm_conda_cluster/square.py
examples/tutorial/README.md
examples/tutorial/automate1.py
examples/tutorial/automate2.py
examples/tutorial/automate3.py
examples/tutorial/automate4.py
examples/tutorial/powers.py
examples/tutorial/square.py