Metadata-Version: 1.1
Name: pyqtconfig
Version: 0.7.0
Summary: An API for keeping PyQt widgets in sync with a config dictionary or QSettings object.
Home-page: https://github.com/mfitzp/pyqtconfig
Author: Martin Fitzpatrick
Author-email: martin.fitzpatrick@gmail.com
License: GPL
Download-URL: https://github.com/mfitzp/pyqtconfig/zipball/master
Description: pyqtconfig is a simple API for keeping a config dict in sync with PyQt widgets.     Updating the widget automagically updates the dict; updating the dict updates the widget. Internal support     for both dictionary config, QSettings and config XML import/export. Combo and list boxes also support     mapping from display->internal values.
Keywords: bioinformatics research analysis science
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
