Skip to content

Commit ca02fc1

Browse files
committed
corrected messages
1 parent 772d648 commit ca02fc1

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

auto-generated-sdk/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 🚨 THIS PACKAGE IS DEPRECATED!
2+
Please use <https://pypi.org/search/?q=%22fds.sdk%22> instead.
3+
14
# fds.analyticsapi.engines
25
Allow clients to fetch Analytics through APIs.
36

auto-generated-sdk/fds/analyticsapi/engines/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
Generated by: https://openapi-generator.tech
1111
"""
1212

13+
import warnings
14+
15+
warnings.warn(
16+
"This package is deprecated. Please use <https://pypi.org/search/?q=%22fds.sdk%22> instead.",
17+
DeprecationWarning
18+
)
1319

1420
__version__ = "6.1.0"
1521

auto-generated-sdk/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
include_package_data=True,
4343
license="Apache License, Version 2.0",
4444
long_description="""\
45-
Allow clients to fetch Analytics through APIs. # noqa: E501
45+
This package is deprecated. Please use <https://pypi.org/search/?q=%22fds.sdk%22> instead.
4646
"""
4747
)

0 commit comments

Comments
 (0)