Metadata-Version: 1.1
Name: AuditBWC
Version: 0.1.1
Summary: A record history and comparison component for the BlazeWeb framework
Home-page: http://bitbucket.org/blazelibs/auditbwc/
Author: Randy Syring
Author-email: rsyring@gmail.com
License: BSD
Description: Introduction
        ---------------
        
        AuditBWC is a component for `BlazeWeb <http://pypi.python.org/pypi/BlazeWeb/>`_
        applications.  It provides a history of records updated through the framework 
        and a display for diff between two versions of a record.
        
        Questions & Comments
        ---------------------
        
        Please visit: http://groups.google.com/group/blazelibs
        
        Current Status
        ---------------
        
        The code stays pretty stable, but the API may change in the future.
        
        
        Change Log
        ----------
        
        0.1.1 released 2014-12-19
        =========================
        
         - added unicode support for audit text
        
        0.1.0 released 2014-10-09
        =========================
        
         - component setup
         - created blazeweb testapp
        
        
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
Classifier: Topic :: Internet :: WWW/HTTP
