<?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>A collection of modules from boodebr.org for JSON, XML, config files, SQL, locking, thread queues, and more.</shortdesc>
<description>A collection of modules from boodebr.org_ for JSON, XML, config files, SQL,
locking, thread queues, and more.

---------
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.sql2** is a light layer for pysqlite, APSW, and MySQL, focusing on
portable semantics
and stability under high loads. (*Beta quality for now; will eventually
supercede boodebr.sql*)

**boodebr.util** provides general utility functions, include locking, thread
queues, and creation
of 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.googlecode.com/files/boodebr-1.3.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>6622873b567fa67753bfcf2985b59a8bb02d8bae</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.3.0</revision></Version></release>
</Project></rdf:RDF>