Metadata-Version: 1.1
Name: CommonBWC
Version: 0.2.1
Summary: A BlazeWeb component to hold libraries shared by other components and apps.
Home-page: https://github.com/blazelibs/commonbwc/
Author: Randy Syring
Author-email: randy.syring@level12.io
License: BSD
Description: CommonBWC
        =========
        
        .. image:: https://ci.appveyor.com/api/projects/status/kuulcvd82mq6awi0?svg=true
            :target: https://ci.appveyor.com/project/level12/commonbwc
        
        .. image:: https://circleci.com/gh/blazelibs/commonbwc.svg?style=shield
            :target: https://circleci.com/gh/blazelibs/commonbwc
        
        .. image:: https://codecov.io/gh/blazelibs/commonbwc/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/blazelibs/commonbwc
        
        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.2.1 released 2016-12-07
        =========================
        
        * added GridMixin and improved session_key preservation through CRUD view
        
        0.2.0 released 2016-11-23
        =========================
        
        * added support for WebGrid (DatagridBWC is deprecated)
        * added support for Python 3 (3.4 and 3.5)
        * set up continuous integration testing on CircleCI and AppVeyor
        * test coverage is on CodeCov
        
        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.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
