boodebr A little library from boodebr.org


files/feed-icon-14x14.png Recently Edited
boodebr edit
frank, 26 September 2009 (created 03 October 2007)
The boodebr library is collection of modules I've developed here and there and finally bundled together.

You might be interested in the RecentChanges.

Contents

  • ion: Pickling of objects to JSON or XML
  • config: Configuration files in the spirit of .INI files, but using either JSON or XML. Much more flexible and easier to use than ConfigParser
  • sql: Convenience wrapper for SQLite and APSW.
    Includes the multithreading-friendly boodebr.sql.sqliteQ
  • sql2: Common API for APSW, pysqlite and MySQL, with a focus on portable semantics and stability under high loads. Considered beta quality for now; will eventually supercede boodebr.sql
  • util: General utility functions
  • disthelper: Utilities that are useful when writing setup files, including replacements for some commonly needed POSIX tools.
  • pyconfig: Dynamic introspection of the Python interpreter capabilities
  • gui: A convenience wrapper for wxPython.
  • license: The boodebr library is distributed under an OpenSource license

Installation


Requires: Python 2.3 or higher.
Optional: egenix mxBase, pysqlite, wxPython


If you already have setuptools installed, then just do:
easy_install -U boodebr 


If not, download the sources:
Current Stable Release
Source (.zip) boodebr-1.5.0.zip
Source (.tar.gz) boodebr-1.5.0.tar.gz
Unpack and install:
python setup.py install


Previous Release


Prevous Stable Release
Source (.zip) boodebr-1.4.1.zip
Source (.tar.gz) boodebr-1.4.1.tar.gz