Automatic GUI generation for easy dataset editing and display
Project description
guidata: Automatic GUI generation for easy dataset editing and display with Python
ℹ️ Created in 2009 by Pierre Raybaut and maintained by the PlotPyStack organization.
Overview
The guidata
package is a Python library generating Qt graphical user interfaces.
It is part of the 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 for more details on the library and changelog for recent history of changes.
Copyrights and licensing:
- Copyright © 2023 CEA, Codra, Pierre Raybaut.
- Licensed under the terms of the BSD 3-Clause (see 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:
- integers, floats, strings ;
- ndarrays (NumPy's n-dimensional arrays) ;
- etc.
Application development tools:
- configuration management
- internationalization (
gettext
) - deployment tools
- HDF5 I/O helpers
- misc. utils
Dependencies
Requirements
- Python 3.8+
- PyQt5 (Python Qt bindings)
- QtPy (abstraction layer for Python-Qt binding libraries)
- h5py (interface to the HDF5 data format)
- NumPy (operations on multidimensional arrays)
- requests (HTTP library)
- tomli (TOML parser)
Optional dependencies
For some editing widgets:
For documentation generation:
- sphinx (Python documentation generator)
- sphinx-copybutton (add a copy button to each of your code cells)
- sphinx_qt_documentation (plugin for proper resolve intersphinx references for Qt elements)
- python-docs-theme (Python documentation theme)
Installation
From the source package
Using build
:
python -m build
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file guidata-3.0.5.tar.gz
.
File metadata
- Download URL: guidata-3.0.5.tar.gz
- Upload date:
- Size: 963.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b603b5d1d096a72b0a3377944e0183cf0b3c3ab9e0fa572c932da0069fd9259 |
|
MD5 | 2f28862ae9642e401607e464d540c1b6 |
|
BLAKE2b-256 | 7b648eccc78fe4100ca2db1608c8446adb58a33c757349c738e5a90e47a6b93b |
Provenance
File details
Details for the file guidata-3.0.5-py3-none-any.whl
.
File metadata
- Download URL: guidata-3.0.5-py3-none-any.whl
- Upload date:
- Size: 752.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37c61a2e7a5483ed743eed971703a094f62810792be9cc0eabc33082a997ab0c |
|
MD5 | cfbceb81928272f1623045ae0db07ec1 |
|
BLAKE2b-256 | 8e7cf410399b7a7ec5ec59289ac8b3f9b7b0694886c925b9bf0502aabf38f3fc |