toucan-plot 0.2.1__tar.gz → 0.2.2__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 (39) hide show
  1. {toucan_plot-0.2.1/src/toucan_plot.egg-info → toucan_plot-0.2.2}/PKG-INFO +4 -8
  2. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/README.md +3 -7
  3. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/pyproject.toml +1 -1
  4. {toucan_plot-0.2.1 → toucan_plot-0.2.2/src/toucan_plot.egg-info}/PKG-INFO +4 -8
  5. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/LICENSE +0 -0
  6. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/setup.cfg +0 -0
  7. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/__main__.py +0 -0
  8. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/adjustments-dark.svg +0 -0
  9. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/adjustments-light.svg +0 -0
  10. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/arrow-autofit-height-dark.svg +0 -0
  11. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/arrow-autofit-height-light.svg +0 -0
  12. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/arrow-narrow-left-dark.svg +0 -0
  13. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/arrow-narrow-left-light.svg +0 -0
  14. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/arrow-narrow-right-dark.svg +0 -0
  15. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/arrow-narrow-right-light.svg +0 -0
  16. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/device-floppy-dark.svg +0 -0
  17. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/device-floppy-light.svg +0 -0
  18. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/hand-stop-dark.svg +0 -0
  19. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/hand-stop-light.svg +0 -0
  20. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/home-dark.svg +0 -0
  21. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/home-light.svg +0 -0
  22. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/ico/toucan-plot.ico +0 -0
  23. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/layout-grid-add-dark.svg +0 -0
  24. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/layout-grid-add-light.svg +0 -0
  25. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/math-function-dark.svg +0 -0
  26. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/math-function-light.svg +0 -0
  27. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/ruler-measure-dark.svg +0 -0
  28. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/ruler-measure-light.svg +0 -0
  29. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/zoom-dark.svg +0 -0
  30. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/assets/zoom-light.svg +0 -0
  31. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/main.py +0 -0
  32. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/utils/__init__.py +0 -0
  33. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/utils/loaders.py +0 -0
  34. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot/utils/styles.py +0 -0
  35. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot.egg-info/SOURCES.txt +0 -0
  36. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot.egg-info/dependency_links.txt +0 -0
  37. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot.egg-info/entry_points.txt +0 -0
  38. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot.egg-info/requires.txt +0 -0
  39. {toucan_plot-0.2.1 → toucan_plot-0.2.2}/src/toucan_plot.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: toucan-plot
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: A versatile PyQt6 and Matplotlib-based plotting tool for CSV and SMV data files.
5
5
  License-Expression: MIT
6
6
  Requires-Python: >=3.11
@@ -86,16 +86,12 @@ Four built-in presets: **Default**, **Style 1**, **IEEE**, **Other**.
86
86
 
87
87
  ## Installation
88
88
 
89
- ### From source (recommended)
89
+ ### From PyPI (recommended)
90
90
 
91
- ```shell
92
- pip install .
93
- ```
94
-
95
- ### With uv
91
+ Install the released package from PyPI:
96
92
 
97
93
  ```shell
98
- uv pip install .
94
+ pip install toucan-plot
99
95
  ```
100
96
 
101
97
  ## Usage
@@ -68,16 +68,12 @@ Four built-in presets: **Default**, **Style 1**, **IEEE**, **Other**.
68
68
 
69
69
  ## Installation
70
70
 
71
- ### From source (recommended)
71
+ ### From PyPI (recommended)
72
72
 
73
- ```shell
74
- pip install .
75
- ```
76
-
77
- ### With uv
73
+ Install the released package from PyPI:
78
74
 
79
75
  ```shell
80
- uv pip install .
76
+ pip install toucan-plot
81
77
  ```
82
78
 
83
79
  ## Usage
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "toucan-plot"
3
- version = "0.2.1"
3
+ version = "0.2.2"
4
4
  description = "A versatile PyQt6 and Matplotlib-based plotting tool for CSV and SMV data files."
5
5
  license = "MIT"
6
6
  readme = { file = "README.md", content-type = "text/markdown" }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: toucan-plot
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: A versatile PyQt6 and Matplotlib-based plotting tool for CSV and SMV data files.
5
5
  License-Expression: MIT
6
6
  Requires-Python: >=3.11
@@ -86,16 +86,12 @@ Four built-in presets: **Default**, **Style 1**, **IEEE**, **Other**.
86
86
 
87
87
  ## Installation
88
88
 
89
- ### From source (recommended)
89
+ ### From PyPI (recommended)
90
90
 
91
- ```shell
92
- pip install .
93
- ```
94
-
95
- ### With uv
91
+ Install the released package from PyPI:
96
92
 
97
93
  ```shell
98
- uv pip install .
94
+ pip install toucan-plot
99
95
  ```
100
96
 
101
97
  ## Usage
File without changes
File without changes