Name | PlotPy JSON |
Version |
2.7.5
JSON |
| download |
home_page | None |
Summary | Curve and image plotting tools for Python/Qt applications |
upload_time | 2025-07-15 13:40:51 |
maintainer | None |
docs_url | https://pythonhosted.org/PlotPy/ |
author | None |
requires_python | <4,>=3.9 |
license | BSD 3-Clause License
Copyright (c) 2023, CEA-Codra, Pierre Raybaut.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
Coverage
Cython
Pillow
PyQt5
PythonQwt
SciPy
babel
build
guidata
myst_parser
numpy
pylint
pytest
pytest-xvfb
python-docs-theme
ruff
scikit-image
sphinx
sphinx-copybutton
sphinx_qt_documentation
tifffile
|
Travis-CI |
No Travis.
|
coveralls test coverage |
|
# PlotPy: Curve and image plotting tools for Python/Qt applications
[](https://pypi.org/project/plotpy/)
[](https://github.com/PlotPyStack/plotpy/)
[](https://pypi.python.org/pypi/plotpy/)
[](https://www.anaconda.com/download/)
âšī¸ Created in 2016 by [Pierre Raybaut](https://github.com/PierreRaybaut) and maintained by the [PlotPyStack](https://github.com/PlotPyStack) organization.
âšī¸ PlotPy ***V2*** is the new major release of [`guiqwt`](https://github.com/PierreRaybaut/guiqwt): same team đī¸, same goal đ¯, same long-term support âŗ.
## Overview
`plotpy` is is a Python library providing efficient 2D data-plotting features for interactive computing and signal/image processing application development.
It is part of the [PlotPyStack](https://github.com/PlotPyStack) project, aiming at providing a unified framework for creating scientific GUIs with Python and Qt.
`plotpy` is based on:
* [Python](http://www.python.org) language and [Qt](https://doc.qt.io/) GUI toolkit
* [guidata](https://pypi.python.org/pypi/guidata) automatic GUI generation library
* [PythonQwt](https://pypi.python.org/pypi/PythonQwt) plotting widgets library
* [NumPy](https://pypi.python.org/pypi/NumPy) and [SciPy](https://pypi.python.org/pypi/SciPy) scientific computing libraries
<img src="https://raw.githubusercontent.com/PlotPyStack/plotpy/master/doc/images/panorama.png">
See [documentation](https://plotpy.readthedocs.io/en/latest/) for more details on the library and [changelog](https://github.com/PlotPyStack/PlotPy/blob/master/CHANGELOG.md) for recent history of changes.
Copyrights and licensing:
* Copyright Š 2023 [CEA](https://www.cea.fr), [Codra](https://codra.net/), [Pierre Raybaut](https://github.com/PierreRaybaut).
* Licensed under the terms of the BSD 3-Clause (see [LICENSE](https://github.com/PlotPyStack/PlotPy/blob/master/LICENSE)).
## Features
The `plotpy` library also provides the following features.
General plotting features:
* Ready-to-use [plot widgets and dialog boxes](https://plotpy.readthedocs.io/en/latest/features/plot/index.html)
* [pyplot](https://plotpy.readthedocs.io/en/latest/features/pyplot.html): interactive plotting widgets, equivalent to `matplotlib.pyplot`, at least for the implemented functions
* Supported [plot items](https://plotpy.readthedocs.io/en/latest/features/items/index.html): curves, images, contours, histograms, labels, shapes, annotations, ...
Interactive features (i.e. not only programmatic plotting but also with mouse/keyboard):
* Multiple object selection for moving objects or editing their properties through automatically generated dialog boxes
* Item list panel: move objects from foreground to background, show/hide objects, remove objects, ...
* Customizable aspect ratio for images
* Tons of ready-to-use tools: plot canvas export to image file, image snapshot, interval selection, image rectangular filter, etc.
* Curve fitting tool with automatic fit, manual fit with sliders, ...
* Contrast adjustment panel for images: select the LUT by moving a range selection object on the image levels histogram, eliminate outliers, ...
* X-axis and Y-axis cross-sections: support for multiple images, average cross-section tool on a rectangular area, ...
* Apply any affine transform to displayed images in real-time (rotation, magnification, translation, horizontal/vertical flip, ...)
Application development helpers:
* Ready-to-use [plot widgets and dialog boxes](https://plotpy.readthedocs.io/en/latest/features/plot/index.html)
* Load/save graphical objects (curves, images, shapes) into HDF5, JSON or INI files
* A lot of test scripts which demonstrate `plotpy` features (see [examples](https://plotpy.readthedocs.io/en/latest/intro/examples.html))
## Dependencies and installation
### Supported Qt versions and bindings
The whole PlotPyStack set of libraries relies on the [Qt](https://doc.qt.io/) GUI toolkit, thanks to [QtPy](https://pypi.org/project/QtPy/), an abstraction layer which allows to use the same API to interact with different Python-to-Qt bindings (PyQt5, PyQt6, PySide2, PySide6).
Compatibility table:
| PlotPy version | PyQt5 | PyQt6 | PySide2 | PySide6 |
|----------------|-------|-------|---------|---------|
| 2.0-2.5 | â
| â ī¸ | â | â ī¸ |
| Latest | â
| â
| â | â
|
### Other dependencies and installation
See [Installation](https://plotpy.readthedocs.io/en/latest/intro/installation.html) section in the documentation for more details.
Raw data
{
"_id": null,
"home_page": null,
"name": "PlotPy",
"maintainer": null,
"docs_url": "https://pythonhosted.org/PlotPy/",
"requires_python": "<4,>=3.9",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Codra <p.raybaut@codra.fr>",
"download_url": "https://files.pythonhosted.org/packages/e8/15/38c5b4517ae14d02b656f45173693f9cf68ebb9da2d10c03aa2d48e1d1be/plotpy-2.7.5.tar.gz",
"platform": null,
"description": "# PlotPy: Curve and image plotting tools for Python/Qt applications\n\n[](https://pypi.org/project/plotpy/)\n[](https://github.com/PlotPyStack/plotpy/)\n[](https://pypi.python.org/pypi/plotpy/)\n[](https://www.anaconda.com/download/)\n\n\u2139\ufe0f Created in 2016 by [Pierre Raybaut](https://github.com/PierreRaybaut) and maintained by the [PlotPyStack](https://github.com/PlotPyStack) organization.\n\n\u2139\ufe0f PlotPy ***V2*** is the new major release of [`guiqwt`](https://github.com/PierreRaybaut/guiqwt): same team \ud83c\udfcb\ufe0f, same goal \ud83c\udfaf, same long-term support \u23f3.\n\n## Overview\n\n`plotpy` is is a Python library providing efficient 2D data-plotting features for interactive computing and signal/image processing application development.\nIt is part of the [PlotPyStack](https://github.com/PlotPyStack) project, aiming at providing a unified framework for creating scientific GUIs with Python and Qt.\n\n`plotpy` is based on:\n\n* [Python](http://www.python.org) language and [Qt](https://doc.qt.io/) GUI toolkit\n* [guidata](https://pypi.python.org/pypi/guidata) automatic GUI generation library\n* [PythonQwt](https://pypi.python.org/pypi/PythonQwt) plotting widgets library\n* [NumPy](https://pypi.python.org/pypi/NumPy) and [SciPy](https://pypi.python.org/pypi/SciPy) scientific computing libraries\n\n<img src=\"https://raw.githubusercontent.com/PlotPyStack/plotpy/master/doc/images/panorama.png\">\n\nSee [documentation](https://plotpy.readthedocs.io/en/latest/) for more details on the library and [changelog](https://github.com/PlotPyStack/PlotPy/blob/master/CHANGELOG.md) for recent history of changes.\n\nCopyrights and licensing:\n\n* Copyright \u00a9 2023 [CEA](https://www.cea.fr), [Codra](https://codra.net/), [Pierre Raybaut](https://github.com/PierreRaybaut).\n* Licensed under the terms of the BSD 3-Clause (see [LICENSE](https://github.com/PlotPyStack/PlotPy/blob/master/LICENSE)).\n\n## Features\n\nThe `plotpy` library also provides the following features.\n\nGeneral plotting features:\n\n* Ready-to-use [plot widgets and dialog boxes](https://plotpy.readthedocs.io/en/latest/features/plot/index.html)\n* [pyplot](https://plotpy.readthedocs.io/en/latest/features/pyplot.html): interactive plotting widgets, equivalent to `matplotlib.pyplot`, at least for the implemented functions\n* Supported [plot items](https://plotpy.readthedocs.io/en/latest/features/items/index.html): curves, images, contours, histograms, labels, shapes, annotations, ...\n\nInteractive features (i.e. not only programmatic plotting but also with mouse/keyboard):\n\n* Multiple object selection for moving objects or editing their properties through automatically generated dialog boxes\n* Item list panel: move objects from foreground to background, show/hide objects, remove objects, ...\n* Customizable aspect ratio for images\n* Tons of ready-to-use tools: plot canvas export to image file, image snapshot, interval selection, image rectangular filter, etc.\n* Curve fitting tool with automatic fit, manual fit with sliders, ...\n* Contrast adjustment panel for images: select the LUT by moving a range selection object on the image levels histogram, eliminate outliers, ...\n* X-axis and Y-axis cross-sections: support for multiple images, average cross-section tool on a rectangular area, ...\n* Apply any affine transform to displayed images in real-time (rotation, magnification, translation, horizontal/vertical flip, ...)\n\nApplication development helpers:\n\n* Ready-to-use [plot widgets and dialog boxes](https://plotpy.readthedocs.io/en/latest/features/plot/index.html)\n* Load/save graphical objects (curves, images, shapes) into HDF5, JSON or INI files\n* A lot of test scripts which demonstrate `plotpy` features (see [examples](https://plotpy.readthedocs.io/en/latest/intro/examples.html))\n\n## Dependencies and installation\n\n### Supported Qt versions and bindings\n\nThe whole PlotPyStack set of libraries relies on the [Qt](https://doc.qt.io/) GUI toolkit, thanks to [QtPy](https://pypi.org/project/QtPy/), an abstraction layer which allows to use the same API to interact with different Python-to-Qt bindings (PyQt5, PyQt6, PySide2, PySide6).\n\nCompatibility table:\n\n| PlotPy version | PyQt5 | PyQt6 | PySide2 | PySide6 |\n|----------------|-------|-------|---------|---------|\n| 2.0-2.5 | \u2705 | \u26a0\ufe0f | \u274c | \u26a0\ufe0f |\n| Latest | \u2705 | \u2705 | \u274c | \u2705 |\n\n### Other dependencies and installation\n\nSee [Installation](https://plotpy.readthedocs.io/en/latest/intro/installation.html) section in the documentation for more details.\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License\n \n Copyright (c) 2023, CEA-Codra, Pierre Raybaut.\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n ",
"summary": "Curve and image plotting tools for Python/Qt applications",
"version": "2.7.5",
"project_urls": {
"Documentation": "https://plotpy.readthedocs.io/en/latest/",
"Homepage": "https://github.com/PlotPyStack/plotpy/"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "446babac72189d7d4a4304e9753e9ae675279e129eb0197db37bbd56ef06df5f",
"md5": "e4afa7fda8638f668a8b49f6a1176372",
"sha256": "2f4cd2b3ec407639ddabf9ae819d56288eac99bd96aaa4488d9fa7b733d96cc9"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "e4afa7fda8638f668a8b49f6a1176372",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<4,>=3.9",
"size": 1033682,
"upload_time": "2025-07-15T13:40:20",
"upload_time_iso_8601": "2025-07-15T13:40:20.660352Z",
"url": "https://files.pythonhosted.org/packages/44/6b/abac72189d7d4a4304e9753e9ae675279e129eb0197db37bbd56ef06df5f/plotpy-2.7.5-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "921f812e653dbdccb2995fc70d71f0424abe18331b9e3f37d5921f14ce43a600",
"md5": "6baca2e2bd3e8c172351d5daef2fe13e",
"sha256": "9a75dcec1cde3a7ff268e6808a1497df0f1abbd51a4e2b52ce5f11f1ded713f5"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "6baca2e2bd3e8c172351d5daef2fe13e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<4,>=3.9",
"size": 1007263,
"upload_time": "2025-07-15T13:40:22",
"upload_time_iso_8601": "2025-07-15T13:40:22.104499Z",
"url": "https://files.pythonhosted.org/packages/92/1f/812e653dbdccb2995fc70d71f0424abe18331b9e3f37d5921f14ce43a600/plotpy-2.7.5-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6ed8362456757a4b9bff207b4a469c1c59ae8d948d16891f185564680a59a279",
"md5": "6ade9f429ccf773a34ff24aab3b17cd0",
"sha256": "1e67bc8cffd8a642abf939e595cb0c60410cea1846c44496981c81d4d3e7317a"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "6ade9f429ccf773a34ff24aab3b17cd0",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<4,>=3.9",
"size": 2231305,
"upload_time": "2025-07-15T13:40:23",
"upload_time_iso_8601": "2025-07-15T13:40:23.228204Z",
"url": "https://files.pythonhosted.org/packages/6e/d8/362456757a4b9bff207b4a469c1c59ae8d948d16891f185564680a59a279/plotpy-2.7.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c58aabffb76e52928c5edfd0ed4d4c3df956c0da901838cda045c606205c4a4d",
"md5": "6b978d193d18c0698decdb4c06731110",
"sha256": "eb896ab880aad5b76a671dd7d432967f2adaa761e7390b47c0b279051c1c354f"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "6b978d193d18c0698decdb4c06731110",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<4,>=3.9",
"size": 987447,
"upload_time": "2025-07-15T13:40:24",
"upload_time_iso_8601": "2025-07-15T13:40:24.311939Z",
"url": "https://files.pythonhosted.org/packages/c5/8a/abffb76e52928c5edfd0ed4d4c3df956c0da901838cda045c606205c4a4d/plotpy-2.7.5-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5d71ba33006305964de0abde98e03f29cb76d26baea5080805c9bbc5f16d83c8",
"md5": "29f8c5c51926de4aa838a9414fb37b02",
"sha256": "c8ad903b9fd9f70739c0874e989ff6ac0d8ec076de4a09a9480f58cc5f5aefdc"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "29f8c5c51926de4aa838a9414fb37b02",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<4,>=3.9",
"size": 1002755,
"upload_time": "2025-07-15T13:40:25",
"upload_time_iso_8601": "2025-07-15T13:40:25.293770Z",
"url": "https://files.pythonhosted.org/packages/5d/71/ba33006305964de0abde98e03f29cb76d26baea5080805c9bbc5f16d83c8/plotpy-2.7.5-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5aea0cc6b37d1349372bb3cfe25267e855eb7de286c354f00656e3cc24da8d78",
"md5": "84fd5012c95117ef9be2f6c6e5dfc03e",
"sha256": "e0316dd27ae72e5a5779d9d755e3e46436d0a86d77e8f2181884a33bb62b99bb"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "84fd5012c95117ef9be2f6c6e5dfc03e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4,>=3.9",
"size": 1034105,
"upload_time": "2025-07-15T13:40:26",
"upload_time_iso_8601": "2025-07-15T13:40:26.315517Z",
"url": "https://files.pythonhosted.org/packages/5a/ea/0cc6b37d1349372bb3cfe25267e855eb7de286c354f00656e3cc24da8d78/plotpy-2.7.5-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "39c201b7f4833e2149f13b8eb68cb16535a640503c71e4d24ce1ba7f73d09e98",
"md5": "b9507e203220e6bf8b367e6e47c1d80a",
"sha256": "a4a5e2690d316e280bbacb80963b48ef82341e39f89606ba4edeca3b57b00750"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "b9507e203220e6bf8b367e6e47c1d80a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4,>=3.9",
"size": 1007692,
"upload_time": "2025-07-15T13:40:27",
"upload_time_iso_8601": "2025-07-15T13:40:27.392297Z",
"url": "https://files.pythonhosted.org/packages/39/c2/01b7f4833e2149f13b8eb68cb16535a640503c71e4d24ce1ba7f73d09e98/plotpy-2.7.5-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "153d9d48e91025eadfe94d75d9bbb11be81b8c8e24ca8b54e413fd0ebaa80010",
"md5": "437745da716a40aec1660aa84d7d87c2",
"sha256": "76980dbf33ada1d0fc547f085443adb7817a4a8db853c2d4ce4ef9f0f408b80b"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "437745da716a40aec1660aa84d7d87c2",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4,>=3.9",
"size": 2244016,
"upload_time": "2025-07-15T13:40:28",
"upload_time_iso_8601": "2025-07-15T13:40:28.837817Z",
"url": "https://files.pythonhosted.org/packages/15/3d/9d48e91025eadfe94d75d9bbb11be81b8c8e24ca8b54e413fd0ebaa80010/plotpy-2.7.5-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4537146e2ffbea1adaf8a521b9419bc7b5e58252f5d813019a1e523c54f1a97b",
"md5": "9d502fe075d240f69aa0352f2f1e268a",
"sha256": "b65af369c7a0b2ddbd14a4e63b9121b01e8e8fcd30f1cb7f9316cf98fc72648d"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "9d502fe075d240f69aa0352f2f1e268a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4,>=3.9",
"size": 987501,
"upload_time": "2025-07-15T13:40:29",
"upload_time_iso_8601": "2025-07-15T13:40:29.955088Z",
"url": "https://files.pythonhosted.org/packages/45/37/146e2ffbea1adaf8a521b9419bc7b5e58252f5d813019a1e523c54f1a97b/plotpy-2.7.5-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6892fca43ad724f6ad96b7daa5319d94477bd2ffb9c64cc5150e4065f4f05a90",
"md5": "50e209bad3e4716d0220696a8be08bde",
"sha256": "8bb9de2782be236d77c5d2c9eb3dabaeb364b62ae659d83390c399afabcd8722"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "50e209bad3e4716d0220696a8be08bde",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4,>=3.9",
"size": 1002803,
"upload_time": "2025-07-15T13:40:31",
"upload_time_iso_8601": "2025-07-15T13:40:31.073091Z",
"url": "https://files.pythonhosted.org/packages/68/92/fca43ad724f6ad96b7daa5319d94477bd2ffb9c64cc5150e4065f4f05a90/plotpy-2.7.5-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f8a45035d811f0e6149b34fc4a41bc512315fcf0f8c190d257bba977c7a1b70e",
"md5": "456241bdd28354253fd75363d43b3a88",
"sha256": "55ba3f1fa80ed672908281e7331eaabae34f84814657f63103cc16faf2a08cbf"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp312-cp312-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "456241bdd28354253fd75363d43b3a88",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4,>=3.9",
"size": 1034490,
"upload_time": "2025-07-15T13:40:32",
"upload_time_iso_8601": "2025-07-15T13:40:32.186908Z",
"url": "https://files.pythonhosted.org/packages/f8/a4/5035d811f0e6149b34fc4a41bc512315fcf0f8c190d257bba977c7a1b70e/plotpy-2.7.5-cp312-cp312-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ffd076739b6829a085e8a843fc480a6072db532ffc16a432538a51e5523ab6d3",
"md5": "9a468e8cefb85c33a2ffd0ef67ad13de",
"sha256": "d4b9cab115b9bde925e4382f097703b186d0cdcf84ff8699832fbb14aa05100b"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "9a468e8cefb85c33a2ffd0ef67ad13de",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4,>=3.9",
"size": 1008209,
"upload_time": "2025-07-15T13:40:33",
"upload_time_iso_8601": "2025-07-15T13:40:33.391816Z",
"url": "https://files.pythonhosted.org/packages/ff/d0/76739b6829a085e8a843fc480a6072db532ffc16a432538a51e5523ab6d3/plotpy-2.7.5-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "45b9b0d5efac872a346937587233f09c0d36a67ce76dc4cf7bd6ae18dc4eb2f6",
"md5": "91e4c16af84e9aac5da9fa1cb6e31afc",
"sha256": "7a9b5295edaab4ba7af3a559e86fd215c4de3a693888fe1d86e36d97fc4f0f4a"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "91e4c16af84e9aac5da9fa1cb6e31afc",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4,>=3.9",
"size": 2256869,
"upload_time": "2025-07-15T13:40:34",
"upload_time_iso_8601": "2025-07-15T13:40:34.489128Z",
"url": "https://files.pythonhosted.org/packages/45/b9/b0d5efac872a346937587233f09c0d36a67ce76dc4cf7bd6ae18dc4eb2f6/plotpy-2.7.5-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9cd1927ef8d023819193ad52d4b84beae2259eb6c7807c210ebc41a37f23f5e6",
"md5": "79e54b8ddcda77368bbc883479674a58",
"sha256": "494f9cfbed2d6dc58f10c26ea2385abf717f7551c950b7aace31973ba1a7b504"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "79e54b8ddcda77368bbc883479674a58",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4,>=3.9",
"size": 988452,
"upload_time": "2025-07-15T13:40:35",
"upload_time_iso_8601": "2025-07-15T13:40:35.577454Z",
"url": "https://files.pythonhosted.org/packages/9c/d1/927ef8d023819193ad52d4b84beae2259eb6c7807c210ebc41a37f23f5e6/plotpy-2.7.5-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0a1d7881f830faae12116997dbf0f1ae4cc74a737fbe8641e153db3363aeea45",
"md5": "22fdd3ee14fa18472a7a88f1c54ba3be",
"sha256": "e39fccc4b804756c3f23d8ec028d633b7c9c7e689f9bd05d00388e24f1e608d0"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "22fdd3ee14fa18472a7a88f1c54ba3be",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4,>=3.9",
"size": 1003785,
"upload_time": "2025-07-15T13:40:37",
"upload_time_iso_8601": "2025-07-15T13:40:37.146951Z",
"url": "https://files.pythonhosted.org/packages/0a/1d/7881f830faae12116997dbf0f1ae4cc74a737fbe8641e153db3363aeea45/plotpy-2.7.5-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "79347dfae9783be3a780329000581b13afee42e014a00fc95e68b1bafe02645b",
"md5": "611348c4b8c9d298e2f77d066f4ba5fa",
"sha256": "129240796673ce6a2bf74e89357a28dbc1699acdc5d4bfe3b740b7e194505a00"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp313-cp313-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "611348c4b8c9d298e2f77d066f4ba5fa",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4,>=3.9",
"size": 1033667,
"upload_time": "2025-07-15T13:40:39",
"upload_time_iso_8601": "2025-07-15T13:40:39.245324Z",
"url": "https://files.pythonhosted.org/packages/79/34/7dfae9783be3a780329000581b13afee42e014a00fc95e68b1bafe02645b/plotpy-2.7.5-cp313-cp313-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ed9663b93e317ed66146acd1b694db1334b95bae7524d72915c5ad12bd0f2f22",
"md5": "22066b34e443a5a7d45aacfcbd09b6e9",
"sha256": "4077c2beae4c5878eca82863c7d6285301d7cb4bc78673a24690e7b585da5956"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "22066b34e443a5a7d45aacfcbd09b6e9",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4,>=3.9",
"size": 1007304,
"upload_time": "2025-07-15T13:40:40",
"upload_time_iso_8601": "2025-07-15T13:40:40.664215Z",
"url": "https://files.pythonhosted.org/packages/ed/96/63b93e317ed66146acd1b694db1334b95bae7524d72915c5ad12bd0f2f22/plotpy-2.7.5-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "adfa300e702b33b740163fe217ebfd51f15bb43785e3ab6388057f8a4d36c0f1",
"md5": "a0f6284351346f7513150ab27e482c43",
"sha256": "baa3d47fa1f2f138cef117c1b9a47fccf884f5204ba18295292356191ad241d7"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "a0f6284351346f7513150ab27e482c43",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4,>=3.9",
"size": 2251234,
"upload_time": "2025-07-15T13:40:42",
"upload_time_iso_8601": "2025-07-15T13:40:42.259765Z",
"url": "https://files.pythonhosted.org/packages/ad/fa/300e702b33b740163fe217ebfd51f15bb43785e3ab6388057f8a4d36c0f1/plotpy-2.7.5-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dd43f3c6027fbbf4c770d6798a4ff51b600acdf4a8479b1b049769efe6565515",
"md5": "a4bf6d6fab5616f877b91da53b0f51be",
"sha256": "5670496e86936e3db1d6ddb6228f04acf6cfa157c2e2566d6521a0f624c22884"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "a4bf6d6fab5616f877b91da53b0f51be",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4,>=3.9",
"size": 987800,
"upload_time": "2025-07-15T13:40:43",
"upload_time_iso_8601": "2025-07-15T13:40:43.414000Z",
"url": "https://files.pythonhosted.org/packages/dd/43/f3c6027fbbf4c770d6798a4ff51b600acdf4a8479b1b049769efe6565515/plotpy-2.7.5-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2610c3ec24b35dd9cdfc5447024eab3a7a0dcfde7ceeb6e0d8a69668715ce09e",
"md5": "9fa00b7830508b2a7ea07b155d5f958e",
"sha256": "4ba5665c03cb734728e7ae9063e1699a980de549b48646791be36f29d5fdbb86"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "9fa00b7830508b2a7ea07b155d5f958e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4,>=3.9",
"size": 1002889,
"upload_time": "2025-07-15T13:40:44",
"upload_time_iso_8601": "2025-07-15T13:40:44.563512Z",
"url": "https://files.pythonhosted.org/packages/26/10/c3ec24b35dd9cdfc5447024eab3a7a0dcfde7ceeb6e0d8a69668715ce09e/plotpy-2.7.5-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4258288e15e4c5f72c44c841bfb7ab8723b1f830ad75eaab3c84bb3b333d7cbb",
"md5": "e2aad18dba9495b699aff4dc63b450d8",
"sha256": "31bb3e672c543a729ceb27ed4763c793697671ade0c57d7894687a08084378f1"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "e2aad18dba9495b699aff4dc63b450d8",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": "<4,>=3.9",
"size": 1033751,
"upload_time": "2025-07-15T13:40:45",
"upload_time_iso_8601": "2025-07-15T13:40:45.618256Z",
"url": "https://files.pythonhosted.org/packages/42/58/288e15e4c5f72c44c841bfb7ab8723b1f830ad75eaab3c84bb3b333d7cbb/plotpy-2.7.5-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "07dbda4ca9c2e0ad486070281a6058fc4d09c4a61101e2fcbdb98c245bda5661",
"md5": "e2962d491da6081859d5dcef511c756e",
"sha256": "1e77c02fe06f4c6227e19ade369f1e04569d364aa36c628d4cda51ad52f9bb93"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "e2962d491da6081859d5dcef511c756e",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": "<4,>=3.9",
"size": 1007278,
"upload_time": "2025-07-15T13:40:47",
"upload_time_iso_8601": "2025-07-15T13:40:47.076099Z",
"url": "https://files.pythonhosted.org/packages/07/db/da4ca9c2e0ad486070281a6058fc4d09c4a61101e2fcbdb98c245bda5661/plotpy-2.7.5-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b16176b55903684a2dec2c8b44174f1eac1bb14e52092852c1835a3f12154cda",
"md5": "9dc0d27723567ce4c2cef65cf30d6829",
"sha256": "da33ae7775f0f58b3682c222edc9eb92a7e706a5523f9caf9d39e3f2e96f3dd7"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "9dc0d27723567ce4c2cef65cf30d6829",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": "<4,>=3.9",
"size": 2228468,
"upload_time": "2025-07-15T13:40:48",
"upload_time_iso_8601": "2025-07-15T13:40:48.237895Z",
"url": "https://files.pythonhosted.org/packages/b1/61/76b55903684a2dec2c8b44174f1eac1bb14e52092852c1835a3f12154cda/plotpy-2.7.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "10f634067f6ff47cdbdd8ceaf8c74f04fbade6be9e4c5576bd401bf58c89ee87",
"md5": "faee61e4c7981c2e3d810ec32bd74957",
"sha256": "0ee68ed51781ac62e5e79f354de23e54e08490803fcc299c94816d1713f64e4b"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "faee61e4c7981c2e3d810ec32bd74957",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": "<4,>=3.9",
"size": 987427,
"upload_time": "2025-07-15T13:40:49",
"upload_time_iso_8601": "2025-07-15T13:40:49.362442Z",
"url": "https://files.pythonhosted.org/packages/10/f6/34067f6ff47cdbdd8ceaf8c74f04fbade6be9e4c5576bd401bf58c89ee87/plotpy-2.7.5-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cc5907d065ecfc48f003ae5e69cb440c78f25f4b545bfbb5f0800110a937e569",
"md5": "0a3b9dadf394f1d91d27ac1489c057a1",
"sha256": "be49a1a291a8bc3b0102faef633092303b07fa50714e373c56bbdecd55f12b6d"
},
"downloads": -1,
"filename": "plotpy-2.7.5-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "0a3b9dadf394f1d91d27ac1489c057a1",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": "<4,>=3.9",
"size": 1002773,
"upload_time": "2025-07-15T13:40:50",
"upload_time_iso_8601": "2025-07-15T13:40:50.468501Z",
"url": "https://files.pythonhosted.org/packages/cc/59/07d065ecfc48f003ae5e69cb440c78f25f4b545bfbb5f0800110a937e569/plotpy-2.7.5-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e81538c5b4517ae14d02b656f45173693f9cf68ebb9da2d10c03aa2d48e1d1be",
"md5": "402682067bf52ba492bc8e2b070d3e52",
"sha256": "b6370d4f7b1d934dcb6f3e76c371ecfee9c25dc42ce07699ca9ad6d8f3213738"
},
"downloads": -1,
"filename": "plotpy-2.7.5.tar.gz",
"has_sig": false,
"md5_digest": "402682067bf52ba492bc8e2b070d3e52",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.9",
"size": 8199371,
"upload_time": "2025-07-15T13:40:51",
"upload_time_iso_8601": "2025-07-15T13:40:51.986054Z",
"url": "https://files.pythonhosted.org/packages/e8/15/38c5b4517ae14d02b656f45173693f9cf68ebb9da2d10c03aa2d48e1d1be/plotpy-2.7.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-15 13:40:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "PlotPyStack",
"github_project": "plotpy",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [
{
"name": "Coverage",
"specs": []
},
{
"name": "Cython",
"specs": [
[
">=",
"3.0"
]
]
},
{
"name": "Pillow",
"specs": []
},
{
"name": "PyQt5",
"specs": [
[
">",
"5.15.5"
]
]
},
{
"name": "PythonQwt",
"specs": [
[
">=",
"0.14"
]
]
},
{
"name": "SciPy",
"specs": [
[
">=",
"1.7.3"
]
]
},
{
"name": "babel",
"specs": []
},
{
"name": "build",
"specs": []
},
{
"name": "guidata",
"specs": [
[
">=",
"3.11"
]
]
},
{
"name": "myst_parser",
"specs": []
},
{
"name": "numpy",
"specs": [
[
">=",
"1.22"
]
]
},
{
"name": "pylint",
"specs": []
},
{
"name": "pytest",
"specs": []
},
{
"name": "pytest-xvfb",
"specs": []
},
{
"name": "python-docs-theme",
"specs": []
},
{
"name": "ruff",
"specs": []
},
{
"name": "scikit-image",
"specs": [
[
">=",
"0.19"
]
]
},
{
"name": "sphinx",
"specs": []
},
{
"name": "sphinx-copybutton",
"specs": []
},
{
"name": "sphinx_qt_documentation",
"specs": []
},
{
"name": "tifffile",
"specs": []
}
],
"lcname": "plotpy"
}