Metadata-Version: 2.1
Name: crhc-cli
Version: 1.15.15
Summary: This project contains the crhc command line tool that simplifies the use of the C.RH.C API available at console.redhat.com
Home-page: https://github.com/C-RH-C/crhc-cli/
Author: Waldirio
Author-email: waldirio@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: alabaster==0.7.13
Requires-Dist: altgraph==0.17.4
Requires-Dist: astroid==2.11.7
Requires-Dist: attrs==22.2.0
Requires-Dist: Babel==2.11.0
Requires-Dist: black==22.8.0
Requires-Dist: certifi==2023.7.22
Requires-Dist: cffi==1.15.1
Requires-Dist: charset-normalizer==2.0.12
Requires-Dist: click==8.0.4
Requires-Dist: coverage==6.2
Requires-Dist: cryptography==40.0.2
Requires-Dist: dataclasses==0.6
Requires-Dist: dill==0.3.4
Requires-Dist: docutils==0.17.1
Requires-Dist: flake8==5.0.4
Requires-Dist: idna==3.4
Requires-Dist: imagesize==1.4.1
Requires-Dist: importlib-metadata==4.2.0
Requires-Dist: iniconfig==1.1.1
Requires-Dist: isort==5.10.1
Requires-Dist: Jinja2==3.0.3
Requires-Dist: lazy-object-proxy==1.7.1
Requires-Dist: MarkupSafe==2.0.1
Requires-Dist: mccabe==0.7.0
Requires-Dist: mypy-extensions==1.0.0
Requires-Dist: packaging
Requires-Dist: pathspec==0.9.0
Requires-Dist: platformdirs==2.4.0
Requires-Dist: pluggy==1.0.0
Requires-Dist: py==1.11.0
Requires-Dist: pyasn1==0.5.0
Requires-Dist: pycodestyle==2.9.1
Requires-Dist: pycparser==2.21
Requires-Dist: pyflakes==2.5.0
Requires-Dist: Pygments==2.14.0
Requires-Dist: pyinstaller
Requires-Dist: pyinstaller-hooks-contrib==2022.0
Requires-Dist: PyJWT==2.4.0
Requires-Dist: pylint==2.13.9
Requires-Dist: pyparsing==3.1.1
Requires-Dist: pytest==7.0.1
Requires-Dist: pytest-cov==4.0.0
Requires-Dist: pytz==2023.3.post1
Requires-Dist: regex==2023.8.8
Requires-Dist: requests==2.27.1
Requires-Dist: rsa==4.9
Requires-Dist: rstcheck==3.5.0
Requires-Dist: snowballstemmer==2.2.0
Requires-Dist: Sphinx==4.3.2
Requires-Dist: sphinx-rtd-theme==1.3.0
Requires-Dist: sphinxcontrib-applehelp==1.0.2
Requires-Dist: sphinxcontrib-devhelp==1.0.2
Requires-Dist: sphinxcontrib-htmlhelp==2.0.0
Requires-Dist: sphinxcontrib-jquery==4.1
Requires-Dist: sphinxcontrib-jsmath==1.0.1
Requires-Dist: sphinxcontrib-qthelp==1.0.3
Requires-Dist: sphinxcontrib-serializinghtml==1.1.5
Requires-Dist: toml==0.10.2
Requires-Dist: tomli==1.2.3
Requires-Dist: typed-ast==1.5.5
Requires-Dist: typing_extensions==4.1.1
Requires-Dist: urllib3==1.26.18
Requires-Dist: wrapt==1.16.0
Requires-Dist: zipp==3.6.0

# C.RH.C API Command Line Tool

This project contains the `crhc` command line tool that simplifies the use of the C.RH.C API available at `console.redhat.com`

---

**Disclaimer**: This project or the binary files available in the `Releases` area are `NOT` delivered and/or released by Red Hat. This is an independent project to help customers and Red Hat Support team to export and/or collect the data from `console.redhat.com` for reporting or troubleshooting purposes.
<br>

**crhc-cli** will work on those versions of python:
- 3.6+
<br>

**Supported Platforms**: At this moment supporting `Linux` and `MS Windows`.
<br><br><br>


Documentation is on [Read the Docs](https://crhc-cli.readthedocs.io). Code repository and issue tracker are on [GitHub](https://github.com/C-RH-C/crhc-cli/).

---
Getting Started
---------------
See the [Quick Start](https://crhc-cli.readthedocs.io/en/latest/quickstart.html) section on Read The Docs.

---
Change History
--------------
The complete changelog on the [changelog](https://crhc-cli.readthedocs.io/en/latest/changelog.html) page.

---
Contributing
------------
Click [here](https://crhc-cli.readthedocs.io/en/latest/contribution.html) and check how to contribute for this amazing project.
