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 ...