proxygen-cli
Advanced tools
+2
-1
| Metadata-Version: 2.1 | ||
| Name: proxygen-cli | ||
| Version: 2.1.15 | ||
| Version: 2.1.16 | ||
| Summary: CLI for interacting with NHSD APIM's proxygen service | ||
@@ -14,2 +14,3 @@ Home-page: https://github.com/NHSDigital/proxygen-cli | ||
| Classifier: Programming Language :: Python :: 3.12 | ||
| Classifier: Programming Language :: Python :: 3.13 | ||
| Requires-Dist: click (>=8.1.3,<9.0.0) | ||
@@ -16,0 +17,0 @@ Requires-Dist: cryptography (>=42,<44) |
@@ -1,2 +0,2 @@ | ||
| from pkg_resources import parse_version | ||
| from packaging.version import parse | ||
@@ -9,6 +9,5 @@ from proxygen_cli.lib import proxygen_api | ||
| status = proxygen_api.status() | ||
| required_cli_version = parse_version(status["proxygen_cli"]["min_version"]) | ||
| current_cli_version = parse_version(proxygen_cli_version) | ||
| required_cli_version = parse(status["proxygen_cli"]["min_version"]) | ||
| current_cli_version = parse(proxygen_cli_version) | ||
| if current_cli_version < required_cli_version: | ||
| raise RuntimeError(f"This version proxygen-cli is out-of-date. Please update to {required_cli_version}") | ||
+1
-1
| [tool.poetry] | ||
| name = "proxygen-cli" | ||
| version = "2.1.15" | ||
| version = "2.1.16" | ||
| description = "CLI for interacting with NHSD APIM's proxygen service" | ||
@@ -5,0 +5,0 @@ authors = ["Ben Strutt <ben.strutt1@nhs.net>"] |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
113368
0.02%