toucan-plot 0.5.1__tar.gz → 0.6.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.5.1 → toucan_plot-0.6.0}/PKG-INFO +1 -1
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/pyproject.toml +1 -1
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/main.py +860 -81
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/README.md +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/__init__.py +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/__main__.py +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/adjustments-dark.svg +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/adjustments-light.svg +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/arrow-autofit-height-dark.svg +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/arrow-autofit-height-light.svg +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/arrow-narrow-left-dark.svg +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/arrow-narrow-left-light.svg +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/arrow-narrow-right-dark.svg +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/arrow-narrow-right-light.svg +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/device-floppy-dark.svg +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/device-floppy-light.svg +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/hand-stop-dark.svg +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/hand-stop-light.svg +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/home-dark.svg +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/home-light.svg +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/ico/toucan-plot.ico +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/ico/toucan-plot.png +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/layout-grid-add-dark.svg +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/layout-grid-add-light.svg +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/math-function-dark.svg +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/math-function-light.svg +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/ruler-measure-dark.svg +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/ruler-measure-light.svg +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/zoom-dark.svg +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/assets/zoom-light.svg +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/utils/__init__.py +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/utils/loaders.py +0 -0
- {toucan_plot-0.5.1 → toucan_plot-0.6.0}/src/toucan_plot/utils/styles.py +0 -0