Metadata-Version: 1.0
Name: django-sortedsettings
Version: 1.0
Summary: Sort the django settings module's entries alphabetically
Home-page: https://github.com/specialunderwear/django-sortedsettings
Author: Lars van de Kerkhof
Author-email: sortedsettings@permanentmarkers.nl
License: GPL
Description: 
        Django-sortedsettings
        ---------------------
        
        A script that outputs all the values in your settings.py, but ordered
        alphabetically.
        
        usage::
        
            sortsettings.py
        
        This will dump the settings.py module sorted
        
        or::
        
            sortsettings.py settings.someothermodule
        
        This will dump the settings/someothermodule.py module sorted.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: System :: Installation/Setup
