kc-sdk-python 4.1.0__tar.gz → 4.2.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {kc_sdk_python-4.1.0/kc_sdk_python.egg-info → kc_sdk_python-4.2.0}/PKG-INFO +1 -1
- {kc_sdk_python-4.1.0 → kc_sdk_python-4.2.0}/kc_api.py +4 -0
- {kc_sdk_python-4.1.0 → kc_sdk_python-4.2.0/kc_sdk_python.egg-info}/PKG-INFO +1 -1
- {kc_sdk_python-4.1.0 → kc_sdk_python-4.2.0}/pyproject.toml +1 -1
- {kc_sdk_python-4.1.0 → kc_sdk_python-4.2.0}/LICENSE +0 -0
- {kc_sdk_python-4.1.0 → kc_sdk_python-4.2.0}/README.md +0 -0
- {kc_sdk_python-4.1.0 → kc_sdk_python-4.2.0}/kc_sdk_python.egg-info/SOURCES.txt +0 -0
- {kc_sdk_python-4.1.0 → kc_sdk_python-4.2.0}/kc_sdk_python.egg-info/dependency_links.txt +0 -0
- {kc_sdk_python-4.1.0 → kc_sdk_python-4.2.0}/kc_sdk_python.egg-info/requires.txt +0 -0
- {kc_sdk_python-4.1.0 → kc_sdk_python-4.2.0}/kc_sdk_python.egg-info/top_level.txt +0 -0
- {kc_sdk_python-4.1.0 → kc_sdk_python-4.2.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kc-sdk-python
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.2.0
|
|
4
4
|
Summary: Kvindo Cloud Python SDK — typed client for managing Kvindo Cloud infrastructure (VMs, S3, Kubernetes, load balancers, VPCs, PostgreSQL) via the REST API
|
|
5
5
|
Author: Kvindo
|
|
6
6
|
License-Expression: MIT
|
|
@@ -645,6 +645,8 @@ class KcClient:
|
|
|
645
645
|
gitlab_runners: KcResourceClient
|
|
646
646
|
ollamas: KcResourceClient
|
|
647
647
|
etcds: KcResourceClient
|
|
648
|
+
valkeys: KcResourceClient
|
|
649
|
+
valkey_parameters_sets: KcResourceClient
|
|
648
650
|
|
|
649
651
|
# IaM / org
|
|
650
652
|
folders: KcResourceClient
|
|
@@ -749,6 +751,8 @@ class KcClient:
|
|
|
749
751
|
self.gitlab_runners = _r("gitlab-runner")
|
|
750
752
|
self.ollamas = _r("ollama")
|
|
751
753
|
self.etcds = _r("etcd")
|
|
754
|
+
self.valkeys = _r("valkey")
|
|
755
|
+
self.valkey_parameters_sets = _r("valkey-parameters-set")
|
|
752
756
|
|
|
753
757
|
# IaM / org
|
|
754
758
|
self.folders = _r("folder")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kc-sdk-python
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.2.0
|
|
4
4
|
Summary: Kvindo Cloud Python SDK — typed client for managing Kvindo Cloud infrastructure (VMs, S3, Kubernetes, load balancers, VPCs, PostgreSQL) via the REST API
|
|
5
5
|
Author: Kvindo
|
|
6
6
|
License-Expression: MIT
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "kc-sdk-python"
|
|
7
|
-
version = "4.
|
|
7
|
+
version = "4.2.0"
|
|
8
8
|
description = "Kvindo Cloud Python SDK — typed client for managing Kvindo Cloud infrastructure (VMs, S3, Kubernetes, load balancers, VPCs, PostgreSQL) via the REST API"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.8"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|