kc-sdk-python 4.0.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.0.0/kc_sdk_python.egg-info → kc_sdk_python-4.2.0}/PKG-INFO +1 -1
- {kc_sdk_python-4.0.0 → kc_sdk_python-4.2.0}/kc_api.py +6 -0
- {kc_sdk_python-4.0.0 → kc_sdk_python-4.2.0/kc_sdk_python.egg-info}/PKG-INFO +1 -1
- {kc_sdk_python-4.0.0 → kc_sdk_python-4.2.0}/pyproject.toml +1 -1
- {kc_sdk_python-4.0.0 → kc_sdk_python-4.2.0}/LICENSE +0 -0
- {kc_sdk_python-4.0.0 → kc_sdk_python-4.2.0}/README.md +0 -0
- {kc_sdk_python-4.0.0 → kc_sdk_python-4.2.0}/kc_sdk_python.egg-info/SOURCES.txt +0 -0
- {kc_sdk_python-4.0.0 → kc_sdk_python-4.2.0}/kc_sdk_python.egg-info/dependency_links.txt +0 -0
- {kc_sdk_python-4.0.0 → kc_sdk_python-4.2.0}/kc_sdk_python.egg-info/requires.txt +0 -0
- {kc_sdk_python-4.0.0 → kc_sdk_python-4.2.0}/kc_sdk_python.egg-info/top_level.txt +0 -0
- {kc_sdk_python-4.0.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
|
|
@@ -644,6 +644,9 @@ class KcClient:
|
|
|
644
644
|
gitlabs: KcResourceClient
|
|
645
645
|
gitlab_runners: KcResourceClient
|
|
646
646
|
ollamas: KcResourceClient
|
|
647
|
+
etcds: KcResourceClient
|
|
648
|
+
valkeys: KcResourceClient
|
|
649
|
+
valkey_parameters_sets: KcResourceClient
|
|
647
650
|
|
|
648
651
|
# IaM / org
|
|
649
652
|
folders: KcResourceClient
|
|
@@ -747,6 +750,9 @@ class KcClient:
|
|
|
747
750
|
self.gitlabs = _r("gitlab")
|
|
748
751
|
self.gitlab_runners = _r("gitlab-runner")
|
|
749
752
|
self.ollamas = _r("ollama")
|
|
753
|
+
self.etcds = _r("etcd")
|
|
754
|
+
self.valkeys = _r("valkey")
|
|
755
|
+
self.valkey_parameters_sets = _r("valkey-parameters-set")
|
|
750
756
|
|
|
751
757
|
# IaM / org
|
|
752
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
|