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.
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/PKG-INFO +5 -5
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/README.md +4 -4
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/__init__.py +1 -1
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api/spar_calculations_api.py +6 -6
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api_client.py +1 -1
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/configuration.py +1 -1
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds.sdk.SPAREngine.egg-info/PKG-INFO +5 -5
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/setup.py +1 -1
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/LICENSE +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/__init__.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api/__init__.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api/accounts_api.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api/benchmarks_api.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api/components_api.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api/currencies_api.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api/documents_api.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api/frequencies_api.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/apis/__init__.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/exceptions.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/__init__.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/account_directories.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/account_directories_root.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/calculation_meta.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/calculation_status.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/calculation_status_meta.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/calculation_status_root.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/calculation_unit_status.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/calculation_unit_status_meta.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/calculations_summary.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/calculations_summary_root.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/client_error_response.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/component_summary.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/component_summary_root.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/currency.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/currency_root.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/document_directories.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/document_directories_root.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/error.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/error_source.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/frequency.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/frequency_root.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/object_root.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/pagination_info.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/pagination_meta.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/return_type.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_accounts.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_accounts_root.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_benchmark.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_benchmark_root.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_calculation_parameters.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_calculation_parameters_root.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_component.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_component_root.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_date_parameters.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_identifier.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model_utils.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/models/__init__.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/rest.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/__init__.py +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds.sdk.SPAREngine.egg-info/SOURCES.txt +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds.sdk.SPAREngine.egg-info/dependency_links.txt +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds.sdk.SPAREngine.egg-info/requires.txt +0 -0
- {fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds.sdk.SPAREngine.egg-info/top_level.txt +0 -0
- {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.
|
|
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
|
[](https://developer.factset.com/api-catalog/spar-engine-api)
|
|
19
|
-
[](https://pypi.org/project/fds.sdk.SPAREngine/)
|
|
19
|
+
[](https://pypi.org/project/fds.sdk.SPAREngine/v/2.0.3)
|
|
20
20
|
[](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.
|
|
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.
|
|
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.
|
|
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
|
[](https://developer.factset.com/api-catalog/spar-engine-api)
|
|
6
|
-
[](https://pypi.org/project/fds.sdk.SPAREngine/)
|
|
6
|
+
[](https://pypi.org/project/fds.sdk.SPAREngine/v/2.0.3)
|
|
7
7
|
[](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.
|
|
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.
|
|
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.
|
|
34
|
+
pip install fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.3
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
## Usage
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
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
|
[](https://developer.factset.com/api-catalog/spar-engine-api)
|
|
19
|
-
[](https://pypi.org/project/fds.sdk.SPAREngine/)
|
|
19
|
+
[](https://pypi.org/project/fds.sdk.SPAREngine/v/2.0.3)
|
|
20
20
|
[](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.
|
|
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.
|
|
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.
|
|
47
|
+
pip install fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.3
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
## Usage
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api/accounts_api.py
RENAMED
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api/benchmarks_api.py
RENAMED
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api/components_api.py
RENAMED
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api/currencies_api.py
RENAMED
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api/documents_api.py
RENAMED
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/api/frequencies_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/calculation_meta.py
RENAMED
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/calculation_status.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/component_summary.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/currency_root.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/error_source.py
RENAMED
|
File without changes
|
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/frequency_root.py
RENAMED
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/object_root.py
RENAMED
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/pagination_info.py
RENAMED
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/pagination_meta.py
RENAMED
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/return_type.py
RENAMED
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_accounts.py
RENAMED
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_accounts_root.py
RENAMED
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_benchmark.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_component.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds/sdk/SPAREngine/model/spar_identifier.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds.sdk.SPAREngine.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds.sdk.SPAREngine.egg-info/requires.txt
RENAMED
|
File without changes
|
{fds.sdk.SPAREngine-2.0.2 → fds.sdk.SPAREngine-2.0.3}/fds.sdk.SPAREngine.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|