AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
ansible_galaxy/__init__.py
ansible_galaxy/archive.py
ansible_galaxy/build.py
ansible_galaxy/collection_artifact.py
ansible_galaxy/collection_artifact_file_manifest.py
ansible_galaxy/collection_artifact_manifest.py
ansible_galaxy/collection_info.py
ansible_galaxy/collection_members.py
ansible_galaxy/dependencies.py
ansible_galaxy/display.py
ansible_galaxy/download.py
ansible_galaxy/galaxy_repository_spec.py
ansible_galaxy/install.py
ansible_galaxy/install_info.py
ansible_galaxy/installed_content_item_db.py
ansible_galaxy/installed_namespaces_db.py
ansible_galaxy/installed_repository_db.py
ansible_galaxy/matchers.py
ansible_galaxy/multipart_form.py
ansible_galaxy/repository.py
ansible_galaxy/repository_archive.py
ansible_galaxy/repository_spec.py
ansible_galaxy/repository_spec_parse.py
ansible_galaxy/repository_version.py
ansible_galaxy/requirements.py
ansible_galaxy/rest_api.py
ansible_galaxy/role_metadata.py
ansible_galaxy/yaml_persist.py
ansible_galaxy/actions/__init__.py
ansible_galaxy/actions/build.py
ansible_galaxy/actions/info.py
ansible_galaxy/actions/install.py
ansible_galaxy/actions/list.py
ansible_galaxy/actions/migrate_role.py
ansible_galaxy/actions/publish.py
ansible_galaxy/actions/remove.py
ansible_galaxy/actions/version.py
ansible_galaxy/compat/__init__.py
ansible_galaxy/config/__init__.py
ansible_galaxy/config/config.py
ansible_galaxy/config/config_file.py
ansible_galaxy/config/defaults.py
ansible_galaxy/config/yaml_file.py
ansible_galaxy/data/__init__.py
ansible_galaxy/data/spdx_licenses.json
ansible_galaxy/data/spdx_licenses.py
ansible_galaxy/exceptions/__init__.py
ansible_galaxy/fetch/__init__.py
ansible_galaxy/fetch/base.py
ansible_galaxy/fetch/editable.py
ansible_galaxy/fetch/fetch_factory.py
ansible_galaxy/fetch/galaxy_url.py
ansible_galaxy/fetch/local_file.py
ansible_galaxy/fetch/remote_url.py
ansible_galaxy/fetch/scm_url.py
ansible_galaxy/flat_rest_api/__init__.py
ansible_galaxy/flat_rest_api/urls.py
ansible_galaxy/models/__init__.py
ansible_galaxy/models/build_context.py
ansible_galaxy/models/collection_artifact_file.py
ansible_galaxy/models/collection_artifact_file_manifest.py
ansible_galaxy/models/collection_artifact_manifest.py
ansible_galaxy/models/collection_info.py
ansible_galaxy/models/content.py
ansible_galaxy/models/content_item.py
ansible_galaxy/models/context.py
ansible_galaxy/models/galaxy_namespace.py
ansible_galaxy/models/install_destination.py
ansible_galaxy/models/install_info.py
ansible_galaxy/models/installation_results.py
ansible_galaxy/models/migrate_role_context.py
ansible_galaxy/models/repository.py
ansible_galaxy/models/repository_archive.py
ansible_galaxy/models/repository_spec.py
ansible_galaxy/models/requirement.py
ansible_galaxy/models/requirement_spec.py
ansible_galaxy/models/role_metadata.py
ansible_galaxy/utils/__init__.py
ansible_galaxy/utils/attr_utils.py
ansible_galaxy/utils/chksums.py
ansible_galaxy/utils/repository_name.py
ansible_galaxy/utils/role_spec.py
ansible_galaxy/utils/scm_archive.py
ansible_galaxy/utils/text.py
ansible_galaxy/utils/version.py
ansible_galaxy/utils/yaml_parse.py
ansible_galaxy_cli/__init__.py
ansible_galaxy_cli/__main__.py
ansible_galaxy_cli/main.py
ansible_galaxy_cli/cli/__init__.py
ansible_galaxy_cli/cli/galaxy.py
ansible_galaxy_cli/config/__init__.py
ansible_galaxy_cli/exceptions/__init__.py
ansible_galaxy_cli/logger/__init__.py
ansible_galaxy_cli/logger/default-mazer-logging.yml
ansible_galaxy_cli/logger/setup.py
ansible_galaxy_cli/utils/__init__.py
mazer.egg-info/PKG-INFO
mazer.egg-info/SOURCES.txt
mazer.egg-info/dependency_links.txt
mazer.egg-info/entry_points.txt
mazer.egg-info/not-zip-safe
mazer.egg-info/requires.txt
mazer.egg-info/top_level.txt
tests/use-cases.sh
tests/ansible_galaxy/conftest.py
tests/ansible_galaxy/example_artifact_file_manifest1.yml
tests/ansible_galaxy/example_artifact_manifest1.yml
tests/ansible_galaxy/example_collection_info1.yml
tests/ansible_galaxy/test_archive.py
tests/ansible_galaxy/test_build.py
tests/ansible_galaxy/test_collection.py
tests/ansible_galaxy/test_collection_artifact_file_manifest.py
tests/ansible_galaxy/test_collection_artifact_manifest.py
tests/ansible_galaxy/test_collection_info.py
tests/ansible_galaxy/test_collection_members.py
tests/ansible_galaxy/test_install.py
tests/ansible_galaxy/test_install_info.py
tests/ansible_galaxy/test_installed_content_item_db.py
tests/ansible_galaxy/test_installed_repository_db.py
tests/ansible_galaxy/test_matchers.py
tests/ansible_galaxy/test_repository.py
tests/ansible_galaxy/test_repository_archive.py
tests/ansible_galaxy/test_repository_spec.py
tests/ansible_galaxy/test_repository_spec_parse.py
tests/ansible_galaxy/test_repository_version.py
tests/ansible_galaxy/test_rest_api.py
tests/ansible_galaxy/test_role_metadata.py
tests/ansible_galaxy/test_yaml_persist.py
tests/ansible_galaxy/actions/__init__.py
tests/ansible_galaxy/actions/test_build_action.py
tests/ansible_galaxy/actions/test_info.py
tests/ansible_galaxy/actions/test_install_action.py
tests/ansible_galaxy/actions/test_list.py
tests/ansible_galaxy/actions/test_migrate_role_action.py
tests/ansible_galaxy/actions/test_version.py
tests/ansible_galaxy/collection_examples/hello/collection_info.yml
tests/ansible_galaxy/collection_examples/hello/galaxy.yml
tests/ansible_galaxy/collection_examples/hello/some_json_file.json
tests/ansible_galaxy/collection_examples/hello/callback_plugins/some_callback.py
tests/ansible_galaxy/collection_examples/hello/roles/some_role/defaults/main.yml
tests/ansible_galaxy/collection_examples/hello/roles/some_role/meta/main.yml
tests/ansible_galaxy/collection_examples/hello/roles/some_role/meta/survey.yml
tests/ansible_galaxy/collection_examples/howdy/README.md
tests/ansible_galaxy/collection_examples/howdy/collection_info.yml
tests/ansible_galaxy/collection_examples/howdy/galaxy.yml
tests/ansible_galaxy/collection_examples/howdy/callback_plugins/some_callback.py
tests/ansible_galaxy/collection_examples/howdy/roles/say_howdy/defaults/main.yml
tests/ansible_galaxy/collection_examples/howdy/roles/say_howdy/meta/main.yml
tests/ansible_galaxy/collection_examples/howdy/roles/say_howdy/meta/survey.yml
tests/ansible_galaxy/collection_examples/howdy/roles/say_howdy/tasks/main.yml
tests/ansible_galaxy/config/test_config.py
tests/ansible_galaxy/config/test_config_file.py
tests/ansible_galaxy/exceptions/test_exceptions.py
tests/ansible_galaxy/fetch/test_editable.py
tests/ansible_galaxy/fetch/test_galaxy_url.py
tests/ansible_galaxy/fetch/test_local_file.py
tests/ansible_galaxy/models/test_collection_artifact_file_manifest_model.py
tests/ansible_galaxy/models/test_collection_info_model.py
tests/ansible_galaxy/models/test_content_model.py
tests/ansible_galaxy/models/test_context.py
tests/ansible_galaxy/models/test_galaxy_namespace_model.py
tests/ansible_galaxy/models/test_install_info_model.py
tests/ansible_galaxy/models/test_migrate_role_context_model.py
tests/ansible_galaxy/models/test_repository_model.py
tests/ansible_galaxy/models/test_requirement_model.py
tests/ansible_galaxy/models/test_role_metadata_model.py
tests/ansible_galaxy/utils/conftest.py
tests/ansible_galaxy/utils/test_repository_name.py
tests/ansible_galaxy/utils/test_scm_archive.py
tests/ansible_galaxy/utils/test_version.py
tests/ansible_galaxy/utils/test_yaml_parse.py
tests/ansible_galaxy_cli/test_ansible_galaxy_cli.py
tests/ansible_galaxy_cli/cli/test_cli.py
tests/ansible_galaxy_cli/cli/test_galaxy.py
tests/ansible_galaxy_cli/cli/test_galaxy_upstream.py
tests/ansible_galaxy_cli/cli/data/delete_me.tar.gz
tests/ansible_galaxy_cli/exceptions/test_cli_exceptions.py
tests/ansible_galaxy_cli/logger/test_logger_setup.py
tests/data/sample-ansible-galaxy.yml
tests/data/sample-ansible-galaxy2.yml
tests/data/requirements_yml/basic.yml
tests/data/requirements_yml/basic_requirements.yml
tests/data/requirements_yml/collection_reqs1_requirements.yml
tests/data/requirements_yml/debops_requirements.yml
tests/data/requirements_yml/geerlinguy-ansible-vagrant-requirements.yml
tests/data/requirements_yml/rdo_monitoring_requirements.yml
tests/data/roles/old_school_role/.travis.yml
tests/data/roles/old_school_role/README.md
tests/data/roles/old_school_role/defaults/main.yml
tests/data/roles/old_school_role/handlers/main.yml
tests/data/roles/old_school_role/meta/main.yml
tests/data/roles/old_school_role/tasks/main.yml
tests/data/roles/old_school_role/tests/inventory
tests/data/roles/old_school_role/tests/test.yml
tests/data/roles/old_school_role/vars/main.yml