Metadata-Version: 1.1
Name: CommonBWC
Version: 0.1.3
Summary: A BlazeWeb component to hold libraries shared by other components and apps.
Home-page: http://bitbucket.org/rsyring/commonbwc/
Author: Randy Syring
Author-email: rsyring@gmail.com
License: BSD
Description: Introduction
        ---------------
        
        CommonBWC is a component for `BlazeWeb <http://pypi.python.org/pypi/BlazeWeb/>`_
        applications.  It has views, classes, and templates that are common for many
        web applications.
        
        Questions & Comments
        ---------------------
        
        Please visit: http://groups.google.com/group/blazelibs
        
        Current Status
        ---------------
        
        The code stays pretty stable, but the API is likely to change in the future.
        
        The `CommonBWC tip <http://bitbucket.org/rsyring/commonbwc/get/tip.zip#egg=commonbwc-dev>`_
        is installable via `easy_install` with ``easy_install commonbwc==dev``
        
        
        Changelog
        ---------------
        
        0.1.3 released 2011-06-11
        =========================
        
        * added SAValidation support to lib.forms.Form
        
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
