BlazeUtils was originally developed as a library to hold common tools for the Blaze library family.
Over the years it has been expanded to be somewhat of a catch-all for tools commonly used by the Level 12 development team.
Please visit: http://groups.google.com/group/blazelibs
The code and API stay pretty stable.
Source code and issue tracker are on GitHub.
Testing:
$ git clone https://github.com/blazelibs/blazeutils.git blazeutils-src $ cd blazeutils-src $ tox ...<snip>... clean: commands succeeded py27: commands succeeded py34: commands succeeded stats: commands succeeded congratulations :)