<?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>boodebr</name>
<shortdesc>Modules from boodebr.org for JSON, XML, config files, and more.</shortdesc>
<description>The boodebr library is a collection of several Python modules from boodebr.org_

---------
Packages:
---------
**boodebr.ion** is a serializer that implements the JSON/RFC 4627 object model, but
can read/write XML as well as JSON streams. It provides a common API (internal and external);
changing from XML to JSON (or vice versa) requires only a single parameter change. boodebr.ion implements 
true object pickling on top of the JSON and XML layers, and allows pickling of binary data, while remaining 100% 
compatible with RFC 4627.

**boodebr.config** supports configuration files similar in spirit to .INI files, but uses
either JSON or XML format, and can contain arbitrary objects. It has a much simpler API than 
Python's ConfigParser.

**boodebr.sql** is a light layer over pysqlite and/or APSW providing some extra convenience
and a multithread-safe wrapper (sqliteQ).

**boodebr.util** provides general utility functions. Among others is makeGUID() for
creating unique IDs.

**boodebr.disthelper** provides a number of utilities useful for writing setup scripts,
providing replacements for some POSIX tools missing in many environments.

**boodebr.gui** is a convenience wrapper for wxPython.

See the `full documentation`_ for more information. 

.. _boodebr.org: http://boodebr.org
.. _`full Documentation`: http://boodebr.org/pages/boodebr</description>
<download-page>http://boodebr.org/download/boodebr-1.1.0.tar.gz</download-page>
<homepage rdf:resource="http://boodebr.org/pages/boodebr" />
<maintainer><foaf:Person><foaf:name>Frank McIngvale</foaf:name>
<foaf:mbox_sha1sum>8de2492385f7bca10dcfd607a00b0289c1c44b57</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.1.0</revision></Version></release>
</Project></rdf:RDF>