AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
test_requirements.txt
version.txt
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
shellfoundry/__init__.py
shellfoundry/__main__.py
shellfoundry/bootstrap.py
shellfoundry/exceptions.py
shellfoundry/version.py
shellfoundry.egg-info/PKG-INFO
shellfoundry.egg-info/SOURCES.txt
shellfoundry.egg-info/dependency_links.txt
shellfoundry.egg-info/entry_points.txt
shellfoundry.egg-info/not-zip-safe
shellfoundry.egg-info/requires.txt
shellfoundry.egg-info/top_level.txt
shellfoundry/commands/__init__.py
shellfoundry/commands/install_command.py
shellfoundry/commands/list_command.py
shellfoundry/commands/new_command.py
shellfoundry/commands/pack_command.py
shellfoundry/models/__init__.py
shellfoundry/models/shell_template.py
shellfoundry/utilities/__init__.py
shellfoundry/utilities/config_reader.py
shellfoundry/utilities/installer.py
shellfoundry/utilities/package_builder.py
shellfoundry/utilities/shell_config_reader.py
shellfoundry/utilities/template_retriever.py
tests/__init__.py
tests/asserts.py
tests/test_commands/__init__.py
tests/test_commands/test_list_command.py
tests/test_commands/test_new_command.py
tests/test_commands/test_pack_command.py
tests/test_utilities/__init__.py
tests/test_utilities/test_config_reader.py
tests/test_utilities/test_package_builder.py
tests/test_utilities/test_shell_config_reader.py
tests/test_utilities/test_template_retriever.py