boodebr 0.9 (Default branch) |
|
|
boodebr is a collection of Python modules from
boodebr.org. boodebr.ion provides JSON and XML
serialization with a common API (internal and
external). boodebr.config provides flexible
configuration file handling (similar to INI files,
but using JSON/XML with full object pickling).
License: MIT/X Consortium License
Changes:
An object can now define __ionize__() if it just wants to flatten itself for pickling and doesn't care about being rebuilt in deionize(). boodebr.config is now thread-safe. A new boodebr.gui module was added as a light wrapper for wxPython.
|