.flake8
.gitignore
.pre-commit-config.yaml
.pylintrc
.readthedocs.yml
.yamllint
LICENSE
README.md
codecov.yml
mypy.ini
pyproject.toml
requirements.txt
setup.cfg
tox.ini
.github/CODEOWNERS
.github/CODE_OF_CONDUCT.md
.github/dependabot.yml
.github/release-drafter.yml
.github/workflows/ack.yml
.github/workflows/push.yml
.github/workflows/release.yml
.github/workflows/tox.yml
docs/conf.py
docs/examples.md
docs/index.md
examples/reqs_v1/requirements.yml
examples/reqs_v2/requirements.yml
src/ansible_compat/__init__.py
src/ansible_compat/config.py
src/ansible_compat/constants.py
src/ansible_compat/errors.py
src/ansible_compat/loaders.py
src/ansible_compat/ports.py
src/ansible_compat/prerun.py
src/ansible_compat/py.typed
src/ansible_compat/runtime.py
src/ansible_compat/schema.py
src/ansible_compat.egg-info/PKG-INFO
src/ansible_compat.egg-info/SOURCES.txt
src/ansible_compat.egg-info/dependency_links.txt
src/ansible_compat.egg-info/not-zip-safe
src/ansible_compat.egg-info/requires.txt
src/ansible_compat.egg-info/top_level.txt
test/__init__.py
test/conftest.py
test/test_api.py
test/test_config.py
test/test_configuration_example.py
test/test_prerun.py
test/test_runtime.py
test/test_runtime_example.py
test/test_schema.py
test/assets/requirements-invalid-collection.yml
test/assets/requirements-invalid-role.yml
test/assets/validate0_data.json
test/assets/validate0_expected.json
test/assets/validate0_schema.json
test/collections/acme.broken/galaxy.yml
test/collections/acme.goodies/galaxy.yml
test/collections/acme.goodies/molecule/default/converge.yml
test/collections/acme.goodies/molecule/default/molecule.yml
test/collections/acme.goodies/roles/baz/molecule/deep_scenario/converge.yml
test/collections/acme.goodies/roles/baz/molecule/deep_scenario/molecule.yml
test/collections/acme.goodies/roles/baz/tasks/main.yml
test/roles/acme.missing_deps/requirements.yml
test/roles/acme.missing_deps/meta/main.yml
test/roles/acme.sample2/meta/main.yml
test/roles/ansible-role-sample/meta/main.yml
test/roles/sample3/meta/main.yml
test/roles/sample4/meta/main.yml