configobj 4.7.2+ds-5build1 source package in Ubuntu RTM

Changelog

configobj (4.7.2+ds-5build1) trusty; urgency=medium

  * Rebuild to drop files installed into /usr/share/pyshared.
 -- Matthias Klose <email address hidden>   Sun, 23 Feb 2014 13:46:35 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main python
14.09 release main python

Builds

Trusty: [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-5build1.debian.tar.gz 7.9 KiB f832b2ce1f2c140fe1d3bf2455136bc5c9ea2040188e7ab9546530255de60077
configobj_4.7.2+ds-5build1.dsc 1.5 KiB 11f622ccc6030ab57299f849b92de07c1a6122554e417213e1a96adc50564a5a

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