boodebr 0.9.0 now available

Version 0.9.0 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.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 documentation: boodebr module page

Written in WikklyText.

Reply

The content of this field is kept private and will not be shown publicly.