.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.yamllint
CHANGELOG.md
LICENSE
README.md
codecov.yml
cspell.config.yaml
mkdocs.yml
pyproject.toml
pytest.ini
requirements.txt
tox.ini
.config/dictionary.txt
.config/docs-requirements.txt
.config/requirements-test.txt
.github/CODEOWNERS
.github/CODE_OF_CONDUCT.md
.github/dependabot.yml
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/documentation_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/security_bug_report.md
.github/workflows/ack.yml
.github/workflows/push.yml
.github/workflows/release.yml
.github/workflows/tox.yml
.vscode/extensions.json
.vscode/settings.json
docs/collection_creation.md
docs/contributing.md
docs/index.md
docs/installing.md
docs/media/log-to-file.gif
docs/media/open-collection.gif
docs/media/open-folder.gif
docs/media/open-log-file.gif
docs/media/refresh.gif
src/ansible_creator/__init__.py
src/ansible_creator/__main__.py
src/ansible_creator/_version.py
src/ansible_creator/_version.pyi
src/ansible_creator/cli.py
src/ansible_creator/config.py
src/ansible_creator/constants.py
src/ansible_creator/exceptions.py
src/ansible_creator/output.py
src/ansible_creator/templar.py
src/ansible_creator/utils.py
src/ansible_creator.egg-info/PKG-INFO
src/ansible_creator.egg-info/SOURCES.txt
src/ansible_creator.egg-info/dependency_links.txt
src/ansible_creator.egg-info/entry_points.txt
src/ansible_creator.egg-info/requires.txt
src/ansible_creator.egg-info/top_level.txt
src/ansible_creator/resources/new_collection/.isort.cfg.j2
src/ansible_creator/resources/new_collection/.pre-commit-config.yaml.j2
src/ansible_creator/resources/new_collection/.prettierignore.j2
src/ansible_creator/resources/new_collection/CHANGELOG.rst
src/ansible_creator/resources/new_collection/CODE_OF_CONDUCT.md
src/ansible_creator/resources/new_collection/CONTRIBUTING
src/ansible_creator/resources/new_collection/LICENSE.j2
src/ansible_creator/resources/new_collection/MAINTAINERS
src/ansible_creator/resources/new_collection/README.md.j2
src/ansible_creator/resources/new_collection/galaxy.yml.j2
src/ansible_creator/resources/new_collection/pyproject.toml.j2
src/ansible_creator/resources/new_collection/.github/workflows/test.yml.j2
src/ansible_creator/resources/new_collection/.vscode/extensions.json
src/ansible_creator/resources/new_collection/changelogs/config.yaml
src/ansible_creator/resources/new_collection/docs/.keep
src/ansible_creator/resources/new_collection/docs/docsite/links.yml
src/ansible_creator/resources/new_collection/extensions/eda/rulebooks/rulebook.yml.j2
src/ansible_creator/resources/new_collection/extensions/molecule/integration_hello_world/molecule.yml.j2
src/ansible_creator/resources/new_collection/extensions/molecule/utils/playbooks/converge.yml.j2
src/ansible_creator/resources/new_collection/extensions/molecule/utils/playbooks/noop.yml.j2
src/ansible_creator/resources/new_collection/extensions/molecule/utils/vars/vars.yml.j2
src/ansible_creator/resources/new_collection/meta/runtime.yml
src/ansible_creator/resources/new_collection/plugins/action/__init__.py.j2
src/ansible_creator/resources/new_collection/plugins/cache/__init__.py.j2
src/ansible_creator/resources/new_collection/plugins/filter/__init__.py.j2
src/ansible_creator/resources/new_collection/plugins/filter/hello_world.py.j2
src/ansible_creator/resources/new_collection/plugins/inventory/__init__.py.j2
src/ansible_creator/resources/new_collection/plugins/module_utils/__init__.py.j2
src/ansible_creator/resources/new_collection/plugins/modules/__init__.py.j2
src/ansible_creator/resources/new_collection/plugins/plugin_utils/__init__.py.j2
src/ansible_creator/resources/new_collection/plugins/sub_plugins/__init__.py.j2
src/ansible_creator/resources/new_collection/plugins/test/__init__.py.j2
src/ansible_creator/resources/new_collection/tests/.gitignore
src/ansible_creator/resources/new_collection/tests/integration/__init__.py.j2
src/ansible_creator/resources/new_collection/tests/integration/test_integration.py.j2
src/ansible_creator/resources/new_collection/tests/integration/targets/hello_world/tasks/main.yml.j2
src/ansible_creator/resources/new_collection/tests/unit/.keep
src/ansible_creator/schemas/__init__.py
src/ansible_creator/subcommands/__init__.py
src/ansible_creator/subcommands/init.py
tests/__init__.py
tests/conftest.py
tests/defaults.py
tests/fixtures/collection/testorg/testcol/.isort.cfg
tests/fixtures/collection/testorg/testcol/.pre-commit-config.yaml
tests/fixtures/collection/testorg/testcol/.prettierignore
tests/fixtures/collection/testorg/testcol/CHANGELOG.rst
tests/fixtures/collection/testorg/testcol/CODE_OF_CONDUCT.md
tests/fixtures/collection/testorg/testcol/CONTRIBUTING
tests/fixtures/collection/testorg/testcol/LICENSE
tests/fixtures/collection/testorg/testcol/MAINTAINERS
tests/fixtures/collection/testorg/testcol/README.md
tests/fixtures/collection/testorg/testcol/galaxy.yml
tests/fixtures/collection/testorg/testcol/pyproject.toml
tests/fixtures/collection/testorg/testcol/.github/workflows/test.yml
tests/fixtures/collection/testorg/testcol/.vscode/extensions.json
tests/fixtures/collection/testorg/testcol/changelogs/config.yaml
tests/fixtures/collection/testorg/testcol/docs/.keep
tests/fixtures/collection/testorg/testcol/docs/docsite/links.yml
tests/fixtures/collection/testorg/testcol/extensions/eda/rulebooks/rulebook.yml
tests/fixtures/collection/testorg/testcol/extensions/molecule/integration_hello_world/molecule.yml
tests/fixtures/collection/testorg/testcol/extensions/molecule/utils/playbooks/converge.yml
tests/fixtures/collection/testorg/testcol/extensions/molecule/utils/playbooks/noop.yml
tests/fixtures/collection/testorg/testcol/extensions/molecule/utils/vars/vars.yml
tests/fixtures/collection/testorg/testcol/meta/runtime.yml
tests/fixtures/collection/testorg/testcol/plugins/action/__init__.py
tests/fixtures/collection/testorg/testcol/plugins/cache/__init__.py
tests/fixtures/collection/testorg/testcol/plugins/filter/__init__.py
tests/fixtures/collection/testorg/testcol/plugins/filter/hello_world.py
tests/fixtures/collection/testorg/testcol/plugins/inventory/__init__.py
tests/fixtures/collection/testorg/testcol/plugins/module_utils/__init__.py
tests/fixtures/collection/testorg/testcol/plugins/modules/__init__.py
tests/fixtures/collection/testorg/testcol/plugins/plugin_utils/__init__.py
tests/fixtures/collection/testorg/testcol/plugins/sub_plugins/__init__.py
tests/fixtures/collection/testorg/testcol/plugins/test/__init__.py
tests/fixtures/collection/testorg/testcol/tests/.gitignore
tests/fixtures/collection/testorg/testcol/tests/integration/__init__.py
tests/fixtures/collection/testorg/testcol/tests/integration/test_integration.py
tests/fixtures/collection/testorg/testcol/tests/integration/targets/hello_world/tasks/main.yml
tests/fixtures/collection/testorg/testcol/tests/unit/.keep
tests/integration/__init__.py
tests/integration/test_init.py
tests/units/__init__.py
tests/units/test_basic.py
tests/units/test_init.py