PySide6Plot 0.0.2__tar.gz → 0.0.4__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.
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PKG-INFO +9 -7
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/__init__.py +3 -4
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/widgets/q_plot_widget.py +11 -11
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot.egg-info/PKG-INFO +9 -7
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot.egg-info/SOURCES.txt +2 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot.egg-info/requires.txt +1 -7
- pyside6plot-0.0.4/PySide6Plot.egg-info/scm_file_list.json +38 -0
- pyside6plot-0.0.4/PySide6Plot.egg-info/scm_version.json +8 -0
- pyside6plot-0.0.4/README.md +11 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/pyproject.toml +3 -5
- pyside6plot-0.0.2/README.md +0 -7
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/.gitignore +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/compoents/__init__.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/compoents/average_line.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/compoents/draw_line.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/compoents/frame_recorder.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/compoents/zoom_move.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/libs/__init__.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/libs/constant.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/libs/data_handler.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/libs/helpers.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/libs/plot_item.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/libs/style.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/resources/icons/ChevronLeft_black.svg +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/resources/icons/ChevronLeft_white.svg +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/resources/qss/dark/navigation_view_interface.qss +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/resources/qss/light/navigation_view_interface.qss +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/widgets/__init__.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/widgets/colorful_toggle_button.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/widgets/fluent_scroller.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/widgets/line_card.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/widgets/navigation_widget.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/widgets/removable_table.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/widgets/transparent_Line_edit.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/widgets/transparent_selector.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/widgets/value_select_box.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/widgets/zoom_bar.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot.egg-info/dependency_links.txt +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot.egg-info/top_level.txt +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/examples/price_volume_plotter.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/examples/qplotwidget_line_plot.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/examples/sample_stock_data.h5 +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/examples/single_plotter.py +0 -0
- {pyside6plot-0.0.2 → pyside6plot-0.0.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PySide6Plot
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.4
|
|
4
4
|
Summary: Scientific/Financial plot utilities with PySide6+pyqtgraph.
|
|
5
5
|
Author-email: YQ Cui <qianyun210603@hotmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -9,29 +9,31 @@ Classifier: Development Status :: 2 - Pre-Alpha
|
|
|
9
9
|
Classifier: Operating System :: POSIX :: Linux
|
|
10
10
|
Classifier: Operating System :: Microsoft :: Windows
|
|
11
11
|
Classifier: Programming Language :: Python :: 3
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
14
14
|
Classifier: Topic :: Scientific/Engineering :: Visualization
|
|
15
15
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
16
|
-
Requires-Python: >=3.
|
|
16
|
+
Requires-Python: >=3.12
|
|
17
17
|
Description-Content-Type: text/markdown
|
|
18
18
|
Requires-Dist: numpy
|
|
19
19
|
Requires-Dist: pandas
|
|
20
20
|
Requires-Dist: pyaml>=23.10.0
|
|
21
|
-
Requires-Dist: PySide6
|
|
22
|
-
Requires-Dist: PySide6>=6.9.0; python_version <= "3.12"
|
|
21
|
+
Requires-Dist: PySide6>=6.10.0
|
|
23
22
|
Requires-Dist: pyqtgraph>=0.13.3
|
|
24
23
|
Requires-Dist: PySide6-Fluent-Widgets[full]>=1.5.1
|
|
25
24
|
Provides-Extra: dev
|
|
26
25
|
Requires-Dist: ruff>=0.0.263; extra == "dev"
|
|
27
26
|
Requires-Dist: setuptools_scm>=8; extra == "dev"
|
|
28
|
-
Requires-Dist: setuptools>=64; extra == "dev"
|
|
29
27
|
Requires-Dist: wheel; extra == "dev"
|
|
30
28
|
|
|
31
|
-
<h1
|
|
29
|
+
<h1 style="text-align: center;">
|
|
32
30
|
<br>PySide6Plot<br>
|
|
33
31
|
</h1>
|
|
34
32
|
|
|
35
33
|
-----
|
|
36
34
|
|
|
37
35
|
A PySide6-based data visualization tool.
|
|
36
|
+
|
|
37
|
+
### Special Thanks
|
|
38
|
+
* Initial version borrowed from [QStockPlotter](https://github.com/qiauil/QStockPlotter) by qiauil.
|
|
39
|
+
* Beautiful UI design inspired by [QFluentWidgets](https://qfluentwidgets.com/).
|
|
@@ -101,10 +101,9 @@ class QStockPlotter(QWidget):
|
|
|
101
101
|
# self.average_line_component.add_default_average_lines()
|
|
102
102
|
|
|
103
103
|
def remove_main_item(self):
|
|
104
|
-
if self.main_item is None:
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
self.main_item = None
|
|
104
|
+
if self.main_item is not None:
|
|
105
|
+
self.main_plotter.remove_item(self.main_item)
|
|
106
|
+
self.main_item = None
|
|
108
107
|
|
|
109
108
|
def __on_show_up_button_clicked(self):
|
|
110
109
|
if self.navigation_widget.isHidden():
|
|
@@ -56,17 +56,17 @@ class CustomizedAxis(AxisItem):
|
|
|
56
56
|
**args: Additional keyword arguments.
|
|
57
57
|
"""
|
|
58
58
|
super().__init__(
|
|
59
|
-
orientation,
|
|
60
|
-
pen,
|
|
61
|
-
textPen,
|
|
62
|
-
tickPen,
|
|
63
|
-
linkView,
|
|
64
|
-
parent,
|
|
65
|
-
maxTickLength,
|
|
66
|
-
showValues,
|
|
67
|
-
text,
|
|
68
|
-
units,
|
|
69
|
-
unitPrefix,
|
|
59
|
+
orientation=orientation,
|
|
60
|
+
pen=pen,
|
|
61
|
+
textPen=textPen,
|
|
62
|
+
tickPen=tickPen,
|
|
63
|
+
linkView=linkView,
|
|
64
|
+
parent=parent,
|
|
65
|
+
maxTickLength=maxTickLength,
|
|
66
|
+
showValues=showValues,
|
|
67
|
+
text=text,
|
|
68
|
+
units=units,
|
|
69
|
+
unitPrefix=unitPrefix,
|
|
70
70
|
**args,
|
|
71
71
|
)
|
|
72
72
|
self.plot_strs = plot_strs
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PySide6Plot
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.4
|
|
4
4
|
Summary: Scientific/Financial plot utilities with PySide6+pyqtgraph.
|
|
5
5
|
Author-email: YQ Cui <qianyun210603@hotmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -9,29 +9,31 @@ Classifier: Development Status :: 2 - Pre-Alpha
|
|
|
9
9
|
Classifier: Operating System :: POSIX :: Linux
|
|
10
10
|
Classifier: Operating System :: Microsoft :: Windows
|
|
11
11
|
Classifier: Programming Language :: Python :: 3
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
14
14
|
Classifier: Topic :: Scientific/Engineering :: Visualization
|
|
15
15
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
16
|
-
Requires-Python: >=3.
|
|
16
|
+
Requires-Python: >=3.12
|
|
17
17
|
Description-Content-Type: text/markdown
|
|
18
18
|
Requires-Dist: numpy
|
|
19
19
|
Requires-Dist: pandas
|
|
20
20
|
Requires-Dist: pyaml>=23.10.0
|
|
21
|
-
Requires-Dist: PySide6
|
|
22
|
-
Requires-Dist: PySide6>=6.9.0; python_version <= "3.12"
|
|
21
|
+
Requires-Dist: PySide6>=6.10.0
|
|
23
22
|
Requires-Dist: pyqtgraph>=0.13.3
|
|
24
23
|
Requires-Dist: PySide6-Fluent-Widgets[full]>=1.5.1
|
|
25
24
|
Provides-Extra: dev
|
|
26
25
|
Requires-Dist: ruff>=0.0.263; extra == "dev"
|
|
27
26
|
Requires-Dist: setuptools_scm>=8; extra == "dev"
|
|
28
|
-
Requires-Dist: setuptools>=64; extra == "dev"
|
|
29
27
|
Requires-Dist: wheel; extra == "dev"
|
|
30
28
|
|
|
31
|
-
<h1
|
|
29
|
+
<h1 style="text-align: center;">
|
|
32
30
|
<br>PySide6Plot<br>
|
|
33
31
|
</h1>
|
|
34
32
|
|
|
35
33
|
-----
|
|
36
34
|
|
|
37
35
|
A PySide6-based data visualization tool.
|
|
36
|
+
|
|
37
|
+
### Special Thanks
|
|
38
|
+
* Initial version borrowed from [QStockPlotter](https://github.com/qiauil/QStockPlotter) by qiauil.
|
|
39
|
+
* Beautiful UI design inspired by [QFluentWidgets](https://qfluentwidgets.com/).
|
|
@@ -6,6 +6,8 @@ PySide6Plot.egg-info/PKG-INFO
|
|
|
6
6
|
PySide6Plot.egg-info/SOURCES.txt
|
|
7
7
|
PySide6Plot.egg-info/dependency_links.txt
|
|
8
8
|
PySide6Plot.egg-info/requires.txt
|
|
9
|
+
PySide6Plot.egg-info/scm_file_list.json
|
|
10
|
+
PySide6Plot.egg-info/scm_version.json
|
|
9
11
|
PySide6Plot.egg-info/top_level.txt
|
|
10
12
|
PySide6Plot/compoents/__init__.py
|
|
11
13
|
PySide6Plot/compoents/average_line.py
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
numpy
|
|
2
2
|
pandas
|
|
3
3
|
pyaml>=23.10.0
|
|
4
|
+
PySide6>=6.10.0
|
|
4
5
|
pyqtgraph>=0.13.3
|
|
5
6
|
PySide6-Fluent-Widgets[full]>=1.5.1
|
|
6
7
|
|
|
7
|
-
[:python_version <= "3.12"]
|
|
8
|
-
PySide6>=6.9.0
|
|
9
|
-
|
|
10
|
-
[:python_version >= "3.12"]
|
|
11
|
-
PySide6!=6.9.1,>=6.9.0
|
|
12
|
-
|
|
13
8
|
[dev]
|
|
14
9
|
ruff>=0.0.263
|
|
15
10
|
setuptools_scm>=8
|
|
16
|
-
setuptools>=64
|
|
17
11
|
wheel
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"files": [
|
|
3
|
+
".gitignore",
|
|
4
|
+
"PySide6Plot\\__init__.py",
|
|
5
|
+
"PySide6Plot\\compoents\\__init__.py",
|
|
6
|
+
"PySide6Plot\\compoents\\average_line.py",
|
|
7
|
+
"PySide6Plot\\compoents\\draw_line.py",
|
|
8
|
+
"PySide6Plot\\compoents\\frame_recorder.py",
|
|
9
|
+
"PySide6Plot\\compoents\\zoom_move.py",
|
|
10
|
+
"PySide6Plot\\libs\\__init__.py",
|
|
11
|
+
"PySide6Plot\\libs\\constant.py",
|
|
12
|
+
"PySide6Plot\\libs\\data_handler.py",
|
|
13
|
+
"PySide6Plot\\libs\\helpers.py",
|
|
14
|
+
"PySide6Plot\\libs\\plot_item.py",
|
|
15
|
+
"PySide6Plot\\libs\\style.py",
|
|
16
|
+
"PySide6Plot\\resources\\icons\\ChevronLeft_black.svg",
|
|
17
|
+
"PySide6Plot\\resources\\icons\\ChevronLeft_white.svg",
|
|
18
|
+
"PySide6Plot\\resources\\qss\\dark\\navigation_view_interface.qss",
|
|
19
|
+
"PySide6Plot\\resources\\qss\\light\\navigation_view_interface.qss",
|
|
20
|
+
"PySide6Plot\\widgets\\__init__.py",
|
|
21
|
+
"PySide6Plot\\widgets\\colorful_toggle_button.py",
|
|
22
|
+
"PySide6Plot\\widgets\\fluent_scroller.py",
|
|
23
|
+
"PySide6Plot\\widgets\\line_card.py",
|
|
24
|
+
"PySide6Plot\\widgets\\navigation_widget.py",
|
|
25
|
+
"PySide6Plot\\widgets\\q_plot_widget.py",
|
|
26
|
+
"PySide6Plot\\widgets\\removable_table.py",
|
|
27
|
+
"PySide6Plot\\widgets\\transparent_Line_edit.py",
|
|
28
|
+
"PySide6Plot\\widgets\\transparent_selector.py",
|
|
29
|
+
"PySide6Plot\\widgets\\value_select_box.py",
|
|
30
|
+
"PySide6Plot\\widgets\\zoom_bar.py",
|
|
31
|
+
"README.md",
|
|
32
|
+
"examples\\price_volume_plotter.py",
|
|
33
|
+
"examples\\qplotwidget_line_plot.py",
|
|
34
|
+
"examples\\sample_stock_data.h5",
|
|
35
|
+
"examples\\single_plotter.py",
|
|
36
|
+
"pyproject.toml"
|
|
37
|
+
]
|
|
38
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<h1 style="text-align: center;">
|
|
2
|
+
<br>PySide6Plot<br>
|
|
3
|
+
</h1>
|
|
4
|
+
|
|
5
|
+
-----
|
|
6
|
+
|
|
7
|
+
A PySide6-based data visualization tool.
|
|
8
|
+
|
|
9
|
+
### Special Thanks
|
|
10
|
+
* Initial version borrowed from [QStockPlotter](https://github.com/qiauil/QStockPlotter) by qiauil.
|
|
11
|
+
* Beautiful UI design inspired by [QFluentWidgets](https://qfluentwidgets.com/).
|
|
@@ -15,19 +15,18 @@ classifiers = [
|
|
|
15
15
|
"Operating System :: POSIX :: Linux",
|
|
16
16
|
"Operating System :: Microsoft :: Windows",
|
|
17
17
|
"Programming Language :: Python :: 3",
|
|
18
|
-
"Programming Language :: Python :: 3.11",
|
|
19
18
|
"Programming Language :: Python :: 3.12",
|
|
19
|
+
"Programming Language :: Python :: 3.13",
|
|
20
20
|
"Topic :: Scientific/Engineering :: Visualization",
|
|
21
21
|
"Programming Language :: Python :: Implementation :: CPython",
|
|
22
22
|
]
|
|
23
|
-
requires-python = ">=3.
|
|
23
|
+
requires-python = ">=3.12"
|
|
24
24
|
|
|
25
25
|
dependencies = [
|
|
26
26
|
"numpy",
|
|
27
27
|
"pandas",
|
|
28
28
|
"pyaml>=23.10.0",
|
|
29
|
-
"PySide6>=6.
|
|
30
|
-
"PySide6>=6.9.0; python_version<='3.12'",
|
|
29
|
+
"PySide6>=6.10.0",
|
|
31
30
|
"pyqtgraph>=0.13.3",
|
|
32
31
|
"PySide6-Fluent-Widgets[full]>=1.5.1",
|
|
33
32
|
]
|
|
@@ -36,7 +35,6 @@ dependencies = [
|
|
|
36
35
|
dev = [
|
|
37
36
|
"ruff>=0.0.263",
|
|
38
37
|
"setuptools_scm>=8",
|
|
39
|
-
"setuptools>=64",
|
|
40
38
|
"wheel",
|
|
41
39
|
]
|
|
42
40
|
|
pyside6plot-0.0.2/README.md
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyside6plot-0.0.2 → pyside6plot-0.0.4}/PySide6Plot/resources/qss/dark/navigation_view_interface.qss
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|