django-configglue 0.6-0ubuntu1 source package in Ubuntu
Changelog
django-configglue (0.6-0ubuntu1) oneiric; urgency=low * New upstream release * Switch to debhelper 7 & dh_python2 -- Andrew Mitchell <email address hidden> Thu, 11 Aug 2011 11:24:51 +1200
Upload details
- Uploaded by:
- Andrew Mitchell
- Uploaded to:
- Oneiric
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
django-configglue_0.6.orig.tar.gz | 24.8 KiB | a9996498024b047c4cd53b8713748e477cec1fa5355722ed75d63315f69c4cec |
django-configglue_0.6-0ubuntu1.debian.tar.gz | 2.6 KiB | 416091b0152995919c7f8916cfb5b3d4bbf2966b8bcec12e94b6c307e3845738 |
django-configglue_0.6-0ubuntu1.dsc | 1.2 KiB | 84d556b1c13e7d2764563c8d5bf9074a681f05bd949136f424084a9b6c963812 |
Available diffs
- diff from 0.3-0ubuntu1 to 0.6-0ubuntu1 (25.3 KiB)
Binary packages built by this source
- python-django-configglue: Django commands for working with configglue generated settings
Django-configglue provides the necessary glue to work with settings
generated using configglue ini-style configuration files instead of using
plain Python modules.
.
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.
.
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)