Metadata-Version: 2.4
Name: ansible-aap-api-client
Version: 0.1.3
Summary: A client to interact with Ansible AAP REST API
Author-email: "Benjamin P. Trachtenberg" <e_ben_75-python@yahoo.com>
Maintainer-email: "Benjamin P. Trachtenberg" <e_ben_75-python@yahoo.com>
License-Expression: MIT
Project-URL: Documentation, https://ansible-aap-api-client.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/btr1975/ansible-aap-api-client
Project-URL: Tracker, https://github.com/btr1975/ansible-aap-api-client/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests~=2.32.0
Dynamic: license-file

# ansible-aap-api-client

| BRANCH  | STATUS                                                                                                                                                                                                                                                   |
|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| main    | [![Unit-Testing, Coverage, Linting](https://github.com/btr1975/ansible-aap-api-client/actions/workflows/test-coverage-lint.yml/badge.svg?branch=main)](https://github.com/btr1975/ansible-aap-api-client/actions/workflows/test-coverage-lint.yml)      |
| develop | [![Unit-Testing, Coverage, Linting](https://github.com/btr1975/ansible-aap-api-client/actions/workflows/test-coverage-lint.yml/badge.svg?branch=develop)](https://github.com/btr1975/ansible-aap-api-client/actions/workflows/test-coverage-lint.yml)    |

[![Supported Versions](https://img.shields.io/pypi/pyversions/ansible-aap-api-client.svg)](https://pypi.org/project/ansible-aap-api-client)

[![Downloads](https://pepy.tech/badge/ansible-aap-api-client)](https://pepy.tech/project/ansible-aap-api-client)

[![Docs](https://readthedocs.org/projects/ansible-aap-api-client/badge/?version=latest)](https://ansible-aap-api-client.readthedocs.io/en/latest/)

## Description
* A client to interact with Ansible AAP REST API

#### Generated by CookieCutter
* Repository: [GitHub](https://github.com/btr1975/cookiecutter-python-library)
* Version: 1.0.13
