HISTORY.rst
LICENSE
MANIFEST.in
README.rst
dev_requirements.txt
requirements.txt
setup.py
test_requirements.txt
version.txt
shellfoundry/__init__.py
shellfoundry/__main__.py
shellfoundry/bootstrap.py
shellfoundry/exceptions.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