Metadata-Version: 1.1
Name: configglue
Version: 1.0
Summary: Glue to stick OptionParser and ConfigParser together
Home-page: https://launchpad.net/configglue
Author: John R. Lenton, Ricardo Kirkner
Author-email: john.lenton@canonical.com, ricardo.kirkner@canonical.com
License: BSD License
Description: 
        configglue is a library that glues together python's optparse.OptionParser and
        ConfigParser.ConfigParser, so that you don't have to repeat yourself when you
        want to export the same options to a configuration file and a commandline
        interface.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
