Metadata-Version: 2.1
Name: redhat-qe-cloud-tools
Version: 1.0.0
Summary: Python utilities to manage cloud services, such as AWS.
Home-page: https://github.com/RedHatQE/cloud-tools
Author: Meni Yakove
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: boto3
Requires-Dist: click
Requires-Dist: colorlog
Project-URL: Repository, https://github.com/RedHatQE/cloud-tools
Description-Content-Type: text/markdown

# cloud-tools
Python utilities to manage cloud services, such as AWS.

## Local run

clone the [repository](https://github.com/RedHatQE/cloud-tools.git)

```
git clone https://github.com/RedHatQE/cloud-tools.git
```

Install [poetry](https://github.com/python-poetry/poetry)

```
poetry install
```

## Docs
- [AWS readme](aws/README.md)

