A new version of the boodebr (Python) library is now available.
Changes in this release:
boodebr.ion:
* An object can define __ionize__() if it just wants to flatten
itself for pickling and doesn't care about being rebuilt in
deionize().
* ionize() now takes flatten_only parameter which strips out any
extra attributes added during pickling (in case you are sending data
to a JSON client that can't handle them).
boodebr.config:
* fileconfig is now threadsafe.
* Make paths as needed when saving config file.
boodebr.gui:
* This is a new module (a convenience layer for wxPython).
boodebr.sql:
* Marked fpmsql.run() obsolete (does nothing that query() doesn't
do).
* Added defaults so that fpmsql() can be called with just a
filename argument.
Other bugfixes
Downloads and information at:
http://boodebr.org/pages/boodebr