fds.sdk.VectorData 0.0.2__tar.gz → 0.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_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/PKG-INFO +7 -7
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/README.md +6 -6
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/__init__.py +2 -2
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/api/meta_api.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/api/vector_api.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/api_client.py +2 -2
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/configuration.py +3 -3
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/exceptions.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/chunk_text_response.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/chunk_text_response_meta.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/chunk_text_response_meta_pagination.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/chunk_text_result.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/document_types.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/document_types_response.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/error_object.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/error_response.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/meta.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/schemas.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/schemas_response.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/source.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/source_response.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/themes.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/themes_response.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/vector_data_request.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/vector_data_request_data.py +15 -3
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/vector_data_response.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/vector_data_response_meta.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/vector_data_result.py +5 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model_utils.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/rest.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds.sdk.VectorData.egg-info/PKG-INFO +7 -7
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/setup.py +2 -2
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/LICENSE +0 -0
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/__init__.py +0 -0
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/api/__init__.py +0 -0
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/apis/__init__.py +0 -0
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/__init__.py +0 -0
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/models/__init__.py +0 -0
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/__init__.py +0 -0
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds.sdk.VectorData.egg-info/SOURCES.txt +0 -0
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds.sdk.VectorData.egg-info/dependency_links.txt +0 -0
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds.sdk.VectorData.egg-info/requires.txt +0 -0
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds.sdk.VectorData.egg-info/top_level.txt +0 -0
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fds.sdk.VectorData
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.3
|
|
4
4
|
Summary: Vector Data client library for Python
|
|
5
5
|
Home-page: https://github.com/FactSet/enterprise-sdk/tree/main/code/python/VectorData/v0
|
|
6
6
|
Author: FactSet Research Systems
|
|
@@ -27,8 +27,8 @@ Dynamic: summary
|
|
|
27
27
|
|
|
28
28
|
# Vector Data client library for Python
|
|
29
29
|
|
|
30
|
-
[](https://developer.factset.com/api-catalog/vector-data-api)
|
|
31
|
+
[](https://pypi.org/project/fds.sdk.VectorData/v/0.0.3)
|
|
32
32
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
33
33
|
|
|
34
34
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as:
|
|
@@ -38,8 +38,8 @@ This API is designed to enable developers to integrate vector data into their ap
|
|
|
38
38
|
|
|
39
39
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
40
40
|
|
|
41
|
-
- API version: 0.
|
|
42
|
-
- SDK version: 0.0.
|
|
41
|
+
- API version: 0.2.0
|
|
42
|
+
- SDK version: 0.0.3
|
|
43
43
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
44
44
|
|
|
45
45
|
For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
|
|
@@ -53,13 +53,13 @@ For more information, please visit [https://developer.factset.com/contact](https
|
|
|
53
53
|
### Poetry
|
|
54
54
|
|
|
55
55
|
```shell
|
|
56
|
-
poetry add fds.sdk.utils fds.sdk.VectorData==0.0.
|
|
56
|
+
poetry add fds.sdk.utils fds.sdk.VectorData==0.0.3
|
|
57
57
|
```
|
|
58
58
|
|
|
59
59
|
### pip
|
|
60
60
|
|
|
61
61
|
```shell
|
|
62
|
-
pip install fds.sdk.utils fds.sdk.VectorData==0.0.
|
|
62
|
+
pip install fds.sdk.utils fds.sdk.VectorData==0.0.3
|
|
63
63
|
```
|
|
64
64
|
|
|
65
65
|
## Usage
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
# Vector Data client library for Python
|
|
4
4
|
|
|
5
|
-
[](https://developer.factset.com/api-catalog/vector-data-api)
|
|
6
|
+
[](https://pypi.org/project/fds.sdk.VectorData/v/0.0.3)
|
|
7
7
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
8
8
|
|
|
9
9
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as:
|
|
@@ -13,8 +13,8 @@ This API is designed to enable developers to integrate vector data into their ap
|
|
|
13
13
|
|
|
14
14
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
15
15
|
|
|
16
|
-
- API version: 0.
|
|
17
|
-
- SDK version: 0.0.
|
|
16
|
+
- API version: 0.2.0
|
|
17
|
+
- SDK version: 0.0.3
|
|
18
18
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
19
19
|
|
|
20
20
|
For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
|
|
@@ -28,13 +28,13 @@ For more information, please visit [https://developer.factset.com/contact](https
|
|
|
28
28
|
### Poetry
|
|
29
29
|
|
|
30
30
|
```shell
|
|
31
|
-
poetry add fds.sdk.utils fds.sdk.VectorData==0.0.
|
|
31
|
+
poetry add fds.sdk.utils fds.sdk.VectorData==0.0.3
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
### pip
|
|
35
35
|
|
|
36
36
|
```shell
|
|
37
|
-
pip install fds.sdk.utils fds.sdk.VectorData==0.0.
|
|
37
|
+
pip install fds.sdk.utils fds.sdk.VectorData==0.0.3
|
|
38
38
|
```
|
|
39
39
|
|
|
40
40
|
## Usage
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.
|
|
8
|
+
The version of the OpenAPI document: 0.2.0
|
|
9
9
|
Contact: api@factset.com
|
|
10
10
|
Generated by: https://openapi-generator.tech
|
|
11
11
|
"""
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
__version__ = "0.0.
|
|
14
|
+
__version__ = "0.0.3"
|
|
15
15
|
|
|
16
16
|
# import ApiClient
|
|
17
17
|
from fds.sdk.VectorData.api_client import ApiClient
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -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/VectorData/0.0.
|
|
119
|
+
self.user_agent = f'fds-sdk/python/VectorData/0.0.3 ({platform.system()}, Python {platform.python_version()})'
|
|
120
120
|
|
|
121
121
|
def __enter__(self):
|
|
122
122
|
return self
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -429,8 +429,8 @@ conf = fds.sdk.VectorData.Configuration(
|
|
|
429
429
|
return "Python SDK Debug Report:\n"\
|
|
430
430
|
"OS: {env}\n"\
|
|
431
431
|
"Python Version: {pyversion}\n"\
|
|
432
|
-
"Version of the API: 0.
|
|
433
|
-
"SDK Package Version: 0.0.
|
|
432
|
+
"Version of the API: 0.2.0\n"\
|
|
433
|
+
"SDK Package Version: 0.0.3".\
|
|
434
434
|
format(env=sys.platform, pyversion=sys.version)
|
|
435
435
|
|
|
436
436
|
def get_host_settings(self):
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/chunk_text_result.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/document_types.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/error_object.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/error_response.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/schemas_response.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/source_response.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/themes_response.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -76,6 +76,10 @@ class VectorDataRequestData(ModelNormal):
|
|
|
76
76
|
'max_items': 5,
|
|
77
77
|
'min_items': 1,
|
|
78
78
|
},
|
|
79
|
+
('ids',): {
|
|
80
|
+
'max_items': 100,
|
|
81
|
+
'min_items': 1,
|
|
82
|
+
},
|
|
79
83
|
}
|
|
80
84
|
|
|
81
85
|
@cached_property
|
|
@@ -107,6 +111,8 @@ class VectorDataRequestData(ModelNormal):
|
|
|
107
111
|
'search_concept': ([str],), # noqa: E501
|
|
108
112
|
'sentiment': ([str],), # noqa: E501
|
|
109
113
|
'document_types': ([str],), # noqa: E501
|
|
114
|
+
'trimmed': (bool,), # noqa: E501
|
|
115
|
+
'ids': ([str],), # noqa: E501
|
|
110
116
|
}
|
|
111
117
|
|
|
112
118
|
@cached_property
|
|
@@ -123,6 +129,8 @@ class VectorDataRequestData(ModelNormal):
|
|
|
123
129
|
'search_concept': 'searchConcept', # noqa: E501
|
|
124
130
|
'sentiment': 'sentiment', # noqa: E501
|
|
125
131
|
'document_types': 'documentTypes', # noqa: E501
|
|
132
|
+
'trimmed': 'trimmed', # noqa: E501
|
|
133
|
+
'ids': 'ids', # noqa: E501
|
|
126
134
|
}
|
|
127
135
|
|
|
128
136
|
read_only_vars = {
|
|
@@ -175,7 +183,9 @@ class VectorDataRequestData(ModelNormal):
|
|
|
175
183
|
esg_theme ([str]): The search to include any esg themes of given sources.. [optional] # noqa: E501
|
|
176
184
|
search_concept ([str]): The search to include any concept of given sources.. [optional] # noqa: E501
|
|
177
185
|
sentiment ([str]): The search to include any sentiment of given sources.. [optional] # noqa: E501
|
|
178
|
-
document_types ([str]): The search to include
|
|
186
|
+
document_types ([str]): The search to include one valid document type for the provided sources.. [optional] # noqa: E501
|
|
187
|
+
trimmed (bool): Trimmed the vectors from response based on provided value - If **true**, the vectors has been trimmed. - If **false**, the vectors are been returned. . [optional] if omitted the server will use the default value of False # noqa: E501
|
|
188
|
+
ids ([str]): Requested symbols or securities. Each symbol can be a FactSet exchange symbol. [optional] # noqa: E501
|
|
179
189
|
"""
|
|
180
190
|
|
|
181
191
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -270,7 +280,9 @@ class VectorDataRequestData(ModelNormal):
|
|
|
270
280
|
esg_theme ([str]): The search to include any esg themes of given sources.. [optional] # noqa: E501
|
|
271
281
|
search_concept ([str]): The search to include any concept of given sources.. [optional] # noqa: E501
|
|
272
282
|
sentiment ([str]): The search to include any sentiment of given sources.. [optional] # noqa: E501
|
|
273
|
-
document_types ([str]): The search to include
|
|
283
|
+
document_types ([str]): The search to include one valid document type for the provided sources.. [optional] # noqa: E501
|
|
284
|
+
trimmed (bool): Trimmed the vectors from response based on provided value - If **true**, the vectors has been trimmed. - If **false**, the vectors are been returned. . [optional] if omitted the server will use the default value of False # noqa: E501
|
|
285
|
+
ids ([str]): Requested symbols or securities. Each symbol can be a FactSet exchange symbol. [optional] # noqa: E501
|
|
274
286
|
"""
|
|
275
287
|
|
|
276
288
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds/sdk/VectorData/model/vector_data_result.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -93,6 +93,7 @@ class VectorDataResult(ModelNormal):
|
|
|
93
93
|
'_property': (str,), # noqa: E501
|
|
94
94
|
'type': (str,), # noqa: E501
|
|
95
95
|
'ids': ([str],), # noqa: E501
|
|
96
|
+
'trimmed': (bool,), # noqa: E501
|
|
96
97
|
}
|
|
97
98
|
|
|
98
99
|
@cached_property
|
|
@@ -112,6 +113,7 @@ class VectorDataResult(ModelNormal):
|
|
|
112
113
|
'_property': 'property', # noqa: E501
|
|
113
114
|
'type': 'type', # noqa: E501
|
|
114
115
|
'ids': 'ids', # noqa: E501
|
|
116
|
+
'trimmed': 'trimmed', # noqa: E501
|
|
115
117
|
}
|
|
116
118
|
|
|
117
119
|
read_only_vars = {
|
|
@@ -166,6 +168,7 @@ class VectorDataResult(ModelNormal):
|
|
|
166
168
|
_property (str): The name of the schema.. [optional] # noqa: E501
|
|
167
169
|
type (str): The type of the schema.. [optional] # noqa: E501
|
|
168
170
|
ids ([str]): List of related IDs.. [optional] # noqa: E501
|
|
171
|
+
trimmed (bool): Trimmed attribute indicates whether the vectors are trimmed or not. - If **true**, the vectors has been trimmed. - If **false**, the vectors are been returned. . [optional] # noqa: E501
|
|
169
172
|
"""
|
|
170
173
|
|
|
171
174
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -258,6 +261,7 @@ class VectorDataResult(ModelNormal):
|
|
|
258
261
|
_property (str): The name of the schema.. [optional] # noqa: E501
|
|
259
262
|
type (str): The type of the schema.. [optional] # noqa: E501
|
|
260
263
|
ids ([str]): List of related IDs.. [optional] # noqa: E501
|
|
264
|
+
trimmed (bool): Trimmed attribute indicates whether the vectors are trimmed or not. - If **true**, the vectors has been trimmed. - If **false**, the vectors are been returned. . [optional] # noqa: E501
|
|
261
265
|
"""
|
|
262
266
|
|
|
263
267
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fds.sdk.VectorData
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.3
|
|
4
4
|
Summary: Vector Data client library for Python
|
|
5
5
|
Home-page: https://github.com/FactSet/enterprise-sdk/tree/main/code/python/VectorData/v0
|
|
6
6
|
Author: FactSet Research Systems
|
|
@@ -27,8 +27,8 @@ Dynamic: summary
|
|
|
27
27
|
|
|
28
28
|
# Vector Data client library for Python
|
|
29
29
|
|
|
30
|
-
[](https://developer.factset.com/api-catalog/vector-data-api)
|
|
31
|
+
[](https://pypi.org/project/fds.sdk.VectorData/v/0.0.3)
|
|
32
32
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
33
33
|
|
|
34
34
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as:
|
|
@@ -38,8 +38,8 @@ This API is designed to enable developers to integrate vector data into their ap
|
|
|
38
38
|
|
|
39
39
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
40
40
|
|
|
41
|
-
- API version: 0.
|
|
42
|
-
- SDK version: 0.0.
|
|
41
|
+
- API version: 0.2.0
|
|
42
|
+
- SDK version: 0.0.3
|
|
43
43
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
44
44
|
|
|
45
45
|
For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
|
|
@@ -53,13 +53,13 @@ For more information, please visit [https://developer.factset.com/contact](https
|
|
|
53
53
|
### Poetry
|
|
54
54
|
|
|
55
55
|
```shell
|
|
56
|
-
poetry add fds.sdk.utils fds.sdk.VectorData==0.0.
|
|
56
|
+
poetry add fds.sdk.utils fds.sdk.VectorData==0.0.3
|
|
57
57
|
```
|
|
58
58
|
|
|
59
59
|
### pip
|
|
60
60
|
|
|
61
61
|
```shell
|
|
62
|
-
pip install fds.sdk.utils fds.sdk.VectorData==0.0.
|
|
62
|
+
pip install fds.sdk.utils fds.sdk.VectorData==0.0.3
|
|
63
63
|
```
|
|
64
64
|
|
|
65
65
|
## Usage
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.2.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -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.VectorData"
|
|
19
|
-
VERSION = "0.0.
|
|
19
|
+
VERSION = "0.0.3"
|
|
20
20
|
# To install the library, run the following
|
|
21
21
|
#
|
|
22
22
|
# python setup.py install
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds.sdk.VectorData.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds.sdk.VectorData.egg-info/requires.txt
RENAMED
|
File without changes
|
{fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.0.3}/fds.sdk.VectorData.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|