fds.sdk.FactSetEntity 1.3.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_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/PKG-INFO +12 -12
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/README.md +8 -8
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/__init__.py +1 -1
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/api_client.py +1 -1
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/configuration.py +1 -1
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds.sdk.FactSetEntity.egg-info/PKG-INFO +12 -12
- fds_sdk_factsetentity-2.0.0/fds.sdk.FactSetEntity.egg-info/requires.txt +3 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/setup.py +4 -4
- fds_sdk_factsetentity-1.3.0/fds.sdk.FactSetEntity.egg-info/requires.txt +0 -3
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/LICENSE +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/__init__.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/api/__init__.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/api/entity_reference_api.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/api/entity_reference_chinese_api.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/api/entity_securities_api.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/api/entity_structure_api.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/api/historical_credit_parent_api.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/apis/__init__.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/exceptions.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/__init__.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/active.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/credit_parent.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/credit_parent_request.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/credit_parent_response.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_reference.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_reference_chi.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_reference_chi_request.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_reference_chi_response.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_reference_request.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_reference_response.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_securities.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_securities_request.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_securities_response.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_structure.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_structure_request.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_structure_response.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/error_response.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/error_response_sub_errors.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/hcp_ids.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/ids.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/ids_chi.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/security_type.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/structure_ids.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/ultimate_entity_structure_request.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/ultimate_entity_structure_response.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/utlimate_entity_structure.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model_utils.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/models/__init__.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/rest.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/__init__.py +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds.sdk.FactSetEntity.egg-info/SOURCES.txt +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds.sdk.FactSetEntity.egg-info/dependency_links.txt +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds.sdk.FactSetEntity.egg-info/top_level.txt +0 -0
- {fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/setup.cfg +0 -0
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fds.sdk.FactSetEntity
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.0.0
|
|
4
4
|
Summary: FactSet Entity client library for Python
|
|
5
5
|
Home-page: https://github.com/FactSet/enterprise-sdk/tree/main/code/python/FactSetEntity/v1
|
|
6
6
|
Author: FactSet Research Systems
|
|
7
7
|
License: Apache License, Version 2.0
|
|
8
8
|
Keywords: FactSet,API,SDK
|
|
9
|
-
Requires-Python: >=3.
|
|
9
|
+
Requires-Python: >=3.10
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
License-File: LICENSE
|
|
12
|
-
Requires-Dist: urllib3>=
|
|
13
|
-
Requires-Dist: python-dateutil
|
|
12
|
+
Requires-Dist: urllib3>=2.7.0
|
|
13
|
+
Requires-Dist: python-dateutil>=2.9.0.post0
|
|
14
14
|
Requires-Dist: fds.sdk.utils>=1.0.0
|
|
15
15
|
Dynamic: author
|
|
16
16
|
Dynamic: description
|
|
@@ -28,7 +28,7 @@ Dynamic: summary
|
|
|
28
28
|
# FactSet Entity client library for Python
|
|
29
29
|
|
|
30
30
|
[]()
|
|
31
|
-
[](https://pypi.org/project/fds.sdk.FactSetEntity/v/2.0.0)
|
|
32
32
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
33
33
|
|
|
34
34
|
Using an entity centric data model, FactSet's Entity API provides access to
|
|
@@ -40,7 +40,7 @@ information to a master entity identifier. Use this API to quickly understand th
|
|
|
40
40
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
41
41
|
|
|
42
42
|
- API version: 1.5.0
|
|
43
|
-
- SDK version:
|
|
43
|
+
- SDK version: 2.0.0
|
|
44
44
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
45
45
|
|
|
46
46
|
## Requirements
|
|
@@ -52,24 +52,24 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
|
|
|
52
52
|
### Poetry
|
|
53
53
|
|
|
54
54
|
```shell
|
|
55
|
-
poetry add fds.sdk.utils fds.sdk.FactSetEntity==
|
|
55
|
+
poetry add fds.sdk.utils fds.sdk.FactSetEntity==2.0.0
|
|
56
56
|
```
|
|
57
57
|
|
|
58
58
|
### pip
|
|
59
59
|
|
|
60
60
|
```shell
|
|
61
|
-
pip install fds.sdk.utils fds.sdk.FactSetEntity==
|
|
61
|
+
pip install fds.sdk.utils fds.sdk.FactSetEntity==2.0.0
|
|
62
62
|
```
|
|
63
63
|
|
|
64
64
|
## Usage
|
|
65
65
|
|
|
66
66
|
1. [Generate authentication credentials](../../../../README.md#authentication).
|
|
67
67
|
2. Setup Python environment.
|
|
68
|
-
1. Install and activate python 3.
|
|
68
|
+
1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
|
|
69
69
|
|
|
70
70
|
```sh
|
|
71
|
-
pyenv install 3.
|
|
72
|
-
pyenv shell 3.
|
|
71
|
+
pyenv install 3.10.0
|
|
72
|
+
pyenv shell 3.10.0
|
|
73
73
|
```
|
|
74
74
|
|
|
75
75
|
2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
|
|
@@ -342,7 +342,7 @@ Please refer to the [contributing guide](../../../../CONTRIBUTING.md).
|
|
|
342
342
|
|
|
343
343
|
## Copyright
|
|
344
344
|
|
|
345
|
-
Copyright
|
|
345
|
+
Copyright 2026 FactSet Research Systems Inc
|
|
346
346
|
|
|
347
347
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
348
348
|
you may not use this file except in compliance with the License.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# FactSet Entity client library for Python
|
|
4
4
|
|
|
5
5
|
[]()
|
|
6
|
-
[](https://pypi.org/project/fds.sdk.FactSetEntity/v/2.0.0)
|
|
7
7
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
8
8
|
|
|
9
9
|
Using an entity centric data model, FactSet's Entity API provides access to
|
|
@@ -15,7 +15,7 @@ information to a master entity identifier. Use this API to quickly understand th
|
|
|
15
15
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
16
16
|
|
|
17
17
|
- API version: 1.5.0
|
|
18
|
-
- SDK version:
|
|
18
|
+
- SDK version: 2.0.0
|
|
19
19
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
20
20
|
|
|
21
21
|
## Requirements
|
|
@@ -27,24 +27,24 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
|
|
|
27
27
|
### Poetry
|
|
28
28
|
|
|
29
29
|
```shell
|
|
30
|
-
poetry add fds.sdk.utils fds.sdk.FactSetEntity==
|
|
30
|
+
poetry add fds.sdk.utils fds.sdk.FactSetEntity==2.0.0
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
### pip
|
|
34
34
|
|
|
35
35
|
```shell
|
|
36
|
-
pip install fds.sdk.utils fds.sdk.FactSetEntity==
|
|
36
|
+
pip install fds.sdk.utils fds.sdk.FactSetEntity==2.0.0
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
## Usage
|
|
40
40
|
|
|
41
41
|
1. [Generate authentication credentials](../../../../README.md#authentication).
|
|
42
42
|
2. Setup Python environment.
|
|
43
|
-
1. Install and activate python 3.
|
|
43
|
+
1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
|
|
44
44
|
|
|
45
45
|
```sh
|
|
46
|
-
pyenv install 3.
|
|
47
|
-
pyenv shell 3.
|
|
46
|
+
pyenv install 3.10.0
|
|
47
|
+
pyenv shell 3.10.0
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
|
|
@@ -317,7 +317,7 @@ Please refer to the [contributing guide](../../../../CONTRIBUTING.md).
|
|
|
317
317
|
|
|
318
318
|
## Copyright
|
|
319
319
|
|
|
320
|
-
Copyright
|
|
320
|
+
Copyright 2026 FactSet Research Systems Inc
|
|
321
321
|
|
|
322
322
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
323
323
|
you may not use this file except in compliance with the License.
|
{fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/api_client.py
RENAMED
|
@@ -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/FactSetEntity/
|
|
119
|
+
self.user_agent = f'fds-sdk/python/FactSetEntity/2.0.0 ({platform.system()}, Python {platform.python_version()})'
|
|
120
120
|
|
|
121
121
|
def __enter__(self):
|
|
122
122
|
return self
|
{fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/configuration.py
RENAMED
|
@@ -430,7 +430,7 @@ conf = fds.sdk.FactSetEntity.Configuration(
|
|
|
430
430
|
"OS: {env}\n"\
|
|
431
431
|
"Python Version: {pyversion}\n"\
|
|
432
432
|
"Version of the API: 1.5.0\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):
|
{fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds.sdk.FactSetEntity.egg-info/PKG-INFO
RENAMED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fds.sdk.FactSetEntity
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.0.0
|
|
4
4
|
Summary: FactSet Entity client library for Python
|
|
5
5
|
Home-page: https://github.com/FactSet/enterprise-sdk/tree/main/code/python/FactSetEntity/v1
|
|
6
6
|
Author: FactSet Research Systems
|
|
7
7
|
License: Apache License, Version 2.0
|
|
8
8
|
Keywords: FactSet,API,SDK
|
|
9
|
-
Requires-Python: >=3.
|
|
9
|
+
Requires-Python: >=3.10
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
License-File: LICENSE
|
|
12
|
-
Requires-Dist: urllib3>=
|
|
13
|
-
Requires-Dist: python-dateutil
|
|
12
|
+
Requires-Dist: urllib3>=2.7.0
|
|
13
|
+
Requires-Dist: python-dateutil>=2.9.0.post0
|
|
14
14
|
Requires-Dist: fds.sdk.utils>=1.0.0
|
|
15
15
|
Dynamic: author
|
|
16
16
|
Dynamic: description
|
|
@@ -28,7 +28,7 @@ Dynamic: summary
|
|
|
28
28
|
# FactSet Entity client library for Python
|
|
29
29
|
|
|
30
30
|
[]()
|
|
31
|
-
[](https://pypi.org/project/fds.sdk.FactSetEntity/v/2.0.0)
|
|
32
32
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
33
33
|
|
|
34
34
|
Using an entity centric data model, FactSet's Entity API provides access to
|
|
@@ -40,7 +40,7 @@ information to a master entity identifier. Use this API to quickly understand th
|
|
|
40
40
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
41
41
|
|
|
42
42
|
- API version: 1.5.0
|
|
43
|
-
- SDK version:
|
|
43
|
+
- SDK version: 2.0.0
|
|
44
44
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
45
45
|
|
|
46
46
|
## Requirements
|
|
@@ -52,24 +52,24 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
|
|
|
52
52
|
### Poetry
|
|
53
53
|
|
|
54
54
|
```shell
|
|
55
|
-
poetry add fds.sdk.utils fds.sdk.FactSetEntity==
|
|
55
|
+
poetry add fds.sdk.utils fds.sdk.FactSetEntity==2.0.0
|
|
56
56
|
```
|
|
57
57
|
|
|
58
58
|
### pip
|
|
59
59
|
|
|
60
60
|
```shell
|
|
61
|
-
pip install fds.sdk.utils fds.sdk.FactSetEntity==
|
|
61
|
+
pip install fds.sdk.utils fds.sdk.FactSetEntity==2.0.0
|
|
62
62
|
```
|
|
63
63
|
|
|
64
64
|
## Usage
|
|
65
65
|
|
|
66
66
|
1. [Generate authentication credentials](../../../../README.md#authentication).
|
|
67
67
|
2. Setup Python environment.
|
|
68
|
-
1. Install and activate python 3.
|
|
68
|
+
1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
|
|
69
69
|
|
|
70
70
|
```sh
|
|
71
|
-
pyenv install 3.
|
|
72
|
-
pyenv shell 3.
|
|
71
|
+
pyenv install 3.10.0
|
|
72
|
+
pyenv shell 3.10.0
|
|
73
73
|
```
|
|
74
74
|
|
|
75
75
|
2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
|
|
@@ -342,7 +342,7 @@ Please refer to the [contributing guide](../../../../CONTRIBUTING.md).
|
|
|
342
342
|
|
|
343
343
|
## Copyright
|
|
344
344
|
|
|
345
|
-
Copyright
|
|
345
|
+
Copyright 2026 FactSet Research Systems Inc
|
|
346
346
|
|
|
347
347
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
348
348
|
you may not use this file except in compliance with the License.
|
|
@@ -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.FactSetEntity"
|
|
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.3.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/FactSetEntity/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
|
{fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/api/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/apis/__init__.py
RENAMED
|
File without changes
|
{fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/exceptions.py
RENAMED
|
File without changes
|
{fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/__init__.py
RENAMED
|
File without changes
|
{fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/active.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
|
{fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/hcp_ids.py
RENAMED
|
File without changes
|
{fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/ids.py
RENAMED
|
File without changes
|
{fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/ids_chi.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model_utils.py
RENAMED
|
File without changes
|
{fds_sdk_factsetentity-1.3.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|