AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
requirements_test.txt
setup.cfg
setup.py
dockerscript/__init__.py
dockerscript/image.py
dockerscript.egg-info/PKG-INFO
dockerscript.egg-info/SOURCES.txt
dockerscript.egg-info/dependency_links.txt
dockerscript.egg-info/not-zip-safe
dockerscript.egg-info/requires.txt
dockerscript.egg-info/top_level.txt
dockerscript/operations/__init__.py
dockerscript/operations/base_image.py
dockerscript/operations/base_operation.py
dockerscript/operations/command.py
dockerscript/operations/copy.py
dockerscript/operations/environment.py
dockerscript/operations/label.py
dockerscript/operations/run.py
dockerscript/operations/shell.py
dockerscript/operations/workdir.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
tests/__init__.py
tests/test_image.py
tests/operations/__init__.py
tests/operations/test_base_image.py
tests/operations/test_command.py
tests/operations/test_copy.py
tests/operations/test_environment.py
tests/operations/test_label.py
tests/operations/test_run.py
tests/operations/test_shell.py
tests/operations/test_workdir.py