-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path__init__.py
More file actions
34 lines (25 loc) · 1.37 KB
/
__init__.py
File metadata and controls
34 lines (25 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# flake8: noqa
"""
Engines API
Allow clients to fetch Analytics through APIs. # noqa: E501
The version of the OpenAPI document: v3:[pa,spar,vault,pub,quant,fi,axp,afi,npo,bpm,fpo,others],v1:[fiab]
Contact: api@factset.com
Generated by: https://openapi-generator.tech
"""
import warnings
warnings.warn(
"The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://pypi.org/search/?q=%22fds.sdk%22)",
DeprecationWarning
)
__version__ = "6.1.1"
# import ApiClient
from fds.analyticsapi.engines.api_client import ApiClient
# import Configuration
from fds.analyticsapi.engines.configuration import Configuration
# import exceptions
from fds.analyticsapi.engines.exceptions import OpenApiException
from fds.analyticsapi.engines.exceptions import ApiAttributeError
from fds.analyticsapi.engines.exceptions import ApiTypeError
from fds.analyticsapi.engines.exceptions import ApiValueError
from fds.analyticsapi.engines.exceptions import ApiKeyError
from fds.analyticsapi.engines.exceptions import ApiException