wds-client 0.2.167__py3-none-any.whl → 0.3.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.2.167.dist-info → wds_client-0.3.0.dist-info}/METADATA +1 -1
- {wds_client-0.2.167.dist-info → wds_client-0.3.0.dist-info}/RECORD +7 -7
- {wds_client-0.2.167.dist-info → wds_client-0.3.0.dist-info}/WHEEL +0 -0
- {wds_client-0.2.167.dist-info → wds_client-0.3.0.dist-info}/top_level.txt +0 -0
wds_client/__init__.py
CHANGED
wds_client/api_client.py
CHANGED
@@ -78,7 +78,7 @@ class ApiClient(object):
|
|
78
78
|
self.default_headers[header_name] = header_value
|
79
79
|
self.cookie = cookie
|
80
80
|
# Set default User-Agent.
|
81
|
-
self.user_agent = 'wds-client/0.
|
81
|
+
self.user_agent = 'wds-client/0.3.0/python'
|
82
82
|
self.client_side_validation = configuration.client_side_validation
|
83
83
|
|
84
84
|
def __enter__(self):
|
wds_client/configuration.py
CHANGED
@@ -336,7 +336,7 @@ class Configuration(object):
|
|
336
336
|
"OS: {env}\n"\
|
337
337
|
"Python Version: {pyversion}\n"\
|
338
338
|
"Version of the API: v0.2\n"\
|
339
|
-
"SDK Package Version: 0.
|
339
|
+
"SDK Package Version: 0.3.0".\
|
340
340
|
format(env=sys.platform, pyversion=sys.version)
|
341
341
|
|
342
342
|
def get_host_settings(self):
|
@@ -1,6 +1,6 @@
|
|
1
|
-
wds_client/__init__.py,sha256
|
2
|
-
wds_client/api_client.py,sha256=
|
3
|
-
wds_client/configuration.py,sha256=
|
1
|
+
wds_client/__init__.py,sha256=-xI7PEePP2zQ2sYxxyrfNBuszauqbDIVrLEyAuKsAmI,3711
|
2
|
+
wds_client/api_client.py,sha256=UG9MPAOqiUf01CGws_cNMJtaQRlbM51zaKyborjCKRk,26209
|
3
|
+
wds_client/configuration.py,sha256=DH4P8nEm_J517u7vMmvedir9Bah6lLayygcIM0pJdNY,12786
|
4
4
|
wds_client/exceptions.py,sha256=0mEseFMbvxS5JfgkbPg14sxBI7bW0Gt0Ftxs96_LCyg,3781
|
5
5
|
wds_client/rest.py,sha256=v-8FIxQfUQ7bkeKfe9qsi9en8uQa5Zf5uSqhrui_cRw,12309
|
6
6
|
wds_client/api/__init__.py,sha256=T7qJbog9E_rDanluvSZAqM71AaSKcg2AUsmzEtz_MOg,519
|
@@ -55,7 +55,7 @@ wds_client/models/search_sort_direction.py,sha256=qR4x09JH9HLuTwvBL8OJrJrw5DwI_K
|
|
55
55
|
wds_client/models/status_response.py,sha256=TjCfqrE5KFZ-3DmEePndQUOD-GWGVtdpAzOw-d8QEPk,4030
|
56
56
|
wds_client/models/tsv_upload_response.py,sha256=JdEs9hwyH264eLhQYj9d7p9B4cCP5-wkpgMg6qk8GNI,4507
|
57
57
|
wds_client/models/version_response.py,sha256=rHOAaXFPx0CjAe3hJ_2TzYUrhaTY5yfxA3rlf5XcytM,4436
|
58
|
-
wds_client-0.
|
59
|
-
wds_client-0.
|
60
|
-
wds_client-0.
|
61
|
-
wds_client-0.
|
58
|
+
wds_client-0.3.0.dist-info/METADATA,sha256=U7RTwUrulQ9HlfMMsAJ6mEV77TAMXNYhDNSrSbHRTpA,466
|
59
|
+
wds_client-0.3.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
60
|
+
wds_client-0.3.0.dist-info/top_level.txt,sha256=hU2h533r5-3FzApV8ps3zXmQJKy74SPT3sYR8-uZhp8,11
|
61
|
+
wds_client-0.3.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|