Metadata-Version: 2.4
Name: alanbchristie-awxkit
Version: 1.0.2
Summary: An unofficial fork of awxkit, the command line interface for Ansible AWX
Home-page: https://github.com/alanbchristie/awxkit
Author: Red Hat, Inc.
Author-email: info@ansible.com
Maintainer: Alan Christie
License: Apache 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: PyYAML
Requires-Dist: requests
Requires-Dist: packaging
Provides-Extra: formatting
Requires-Dist: jq; extra == "formatting"
Provides-Extra: websockets
Requires-Dist: websocket-client==0.57.0; extra == "websockets"
Provides-Extra: crypto
Requires-Dist: cryptography; extra == "crypto"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

alanbchristie-awxkit
====================

[![CI](https://github.com/alanbchristie/awxkit/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/alanbchristie/awxkit/actions/workflows/ci.yml?query=branch%3Amain)
[![Release](https://img.shields.io/github/v/tag/alanbchristie/awxkit?sort=semver&label=release)](https://github.com/alanbchristie/awxkit/releases)
[![PyPI](https://img.shields.io/pypi/v/alanbchristie-awxkit)](https://pypi.org/project/alanbchristie-awxkit/)

A distribution of the Ansible [awxkit](https://github.com/ansible/awx) that works for Python 3.13+.

This repository is an **unofficial** fork of the `awxkit` directory of
[ansible/awx](https://github.com/ansible/awx), extracted (with history) at
upstream release `24.6.1` and maintained independently for
**Python 3.13 and 3.14**. It is not affiliated with, or endorsed by,
Red Hat or the Ansible project.

The distribution is named `alanbchristie-awxkit` (the PyPI name `awxkit`
belongs to upstream), but it installs the same `awxkit` Python package and
`awx`/`akit` commands as the original — so don't install it alongside
upstream `awxkit`.

For more information on installing the CLI and building the docs on how to use it, look [here](https://github.com/ansible/awx/tree/24.6.1/awxkit/awxkit/cli/docs).

License
-------

The original work is copyright the AWX project contributors (Red Hat, Inc.)
and is licensed under the **Apache License 2.0**. The files in
this repository have been modified from the upstream originals — notably for
Python 3.13/3.14 compatibility and standalone packaging — and those
modifications are distributed under the same Apache License 2.0.
