fds.sdk.SPAREngine 2.0.2__tar.gz → 2.0.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/PKG-INFO +5 -5
  2. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/README.md +4 -4
  3. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/__init__.py +1 -1
  4. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api/spar_calculations_api.py +6 -6
  5. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api_client.py +1 -1
  6. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/configuration.py +1 -1
  7. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds.sdk.SPAREngine.egg-info/PKG-INFO +5 -5
  8. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/setup.py +1 -1
  9. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/LICENSE +0 -0
  10. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/__init__.py +0 -0
  11. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api/__init__.py +0 -0
  12. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api/accounts_api.py +0 -0
  13. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api/benchmarks_api.py +0 -0
  14. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api/components_api.py +0 -0
  15. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api/currencies_api.py +0 -0
  16. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api/documents_api.py +0 -0
  17. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api/frequencies_api.py +0 -0
  18. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/apis/__init__.py +0 -0
  19. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/exceptions.py +0 -0
  20. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/__init__.py +0 -0
  21. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/account_directories.py +0 -0
  22. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/account_directories_root.py +0 -0
  23. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/calculation_meta.py +0 -0
  24. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/calculation_status.py +0 -0
  25. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/calculation_status_meta.py +0 -0
  26. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/calculation_status_root.py +0 -0
  27. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/calculation_unit_status.py +0 -0
  28. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/calculation_unit_status_meta.py +0 -0
  29. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/calculations_summary.py +0 -0
  30. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/calculations_summary_root.py +0 -0
  31. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/client_error_response.py +0 -0
  32. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/component_summary.py +0 -0
  33. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/component_summary_root.py +0 -0
  34. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/currency.py +0 -0
  35. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/currency_root.py +0 -0
  36. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/document_directories.py +0 -0
  37. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/document_directories_root.py +0 -0
  38. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/error.py +0 -0
  39. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/error_source.py +0 -0
  40. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/frequency.py +0 -0
  41. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/frequency_root.py +0 -0
  42. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/object_root.py +0 -0
  43. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/pagination_info.py +0 -0
  44. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/pagination_meta.py +0 -0
  45. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/return_type.py +0 -0
  46. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_accounts.py +0 -0
  47. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_accounts_root.py +0 -0
  48. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_benchmark.py +0 -0
  49. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_benchmark_root.py +0 -0
  50. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_calculation_parameters.py +0 -0
  51. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_calculation_parameters_root.py +0 -0
  52. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_component.py +0 -0
  53. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_component_root.py +0 -0
  54. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_date_parameters.py +0 -0
  55. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_identifier.py +0 -0
  56. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model_utils.py +0 -0
  57. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/models/__init__.py +0 -0
  58. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/rest.py +0 -0
  59. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/__init__.py +0 -0
  60. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds.sdk.SPAREngine.egg-info/SOURCES.txt +0 -0
  61. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds.sdk.SPAREngine.egg-info/dependency_links.txt +0 -0
  62. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds.sdk.SPAREngine.egg-info/requires.txt +0 -0
  63. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds.sdk.SPAREngine.egg-info/top_level.txt +0 -0
  64. {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fds.sdk.SPAREngine
3
- Version: 2.0.2
3
+ Version: 2.0.3
4
4
  Summary: Style Performance and Risk Analysis (SPAR) Engine client library for Python
5
5
  Home-page: https://github.com/FactSet/enterprise-sdk/tree/main/code/python/SPAREngine/v3
6
6
  Author: FactSet Research Systems
@@ -16,7 +16,7 @@ License-File: LICENSE
16
16
  # Style Performance and Risk Analysis (SPAR) Engine client library for Python
17
17
 
18
18
  [![API Version](https://img.shields.io/badge/api-v3.14.0-blue)](https://developer.factset.com/api-catalog/spar-engine-api)
19
- [![PyPi](https://img.shields.io/pypi/v/fds.sdk.SPAREngine)](https://pypi.org/project/fds.sdk.SPAREngine/)
19
+ [![PyPi](https://img.shields.io/pypi/v/fds.sdk.SPAREngine/2.0.3)](https://pypi.org/project/fds.sdk.SPAREngine/v/2.0.3)
20
20
  [![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0)
21
21
 
22
22
  Allow clients to fetch Analytics through APIs.
@@ -24,7 +24,7 @@ Allow clients to fetch Analytics through APIs.
24
24
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
25
25
 
26
26
  - API version: 3.14.0
27
- - SDK version: 2.0.2
27
+ - SDK version: 2.0.3
28
28
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
29
29
 
30
30
  For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
@@ -38,13 +38,13 @@ For more information, please visit [https://developer.factset.com/contact](https
38
38
  ### Poetry
39
39
 
40
40
  ```shell
41
- poetry add fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.2
41
+ poetry add fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.3
42
42
  ```
43
43
 
44
44
  ### pip
45
45
 
46
46
  ```shell
47
- pip install fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.2
47
+ pip install fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.3
48
48
  ```
49
49
 
50
50
  ## Usage
@@ -3,7 +3,7 @@
3
3
  # Style Performance and Risk Analysis (SPAR) Engine client library for Python
4
4
 
5
5
  [![API Version](https://img.shields.io/badge/api-v3.14.0-blue)](https://developer.factset.com/api-catalog/spar-engine-api)
6
- [![PyPi](https://img.shields.io/pypi/v/fds.sdk.SPAREngine)](https://pypi.org/project/fds.sdk.SPAREngine/)
6
+ [![PyPi](https://img.shields.io/pypi/v/fds.sdk.SPAREngine/2.0.3)](https://pypi.org/project/fds.sdk.SPAREngine/v/2.0.3)
7
7
  [![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0)
8
8
 
9
9
  Allow clients to fetch Analytics through APIs.
@@ -11,7 +11,7 @@ Allow clients to fetch Analytics through APIs.
11
11
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
12
12
 
13
13
  - API version: 3.14.0
14
- - SDK version: 2.0.2
14
+ - SDK version: 2.0.3
15
15
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
16
16
 
17
17
  For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
@@ -25,13 +25,13 @@ For more information, please visit [https://developer.factset.com/contact](https
25
25
  ### Poetry
26
26
 
27
27
  ```shell
28
- poetry add fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.2
28
+ poetry add fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.3
29
29
  ```
30
30
 
31
31
  ### pip
32
32
 
33
33
  ```shell
34
- pip install fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.2
34
+ pip install fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.3
35
35
  ```
36
36
 
37
37
  ## Usage
@@ -11,7 +11,7 @@
11
11
  """
12
12
 
13
13
 
14
- __version__ = "2.0.2"
14
+ __version__ = "2.0.3"
15
15
 
16
16
  # import ApiClient
17
17
  from fds.sdk.SPAREngine.api_client import ApiClient
@@ -68,7 +68,7 @@ class PostAndCalculateResponseWrapper:
68
68
  if self.status_code != 200:
69
69
  raise ApiException(
70
70
  status=500,
71
- reason="Invalid response getter called. get_response_200 can't return a " + self.status_code + " response"
71
+ reason="Invalid response getter called. get_response_200 can't return a " + str(self.status_code) + " response"
72
72
  )
73
73
  return self.response
74
74
 
@@ -81,7 +81,7 @@ class PostAndCalculateResponseWrapper:
81
81
  if self.status_code != 201:
82
82
  raise ApiException(
83
83
  status=500,
84
- reason="Invalid response getter called. get_response_201 can't return a " + self.status_code + " response"
84
+ reason="Invalid response getter called. get_response_201 can't return a " + str(self.status_code) + " response"
85
85
  )
86
86
  return self.response
87
87
 
@@ -94,7 +94,7 @@ class PostAndCalculateResponseWrapper:
94
94
  if self.status_code != 202:
95
95
  raise ApiException(
96
96
  status=500,
97
- reason="Invalid response getter called. get_response_202 can't return a " + self.status_code + " response"
97
+ reason="Invalid response getter called. get_response_202 can't return a " + str(self.status_code) + " response"
98
98
  )
99
99
  return self.response
100
100
 
@@ -134,7 +134,7 @@ class PutAndCalculateResponseWrapper:
134
134
  if self.status_code != 200:
135
135
  raise ApiException(
136
136
  status=500,
137
- reason="Invalid response getter called. get_response_200 can't return a " + self.status_code + " response"
137
+ reason="Invalid response getter called. get_response_200 can't return a " + str(self.status_code) + " response"
138
138
  )
139
139
  return self.response
140
140
 
@@ -147,7 +147,7 @@ class PutAndCalculateResponseWrapper:
147
147
  if self.status_code != 201:
148
148
  raise ApiException(
149
149
  status=500,
150
- reason="Invalid response getter called. get_response_201 can't return a " + self.status_code + " response"
150
+ reason="Invalid response getter called. get_response_201 can't return a " + str(self.status_code) + " response"
151
151
  )
152
152
  return self.response
153
153
 
@@ -160,7 +160,7 @@ class PutAndCalculateResponseWrapper:
160
160
  if self.status_code != 202:
161
161
  raise ApiException(
162
162
  status=500,
163
- reason="Invalid response getter called. get_response_202 can't return a " + self.status_code + " response"
163
+ reason="Invalid response getter called. get_response_202 can't return a " + str(self.status_code) + " response"
164
164
  )
165
165
  return self.response
166
166
 
@@ -116,7 +116,7 @@ class ApiClient(object):
116
116
  self.default_headers[header_name] = header_value
117
117
  self.cookie = cookie
118
118
  # Set default User-Agent.
119
- self.user_agent = f'fds-sdk/python/SPAREngine/2.0.2 ({platform.system()}, Python {platform.python_version()})'
119
+ self.user_agent = f'fds-sdk/python/SPAREngine/2.0.3 ({platform.system()}, Python {platform.python_version()})'
120
120
 
121
121
  def __enter__(self):
122
122
  return self
@@ -430,7 +430,7 @@ conf = fds.sdk.SPAREngine.Configuration(
430
430
  "OS: {env}\n"\
431
431
  "Python Version: {pyversion}\n"\
432
432
  "Version of the API: 3.14.0\n"\
433
- "SDK Package Version: 2.0.2".\
433
+ "SDK Package Version: 2.0.3".\
434
434
  format(env=sys.platform, pyversion=sys.version)
435
435
 
436
436
  def get_host_settings(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fds.sdk.SPAREngine
3
- Version: 2.0.2
3
+ Version: 2.0.3
4
4
  Summary: Style Performance and Risk Analysis (SPAR) Engine client library for Python
5
5
  Home-page: https://github.com/FactSet/enterprise-sdk/tree/main/code/python/SPAREngine/v3
6
6
  Author: FactSet Research Systems
@@ -16,7 +16,7 @@ License-File: LICENSE
16
16
  # Style Performance and Risk Analysis (SPAR) Engine client library for Python
17
17
 
18
18
  [![API Version](https://img.shields.io/badge/api-v3.14.0-blue)](https://developer.factset.com/api-catalog/spar-engine-api)
19
- [![PyPi](https://img.shields.io/pypi/v/fds.sdk.SPAREngine)](https://pypi.org/project/fds.sdk.SPAREngine/)
19
+ [![PyPi](https://img.shields.io/pypi/v/fds.sdk.SPAREngine/2.0.3)](https://pypi.org/project/fds.sdk.SPAREngine/v/2.0.3)
20
20
  [![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0)
21
21
 
22
22
  Allow clients to fetch Analytics through APIs.
@@ -24,7 +24,7 @@ Allow clients to fetch Analytics through APIs.
24
24
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
25
25
 
26
26
  - API version: 3.14.0
27
- - SDK version: 2.0.2
27
+ - SDK version: 2.0.3
28
28
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
29
29
 
30
30
  For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
@@ -38,13 +38,13 @@ For more information, please visit [https://developer.factset.com/contact](https
38
38
  ### Poetry
39
39
 
40
40
  ```shell
41
- poetry add fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.2
41
+ poetry add fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.3
42
42
  ```
43
43
 
44
44
  ### pip
45
45
 
46
46
  ```shell
47
- pip install fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.2
47
+ pip install fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.3
48
48
  ```
49
49
 
50
50
  ## Usage
@@ -16,7 +16,7 @@ def read(filename):
16
16
  return open(os.path.join(os.path.dirname(__file__), filename)).read()
17
17
 
18
18
  NAME = "fds.sdk.SPAREngine"
19
- VERSION = "2.0.2"
19
+ VERSION = "2.0.3"
20
20
  # To install the library, run the following
21
21
  #
22
22
  # python setup.py install