wds-client 0.14.0__py3-none-any.whl → 0.15.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.14.0.dist-info → wds_client-0.15.0.dist-info}/METADATA +1 -1
- {wds_client-0.14.0.dist-info → wds_client-0.15.0.dist-info}/RECORD +7 -7
- {wds_client-0.14.0.dist-info → wds_client-0.15.0.dist-info}/WHEEL +1 -1
- {wds_client-0.14.0.dist-info → wds_client-0.15.0.dist-info}/top_level.txt +0 -0
wds_client/__init__.py
CHANGED
wds_client/api_client.py
CHANGED
@@ -88,7 +88,7 @@ class ApiClient:
|
|
88
88
|
self.default_headers[header_name] = header_value
|
89
89
|
self.cookie = cookie
|
90
90
|
# Set default User-Agent.
|
91
|
-
self.user_agent = 'wds-client/0.
|
91
|
+
self.user_agent = 'wds-client/0.15.0/python'
|
92
92
|
self.client_side_validation = configuration.client_side_validation
|
93
93
|
|
94
94
|
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.15.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=X6yNOO7zB-KB4Y_iIbHwWiiRCK6G2wUGkWLsCkhUGwY,3366
|
2
|
+
wds_client/api_client.py,sha256=OMp6nuH20uqG0XbE00XJpQJb8coUl2XhUAZeyrPwj6I,26923
|
3
3
|
wds_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
4
|
-
wds_client/configuration.py,sha256=
|
4
|
+
wds_client/configuration.py,sha256=2V_j1j6cEH176Gu48-4JsRH6e2G4k8jp15EGmB9Qjfc,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
|
@@ -48,7 +48,7 @@ wds_client/models/search_sort_direction.py,sha256=fnqUYvbgXHQ5mESZnxDvcUZ5wi6i77
|
|
48
48
|
wds_client/models/status_response.py,sha256=A5i2yWShlaGVVyi1DGg1KsC8S4fyLbmxJmqLlMKmtH0,2768
|
49
49
|
wds_client/models/tsv_upload_response.py,sha256=yhj-3KEFzs-EYnaGZvsr6KgrK6wlYCZKVA7ObfZ2ECc,2807
|
50
50
|
wds_client/models/version_response.py,sha256=pQ9eukrGQPdLBwvPKN_ucFlMKff25oGywruwIdL918o,3516
|
51
|
-
wds_client-0.
|
52
|
-
wds_client-0.
|
53
|
-
wds_client-0.
|
54
|
-
wds_client-0.
|
51
|
+
wds_client-0.15.0.dist-info/METADATA,sha256=bIfXYUhRBuf_LJRqXUnwyOk4wrG_BaO_wQE6DIHDoNw,675
|
52
|
+
wds_client-0.15.0.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
53
|
+
wds_client-0.15.0.dist-info/top_level.txt,sha256=hU2h533r5-3FzApV8ps3zXmQJKy74SPT3sYR8-uZhp8,11
|
54
|
+
wds_client-0.15.0.dist-info/RECORD,,
|
File without changes
|