1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-26 16:25:06 +03:00
awx/awxkit
Jeff Bradberry fb237e3834 Stop pre-caching every resource in the system upon import
If we don't have something in the cache when we call
get_by_natural_key, do an actual filtered query for it and cache the
results.  We'll get more overall API calls this way, but they'll be
smaller and will happen while we are importing, not upfront.
2024-04-24 17:04:40 -04:00
..
awxkit Stop pre-caching every resource in the system upon import 2024-04-24 17:04:40 -04: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.