kc-sdk-python 2.0.0__tar.gz → 3.0.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-2.0.0/kc_sdk_python.egg-info → kc_sdk_python-3.0.0}/PKG-INFO +1 -1
- {kc_sdk_python-2.0.0 → kc_sdk_python-3.0.0}/kc_api.py +2 -2
- {kc_sdk_python-2.0.0 → kc_sdk_python-3.0.0/kc_sdk_python.egg-info}/PKG-INFO +1 -1
- {kc_sdk_python-2.0.0 → kc_sdk_python-3.0.0}/pyproject.toml +1 -1
- {kc_sdk_python-2.0.0 → kc_sdk_python-3.0.0}/LICENSE +0 -0
- {kc_sdk_python-2.0.0 → kc_sdk_python-3.0.0}/README.md +0 -0
- {kc_sdk_python-2.0.0 → kc_sdk_python-3.0.0}/kc_sdk_python.egg-info/SOURCES.txt +0 -0
- {kc_sdk_python-2.0.0 → kc_sdk_python-3.0.0}/kc_sdk_python.egg-info/dependency_links.txt +0 -0
- {kc_sdk_python-2.0.0 → kc_sdk_python-3.0.0}/kc_sdk_python.egg-info/requires.txt +0 -0
- {kc_sdk_python-2.0.0 → kc_sdk_python-3.0.0}/kc_sdk_python.egg-info/top_level.txt +0 -0
- {kc_sdk_python-2.0.0 → kc_sdk_python-3.0.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kc-sdk-python
|
|
3
|
-
Version:
|
|
3
|
+
Version: 3.0.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
|
|
@@ -577,7 +577,7 @@ class KcClient:
|
|
|
577
577
|
# Compute
|
|
578
578
|
vms: KcResourceClient
|
|
579
579
|
on_off_schedules: KcResourceClient
|
|
580
|
-
|
|
580
|
+
vm_command_schedules: KcResourceClient
|
|
581
581
|
volumes: KcResourceClient
|
|
582
582
|
volume_attachments: KcResourceClient
|
|
583
583
|
images: KcResourceClient
|
|
@@ -679,7 +679,7 @@ class KcClient:
|
|
|
679
679
|
# Compute
|
|
680
680
|
self.vms = _r("vm")
|
|
681
681
|
self.on_off_schedules = _r("on-off-schedule")
|
|
682
|
-
self.
|
|
682
|
+
self.vm_command_schedules = _r("vm-command-schedule")
|
|
683
683
|
self.volumes = _r("volume")
|
|
684
684
|
self.volume_attachments = _r("volume-attachment")
|
|
685
685
|
self.images = _r("image")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kc-sdk-python
|
|
3
|
-
Version:
|
|
3
|
+
Version: 3.0.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 = "
|
|
7
|
+
version = "3.0.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
|