Metadata-Version: 2.1
Name: ansible-compat
Version: 2.2.7
Summary: Ansible compatibility goodies
Author-email: Sorin Sbarnea <ssbarnea@redhat.com>
Maintainer-email: Sorin Sbarnea <ssbarnea@redhat.com>
License: MIT
Project-URL: homepage, https://github.com/ansible/ansible-compat
Project-URL: documentation, https://ansible-compat.readthedocs.io/
Project-URL: repository, https://github.com/ansible/ansible-compat
Project-URL: changelog, https://github.com/ansible/ansible-compat/releases
Keywords: ansible
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Software Development :: Bug Tracking
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: packaging
Requires-Dist: PyYAML
Requires-Dist: subprocess-tee (>=0.3.5)
Requires-Dist: jsonschema (>=4.6.0)
Provides-Extra: docs
Requires-Dist: sphinx-autobuild (>=2021.3.14) ; extra == 'docs'
Requires-Dist: sphinx (>=5.3.0) ; extra == 'docs'
Requires-Dist: sphinx-ansible-theme ; extra == 'docs'
Requires-Dist: myst-parser ; extra == 'docs'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: pip-tools ; extra == 'test'
Requires-Dist: pytest (>=7.2.0) ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'
Requires-Dist: pytest-plus ; extra == 'test'

# ansible-compat

[![pypi](https://img.shields.io/pypi/v/ansible-compat.svg)](https://pypi.org/project/ansible-compat/)
[![docs](https://readthedocs.org/projects/ansible-compat/badge/?version=latest)](https://ansible-compat.readthedocs.io/en/latest/)
[![gh](https://github.com/ansible/ansible-compat/actions/workflows/tox.yml/badge.svg)](https://github.com/ansible/ansible-compat/actions/workflows/tox.yml)
[![codecov.io](https://codecov.io/github/ansible/ansible-compat/coverage.svg?branch=main)](https://codecov.io/github/ansible/ansible-compat?branch=main)

A python package contains functions that facilitate working with various
versions of Ansible 2.9 and newer.

Documentation is available at [ansible-compat.readthedocs.io](https://ansible-compat.readthedocs.io/en/latest/).
