Metadata-Version: 2.1
Name: configglue
Version: 1.2
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
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: pyxdg


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.


