openbb-charting 2.3.5__tar.gz → 2.4.0__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.
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/PKG-INFO +7 -6
- openbb_charting-2.4.0/openbb_charting/core/assets/plotly-3.1.0.min.js +3882 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/core/backend.py +1 -1
- openbb_charting-2.4.0/openbb_charting/core/plotly.html +4031 -0
- openbb_charting-2.4.0/openbb_charting/core/table.html +165 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/pyproject.toml +5 -5
- openbb_charting-2.3.5/openbb_charting/core/assets/plotly-3.0.0.min.js +0 -3879
- openbb_charting-2.3.5/openbb_charting/core/plotly.html +0 -4028
- openbb_charting-2.3.5/openbb_charting/core/table.html +0 -171
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/README.md +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/__init__.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/charting.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/charts/__init__.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/charts/correlation_matrix.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/charts/generic_charts.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/charts/helpers.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/charts/price_historical.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/charts/price_performance.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/charts/relative_rotation.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/core/__init__.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/core/assets/Terminal_icon.png +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/core/chart_style.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/core/config/__init__.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/core/config/openbb_styles.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/core/dummy_backend.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/core/openbb_figure.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/core/plotly_ta/__init__.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/core/plotly_ta/base.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/core/plotly_ta/data_classes.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/core/plotly_ta/plugins/__init__.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/core/plotly_ta/plugins/custom_indicators_plugin.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/core/plotly_ta/plugins/momentum_plugin.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/core/plotly_ta/plugins/overlap_plugin.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/core/plotly_ta/plugins/trend_indicators_plugin.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/core/plotly_ta/plugins/volatility_plugin.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/core/plotly_ta/plugins/volume_plugin.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/core/plotly_ta/ta_class.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/core/plotly_ta/ta_helpers.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/core/to_chart.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/query_params.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/styles/__init__.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/styles/colors.py +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/styles/default/dark.pltstyle.json +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/styles/default/light.pltstyle.json +0 -0
- {openbb_charting-2.3.5 → openbb_charting-2.4.0}/openbb_charting/styles/default/tables.pltstyle.json +0 -0
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: openbb-charting
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.4.0
|
|
4
4
|
Summary: Charting extension for OpenBB
|
|
5
5
|
License: AGPL-3.0-only
|
|
6
6
|
Author: OpenBB Team
|
|
7
7
|
Author-email: hello@openbb.co
|
|
8
|
-
Requires-Python: >=3.9.21,<3.
|
|
8
|
+
Requires-Python: >=3.9.21,<3.14
|
|
9
9
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.10
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
14
15
|
Provides-Extra: pywry
|
|
15
16
|
Requires-Dist: nbformat (>=5.10.0,<6.0.0)
|
|
16
|
-
Requires-Dist: openbb-core (>=1.
|
|
17
|
-
Requires-Dist: pandas-ta-openbb (>=0.4.
|
|
18
|
-
Requires-Dist: plotly (>=6.
|
|
17
|
+
Requires-Dist: openbb-core (>=1.5.1,<2.0.0)
|
|
18
|
+
Requires-Dist: pandas-ta-openbb (>=0.4.22,<0.5.0)
|
|
19
|
+
Requires-Dist: plotly (>=6.3.1,<7.0.0)
|
|
19
20
|
Requires-Dist: pywry (>=0.6.2,<0.7.0) ; extra == "pywry"
|
|
20
21
|
Description-Content-Type: text/markdown
|
|
21
22
|
|