platform-api-python-client 0.1.0__tar.gz → 0.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.
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/PKG-INFO +1 -1
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/README.md +1 -1
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/__init__.py +1 -1
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/api_client.py +1 -1
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/configuration.py +1 -1
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client.egg-info/PKG-INFO +1 -1
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/pyproject.toml +1 -1
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/setup.py +1 -1
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/api/__init__.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/api/external_api.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/api_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/exceptions.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/__init__.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/add_hardware_request.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/api_key_request.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/api_key_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/c_serve_recipe_input.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/c_serve_recipe_output.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/c_serve_recipe_perf.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/c_serve_recipe_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/client_secret_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/create_c_serve_deployment_request.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/create_c_serve_deployment_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/create_compute_deployment_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/create_compute_deployment_v2_request.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/create_inference_deployment_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/create_inference_deployment_v2_request.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/create_payment_request.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/credits_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/daily_bill_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/deployment_status.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/deployment_status_request.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/deployment_status_response_v2.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/deployment_type.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/deployment_usage_value.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/feedback_request.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/get_c_serve_deployment_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/get_cluster_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/get_compute_v2_deployment_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/get_deployment_log_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/get_deployment_usage_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/get_deployment_v2_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/get_inference_v2_deployment_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/hardware_instance_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/health_status.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/http_validation_error.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/list_api_key_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/list_c_serve_recipe_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/list_daily_bill_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/list_get_cluster_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/list_get_deployment_v2_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/list_hardware_instance_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/list_payment_method_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/list_prebuilt_image_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/metric.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/prebuilt_image_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/validation_error.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/models/validation_error_loc_inner.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/py.typed +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client/rest.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client.egg-info/SOURCES.txt +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client.egg-info/dependency_links.txt +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client.egg-info/requires.txt +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/platform_api_python_client.egg-info/top_level.txt +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/setup.cfg +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_add_hardware_request.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_api_key_request.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_api_key_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_c_serve_recipe_input.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_c_serve_recipe_output.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_c_serve_recipe_perf.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_c_serve_recipe_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_client_secret_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_create_c_serve_deployment_request.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_create_c_serve_deployment_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_create_compute_deployment_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_create_compute_deployment_v2_request.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_create_inference_deployment_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_create_inference_deployment_v2_request.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_create_payment_request.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_credits_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_daily_bill_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_deployment_status.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_deployment_status_request.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_deployment_status_response_v2.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_deployment_type.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_deployment_usage_value.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_external_api.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_feedback_request.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_get_c_serve_deployment_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_get_cluster_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_get_compute_v2_deployment_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_get_deployment_log_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_get_deployment_usage_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_get_deployment_v2_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_get_inference_v2_deployment_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_hardware_instance_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_health_status.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_http_validation_error.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_list_api_key_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_list_c_serve_recipe_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_list_daily_bill_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_list_get_cluster_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_list_get_deployment_v2_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_list_hardware_instance_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_list_payment_method_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_list_prebuilt_image_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_metric.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_prebuilt_image_response.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_validation_error.py +0 -0
- {platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_validation_error_loc_inner.py +0 -0
|
@@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
|
|
|
4
4
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
5
5
|
|
|
6
6
|
- API version: 0.1.0
|
|
7
|
-
- Package version: 0.
|
|
7
|
+
- Package version: 0.2.0
|
|
8
8
|
- Generator version: 7.9.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
|
|
@@ -90,7 +90,7 @@ class ApiClient:
|
|
|
90
90
|
self.default_headers[header_name] = header_value
|
|
91
91
|
self.cookie = cookie
|
|
92
92
|
# Set default User-Agent.
|
|
93
|
-
self.user_agent = 'OpenAPI-Generator/
|
|
93
|
+
self.user_agent = 'OpenAPI-Generator/0.2.0/python'
|
|
94
94
|
self.client_side_validation = configuration.client_side_validation
|
|
95
95
|
|
|
96
96
|
def __enter__(self):
|
|
@@ -392,7 +392,7 @@ class Configuration:
|
|
|
392
392
|
"OS: {env}\n"\
|
|
393
393
|
"Python Version: {pyversion}\n"\
|
|
394
394
|
"Version of the API: 0.1.0\n"\
|
|
395
|
-
"SDK Package Version:
|
|
395
|
+
"SDK Package Version: 0.2.0".\
|
|
396
396
|
format(env=sys.platform, pyversion=sys.version)
|
|
397
397
|
|
|
398
398
|
def get_host_settings(self):
|
|
@@ -21,7 +21,7 @@ from setuptools import setup, find_packages # noqa: H301
|
|
|
21
21
|
# prerequisite: setuptools
|
|
22
22
|
# http://pypi.python.org/pypi/setuptools
|
|
23
23
|
NAME = "platform-api-python-client"
|
|
24
|
-
VERSION = "0.
|
|
24
|
+
VERSION = "0.2.0"
|
|
25
25
|
PYTHON_REQUIRES = ">= 3.8"
|
|
26
26
|
REQUIRES = [
|
|
27
27
|
"urllib3 >= 1.25.3, < 3.0.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_api_key_request.py
RENAMED
|
File without changes
|
{platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_api_key_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_credits_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_deployment_status.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_deployment_type.py
RENAMED
|
File without changes
|
|
File without changes
|
{platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_external_api.py
RENAMED
|
File without changes
|
{platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_feedback_request.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_health_status.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{platform_api_python_client-0.1.0 → platform_api_python_client-0.2.0}/test/test_validation_error.py
RENAMED
|
File without changes
|
|
File without changes
|