Metadata-Version: 1.0
Name: BlazeUtils
Version: 0.3.5
Summary: A collection of python utility functions and classes.
Home-page: http://bitbucket.org/rsyring/blazeutils/
Author: Randy Syring
Author-email: rsyring@gmail.com
License: BSD
Description: Introduction
        ---------------
        
        BlazeUtils is a library to hold common tools for the Blaze library family:
        
        - `BlazeWeb <http://pypi.python.org/pypi/BlazeWeb/>`_
        - `BaseBWA <http://pypi.python.org/pypi/BaseBWA/>`_
        - `BlazeForm <http://pypi.python.org/pypi/BlazeForm/>`_
        
        Questions & Comments
        ---------------------
        
        Please visit: http://groups.google.com/group/blazelibs
        
        Current Status
        ---------------
        
        The code and API stay pretty stable.
        
        The `blazeutils tip <http://bitbucket.org/rsyring/blazeutils/get/tip.zip#egg=blazeutils-dev>`_
        is installable via `easy_install` with ``easy_install blazeutils==dev``
        
        
        Changelog
        ---------
        
        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
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
