Skip to main content

psycopg2 - Python-PostgreSQL Database Adapter

Project description

Psycopg is the most popular PostgreSQL database adapter for the Python programming language. Its main features are the complete implementation of the Python DB API 2.0 specification and the thread safety (several threads can share the same connection). It was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a large number of concurrent “INSERT”s or “UPDATE”s.

Psycopg 2 is mostly implemented in C as a libpq wrapper, resulting in being both efficient and secure. It features client-side and server-side cursors, asynchronous communication and notifications, “COPY TO/COPY FROM” support. Many Python types are supported out-of-the-box and adapted to matching PostgreSQL data types; adaptation can be extended and customized thanks to a flexible objects adaptation system.

Psycopg 2 is both Unicode and Python 3 friendly.

Documentation

Documentation is included in the doc directory and is available online.

Installation

If your pip version supports wheel packages it should be possible to install a binary version of Psycopg including all the dependencies from PyPI. Just run:

$ pip install -U pip      # make sure your pip is up-to-date
$ pip install psycopg2

If you want to build Psycopg from source you will need some prerequisites (a C compiler, development packages): please check the install and the faq documents in the doc dir for the details.

For any other resource (source code repository, bug tracker, mailing list) please check the project homepage.

Linux/OSX:

Linux and OSX build status

Windows:

Windows build status

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

psycopg2-2.7.3.1.tar.gz (425.1 kB view hashes)

Uploaded Source

Built Distributions

psycopg2-2.7.3.1-cp36-cp36m-win_amd64.whl (943.4 kB view hashes)

Uploaded CPython 3.6m Windows x86-64

psycopg2-2.7.3.1-cp36-cp36m-win32.whl (804.0 kB view hashes)

Uploaded CPython 3.6m Windows x86

psycopg2-2.7.3.1-cp36-cp36m-manylinux1_x86_64.whl (2.6 MB view hashes)

Uploaded CPython 3.6m

psycopg2-2.7.3.1-cp36-cp36m-manylinux1_i686.whl (2.4 MB view hashes)

Uploaded CPython 3.6m

psycopg2-2.7.3.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (1.5 MB view hashes)

Uploaded CPython 3.6m macOS 10.10+ intel macOS 10.10+ x86-64 macOS 10.6+ intel macOS 10.9+ intel macOS 10.9+ x86-64

psycopg2-2.7.3.1-cp35-cp35m-win_amd64.whl (943.4 kB view hashes)

Uploaded CPython 3.5m Windows x86-64

psycopg2-2.7.3.1-cp35-cp35m-win32.whl (804.0 kB view hashes)

Uploaded CPython 3.5m Windows x86

psycopg2-2.7.3.1-cp35-cp35m-manylinux1_x86_64.whl (2.6 MB view hashes)

Uploaded CPython 3.5m

psycopg2-2.7.3.1-cp35-cp35m-manylinux1_i686.whl (2.3 MB view hashes)

Uploaded CPython 3.5m

psycopg2-2.7.3.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (1.5 MB view hashes)

Uploaded CPython 3.5m macOS 10.10+ intel macOS 10.10+ x86-64 macOS 10.6+ intel macOS 10.9+ intel macOS 10.9+ x86-64

psycopg2-2.7.3.1-cp34-cp34m-win_amd64.whl (932.1 kB view hashes)

Uploaded CPython 3.4m Windows x86-64

psycopg2-2.7.3.1-cp34-cp34m-win32.whl (812.6 kB view hashes)

Uploaded CPython 3.4m Windows x86

psycopg2-2.7.3.1-cp34-cp34m-manylinux1_x86_64.whl (2.6 MB view hashes)

Uploaded CPython 3.4m

psycopg2-2.7.3.1-cp34-cp34m-manylinux1_i686.whl (2.3 MB view hashes)

Uploaded CPython 3.4m

psycopg2-2.7.3.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (1.5 MB view hashes)

Uploaded CPython 3.4m macOS 10.10+ intel macOS 10.10+ x86-64 macOS 10.6+ intel macOS 10.9+ intel macOS 10.9+ x86-64

psycopg2-2.7.3.1-cp33-cp33m-win_amd64.whl (932.1 kB view hashes)

Uploaded CPython 3.3m Windows x86-64

psycopg2-2.7.3.1-cp33-cp33m-win32.whl (812.7 kB view hashes)

Uploaded CPython 3.3m Windows x86

psycopg2-2.7.3.1-cp33-cp33m-manylinux1_x86_64.whl (2.6 MB view hashes)

Uploaded CPython 3.3m

psycopg2-2.7.3.1-cp33-cp33m-manylinux1_i686.whl (2.3 MB view hashes)

Uploaded CPython 3.3m

psycopg2-2.7.3.1-cp27-cp27mu-manylinux1_x86_64.whl (2.6 MB view hashes)

Uploaded CPython 2.7mu

psycopg2-2.7.3.1-cp27-cp27mu-manylinux1_i686.whl (2.3 MB view hashes)

Uploaded CPython 2.7mu

psycopg2-2.7.3.1-cp27-cp27m-win_amd64.whl (934.2 kB view hashes)

Uploaded CPython 2.7m Windows x86-64

psycopg2-2.7.3.1-cp27-cp27m-win32.whl (808.8 kB view hashes)

Uploaded CPython 2.7m Windows x86

psycopg2-2.7.3.1-cp27-cp27m-manylinux1_x86_64.whl (2.6 MB view hashes)

Uploaded CPython 2.7m

psycopg2-2.7.3.1-cp27-cp27m-manylinux1_i686.whl (2.3 MB view hashes)

Uploaded CPython 2.7m

psycopg2-2.7.3.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (1.5 MB view hashes)

Uploaded CPython 2.7m macOS 10.10+ intel macOS 10.10+ x86-64 macOS 10.6+ intel macOS 10.9+ intel macOS 10.9+ x86-64

psycopg2-2.7.3.1-cp26-cp26mu-manylinux1_x86_64.whl (2.6 MB view hashes)

Uploaded CPython 2.6mu

psycopg2-2.7.3.1-cp26-cp26mu-manylinux1_i686.whl (2.3 MB view hashes)

Uploaded CPython 2.6mu

psycopg2-2.7.3.1-cp26-cp26m-manylinux1_x86_64.whl (2.6 MB view hashes)

Uploaded CPython 2.6m

psycopg2-2.7.3.1-cp26-cp26m-manylinux1_i686.whl (2.3 MB view hashes)

Uploaded CPython 2.6m

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page