Metadata-Version: 1.1
Name: configdeck
Version: 1.2.0.dev0
Summary: Stacked configuration sources for your application.
Home-page: https://pagure.io/python-configdeck
Author: Ben Finney
Author-email: ben+python@benfinney.id.au
License: GNU GPL v3 or later
Description: 
        configdeck is a library that stacks 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 :: GNU General Public License v3 or later (GPLv3+)
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
