Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion auto-generated-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
## 🚨 THIS PACKAGE IS DEPRECATED!
Please use <https://pypi.org/search/?q=%22fds.sdk%22> instead.

# fds.analyticsapi.engines
Allow clients to fetch Analytics through APIs.

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v3:[pa,spar,vault,pub,quant,fi,axp,afi,npo,bpm,fpo,others],v1:[fiab]
- Package version: 6.0.0
- Package version: 6.1.0
- Build package: CustomPythonClientCodegen
For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)

Expand Down
6 changes: 6 additions & 0 deletions auto-generated-sdk/fds/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import warnings

warnings.warn(
"This package is deprecated. Please use <https://pypi.org/search/?q=%22fds.sdk%22> instead.",
DeprecationWarning
)
12 changes: 8 additions & 4 deletions auto-generated-sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "fds.analyticsapi.engines"
VERSION = "6.0.0"
VERSION = "6.1.0"
# To install the library, run the following
#
# python setup.py install
Expand All @@ -40,8 +40,12 @@
install_requires=REQUIRES,
packages=find_packages(exclude=["test", "tests"]),
include_package_data=True,
license="Apache License, Version 2.0",
license="Apache License, Version 2.0",
#description="DEPRECATED: Use <https://pypi.org/search/?q=%22fds.sdk%22> instead.",
long_description="""\
Allow clients to fetch Analytics through APIs. # noqa: E501
"""
This package is deprecated. Please transition to <https://pypi.org/search/?q=%22fds.sdk%22>.
""",
classifiers=[
"Development Status :: 7 - Inactive"
],
)
Loading