wds-client 0.32.0__py3-none-any.whl → 0.37.2__py3-none-any.whl
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.
- wds_client/__init__.py +1 -1
- wds_client/api_client.py +1 -1
- wds_client/configuration.py +1 -1
- {wds_client-0.32.0.dist-info → wds_client-0.37.2.dist-info}/METADATA +1 -1
- {wds_client-0.32.0.dist-info → wds_client-0.37.2.dist-info}/RECORD +7 -7
- {wds_client-0.32.0.dist-info → wds_client-0.37.2.dist-info}/WHEEL +1 -1
- {wds_client-0.32.0.dist-info → wds_client-0.37.2.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.37.2/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.37.2".\
|
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=xvVJjYzZ0GTx4FZ9N31SLazqqEV6TZPb9CZWbLEhC2I,3378
|
2
|
+
wds_client/api_client.py,sha256=LYJP_RKKvdmFktrFtmEoHlsCrrQ47w_RSmzfpzb_TXs,27193
|
3
3
|
wds_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
4
|
-
wds_client/configuration.py,sha256=
|
4
|
+
wds_client/configuration.py,sha256=ob2yxNcfLHedqwgGUQN7nwGjmGX2kDP5QgXnnlNbc5c,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
|
@@ -47,7 +47,7 @@ wds_client/models/tsv_upload_response.py,sha256=yhj-3KEFzs-EYnaGZvsr6KgrK6wlYCZK
|
|
47
47
|
wds_client/models/version_response.py,sha256=pQ9eukrGQPdLBwvPKN_ucFlMKff25oGywruwIdL918o,3516
|
48
48
|
wds_client/models/workspace_init.py,sha256=XHtI3gddZY3_X0byd232m15cChbvln_jWBDZoE8_20w,2942
|
49
49
|
wds_client/models/workspace_init_clone.py,sha256=MTQuoSuJrYCQLbWGPA8VCcB3phs7101HcUj3Q27yVK0,2847
|
50
|
-
wds_client-0.
|
51
|
-
wds_client-0.
|
52
|
-
wds_client-0.
|
53
|
-
wds_client-0.
|
50
|
+
wds_client-0.37.2.dist-info/METADATA,sha256=vVzOdH4Aeaaz92YZOZCiSKAXRdTWNrO4jtYAZ4Xz_Qg,675
|
51
|
+
wds_client-0.37.2.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
52
|
+
wds_client-0.37.2.dist-info/top_level.txt,sha256=hU2h533r5-3FzApV8ps3zXmQJKy74SPT3sYR8-uZhp8,11
|
53
|
+
wds_client-0.37.2.dist-info/RECORD,,
|
File without changes
|