ConfigObj-GUI

A PyQt based library providing a GUI for configuring ConfigObj enabled applications
Download

ConfigObj-GUI Ranking & Summary

Advertisement

  • Rating:
  • License:
  • ISC License
  • Publisher Name:
  • Stefan Parviainen

ConfigObj-GUI Tags


ConfigObj-GUI Description

A PyQt based library providing a GUI for configuring ConfigObj enabled applications ConfigObj-GUI provides a PyQt based mechanism to edit ConfigObj configurations. It is intended to be used as a library to help configure PyQt based applications using ConfigObj.Note that the library is not very robust yet as it has not been tested very much.The basic usage is as follows: import sys from PyQt4.QtGui import QApplication import configobj import configobj_gui app = QApplication(sys.argv) spec = configobj.ConfigObj('yourspecfile', list_values=False) conf = configobj.ConfigObj('yourconffile', configspec=spec) wnd = configobj_gui.ConfigWindow(conf, spec) wnd.show() app.exec_() print confSupport the developer if you like this software: http://flattr.com/thing/101017/ConfigObj-GUI Requirements: · Python · ConfigObj · PyQt


ConfigObj-GUI Related Software