1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-26 07:55:24 +03:00
awx/awxkit
2024-06-13 15:13:58 +03:00
..
awxkit add HasCreate 2024-06-13 15:13:58 +03:00
test AAP-13369 Python 3.9 -> 3.11 upgrade (#14771) 2024-03-13 14:41:40 +01:00
.gitignore import awxkit 2019-08-08 22:12:31 -04:00
MANIFEST.in make awxkit have the same version as the AWX package 2019-08-12 09:42:04 -04:00
README.md Update to include pip install command and PyPI link 2023-01-17 19:04:57 -08:00
requirements.txt Keep awxkit's requirements on the setup.py 2020-04-29 14:47:21 -04:00
setup.py Add python 3.12 dependency (#14869) 2024-02-14 15:12:51 -05:00
tox.ini AAP-13369 Python 3.9 -> 3.11 upgrade (#14771) 2024-03-13 14:41:40 +01:00

awxkit

A Python library that backs the provided awx command line client.

It can be installed by running pip install awxkit.

The PyPI respository can be found here.

For more information on installing the CLI and building the docs on how to use it, look here.