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
If you already have
setuptools installed, then just do:
easy_install -U boodebr
If not, download the sources:
Unpack and install:
python setup.py install
Previous Release