Metadata-Version: 1.1
Name: django-configglue
Version: 0.7.1
Summary: Django commands for managing configglue generated settings
Home-page: https://launchpad.net/django-configglue/
Author: Ricardo Kirkner
Author-email: ricardo.kirkner@canonical.com
License: LGPLv3
Description: Django commands for managing configglue generated settings from the command line.
        Commands are available to:
         - get the value of a setting
         - list all settings used (and their values)
         - list all settings used, including django global settings (and
           their values)
         - locate the definition of a setting (useful when the configuration
           is defined throughout several files)
         - validate settings (make sure the values match the defined schema)
Keywords: django,configglue,configuration,settings
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
