.flake8
.gitignore
.pre-commit-config.yaml
.pylintrc
.yamllint
LICENSE
README.md
codecov.yml
constraints.txt
mypy.ini
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/CODEOWNERS
.github/CODE_OF_CONDUCT.md
.github/release-drafter.yml
.github/workflows/labels.yml
.github/workflows/release-drafter.yml
.github/workflows/release.yml
.github/workflows/tox.yml
examples/reqs_v1/requirements.yml
examples/reqs_v2/requirements.yml
src/ansible_compat/__init__.py
src/ansible_compat/_compat.py
src/ansible_compat/config.py
src/ansible_compat/constants.py
src/ansible_compat/errors.py
src/ansible_compat/loaders.py
src/ansible_compat/prerun.py
src/ansible_compat/py.typed
src/ansible_compat/runtime.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_runtime.py