Metadata-Version: 1.0
Name: pyramid_zodbconn
Version: 0.3
Summary: A package which provides integration betwen Pyramid and ZODB
Home-page: http://docs.pylonsproject.org
Author: Chris McDonough
Author-email: pylons-devel@googlegroups.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: ``pyramid_zodbconn``
        ====================
        
        A package which provides integration between `ZODB <http://zodb.org>`_ and
        a Pyramid application.
        
        See the documentation at
        https://docs.pylonsproject.org/projects/pyramid_zodbconn/dev/ for more
        information.
        
        
        0.3 (2012-03-28)
        ----------------
        
        - Includeme docstring fix.
        
        - Add named database capability (see new docs section entitled "Named
          Database Support").
        
        0.2 (2011-08-24)
        ----------------
        
        - Depend on the ``zodburi`` package rather than implementing our own URI
          resolvers and datatypes.
        
        0.1 (2011-08-14)
        ----------------
        
        - Initial release.
        
Keywords: wsgi pylons pyramid zodb zodbconn
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: License :: Repoze Public License
