BlazeUtils 0.3.7
A collection of python utility functions and classes.
Latest Version: 0.3.8
Introduction
BlazeUtils is a library to hold common tools for the Blaze library family:
Questions & Comments
Please visit: http://groups.google.com/group/blazelibs
Current Status
The code and API stay pretty stable.
The blazeutils tip is installable via easy_install with easy_install BlazeUtils==dev
Changelog
0.3.8 released ???
- added some utility functions for reST processing with docutils
- added testing.FailLoader to help when testing failed imports
0.3.7 released 2011-12-15
- (BC BREAK) changed testing.raises() to regex escape by default. There is now a keyword arg to control regex escaping. Also switched it to be more lenient in its matching by using re.search() instead of re.match()
- added exc_emailer() decorator
- added testing.assert_equal_text()
- add retry() decorator for retrying a function call when exceptions occur
0.3.6 released 2011-08-19
- fix bug in sdist build
0.3.5 released 2011-08-18
- XlwtHelper can now use XFStyle instances directly.
0.3.4 released 2011-06-11
- deprecate error_handling.traceback_* functions
- deprecate datetime module, moved safe_strftime to dates module
- add decorators.deprecate() decorator
- add testing.emits_deprecation() decorator (only usable w/ python >= 2.6)
- add testing.raises() decorator
- add dates module and ensure_date(), ensure_datetime()
0.3.3 released 2011-05-19
- made moneyfmt/decimalfmt handle floats
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| BlazeUtils-0.3.7.tar.gz (md5) | Source | 2011-12-15 | 21KB | 297 | |
- Author: Randy Syring
- Home Page: http://bitbucket.org/rsyring/blazeutils/
- License: BSD
- Categories
- Package Index Owner: rsyring
- DOAP record: BlazeUtils-0.3.7.xml
