wds-client 0.8.0__py3-none-any.whl → 0.9.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 CHANGED
@@ -14,7 +14,7 @@
14
14
  """ # noqa: E501
15
15
 
16
16
 
17
- __version__ = "0.8.0"
17
+ __version__ = "0.9.0"
18
18
 
19
19
  # import apis into sdk package
20
20
  from wds_client.api.capabilities_api import CapabilitiesApi
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.8.0/python'
91
+ self.user_agent = 'wds-client/0.9.0/python'
92
92
  self.client_side_validation = configuration.client_side_validation
93
93
 
94
94
  def __enter__(self):
@@ -378,7 +378,7 @@ class Configuration:
378
378
  "OS: {env}\n"\
379
379
  "Python Version: {pyversion}\n"\
380
380
  "Version of the API: v0.2\n"\
381
- "SDK Package Version: 0.8.0".\
381
+ "SDK Package Version: 0.9.0".\
382
382
  format(env=sys.platform, pyversion=sys.version)
383
383
 
384
384
  def get_host_settings(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wds-client
3
- Version: 0.8.0
3
+ Version: 0.9.0
4
4
  Summary: Workspace Data Service
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community
@@ -1,7 +1,7 @@
1
- wds_client/__init__.py,sha256=A6doJx-lZyh4-FKP8gZIoowzcqD-9gJwsbb4_56yqK0,3257
2
- wds_client/api_client.py,sha256=pw5WWgDVMSnlwNU-lLjl5dRSAEMcL4L7nZ_nNCu6eF4,26461
1
+ wds_client/__init__.py,sha256=YlhpnJC7P9eAb6-k8rSp-WadAHYkiSLgiDVYpLJNkzQ,3257
2
+ wds_client/api_client.py,sha256=c4Q31pIwuErMWUuySTYsWOSaPsAiYqk0dZm8tu4tj3U,26461
3
3
  wds_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
- wds_client/configuration.py,sha256=flKu2nZ2sU5ClzUOC3bOAqJUJYxLF7D38qnKixSUIew,14875
4
+ wds_client/configuration.py,sha256=IiosNugtZ54jyTstLvg-26AKpVT7dK5HnM2kfo9ONno,14875
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
@@ -46,7 +46,7 @@ wds_client/models/search_sort_direction.py,sha256=fnqUYvbgXHQ5mESZnxDvcUZ5wi6i77
46
46
  wds_client/models/status_response.py,sha256=A5i2yWShlaGVVyi1DGg1KsC8S4fyLbmxJmqLlMKmtH0,2768
47
47
  wds_client/models/tsv_upload_response.py,sha256=yhj-3KEFzs-EYnaGZvsr6KgrK6wlYCZKVA7ObfZ2ECc,2807
48
48
  wds_client/models/version_response.py,sha256=pQ9eukrGQPdLBwvPKN_ucFlMKff25oGywruwIdL918o,3516
49
- wds_client-0.8.0.dist-info/METADATA,sha256=fITm5z-jz6-7xiMM400OT1MlMlX7VWontD1gVNe96AQ,674
50
- wds_client-0.8.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
51
- wds_client-0.8.0.dist-info/top_level.txt,sha256=hU2h533r5-3FzApV8ps3zXmQJKy74SPT3sYR8-uZhp8,11
52
- wds_client-0.8.0.dist-info/RECORD,,
49
+ wds_client-0.9.0.dist-info/METADATA,sha256=9fYJJ1bgWvRArbT_R3cik_-L__bp5r7qU1DZvxNROHA,674
50
+ wds_client-0.9.0.dist-info/WHEEL,sha256=cpQTJ5IWu9CdaPViMhC9YzF8gZuS5-vlfoFihTBC86A,91
51
+ wds_client-0.9.0.dist-info/top_level.txt,sha256=hU2h533r5-3FzApV8ps3zXmQJKy74SPT3sYR8-uZhp8,11
52
+ wds_client-0.9.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: setuptools (70.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5