Metadata-Version: 1.0
Name: ZPsycopgDA
Version: 2.4.6
Summary: Zope bindings for psycopg2.
Home-page: http://initd.org/psycopg/
Author: Federico Di Gregorio
Author-email: fog@initd.org
License: GPL with exceptions or ZPL
Description: ZPsycopgDA -- psycopg2 Zope adapter
        ===================================
        
        - `Project page`__
        - `Download`__
        - `Psycopg mailing list`__
        
        .. __: https://github.com/psycopg/ZPsycopgDA
        .. __: https://pypi.python.org/pypi/ZPsycopgDA/
        .. __: http://mail.postgresql.org/mj/mj_wwwusr/domain=postgresql.org?func=lists-long-full&extra=psycopg
        
        
        This is the PostgreSQL adapter for Zope 2 and 3 based on psycopg2__.
        
        As of version 2.4.6, ZPsycopgDA has the same content of the ZPsycopgDA module
        included in Psycopg 2.4.6. Future psycopg2 versions will likely not include
        ZPsycopgDA, which should be installed separately.
        
        .. __: http://initd.org/psycopg/
        
        
        Prerequisites
        -------------
        
        ZPsycopgDA depends on the psycopg2 module version at least 2.4. Don't use
        versions 2.4.2 or 2.4.3: they are not compatible with ZPsycopgDA. Install the
        latest version available.
        
        
        Installation
        ------------
        
        Unfortunately I'm no Zope expert, so these installation instructions are quite
        approximative. Please contact us if you want to improve them.
        
        - Make sure to have your Zope ``lib`` directory in the ``$PYTHONPATH``. If
        some command fails with::
        
        [...]
        File "[...]/ZPsycopgDA/db.py", line 18, in <module>
        from Shared.DC.ZRDB.TM import TM
        ImportError: No module named Shared.DC.ZRDB.TM
        
        you are probably missing it.
        
        - Download the ZPsycopgDA package, unpack it and copy the ``ZPsycopgDA``
        directory into the ``Products`` directory of your Zope instance.
        
        - Alternatively run ``easy_install ZPsycopgDA`` or ``pip install ZPsycopgDA``,
        then symlink or copy the ``ZPsycopgDA`` directory from the installed
        location to the ``Products`` directory of your Zope instance.
        
        Contributors
        ============
        
        - Federico Di Georgio: Original Author
        - Daniele Varrazzo: Separate ZPsycopgDA project
        - Rijk Stofberg: Eggifying
        
        Changelog
        =========
        
        2.4.6
        -------------------
        
        - Added all the supported isolation level options
        - Fixed pool bugs (psycopg issues #123, #125, #142)
        
        
        2.4.4
        -------------------
        
        - Make this and egg.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Framework :: Zope2
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Topic :: Database
