PySide6Plot 0.0.3__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.
Files changed (43) hide show
  1. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PKG-INFO +5 -7
  2. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/widgets/q_plot_widget.py +11 -11
  3. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot.egg-info/PKG-INFO +5 -7
  4. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot.egg-info/SOURCES.txt +2 -0
  5. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot.egg-info/requires.txt +1 -7
  6. pyside6plot-0.0.4/PySide6Plot.egg-info/scm_file_list.json +38 -0
  7. pyside6plot-0.0.4/PySide6Plot.egg-info/scm_version.json +8 -0
  8. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/README.md +1 -1
  9. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/pyproject.toml +3 -5
  10. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/.gitignore +0 -0
  11. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/__init__.py +0 -0
  12. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/compoents/__init__.py +0 -0
  13. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/compoents/average_line.py +0 -0
  14. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/compoents/draw_line.py +0 -0
  15. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/compoents/frame_recorder.py +0 -0
  16. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/compoents/zoom_move.py +0 -0
  17. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/libs/__init__.py +0 -0
  18. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/libs/constant.py +0 -0
  19. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/libs/data_handler.py +0 -0
  20. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/libs/helpers.py +0 -0
  21. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/libs/plot_item.py +0 -0
  22. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/libs/style.py +0 -0
  23. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/resources/icons/ChevronLeft_black.svg +0 -0
  24. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/resources/icons/ChevronLeft_white.svg +0 -0
  25. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/resources/qss/dark/navigation_view_interface.qss +0 -0
  26. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/resources/qss/light/navigation_view_interface.qss +0 -0
  27. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/widgets/__init__.py +0 -0
  28. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/widgets/colorful_toggle_button.py +0 -0
  29. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/widgets/fluent_scroller.py +0 -0
  30. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/widgets/line_card.py +0 -0
  31. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/widgets/navigation_widget.py +0 -0
  32. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/widgets/removable_table.py +0 -0
  33. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/widgets/transparent_Line_edit.py +0 -0
  34. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/widgets/transparent_selector.py +0 -0
  35. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/widgets/value_select_box.py +0 -0
  36. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot/widgets/zoom_bar.py +0 -0
  37. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot.egg-info/dependency_links.txt +0 -0
  38. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/PySide6Plot.egg-info/top_level.txt +0 -0
  39. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/examples/price_volume_plotter.py +0 -0
  40. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/examples/qplotwidget_line_plot.py +0 -0
  41. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/examples/sample_stock_data.h5 +0 -0
  42. {pyside6plot-0.0.3 → pyside6plot-0.0.4}/examples/single_plotter.py +0 -0
  43. {pyside6plot-0.0.3 → 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
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,26 +9,24 @@ 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.11
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!=6.9.1,>=6.9.0; python_version >= "3.12"
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 align="center">
29
+ <h1 style="text-align: center;">
32
30
  <br>PySide6Plot<br>
33
31
  </h1>
34
32
 
@@ -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
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,26 +9,24 @@ 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.11
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!=6.9.1,>=6.9.0; python_version >= "3.12"
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 align="center">
29
+ <h1 style="text-align: center;">
32
30
  <br>PySide6Plot<br>
33
31
  </h1>
34
32
 
@@ -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,8 @@
1
+ {
2
+ "tag": "0.0.4",
3
+ "distance": 0,
4
+ "node": "g5b2f524f2f8776c6faa80f72dbc5874d898ee316",
5
+ "dirty": false,
6
+ "branch": "main",
7
+ "node_date": "2026-09-06"
8
+ }
@@ -1,4 +1,4 @@
1
- <h1 align="center">
1
+ <h1 style="text-align: center;">
2
2
  <br>PySide6Plot<br>
3
3
  </h1>
4
4
 
@@ -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.11"
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.9.0,!=6.9.1; python_version>='3.12'",
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
 
File without changes
File without changes