File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 🚨 THIS PACKAGE IS DEPRECATED!
2+ Please use < https://pypi.org/search/?q=%22fds.sdk%22 > instead.
3+
14# fds.analyticsapi.engines
25Allow clients to fetch Analytics through APIs.
36
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments