Metadata-Version: 1.0
Name: BaseBWA
Version: 0.3.4
Summary: A supporting application for BlazeWeb applications.
Home-page: http://pypi.python.org/pypi/BaseBWA/
Author: Randy Syring
Author-email: rsyring@gmail.com
License: BSD
Description: Introduction
        ------------
        
        BaseBWA is a library designed as a "supporting application" for
        `BlazeWeb <http://pypi.python.org/pypi/BlazeWeb/>`_ applications.
        
        It incorporates sqlalchemy, auth, forms, and other basic functionality needed
        for most 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 `BaseBWA tip <http://bitbucket.org/rsyring/basebwa/get/tip.zip#egg=BaseBWA-dev>`_
        is installable via `easy_install` with ``easy_install BaseBWA==dev``
        
        
        Change Log
        ----------
        
        0.3.4 released 2011-10-19
        =========================
        
        * deprecate lib.forms.Form, use commonbwc.lib.forms:Form instead
        * convert the audit module to work with blazeweb
        
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
