1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00
awx/awxkit
2023-02-08 16:19:29 -05:00
..
awxkit [AAP-8682] adding Schedule to dependent_export to allow previous behavior on job template export 2023-02-08 16:19:29 -05:00
test Update to comply with new black rules 2023-02-01 14:59:38 -05: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 Make setup.py compatible with older pythons 2021-10-05 19:11:03 -04:00
tox.ini Remove unneeded pass_env in tox config 2022-12-15 19:44:02 -05: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.