fds.sdk.FactSetProgrammaticEnvironment 0.22.1__tar.gz → 0.23.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.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/PKG-INFO +24 -14
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/README.md +8 -8
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/fds/sdk/FactSetProgrammaticEnvironment/__init__.py +1 -1
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/fds/sdk/FactSetProgrammaticEnvironment/api_client.py +1 -1
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/fds/sdk/FactSetProgrammaticEnvironment/configuration.py +1 -1
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/fds.sdk.FactSetProgrammaticEnvironment.egg-info/PKG-INFO +24 -14
- fds_sdk_factsetprogrammaticenvironment-0.23.0/fds.sdk.FactSetProgrammaticEnvironment.egg-info/requires.txt +3 -0
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/setup.py +4 -4
- fds.sdk.FactSetProgrammaticEnvironment-0.22.1/fds.sdk.FactSetProgrammaticEnvironment.egg-info/requires.txt +0 -3
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/LICENSE +0 -0
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/fds/__init__.py +0 -0
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/fds/sdk/FactSetProgrammaticEnvironment/api/__init__.py +0 -0
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/fds/sdk/FactSetProgrammaticEnvironment/api/calculations_api.py +0 -0
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/fds/sdk/FactSetProgrammaticEnvironment/api/files_api.py +0 -0
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/fds/sdk/FactSetProgrammaticEnvironment/apis/__init__.py +0 -0
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/fds/sdk/FactSetProgrammaticEnvironment/exceptions.py +0 -0
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/fds/sdk/FactSetProgrammaticEnvironment/model/__init__.py +0 -0
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/fds/sdk/FactSetProgrammaticEnvironment/model/calculation.py +0 -0
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/fds/sdk/FactSetProgrammaticEnvironment/model/calculation_status.py +0 -0
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/fds/sdk/FactSetProgrammaticEnvironment/model/file_upload_status.py +0 -0
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/fds/sdk/FactSetProgrammaticEnvironment/model_utils.py +0 -0
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/fds/sdk/FactSetProgrammaticEnvironment/models/__init__.py +0 -0
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/fds/sdk/FactSetProgrammaticEnvironment/rest.py +0 -0
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/fds/sdk/__init__.py +0 -0
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/fds.sdk.FactSetProgrammaticEnvironment.egg-info/SOURCES.txt +0 -0
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/fds.sdk.FactSetProgrammaticEnvironment.egg-info/dependency_links.txt +0 -0
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/fds.sdk.FactSetProgrammaticEnvironment.egg-info/top_level.txt +0 -0
- {fds.sdk.FactSetProgrammaticEnvironment-0.22.1 → fds_sdk_factsetprogrammaticenvironment-0.23.0}/setup.cfg +0 -0
|
@@ -1,22 +1,34 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: fds.sdk.FactSetProgrammaticEnvironment
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.23.0
|
|
4
4
|
Summary: FactSet Programmatic Environment client library for Python
|
|
5
5
|
Home-page: https://github.com/FactSet/enterprise-sdk/tree/main/code/python/FactSetProgrammaticEnvironment/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 Programmatic Environment client library for Python
|
|
17
29
|
|
|
18
30
|
[](https://developer.factset.com/api-catalog/factset-programmatic-environment-api)
|
|
19
|
-
[](https://pypi.org/project/fds.sdk.FactSetProgrammaticEnvironment/v/0.23.0)
|
|
20
32
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
21
33
|
|
|
22
34
|
FactSet Programmatic Environment (FPE) API is an API for users to interact with FPE programmatically, streamlining path from research to production.
|
|
@@ -24,7 +36,7 @@ FactSet Programmatic Environment (FPE) API is an API for users to interact with
|
|
|
24
36
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
25
37
|
|
|
26
38
|
- API version: 1.0.0
|
|
27
|
-
- SDK version: 0.
|
|
39
|
+
- SDK version: 0.23.0
|
|
28
40
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
29
41
|
|
|
30
42
|
For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
|
|
@@ -38,24 +50,24 @@ For more information, please visit [https://developer.factset.com/contact](https
|
|
|
38
50
|
### Poetry
|
|
39
51
|
|
|
40
52
|
```shell
|
|
41
|
-
poetry add fds.sdk.utils fds.sdk.FactSetProgrammaticEnvironment==0.
|
|
53
|
+
poetry add fds.sdk.utils fds.sdk.FactSetProgrammaticEnvironment==0.23.0
|
|
42
54
|
```
|
|
43
55
|
|
|
44
56
|
### pip
|
|
45
57
|
|
|
46
58
|
```shell
|
|
47
|
-
pip install fds.sdk.utils fds.sdk.FactSetProgrammaticEnvironment==0.
|
|
59
|
+
pip install fds.sdk.utils fds.sdk.FactSetProgrammaticEnvironment==0.23.0
|
|
48
60
|
```
|
|
49
61
|
|
|
50
62
|
## Usage
|
|
51
63
|
|
|
52
64
|
1. [Generate authentication credentials](../../../../README.md#authentication).
|
|
53
65
|
2. Setup Python environment.
|
|
54
|
-
1. Install and activate python 3.
|
|
66
|
+
1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
|
|
55
67
|
|
|
56
68
|
```sh
|
|
57
|
-
pyenv install 3.
|
|
58
|
-
pyenv shell 3.
|
|
69
|
+
pyenv install 3.10.0
|
|
70
|
+
pyenv shell 3.10.0
|
|
59
71
|
```
|
|
60
72
|
|
|
61
73
|
2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
|
|
@@ -304,7 +316,7 @@ Please refer to the [contributing guide](../../../../CONTRIBUTING.md).
|
|
|
304
316
|
|
|
305
317
|
## Copyright
|
|
306
318
|
|
|
307
|
-
Copyright
|
|
319
|
+
Copyright 2026 FactSet Research Systems Inc
|
|
308
320
|
|
|
309
321
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
310
322
|
you may not use this file except in compliance with the License.
|
|
@@ -318,5 +330,3 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
318
330
|
See the License for the specific language governing permissions and
|
|
319
331
|
limitations under the License.
|
|
320
332
|
|
|
321
|
-
|
|
322
|
-
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# FactSet Programmatic Environment client library for Python
|
|
4
4
|
|
|
5
5
|
[](https://developer.factset.com/api-catalog/factset-programmatic-environment-api)
|
|
6
|
-
[](https://pypi.org/project/fds.sdk.FactSetProgrammaticEnvironment/v/0.23.0)
|
|
7
7
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
8
8
|
|
|
9
9
|
FactSet Programmatic Environment (FPE) API is an API for users to interact with FPE programmatically, streamlining path from research to production.
|
|
@@ -11,7 +11,7 @@ FactSet Programmatic Environment (FPE) API is an API for users to interact with
|
|
|
11
11
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
12
12
|
|
|
13
13
|
- API version: 1.0.0
|
|
14
|
-
- SDK version: 0.
|
|
14
|
+
- SDK version: 0.23.0
|
|
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,24 +25,24 @@ 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.sdk.FactSetProgrammaticEnvironment==0.
|
|
28
|
+
poetry add fds.sdk.utils fds.sdk.FactSetProgrammaticEnvironment==0.23.0
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
### pip
|
|
32
32
|
|
|
33
33
|
```shell
|
|
34
|
-
pip install fds.sdk.utils fds.sdk.FactSetProgrammaticEnvironment==0.
|
|
34
|
+
pip install fds.sdk.utils fds.sdk.FactSetProgrammaticEnvironment==0.23.0
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
## Usage
|
|
38
38
|
|
|
39
39
|
1. [Generate authentication credentials](../../../../README.md#authentication).
|
|
40
40
|
2. Setup Python environment.
|
|
41
|
-
1. Install and activate python 3.
|
|
41
|
+
1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
|
|
42
42
|
|
|
43
43
|
```sh
|
|
44
|
-
pyenv install 3.
|
|
45
|
-
pyenv shell 3.
|
|
44
|
+
pyenv install 3.10.0
|
|
45
|
+
pyenv shell 3.10.0
|
|
46
46
|
```
|
|
47
47
|
|
|
48
48
|
2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
|
|
@@ -291,7 +291,7 @@ Please refer to the [contributing guide](../../../../CONTRIBUTING.md).
|
|
|
291
291
|
|
|
292
292
|
## Copyright
|
|
293
293
|
|
|
294
|
-
Copyright
|
|
294
|
+
Copyright 2026 FactSet Research Systems Inc
|
|
295
295
|
|
|
296
296
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
297
297
|
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/FactSetProgrammaticEnvironment/0.
|
|
119
|
+
self.user_agent = f'fds-sdk/python/FactSetProgrammaticEnvironment/0.23.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.FactSetProgrammaticEnvironment.Configuration(
|
|
|
430
430
|
"OS: {env}\n"\
|
|
431
431
|
"Python Version: {pyversion}\n"\
|
|
432
432
|
"Version of the API: 1.0.0\n"\
|
|
433
|
-
"SDK Package Version: 0.
|
|
433
|
+
"SDK Package Version: 0.23.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.FactSetProgrammaticEnvironment
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.23.0
|
|
4
4
|
Summary: FactSet Programmatic Environment client library for Python
|
|
5
5
|
Home-page: https://github.com/FactSet/enterprise-sdk/tree/main/code/python/FactSetProgrammaticEnvironment/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 Programmatic Environment client library for Python
|
|
17
29
|
|
|
18
30
|
[](https://developer.factset.com/api-catalog/factset-programmatic-environment-api)
|
|
19
|
-
[](https://pypi.org/project/fds.sdk.FactSetProgrammaticEnvironment/v/0.23.0)
|
|
20
32
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
21
33
|
|
|
22
34
|
FactSet Programmatic Environment (FPE) API is an API for users to interact with FPE programmatically, streamlining path from research to production.
|
|
@@ -24,7 +36,7 @@ FactSet Programmatic Environment (FPE) API is an API for users to interact with
|
|
|
24
36
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
25
37
|
|
|
26
38
|
- API version: 1.0.0
|
|
27
|
-
- SDK version: 0.
|
|
39
|
+
- SDK version: 0.23.0
|
|
28
40
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
29
41
|
|
|
30
42
|
For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
|
|
@@ -38,24 +50,24 @@ For more information, please visit [https://developer.factset.com/contact](https
|
|
|
38
50
|
### Poetry
|
|
39
51
|
|
|
40
52
|
```shell
|
|
41
|
-
poetry add fds.sdk.utils fds.sdk.FactSetProgrammaticEnvironment==0.
|
|
53
|
+
poetry add fds.sdk.utils fds.sdk.FactSetProgrammaticEnvironment==0.23.0
|
|
42
54
|
```
|
|
43
55
|
|
|
44
56
|
### pip
|
|
45
57
|
|
|
46
58
|
```shell
|
|
47
|
-
pip install fds.sdk.utils fds.sdk.FactSetProgrammaticEnvironment==0.
|
|
59
|
+
pip install fds.sdk.utils fds.sdk.FactSetProgrammaticEnvironment==0.23.0
|
|
48
60
|
```
|
|
49
61
|
|
|
50
62
|
## Usage
|
|
51
63
|
|
|
52
64
|
1. [Generate authentication credentials](../../../../README.md#authentication).
|
|
53
65
|
2. Setup Python environment.
|
|
54
|
-
1. Install and activate python 3.
|
|
66
|
+
1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
|
|
55
67
|
|
|
56
68
|
```sh
|
|
57
|
-
pyenv install 3.
|
|
58
|
-
pyenv shell 3.
|
|
69
|
+
pyenv install 3.10.0
|
|
70
|
+
pyenv shell 3.10.0
|
|
59
71
|
```
|
|
60
72
|
|
|
61
73
|
2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
|
|
@@ -304,7 +316,7 @@ Please refer to the [contributing guide](../../../../CONTRIBUTING.md).
|
|
|
304
316
|
|
|
305
317
|
## Copyright
|
|
306
318
|
|
|
307
|
-
Copyright
|
|
319
|
+
Copyright 2026 FactSet Research Systems Inc
|
|
308
320
|
|
|
309
321
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
310
322
|
you may not use this file except in compliance with the License.
|
|
@@ -318,5 +330,3 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
318
330
|
See the License for the specific language governing permissions and
|
|
319
331
|
limitations under the License.
|
|
320
332
|
|
|
321
|
-
|
|
322
|
-
|
|
@@ -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.FactSetProgrammaticEnvironment"
|
|
19
|
-
VERSION = "0.
|
|
19
|
+
VERSION = "0.23.0"
|
|
20
20
|
# To install the library, run the following
|
|
21
21
|
#
|
|
22
22
|
# python setup.py install
|
|
@@ -25,8 +25,8 @@ VERSION = "0.22.1"
|
|
|
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/FactSetProgrammaticEnvironment/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
|
|
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
|