Installation

To install:

$ pip install pgcopy

Dependencies

pgcopy requires Python3, pytz, and a db adaptor. The supported adaptors are:

pytest and one of psycopg2 or psycopg is required to run the tests.

Compatibility

pgcopy is tested with Python versions 3.9 – 3.14 and PostgreSQL versions 13 – 18, as well as Aurora DSQL (note DSQL does not support all pgcopy features).

Note

Python 2.7 is no longer supported! Please upgrade to Python 3.