wds-client 0.28.0__py3-none-any.whl → 0.30.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- wds_client/__init__.py +1 -1
- wds_client/api_client.py +1 -1
- wds_client/configuration.py +1 -1
- {wds_client-0.28.0.dist-info → wds_client-0.30.0.dist-info}/METADATA +1 -1
- {wds_client-0.28.0.dist-info → wds_client-0.30.0.dist-info}/RECORD +7 -7
- {wds_client-0.28.0.dist-info → wds_client-0.30.0.dist-info}/WHEEL +0 -0
- {wds_client-0.28.0.dist-info → wds_client-0.30.0.dist-info}/top_level.txt +0 -0
wds_client/__init__.py
CHANGED
wds_client/api_client.py
CHANGED
@@ -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 = 'wds-client/0.
|
93
|
+
self.user_agent = 'wds-client/0.30.0/python'
|
94
94
|
self.client_side_validation = configuration.client_side_validation
|
95
95
|
|
96
96
|
def __enter__(self):
|
wds_client/configuration.py
CHANGED
@@ -392,7 +392,7 @@ class Configuration:
|
|
392
392
|
"OS: {env}\n"\
|
393
393
|
"Python Version: {pyversion}\n"\
|
394
394
|
"Version of the API: v0.2\n"\
|
395
|
-
"SDK Package Version: 0.
|
395
|
+
"SDK Package Version: 0.30.0".\
|
396
396
|
format(env=sys.platform, pyversion=sys.version)
|
397
397
|
|
398
398
|
def get_host_settings(self):
|
@@ -1,7 +1,7 @@
|
|
1
|
-
wds_client/__init__.py,sha256=
|
2
|
-
wds_client/api_client.py,sha256=
|
1
|
+
wds_client/__init__.py,sha256=HcmYGzOfYYjaHYEoJVoG_yHaXv2hKU8bSOkrZzPYjAw,3760
|
2
|
+
wds_client/api_client.py,sha256=PdI27bTHX5hJ_DsF8kCVC4KJ-IrrMusn3VPcIpYGorc,27193
|
3
3
|
wds_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
4
|
-
wds_client/configuration.py,sha256=
|
4
|
+
wds_client/configuration.py,sha256=PsUAk-d7l9v5SqaIzxRlfxMZQX632cVVeMRE79tSq54,15455
|
5
5
|
wds_client/exceptions.py,sha256=674T2OrRc-tySXqf45i00iZdt3r6AS-RnWjBUgRxAvc,6122
|
6
6
|
wds_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
wds_client/rest.py,sha256=Gbp9F8A2qoMDg4xrkCjSAG0FDHXUxcNB8oyfzJXxw4U,9554
|
@@ -54,7 +54,7 @@ wds_client/models/tsv_upload_response.py,sha256=yhj-3KEFzs-EYnaGZvsr6KgrK6wlYCZK
|
|
54
54
|
wds_client/models/version_response.py,sha256=pQ9eukrGQPdLBwvPKN_ucFlMKff25oGywruwIdL918o,3516
|
55
55
|
wds_client/models/workspace_init.py,sha256=XHtI3gddZY3_X0byd232m15cChbvln_jWBDZoE8_20w,2942
|
56
56
|
wds_client/models/workspace_init_clone.py,sha256=MTQuoSuJrYCQLbWGPA8VCcB3phs7101HcUj3Q27yVK0,2847
|
57
|
-
wds_client-0.
|
58
|
-
wds_client-0.
|
59
|
-
wds_client-0.
|
60
|
-
wds_client-0.
|
57
|
+
wds_client-0.30.0.dist-info/METADATA,sha256=AsDs_0cyhbY5I4sCoMVSSLxBdSeC2gX0t9NRyoB5iGQ,675
|
58
|
+
wds_client-0.30.0.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
59
|
+
wds_client-0.30.0.dist-info/top_level.txt,sha256=hU2h533r5-3FzApV8ps3zXmQJKy74SPT3sYR8-uZhp8,11
|
60
|
+
wds_client-0.30.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|