Metadata-Version: 2.0
Name: configdeck
Version: 1.2.0
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
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Intended Audience :: Developers
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
Requires-Dist: pyxdg

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.


