Metadata-Version: 2.3
Name: qubership-cloud-passport-cli
Version: 2.3.8
Summary: Package for Cloud Passport
Author: Qubership
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
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (==8.1.3)
Requires-Dist: cryptography (>=41.0.3,<42.0.0)
Requires-Dist: diagrams (==0.23.3)
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: jmespath (>=1.0.1,<2.0.0)
Requires-Dist: kubernetes (>=27.2.0,<28.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: ruamel-yaml (>=0.18.5,<0.19.0)
Requires-Dist: ruamel-yaml-jinja2 (>=0.2.7,<0.3.0)
Description-Content-Type: text/markdown

# Qubership cloud-passport-cli

---

Open-source python library of clients used by Qubership Cloud passport module.

## Installation

---

- Add the following section to your dependencies to add Qubership library as a dependency in your project (you can use any version starting from 2.3.4):
```
[tool.poetry.dependencies]
qubership-cloud-passport-cli = "2.3.4"
```
- Or you can install it via `pip`:
```
qubership-cloud-passport-cli = "2.3.4"
```
