Metadata-Version: 2.1
Name: th2-cli
Version: 0.2.2
Summary: 👨‍💻 CLI for managing th2 infrastructure in Kubernetes cluster
Author: Nikolay Dorofeev
Author-email: dorich2000@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: avionix (>=0.4.5,<0.5.0)
Requires-Dist: cassandra-driver (>=3.25.0,<4.0.0)
Requires-Dist: colorama (>=0.4.5,<0.5.0)
Requires-Dist: cryptography (>=37.0.4,<38.0.0)
Requires-Dist: fire (>=0.4.0,<0.5.0)
Requires-Dist: kubernetes (>=24.2.0,<25.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: simple-term-menu (>=1.5.0,<2.0.0)
Requires-Dist: urllib3 (>=1.26.12,<2.0.0)
Description-Content-Type: text/markdown

## Using

Install:

```commandline
pip install th2-cli
```

Run:

```commandline
th2 install
```

## Development

```
poetry install
poetry shell
```

```commandline
th2 install
```
