# guidata: Automatic GUI generation for easy dataset editing and display with Python
[](https://pypi.org/project/guidata/)
[](https://github.com/PlotPyStack/guidata/)
[](https://pypi.python.org/pypi/guidata/)
[](https://www.anaconda.com/download/)
ℹ️ Created in 2009 by [Pierre Raybaut](https://github.com/PierreRaybaut) and maintained by the [PlotPyStack](https://github.com/PlotPyStack) organization.
## Overview
The `guidata` package is a Python library generating Qt graphical user interfaces.
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.
Simple example of `guidata` datasets embedded in an application window:

See [documentation](https://guidata.readthedocs.io/en/latest/) for more details on
the library and [changelog](https://github.com/PlotPyStack/guidata/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/guidata/blob/master/LICENSE)).
## Features
Based on the Qt library, `guidata` is a Python library generating graphical user
interfaces for easy dataset editing and display. It also provides helpers and
application development tools for Qt (PyQt5, PySide2, PyQt6, PySide6).
Generate GUIs to edit and display all kind of objects regrouped in datasets:
* Integers, floats, strings
* Lists (single/multiple choices)
* Dictionaries
* `ndarrays` (NumPy's N-dimensional arrays)
* Etc.
Save and load datasets to/from HDF5, JSON or INI files.
Application development tools:
* Data model (internal data structure, serialization, etc.)
* Configuration management
* Internationalization (`gettext`)
* Deployment tools
* HDF5, JSON and INI I/O helpers
* Qt helpers
* Ready-to-use Qt widgets: Python console, source code editor, array editor, etc.
## 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:
| guidata version | PyQt5 | PyQt6 | PySide2 | PySide6 |
|----------------|-------|-------|---------|---------|
| 3.0-3.5 | ✅ | ⚠️ | ❌ | ⚠️ |
| Latest | ✅ | ✅ | ❌ | ✅ |
### Other dependencies and installation
See [Installation](https://guidata.readthedocs.io/en/latest/installation.html)
section in the documentation for more details.
Raw data
{
"_id": null,
"home_page": null,
"name": "guidata",
"maintainer": null,
"docs_url": null,
"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/c2/15/073a16da184a0e4ee36719f491b12f4eda2e9acfe12d66437c59371f1769/guidata-3.12.0.tar.gz",
"platform": null,
"description": "# guidata: Automatic GUI generation for easy dataset editing and display with Python\n\n[](https://pypi.org/project/guidata/)\n[](https://github.com/PlotPyStack/guidata/)\n[](https://pypi.python.org/pypi/guidata/)\n[](https://www.anaconda.com/download/)\n\n\u2139\ufe0f Created in 2009 by [Pierre Raybaut](https://github.com/PierreRaybaut) and maintained by the [PlotPyStack](https://github.com/PlotPyStack) organization.\n\n## Overview\n\nThe `guidata` package is a Python library generating Qt graphical user interfaces.\nIt is part of the [PlotPyStack](https://github.com/PlotPyStack) project, aiming at\nproviding a unified framework for creating scientific GUIs with Python and Qt.\n\nSimple example of `guidata` datasets embedded in an application window:\n\n\n\nSee [documentation](https://guidata.readthedocs.io/en/latest/) for more details on\nthe library and [changelog](https://github.com/PlotPyStack/guidata/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/guidata/blob/master/LICENSE)).\n\n## Features\n\nBased on the Qt library, `guidata` is a Python library generating graphical user\ninterfaces for easy dataset editing and display. It also provides helpers and\napplication development tools for Qt (PyQt5, PySide2, PyQt6, PySide6).\n\nGenerate GUIs to edit and display all kind of objects regrouped in datasets:\n\n* Integers, floats, strings\n* Lists (single/multiple choices)\n* Dictionaries\n* `ndarrays` (NumPy's N-dimensional arrays)\n* Etc.\n\nSave and load datasets to/from HDF5, JSON or INI files.\n\nApplication development tools:\n\n* Data model (internal data structure, serialization, etc.)\n* Configuration management\n* Internationalization (`gettext`)\n* Deployment tools\n* HDF5, JSON and INI I/O helpers\n* Qt helpers\n* Ready-to-use Qt widgets: Python console, source code editor, array editor, etc.\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| guidata version | PyQt5 | PyQt6 | PySide2 | PySide6 |\n|----------------|-------|-------|---------|---------|\n| 3.0-3.5 | \u2705 | \u26a0\ufe0f | \u274c | \u26a0\ufe0f |\n| Latest | \u2705 | \u2705 | \u274c | \u2705 |\n\n### Other dependencies and installation\n\nSee [Installation](https://guidata.readthedocs.io/en/latest/installation.html)\nsection in the documentation for more details.\n",
"bugtrack_url": null,
"license": null,
"summary": "Automatic GUI generation for easy dataset editing and display",
"version": "3.12.0",
"project_urls": {
"Documentation": "https://guidata.readthedocs.io/en/latest/",
"Homepage": "https://github.com/PlotPyStack/guidata/"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "85d88ebcf690f4f7c828ac97630c48799fbde56847ece5ece7ab513532b3e221",
"md5": "1de4b594d4d957875a288b1a279bde59",
"sha256": "8cc05220126dfdd562281de9e761b0c279a4112d699bff55d4b17d95d7bfa1d1"
},
"downloads": -1,
"filename": "guidata-3.12.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1de4b594d4d957875a288b1a279bde59",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.9",
"size": 361233,
"upload_time": "2025-07-09T16:23:56",
"upload_time_iso_8601": "2025-07-09T16:23:56.865634Z",
"url": "https://files.pythonhosted.org/packages/85/d8/8ebcf690f4f7c828ac97630c48799fbde56847ece5ece7ab513532b3e221/guidata-3.12.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c215073a16da184a0e4ee36719f491b12f4eda2e9acfe12d66437c59371f1769",
"md5": "ef052299a8080acc09f230ff23ef62c4",
"sha256": "ec9e625abe8be6c43a05f1631dabd15afab2517fbfa1bd62e55ed6b86c1d5ec2"
},
"downloads": -1,
"filename": "guidata-3.12.0.tar.gz",
"has_sig": false,
"md5_digest": "ef052299a8080acc09f230ff23ef62c4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.9",
"size": 722401,
"upload_time": "2025-07-09T16:23:58",
"upload_time_iso_8601": "2025-07-09T16:23:58.056319Z",
"url": "https://files.pythonhosted.org/packages/c2/15/073a16da184a0e4ee36719f491b12f4eda2e9acfe12d66437c59371f1769/guidata-3.12.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-09 16:23:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "PlotPyStack",
"github_project": "guidata",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [
{
"name": "Coverage",
"specs": []
},
{
"name": "NumPy",
"specs": [
[
">=",
"1.22"
]
]
},
{
"name": "PyQt5",
"specs": [
[
">",
"5.15.5"
]
]
},
{
"name": "QtPy",
"specs": [
[
">=",
"1.9"
]
]
},
{
"name": "babel",
"specs": []
},
{
"name": "build",
"specs": []
},
{
"name": "h5py",
"specs": [
[
">=",
"3.6"
]
]
},
{
"name": "myst_parser",
"specs": []
},
{
"name": "pandas",
"specs": []
},
{
"name": "pillow",
"specs": []
},
{
"name": "pylint",
"specs": []
},
{
"name": "pytest",
"specs": []
},
{
"name": "pytest-xvfb",
"specs": []
},
{
"name": "python-docs-theme",
"specs": []
},
{
"name": "requests",
"specs": []
},
{
"name": "ruff",
"specs": []
},
{
"name": "sphinx",
"specs": []
},
{
"name": "sphinx-copybutton",
"specs": []
},
{
"name": "sphinx_qt_documentation",
"specs": []
},
{
"name": "tomli",
"specs": []
}
],
"lcname": "guidata"
}