toucan-plot 0.4.1__tar.gz → 0.5.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.
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/PKG-INFO +3 -3
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/pyproject.toml +3 -3
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/main.py +1 -1
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/README.md +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/__init__.py +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/__main__.py +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/adjustments-dark.svg +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/adjustments-light.svg +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/arrow-autofit-height-dark.svg +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/arrow-autofit-height-light.svg +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/arrow-narrow-left-dark.svg +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/arrow-narrow-left-light.svg +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/arrow-narrow-right-dark.svg +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/arrow-narrow-right-light.svg +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/device-floppy-dark.svg +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/device-floppy-light.svg +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/hand-stop-dark.svg +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/hand-stop-light.svg +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/home-dark.svg +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/home-light.svg +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/ico/toucan-plot.ico +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/ico/toucan-plot.png +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/layout-grid-add-dark.svg +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/layout-grid-add-light.svg +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/math-function-dark.svg +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/math-function-light.svg +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/ruler-measure-dark.svg +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/ruler-measure-light.svg +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/zoom-dark.svg +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/zoom-light.svg +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/utils/__init__.py +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/utils/loaders.py +0 -0
- {toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/utils/styles.py +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: toucan-plot
|
|
3
|
-
Version: 0.
|
|
4
|
-
Summary: A versatile
|
|
3
|
+
Version: 0.5.0
|
|
4
|
+
Summary: A versatile PySide6 and Matplotlib-based plotting tool for CSV and SMV data files.
|
|
5
5
|
License-Expression: MIT
|
|
6
|
-
Requires-Dist:
|
|
6
|
+
Requires-Dist: pyside6>=6.0
|
|
7
7
|
Requires-Dist: matplotlib>=3.0
|
|
8
8
|
Requires-Dist: numpy>=1.20
|
|
9
9
|
Requires-Dist: pyqtdarktheme>=2.1.0
|
|
@@ -4,13 +4,13 @@ requires = ["uv-build>=0.11.14,<0.12"]
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "toucan-plot"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.5.0"
|
|
8
8
|
requires-python = ">=3.13"
|
|
9
|
-
description = "A versatile
|
|
9
|
+
description = "A versatile PySide6 and Matplotlib-based plotting tool for CSV and SMV data files."
|
|
10
10
|
license = "MIT"
|
|
11
11
|
readme = { file = "README.md", content-type = "text/markdown" }
|
|
12
12
|
dependencies = [
|
|
13
|
-
"
|
|
13
|
+
"pyside6>=6.0",
|
|
14
14
|
"matplotlib>=3.0",
|
|
15
15
|
"numpy>=1.20",
|
|
16
16
|
"pyqtdarktheme>=2.1.0",
|
|
@@ -2,7 +2,7 @@ import os
|
|
|
2
2
|
import sys
|
|
3
3
|
import multiprocessing
|
|
4
4
|
import numpy as np
|
|
5
|
-
from
|
|
5
|
+
from PySide6 import QtWidgets, QtCore, QtGui
|
|
6
6
|
import matplotlib as mpl
|
|
7
7
|
from matplotlib.figure import Figure
|
|
8
8
|
from matplotlib.backends.backend_qtagg import FigureCanvasQTAgg as FigureCanvas
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/arrow-autofit-height-dark.svg
RENAMED
|
File without changes
|
{toucan_plot-0.4.1 → toucan_plot-0.5.0}/src/toucan_plot/assets/arrow-autofit-height-light.svg
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|