wds-client 0.2.99__py3-none-any.whl → 0.2.100__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.99.dist-info → wds_client-0.2.100.dist-info}/METADATA +1 -1
- {wds_client-0.2.99.dist-info → wds_client-0.2.100.dist-info}/RECORD +7 -7
- {wds_client-0.2.99.dist-info → wds_client-0.2.100.dist-info}/WHEEL +0 -0
- {wds_client-0.2.99.dist-info → wds_client-0.2.100.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.100/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.100".\
|
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=UeJ7fNz5HXOx5jaqeakqyEXqq1JU5-P382S7ah9Jj70,3337
|
2
|
+
wds_client/api_client.py,sha256=4SxVSPDIxvTLJQkAUOnoKIgCbXqahNPkan-XBTQW7_0,26211
|
3
|
+
wds_client/configuration.py,sha256=XDi7vuWFAMC6XiogNEzkuPRHt6U5njSYRuwHSJ-EW50,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=WZ5Q4IeA9GuLOwVnj0B3AuGXN2kg9aV7MsHhXRgITbI,423
|
@@ -48,7 +48,7 @@ wds_client/models/stack_trace_element.py,sha256=9KbWCs54HXKOIW69K8q9wqGoA_5wSHwU
|
|
48
48
|
wds_client/models/status_response.py,sha256=TjCfqrE5KFZ-3DmEePndQUOD-GWGVtdpAzOw-d8QEPk,4030
|
49
49
|
wds_client/models/tsv_upload_response.py,sha256=JdEs9hwyH264eLhQYj9d7p9B4cCP5-wkpgMg6qk8GNI,4507
|
50
50
|
wds_client/models/version_response.py,sha256=rHOAaXFPx0CjAe3hJ_2TzYUrhaTY5yfxA3rlf5XcytM,4436
|
51
|
-
wds_client-0.2.
|
52
|
-
wds_client-0.2.
|
53
|
-
wds_client-0.2.
|
54
|
-
wds_client-0.2.
|
51
|
+
wds_client-0.2.100.dist-info/METADATA,sha256=vlqR0866LLKuYQEnoDDKGCzIbYVgLpPVdDS1PAavgTQ,468
|
52
|
+
wds_client-0.2.100.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
53
|
+
wds_client-0.2.100.dist-info/top_level.txt,sha256=hU2h533r5-3FzApV8ps3zXmQJKy74SPT3sYR8-uZhp8,11
|
54
|
+
wds_client-0.2.100.dist-info/RECORD,,
|
File without changes
|
File without changes
|