<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>configobj</name>
<shortdesc>Config file reading, writing and validation.</shortdesc>
<description>**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
* Full Unicode support
* 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
* Powerful ``unrepr`` mode for storing/retrieving Python data-types

Release 4.6.0 fixes bugs and adds new features, particularly making configspec
handling more flexible.</description>
<download-page>http://www.voidspace.org.uk/downloads/configobj-4.6.0.zip</download-page>
<homepage rdf:resource="http://www.voidspace.org.uk/python/configobj.html" />
<maintainer><foaf:Person><foaf:name>Michael Foord &amp; Nicola Larosa</foaf:name>
<foaf:mbox_sha1sum>3c028684c0036c8ed14e2355d0dae4d1add4da2c</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>4.6.0</revision></Version></release>
</Project></rdf:RDF>