Metadata-Version: 2.1
Name: guidata
Version: 1.8.0
Summary: Automatic graphical user interfaces generation for easy dataset editing and display
Home-page: https://github.com/PierreRaybaut/guidata
Author: Pierre Raybaut
Author-email: pierre.raybaut@gmail.com
License: CeCILL V2
Description: guidata: Automatic GUI generation for easy dataset editing and display with Python
        ======================================================================================
        
        Simple example of ``guidata`` datasets embedded in an application window:
        
        .. image:: https://raw.githubusercontent.com/PierreRaybaut/guidata/master/doc/images/screenshots/editgroupbox.png
        
        See `documentation`_ for more details on the library and `changelog`_ for recent history of changes.
        
        Copyright © 2009-2021 CEA, Pierre Raybaut, licensed under the terms of the 
        `CECILL License`_.
        
        .. _documentation: http://pythonhosted.org/guidata/
        .. _changelog: https://github.com/PierreRaybaut/guidata/blob/master/CHANGELOG.md
        .. _CECILL License: https://github.com/PierreRaybaut/guidata/blob/master/Licence_CeCILL_V2-en.txt
        
        
        Overview
        --------
        
        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 (PyQt4, PyQt5, PySide2).
        
        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
        
        
        Building, installation, ...
        ---------------------------
        
        The following package is **required**: `PyQt4`_ (or `PyQt5`_, or `PySide2`_).
        
        .. _PyQt4: https://pypi.python.org/pypi/PyQt4
        .. _PyQt5: https://pypi.python.org/pypi/PyQt5
        .. _PySide2: https://pypi.python.org/pypi/PySide2
        .. _h5py: https://pypi.python.org/pypi/h5py
        
        See the `README`_ and `documentation`_ for more details.
        
        .. _README: https://github.com/PierreRaybaut/guidata/blob/master/README.md
Platform: UNKNOWN
Classifier: Topic :: Scientific/Engineering
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Provides-Extra: Doc
