fds.sdk.FactSetQuantFactorLibrary 1.1.0__tar.gz → 2.0.0__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.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/PKG-INFO +24 -14
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/README.md +8 -8
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/__init__.py +1 -1
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/api_client.py +1 -1
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/configuration.py +1 -1
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds.sdk.FactSetQuantFactorLibrary.egg-info/PKG-INFO +24 -14
- fds_sdk_factsetquantfactorlibrary-2.0.0/fds.sdk.FactSetQuantFactorLibrary.egg-info/requires.txt +3 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/setup.py +4 -4
- fds.sdk.FactSetQuantFactorLibrary-1.1.0/fds.sdk.FactSetQuantFactorLibrary.egg-info/requires.txt +0 -3
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/LICENSE +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/__init__.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/api/__init__.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/api/factors_api.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/api/helper_api.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/apis/__init__.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/exceptions.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/model/__init__.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/model/error_response.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/model/error_response_sub_errors.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/model/factor_groups_param.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/model/factors.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/model/factors_param.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/model/factors_request.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/model/factors_response.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/model/frequency.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/model/ids.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/model/library.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/model/library_request.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/model/library_response.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/model_utils.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/models/__init__.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/FactSetQuantFactorLibrary/rest.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/sdk/__init__.py +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds.sdk.FactSetQuantFactorLibrary.egg-info/SOURCES.txt +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds.sdk.FactSetQuantFactorLibrary.egg-info/dependency_links.txt +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds.sdk.FactSetQuantFactorLibrary.egg-info/top_level.txt +0 -0
- {fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/setup.cfg +0 -0
{fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/PKG-INFO
RENAMED
|
@@ -1,22 +1,34 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: fds.sdk.FactSetQuantFactorLibrary
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.0.0
|
|
4
4
|
Summary: FactSet Quant Factor Library client library for Python
|
|
5
5
|
Home-page: https://github.com/FactSet/enterprise-sdk/tree/main/code/python/FactSetQuantFactorLibrary/v1
|
|
6
6
|
Author: FactSet Research Systems
|
|
7
7
|
License: Apache License, Version 2.0
|
|
8
8
|
Keywords: FactSet,API,SDK
|
|
9
|
-
|
|
10
|
-
Requires-Python: >=3.7
|
|
9
|
+
Requires-Python: >=3.10
|
|
11
10
|
Description-Content-Type: text/markdown
|
|
12
11
|
License-File: LICENSE
|
|
12
|
+
Requires-Dist: urllib3>=2.7.0
|
|
13
|
+
Requires-Dist: python-dateutil>=2.9.0.post0
|
|
14
|
+
Requires-Dist: fds.sdk.utils>=1.0.0
|
|
15
|
+
Dynamic: author
|
|
16
|
+
Dynamic: description
|
|
17
|
+
Dynamic: description-content-type
|
|
18
|
+
Dynamic: home-page
|
|
19
|
+
Dynamic: keywords
|
|
20
|
+
Dynamic: license
|
|
21
|
+
Dynamic: license-file
|
|
22
|
+
Dynamic: requires-dist
|
|
23
|
+
Dynamic: requires-python
|
|
24
|
+
Dynamic: summary
|
|
13
25
|
|
|
14
26
|
[](https://www.factset.com)
|
|
15
27
|
|
|
16
28
|
# FactSet Quant Factor Library client library for Python
|
|
17
29
|
|
|
18
30
|
[]()
|
|
19
|
-
[](https://pypi.org/project/fds.sdk.FactSetQuantFactorLibrary/v/2.0.0)
|
|
20
32
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
21
33
|
|
|
22
34
|
The FactSet FactSet Quant Factor Library (QFL) API helps to detect investment themes across global equity markets, incorporate ideas into your portfolio construction process, and transform raw data into actionable intelligence. Over 2000+ items spanning Factor Groups in-
|
|
@@ -30,7 +42,7 @@ The FactSet FactSet Quant Factor Library (QFL) API helps to detect investment th
|
|
|
30
42
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
31
43
|
|
|
32
44
|
- API version: 1.0.2
|
|
33
|
-
- SDK version:
|
|
45
|
+
- SDK version: 2.0.0
|
|
34
46
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
35
47
|
|
|
36
48
|
For more information, please visit [http://www.factset.com/api](http://www.factset.com/api)
|
|
@@ -44,24 +56,24 @@ For more information, please visit [http://www.factset.com/api](http://www.facts
|
|
|
44
56
|
### Poetry
|
|
45
57
|
|
|
46
58
|
```shell
|
|
47
|
-
poetry add fds.sdk.utils fds.sdk.FactSetQuantFactorLibrary==
|
|
59
|
+
poetry add fds.sdk.utils fds.sdk.FactSetQuantFactorLibrary==2.0.0
|
|
48
60
|
```
|
|
49
61
|
|
|
50
62
|
### pip
|
|
51
63
|
|
|
52
64
|
```shell
|
|
53
|
-
pip install fds.sdk.utils fds.sdk.FactSetQuantFactorLibrary==
|
|
65
|
+
pip install fds.sdk.utils fds.sdk.FactSetQuantFactorLibrary==2.0.0
|
|
54
66
|
```
|
|
55
67
|
|
|
56
68
|
## Usage
|
|
57
69
|
|
|
58
70
|
1. [Generate authentication credentials](../../../../README.md#authentication).
|
|
59
71
|
2. Setup Python environment.
|
|
60
|
-
1. Install and activate python 3.
|
|
72
|
+
1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
|
|
61
73
|
|
|
62
74
|
```sh
|
|
63
|
-
pyenv install 3.
|
|
64
|
-
pyenv shell 3.
|
|
75
|
+
pyenv install 3.10.0
|
|
76
|
+
pyenv shell 3.10.0
|
|
65
77
|
```
|
|
66
78
|
|
|
67
79
|
2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
|
|
@@ -320,7 +332,7 @@ Please refer to the [contributing guide](../../../../CONTRIBUTING.md).
|
|
|
320
332
|
|
|
321
333
|
## Copyright
|
|
322
334
|
|
|
323
|
-
Copyright
|
|
335
|
+
Copyright 2026 FactSet Research Systems Inc
|
|
324
336
|
|
|
325
337
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
326
338
|
you may not use this file except in compliance with the License.
|
|
@@ -334,5 +346,3 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
334
346
|
See the License for the specific language governing permissions and
|
|
335
347
|
limitations under the License.
|
|
336
348
|
|
|
337
|
-
|
|
338
|
-
|
{fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/README.md
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# FactSet Quant Factor Library client library for Python
|
|
4
4
|
|
|
5
5
|
[]()
|
|
6
|
-
[](https://pypi.org/project/fds.sdk.FactSetQuantFactorLibrary/v/2.0.0)
|
|
7
7
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
8
8
|
|
|
9
9
|
The FactSet FactSet Quant Factor Library (QFL) API helps to detect investment themes across global equity markets, incorporate ideas into your portfolio construction process, and transform raw data into actionable intelligence. Over 2000+ items spanning Factor Groups in-
|
|
@@ -17,7 +17,7 @@ The FactSet FactSet Quant Factor Library (QFL) API helps to detect investment th
|
|
|
17
17
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
18
18
|
|
|
19
19
|
- API version: 1.0.2
|
|
20
|
-
- SDK version:
|
|
20
|
+
- SDK version: 2.0.0
|
|
21
21
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
22
22
|
|
|
23
23
|
For more information, please visit [http://www.factset.com/api](http://www.factset.com/api)
|
|
@@ -31,24 +31,24 @@ For more information, please visit [http://www.factset.com/api](http://www.facts
|
|
|
31
31
|
### Poetry
|
|
32
32
|
|
|
33
33
|
```shell
|
|
34
|
-
poetry add fds.sdk.utils fds.sdk.FactSetQuantFactorLibrary==
|
|
34
|
+
poetry add fds.sdk.utils fds.sdk.FactSetQuantFactorLibrary==2.0.0
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
### pip
|
|
38
38
|
|
|
39
39
|
```shell
|
|
40
|
-
pip install fds.sdk.utils fds.sdk.FactSetQuantFactorLibrary==
|
|
40
|
+
pip install fds.sdk.utils fds.sdk.FactSetQuantFactorLibrary==2.0.0
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
## Usage
|
|
44
44
|
|
|
45
45
|
1. [Generate authentication credentials](../../../../README.md#authentication).
|
|
46
46
|
2. Setup Python environment.
|
|
47
|
-
1. Install and activate python 3.
|
|
47
|
+
1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
|
|
48
48
|
|
|
49
49
|
```sh
|
|
50
|
-
pyenv install 3.
|
|
51
|
-
pyenv shell 3.
|
|
50
|
+
pyenv install 3.10.0
|
|
51
|
+
pyenv shell 3.10.0
|
|
52
52
|
```
|
|
53
53
|
|
|
54
54
|
2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
|
|
@@ -307,7 +307,7 @@ Please refer to the [contributing guide](../../../../CONTRIBUTING.md).
|
|
|
307
307
|
|
|
308
308
|
## Copyright
|
|
309
309
|
|
|
310
|
-
Copyright
|
|
310
|
+
Copyright 2026 FactSet Research Systems Inc
|
|
311
311
|
|
|
312
312
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
313
313
|
you may not use this file except in compliance with the License.
|
|
@@ -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/FactSetQuantFactorLibrary/
|
|
119
|
+
self.user_agent = f'fds-sdk/python/FactSetQuantFactorLibrary/2.0.0 ({platform.system()}, Python {platform.python_version()})'
|
|
120
120
|
|
|
121
121
|
def __enter__(self):
|
|
122
122
|
return self
|
|
@@ -430,7 +430,7 @@ conf = fds.sdk.FactSetQuantFactorLibrary.Configuration(
|
|
|
430
430
|
"OS: {env}\n"\
|
|
431
431
|
"Python Version: {pyversion}\n"\
|
|
432
432
|
"Version of the API: 1.0.2\n"\
|
|
433
|
-
"SDK Package Version:
|
|
433
|
+
"SDK Package Version: 2.0.0".\
|
|
434
434
|
format(env=sys.platform, pyversion=sys.version)
|
|
435
435
|
|
|
436
436
|
def get_host_settings(self):
|
|
@@ -1,22 +1,34 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: fds.sdk.FactSetQuantFactorLibrary
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.0.0
|
|
4
4
|
Summary: FactSet Quant Factor Library client library for Python
|
|
5
5
|
Home-page: https://github.com/FactSet/enterprise-sdk/tree/main/code/python/FactSetQuantFactorLibrary/v1
|
|
6
6
|
Author: FactSet Research Systems
|
|
7
7
|
License: Apache License, Version 2.0
|
|
8
8
|
Keywords: FactSet,API,SDK
|
|
9
|
-
|
|
10
|
-
Requires-Python: >=3.7
|
|
9
|
+
Requires-Python: >=3.10
|
|
11
10
|
Description-Content-Type: text/markdown
|
|
12
11
|
License-File: LICENSE
|
|
12
|
+
Requires-Dist: urllib3>=2.7.0
|
|
13
|
+
Requires-Dist: python-dateutil>=2.9.0.post0
|
|
14
|
+
Requires-Dist: fds.sdk.utils>=1.0.0
|
|
15
|
+
Dynamic: author
|
|
16
|
+
Dynamic: description
|
|
17
|
+
Dynamic: description-content-type
|
|
18
|
+
Dynamic: home-page
|
|
19
|
+
Dynamic: keywords
|
|
20
|
+
Dynamic: license
|
|
21
|
+
Dynamic: license-file
|
|
22
|
+
Dynamic: requires-dist
|
|
23
|
+
Dynamic: requires-python
|
|
24
|
+
Dynamic: summary
|
|
13
25
|
|
|
14
26
|
[](https://www.factset.com)
|
|
15
27
|
|
|
16
28
|
# FactSet Quant Factor Library client library for Python
|
|
17
29
|
|
|
18
30
|
[]()
|
|
19
|
-
[](https://pypi.org/project/fds.sdk.FactSetQuantFactorLibrary/v/2.0.0)
|
|
20
32
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
21
33
|
|
|
22
34
|
The FactSet FactSet Quant Factor Library (QFL) API helps to detect investment themes across global equity markets, incorporate ideas into your portfolio construction process, and transform raw data into actionable intelligence. Over 2000+ items spanning Factor Groups in-
|
|
@@ -30,7 +42,7 @@ The FactSet FactSet Quant Factor Library (QFL) API helps to detect investment th
|
|
|
30
42
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
31
43
|
|
|
32
44
|
- API version: 1.0.2
|
|
33
|
-
- SDK version:
|
|
45
|
+
- SDK version: 2.0.0
|
|
34
46
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
35
47
|
|
|
36
48
|
For more information, please visit [http://www.factset.com/api](http://www.factset.com/api)
|
|
@@ -44,24 +56,24 @@ For more information, please visit [http://www.factset.com/api](http://www.facts
|
|
|
44
56
|
### Poetry
|
|
45
57
|
|
|
46
58
|
```shell
|
|
47
|
-
poetry add fds.sdk.utils fds.sdk.FactSetQuantFactorLibrary==
|
|
59
|
+
poetry add fds.sdk.utils fds.sdk.FactSetQuantFactorLibrary==2.0.0
|
|
48
60
|
```
|
|
49
61
|
|
|
50
62
|
### pip
|
|
51
63
|
|
|
52
64
|
```shell
|
|
53
|
-
pip install fds.sdk.utils fds.sdk.FactSetQuantFactorLibrary==
|
|
65
|
+
pip install fds.sdk.utils fds.sdk.FactSetQuantFactorLibrary==2.0.0
|
|
54
66
|
```
|
|
55
67
|
|
|
56
68
|
## Usage
|
|
57
69
|
|
|
58
70
|
1. [Generate authentication credentials](../../../../README.md#authentication).
|
|
59
71
|
2. Setup Python environment.
|
|
60
|
-
1. Install and activate python 3.
|
|
72
|
+
1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
|
|
61
73
|
|
|
62
74
|
```sh
|
|
63
|
-
pyenv install 3.
|
|
64
|
-
pyenv shell 3.
|
|
75
|
+
pyenv install 3.10.0
|
|
76
|
+
pyenv shell 3.10.0
|
|
65
77
|
```
|
|
66
78
|
|
|
67
79
|
2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
|
|
@@ -320,7 +332,7 @@ Please refer to the [contributing guide](../../../../CONTRIBUTING.md).
|
|
|
320
332
|
|
|
321
333
|
## Copyright
|
|
322
334
|
|
|
323
|
-
Copyright
|
|
335
|
+
Copyright 2026 FactSet Research Systems Inc
|
|
324
336
|
|
|
325
337
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
326
338
|
you may not use this file except in compliance with the License.
|
|
@@ -334,5 +346,3 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
334
346
|
See the License for the specific language governing permissions and
|
|
335
347
|
limitations under the License.
|
|
336
348
|
|
|
337
|
-
|
|
338
|
-
|
{fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/setup.py
RENAMED
|
@@ -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.FactSetQuantFactorLibrary"
|
|
19
|
-
VERSION = "
|
|
19
|
+
VERSION = "2.0.0"
|
|
20
20
|
# To install the library, run the following
|
|
21
21
|
#
|
|
22
22
|
# python setup.py install
|
|
@@ -25,8 +25,8 @@ VERSION = "1.1.0"
|
|
|
25
25
|
# http://pypi.python.org/pypi/setuptools
|
|
26
26
|
|
|
27
27
|
REQUIRES = [
|
|
28
|
-
"urllib3 >=
|
|
29
|
-
"python-dateutil",
|
|
28
|
+
"urllib3 >= 2.7.0",
|
|
29
|
+
"python-dateutil >= 2.9.0.post0",
|
|
30
30
|
"fds.sdk.utils >= 1.0.0",
|
|
31
31
|
]
|
|
32
32
|
|
|
@@ -37,7 +37,7 @@ setup(
|
|
|
37
37
|
author="FactSet Research Systems",
|
|
38
38
|
url="https://github.com/FactSet/enterprise-sdk/tree/main/code/python/FactSetQuantFactorLibrary/v1",
|
|
39
39
|
keywords=["FactSet", "API", "SDK"],
|
|
40
|
-
python_requires=">=3.
|
|
40
|
+
python_requires=">=3.10",
|
|
41
41
|
install_requires=REQUIRES,
|
|
42
42
|
packages=find_packages(exclude=["test", "tests"]),
|
|
43
43
|
include_package_data=True,
|
|
File without changes
|
{fds.sdk.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/fds/__init__.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.FactSetQuantFactorLibrary-1.1.0 → fds_sdk_factsetquantfactorlibrary-2.0.0}/setup.cfg
RENAMED
|
File without changes
|