Metadata-Version: 2.1
Name: Products.ZPsycopgDA
Version: 3.0b1
Summary: Zope database adapter for PostGreSQL
Home-page: https://github.com/dataflake/Products.ZPsycopgDA
Author: Federico Di Gregorio
Author-email: fog@initd.org
Maintainer: Jens Vagelpohl
Maintainer-email: jens@dataflake.org
License: ZPL 2.1
Project-URL: Documentation, https://zpsycopgda.readthedocs.io
Project-URL: Issue Tracker, https://github.com/dataflake/Products.ZPsycopgDA/issues
Project-URL: Sources, https://github.com/zopefoundation/Products.ZPsycopgDA
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope
Classifier: Framework :: Zope :: 4
Classifier: Framework :: Zope :: 5
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
Requires-Dist: setuptools
Requires-Dist: Zope
Requires-Dist: Products.ZSQLMethods
Requires-Dist: psycopg2 (<2.9) ; python_version <= "3.5"
Requires-Dist: psycopg2 ; python_version >= "3.6"
Provides-Extra: docs
Requires-Dist: Sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'

Products.ZPsycopgDA
===================

.. image:: https://github.com/dataflake/Products.ZPsycopgDA/actions/workflows/tests.yml/badge.svg
   :target: https://github.com/dataflake/Products.ZPsycopgDA/actions/workflows/tests.yml

.. image:: https://coveralls.io/repos/github/dataflake/Products.ZPsycopgDA/badge.svg?branch=master
   :target: https://coveralls.io/github/dataflake/Products.ZPsycopgDA?branch=master

.. image:: https://readthedocs.org/projects/zpsycopgda/badge/?version=latest
   :target: https://zpsycopgda.readthedocs.io
   :alt: Documentation Status


This is a Zope database adapter for PostGreSQL based on psycopg2__ for Zope 4
and up on all Python versions supported by Zope 4 and 5.

The code was forked from the original project at
https://github.com/psycopg/ZPsycopgDA because it appears to be dead. The old
code is not compatible with Zope 4/5 and Python 3.

.. __: https://pypi.org/project/psycopg2/

Contributors
============

Contributors
============

- Federico Di Georgio: Original Author
- Daniele Varrazzo: Separate ZPsycopgDA project
- Rijk Stofberg: Eggifying
- Jens Vagelpohl: Compatibility with Zope 4 and up; drop Zope 2 and Zope 3

Changelog
=========

3.0b1 (2022-08-31)
------------------

- Re-released under the Zope Public License (ZPL) version 2.1

- Updated package layout and name to conform to current Zope standards

- Added compatibility with Zope 4 and Zope 5

- Removed compatibility with Zope 2 and Zope 3

- Added unit and functional tests


2.4.7
-----

- Removed ZPsycopgDA dependencies on deprecated (Python or Zope) features.


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.



