wds-client 0.2.140__py3-none-any.whl → 0.2.163__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.140.dist-info → wds_client-0.2.163.dist-info}/METADATA +1 -1
- {wds_client-0.2.140.dist-info → wds_client-0.2.163.dist-info}/RECORD +7 -7
- {wds_client-0.2.140.dist-info → wds_client-0.2.163.dist-info}/WHEEL +0 -0
- {wds_client-0.2.140.dist-info → wds_client-0.2.163.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.2.
|
81
|
+
self.user_agent = 'wds-client/0.2.163/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.2.
|
339
|
+
"SDK Package Version: 0.2.163".\
|
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=RdFyuvWDjalhevHRxYiQmzbD95pJow6NMPhikvwlVGU,3656
|
2
|
+
wds_client/api_client.py,sha256=73rvp4L_ha-VVOusQ9p5K-1_sdR1BeclV8IMdRqtYR8,26211
|
3
|
+
wds_client/configuration.py,sha256=JxJHnmLtludh81kKpMmwQlIrPGvnw5RoM0twEHv1Azk,12788
|
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
|
@@ -54,7 +54,7 @@ wds_client/models/search_sort_direction.py,sha256=qR4x09JH9HLuTwvBL8OJrJrw5DwI_K
|
|
54
54
|
wds_client/models/status_response.py,sha256=TjCfqrE5KFZ-3DmEePndQUOD-GWGVtdpAzOw-d8QEPk,4030
|
55
55
|
wds_client/models/tsv_upload_response.py,sha256=JdEs9hwyH264eLhQYj9d7p9B4cCP5-wkpgMg6qk8GNI,4507
|
56
56
|
wds_client/models/version_response.py,sha256=rHOAaXFPx0CjAe3hJ_2TzYUrhaTY5yfxA3rlf5XcytM,4436
|
57
|
-
wds_client-0.2.
|
58
|
-
wds_client-0.2.
|
59
|
-
wds_client-0.2.
|
60
|
-
wds_client-0.2.
|
57
|
+
wds_client-0.2.163.dist-info/METADATA,sha256=5qPEWRkgCsMzig8GX5r1Ra8mE10oujwDdF6-QfQ9bto,468
|
58
|
+
wds_client-0.2.163.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
59
|
+
wds_client-0.2.163.dist-info/top_level.txt,sha256=hU2h533r5-3FzApV8ps3zXmQJKy74SPT3sYR8-uZhp8,11
|
60
|
+
wds_client-0.2.163.dist-info/RECORD,,
|
File without changes
|
File without changes
|