Metadata-Version: 1.1
Name: pyramid-zodbconn
Version: 0.7
Summary: Provide 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.7 (2014-07-02)
        ----------------
        
        - Transfer log file format changed to include timestamp and elapsed time.
        
        - ``zodbconn.transferlog_threshhold`` feature added (only log transfers if
          a request took > threshhold secs).
        
        - Add ``docs`` section to tox.ini.
        
        0.6 (2014-06-29)
        ----------------
        
        - Add ``zodbconn.transferlog`` feature, which sends information about ZODB
          storage loads and stores to a CSV file.
        
        - Add ZODBConnectionOpened, ZODBConnectionWillClose, and ZODBConnectionClosed
          events, which can be subscribed to.
        
        0.5 (2014-01-04)
        ----------------
        
        - Remove transitive dependencies of ``zodburi``.
        
        - Add support for Python 3.2 / 3.3, and test them under ``tox``.
        
        0.4 (2012-11-10)
        ----------------
        
        - Configure database with `ZODB.ActivityMonitor.ActivityMonitor`
        
        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: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: License :: Repoze Public License
