Metadata-Version: 2.1
Name: python-aap
Version: 0.0.2
Summary: Unofficial python wrapper over Ansible Automation Platform REST API
Project-URL: Homepage, https://gitlab.corp.redhat.com/network/python-aap/
Project-URL: Bug Tracker, https://gitlab.corp.redhat.com/network/python-aap/issues
Author-email: Ivan Mitruk <imitruk@redhat.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Ansible Automation Platform Python Module

This is unofficial wrapper for Ansible Automation Platform (AAP) API.

## Example

Python module can be invoked directly to execute job in aap and report status to terminal.
```
/bin/python3.8 -m aap run-job --id <job-id> -f
```