Metadata-Version: 2.4
Name: exasol-ansible-runner-wrapper
Version: 1.0.0
Summary: Python wrapper for running Ansible
License-Expression: MIT
License-File: LICENSE
Keywords: exasol,ansible_runner_wrapper
Author: Mykhailo Skliar
Author-email: mykhailo.skliar@exasol.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: ansible-runner (>=2.4.3,<3.0.0)
Requires-Dist: importlib-metadata (>=9.0.0,<10.0.0)
Description-Content-Type: text/x-rst

ansible-runner-wrapper
======================

Python wrapper for running Ansible

.. image:: https://img.shields.io/pypi/l/ansible_runner_wrapper
    :target: https://opensource.org/licenses/MIT
    :alt: License

.. image:: https://img.shields.io/pypi/dm/ansible_runner_wrapper
    :target: https://pypi.org/project/ansible_runner_wrapper/
    :alt: Downloads

.. image:: https://img.shields.io/pypi/pyversions/ansible_runner_wrapper
    :target: https://pypi.org/project/ansible_runner_wrapper/
    :alt: Supported Python Versions

.. image:: https://img.shields.io/pypi/v/ansible_runner_wrapper
    :target: https://pypi.org/project/ansible_runner_wrapper/
    :alt: PyPi Package

🚀 Features
-----------

🔌️ Prerequisites
-----------------

- `Python <https://www.python.org/>`__ >= 3.10

💾 Installation
---------------

.. code-block:: shell

    pip install exasol-ansible-runner-wrapper

📚 Documentation
----------------

For further details, check out the latest `documentation <https://exasol.github.io/ansible-runner-wrapper/>`_.

