https://github.com/netcracker/qubership-cloud-passport-cli
https://github.com/netcracker/qubership-cloud-passport-cli
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netcracker/qubership-cloud-passport-cli
- Owner: Netcracker
- License: apache-2.0
- Created: 2024-12-25T04:52:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T13:40:23.000Z (about 1 year ago)
- Last Synced: 2025-03-30T10:33:46.934Z (12 months ago)
- Language: Python
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```
[tool.poetry.dependencies]
qubership-cloud-passport-cli = "2.3.4"
```
- Or you can install it via `pip`:
```
qubership-cloud-passport-cli = "2.3.4"
```