configobj 4.7.2+ds-3build1 source package in Ubuntu

Changelog

configobj (4.7.2+ds-3build1) precise; urgency=low

  * Rebuild to drop python2.6 dependencies.
 -- Matthias Klose <email address hidden>   Sat, 31 Dec 2011 02:01:49 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Dan Watkins
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
configobj_4.7.2+ds.orig.tar.gz 129.6 KiB d3ff0d76e5fa5dec841f84ebeb264da4c0c617fa4c34d58d1b4bfda6cb54f5b1
configobj_4.7.2+ds-3build1.debian.tar.gz 7.4 KiB e12d0ca0a0ca1b8175b435e2de3877e85a155d72ae21c2021b4366aec90b359e
configobj_4.7.2+ds-3build1.dsc 1.5 KiB d43aa0886e3c8f135f65a560816737b118443bd2ebba2fee7720c5b6868a7eac

Available diffs

View changes file

Binary packages built by this source

python-configobj: simple but powerful config file reader and writer for Python

 ConfigObj is a simple but powerful config file reader and writer: an
 ini file round tripper. Its main feature is that it is very easy to
 use, with a straightforward programmer's interface and a simple
 syntax for config files. It has lots of other features, though:
 .
  * Nested sections (subsections), to any level
  * List values
  * Multiple line values
  * String interpolation (substitution)
  * Integrated with a powerful validation system
    + including automatic type checking/conversion
    + and allowing default values
    + repeated sections
  * All comments in the file are preserved
  * The order of keys/sections is preserved
  * Full Unicode support
  * Powerful unrepr mode for storing/retrieving Python data-types