Metadata-Version: 2.1
Name: CommonBWC
Version: 0.2.2
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
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
Requires-Dist: BlazeForm (>=0.3.0)
Requires-Dist: BlazeWeb (>=0.3.0)
Provides-Extra: dev
Requires-Dist: codecov; extra == 'dev'
Requires-Dist: coverage; extra == 'dev'
Requires-Dist: flake8; extra == 'dev'
Requires-Dist: nose; extra == 'dev'
Requires-Dist: pyquery; extra == 'dev'
Requires-Dist: tox; extra == 'dev'
Requires-Dist: webtest; extra == 'dev'
Requires-Dist: wheel; extra == 'dev'

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.2 released 2020-11-18
=========================

* support werkzeug 1.0.0+

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


