Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 401 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 401 Bytes

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"