AUTHORS.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
test_requirements.txt
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/config_command.py
shellfoundry/commands/delete_command.py
shellfoundry/commands/dist_command.py
shellfoundry/commands/extend_command.py
shellfoundry/commands/generate_command.py
shellfoundry/commands/get_templates_command.py
shellfoundry/commands/install_command.py
shellfoundry/commands/list_command.py
shellfoundry/commands/new_command.py
shellfoundry/commands/pack_command.py
shellfoundry/commands/show_command.py
shellfoundry/data/standards.json
shellfoundry/data/templates.yml
shellfoundry/decorators/__init__.py
shellfoundry/decorators/standards.py
shellfoundry/decorators/version_check.py
shellfoundry/models/__init__.py
shellfoundry/models/install_config.py
shellfoundry/models/shell_template.py
shellfoundry/models/shellfoundry_settings.py
shellfoundry/utilities/__init__.py
shellfoundry/utilities/archive_creator.py
shellfoundry/utilities/config_reader.py
shellfoundry/utilities/constants.py
shellfoundry/utilities/cookiecutter_integration.py
shellfoundry/utilities/driver_generator.py
shellfoundry/utilities/filters.py
shellfoundry/utilities/installer.py
shellfoundry/utilities/package_builder.py
shellfoundry/utilities/python_dependencies_packager.py
shellfoundry/utilities/repository_downloader.py
shellfoundry/utilities/shell_config_reader.py
shellfoundry/utilities/shell_datamodel_merger.py
shellfoundry/utilities/shell_package.py
shellfoundry/utilities/shell_package_builder.py
shellfoundry/utilities/shell_package_installer.py
shellfoundry/utilities/temp_dir_context.py
shellfoundry/utilities/template_retriever.py
shellfoundry/utilities/template_url.py
shellfoundry/utilities/template_versions.py
shellfoundry/utilities/version_utilities.py
shellfoundry/utilities/cloudshell_api/__init__.py
shellfoundry/utilities/cloudshell_api/client_wrapper.py
shellfoundry/utilities/config/__init__.py
shellfoundry/utilities/config/config_context.py
shellfoundry/utilities/config/config_file_creation.py
shellfoundry/utilities/config/config_providers.py
shellfoundry/utilities/config/config_record.py
shellfoundry/utilities/modifiers/__init__.py
shellfoundry/utilities/modifiers/configuration/__init__.py
shellfoundry/utilities/modifiers/configuration/aggregated_modifiers.py
shellfoundry/utilities/modifiers/configuration/password_modification.py
shellfoundry/utilities/modifiers/definition/__init__.py
shellfoundry/utilities/modifiers/definition/definition_modification.py
shellfoundry/utilities/standards/__init__.py
shellfoundry/utilities/standards/consts.py
shellfoundry/utilities/standards/standards_retriever.py
shellfoundry/utilities/standards/standards_versions.py
shellfoundry/utilities/validations/__init__.py
shellfoundry/utilities/validations/shell_generation_validation.py
shellfoundry/utilities/validations/shell_name_validations.py
tests/__init__.py
tests/asserts.py
tests/test_bootstrap.py
tests/test_commands/__init__.py
tests/test_commands/test_config_command.py
tests/test_commands/test_dist_command.py
tests/test_commands/test_extend_command.py
tests/test_commands/test_generate_command.py
tests/test_commands/test_install_command.py
tests/test_commands/test_list_command.py
tests/test_commands/test_new_command.py
tests/test_commands/test_pack_command.py
tests/test_commands/test_show_command.py
tests/test_decorators/__init__.py
tests/test_decorators/test_version_check.py
tests/test_models/__init__.py
tests/test_models/test_install_config.py
tests/test_utilities/__init__.py
tests/test_utilities/test_config_reader.py
tests/test_utilities/test_cookiecutter_integration.py
tests/test_utilities/test_datamodel_merger.py
tests/test_utilities/test_dependencies_packager.py
tests/test_utilities/test_driver_generator.py
tests/test_utilities/test_filters.py
tests/test_utilities/test_package_builder.py
tests/test_utilities/test_repo_downloader.py
tests/test_utilities/test_shell_config_reader.py
tests/test_utilities/test_shell_installer.py
tests/test_utilities/test_shell_package.py
tests/test_utilities/test_shell_package_builder.py
tests/test_utilities/test_shell_package_installer.py
tests/test_utilities/test_template_retriever.py
tests/test_utilities/test_template_url.py
tests/test_utilities/test_template_versions.py
tests/test_utilities/test_version_utilities.py
tests/test_utilities/test_versions.py
tests/test_utilities/config/__init__.py
tests/test_utilities/config/test_config_record.py
tests/test_utilities/modifiers/__init__.py
tests/test_utilities/modifiers/configuration/__init__.py
tests/test_utilities/modifiers/configuration/test_password_modification.py
tests/test_utilities/standards/__init__.py
tests/test_utilities/standards/test_standards_retriever.py
tests/test_utilities/standards/test_standards_versions.py
tests/test_utilities/test_cloudshell_api/__init__.py
tests/test_utilities/test_cloudshell_api/test_client_wrapper.py
tests/test_utilities/test_data/datamodel.xml
tests/test_utilities/test_data/shell_model.xml
tests/test_utilities/test_validations/__init__.py
tests/test_utilities/test_validations/test_shell_name_validations.py