plotguy 1.2.12__tar.gz → 1.3.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plotguy
3
- Version: 1.2.12
3
+ Version: 1.3.0
4
4
  Summary: Plotguy
5
5
  Home-page: https://pypi.org/project/plotguy/
6
6
  Author: Plotguy Team
@@ -13,6 +13,7 @@ Requires-Dist: numpy
13
13
  Requires-Dist: hkfdb
14
14
  Requires-Dist: pyarrow
15
15
  Requires-Dist: polars==0.18.15
16
+ Requires-Dist: plotly==5.18.0
16
17
  Requires-Dist: lxml
17
18
  Requires-Dist: dash==2.9.3
18
19
  Requires-Dist: dash_bootstrap_components
@@ -1,3 +1,6 @@
1
+ import warnings
2
+ warnings.simplefilter("ignore", UserWarning)
3
+
1
4
  import pandas as pd
2
5
  import numpy as np
3
6
  import datetime
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plotguy
3
- Version: 1.2.12
3
+ Version: 1.3.0
4
4
  Summary: Plotguy
5
5
  Home-page: https://pypi.org/project/plotguy/
6
6
  Author: Plotguy Team
@@ -13,6 +13,7 @@ Requires-Dist: numpy
13
13
  Requires-Dist: hkfdb
14
14
  Requires-Dist: pyarrow
15
15
  Requires-Dist: polars==0.18.15
16
+ Requires-Dist: plotly==5.18.0
16
17
  Requires-Dist: lxml
17
18
  Requires-Dist: dash==2.9.3
18
19
  Requires-Dist: dash_bootstrap_components
@@ -3,6 +3,7 @@ numpy
3
3
  hkfdb
4
4
  pyarrow
5
5
  polars==0.18.15
6
+ plotly==5.18.0
6
7
  lxml
7
8
  dash==2.9.3
8
9
  dash_bootstrap_components
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
5
5
 
6
6
  setuptools.setup(
7
7
  name="plotguy",
8
- version="1.2.12",
8
+ version="1.3.0",
9
9
  author="Plotguy Team",
10
10
  author_email="plotguy.info@gmail.com",
11
11
  description="Plotguy",
@@ -17,6 +17,7 @@ setuptools.setup(
17
17
  'hkfdb',
18
18
  'pyarrow',
19
19
  'polars==0.18.15',
20
+ 'plotly==5.18.0',
20
21
  'lxml',
21
22
  'dash==2.9.3',
22
23
  'dash_bootstrap_components',
File without changes
File without changes
File without changes
File without changes
File without changes