Skip to main content

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

Release files for psycopg2 2.7.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for psycopg2 2.7.2
File Size Uploaded
psycopg2-2.7.2.tar.gz 424.9 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for psycopg2 2.7.2
File
psycopg2-2.7.2-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
psycopg2-2.7.2-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
psycopg2-2.7.2-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
psycopg2-2.7.2-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
psycopg2-2.7.2-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 CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64, macOS 10.10+ x86-64, macOS 10.6+ Intel (x86-64, i386), macOS 10.10+ Intel (x86-64, i386), macOS 10.9+ Intel (x86-64, i386) Details
psycopg2-2.7.2-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
psycopg2-2.7.2-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
psycopg2-2.7.2-cp35-cp35m-manylinux1_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64 Details
psycopg2-2.7.2-cp35-cp35m-manylinux1_i686.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32 Details
psycopg2-2.7.2-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 CPython 3.5 CPython 3.5 pymalloc macOS 10.10+ x86-64, macOS 10.9+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386), macOS 10.9+ x86-64, macOS 10.10+ Intel (x86-64, i386) Details
psycopg2-2.7.2-cp34-cp34m-win_amd64.whl CPython 3.4 CPython 3.4 pymalloc Windows x86-64 Details
psycopg2-2.7.2-cp34-cp34m-win32.whl CPython 3.4 CPython 3.4 pymalloc Windows x86-32 Details
psycopg2-2.7.2-cp34-cp34m-manylinux1_x86_64.whl CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-64 Details
psycopg2-2.7.2-cp34-cp34m-manylinux1_i686.whl CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-32 Details
psycopg2-2.7.2-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 CPython 3.4 CPython 3.4 pymalloc macOS 10.10+ x86-64, macOS 10.9+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386), macOS 10.10+ Intel (x86-64, i386), macOS 10.9+ x86-64 Details
psycopg2-2.7.2-cp33-cp33m-win_amd64.whl CPython 3.3 CPython 3.3 pymalloc Windows x86-64 Details
psycopg2-2.7.2-cp33-cp33m-win32.whl CPython 3.3 CPython 3.3 pymalloc Windows x86-32 Details
psycopg2-2.7.2-cp33-cp33m-manylinux1_x86_64.whl CPython 3.3 CPython 3.3 pymalloc Linux glibc 2.5+ x86-64 Details
psycopg2-2.7.2-cp33-cp33m-manylinux1_i686.whl CPython 3.3 CPython 3.3 pymalloc Linux glibc 2.5+ x86-32 Details
psycopg2-2.7.2-cp27-cp27mu-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64 Details
psycopg2-2.7.2-cp27-cp27mu-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32 Details
psycopg2-2.7.2-cp27-cp27m-win_amd64.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-64 Details
psycopg2-2.7.2-cp27-cp27m-win32.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-32 Details
psycopg2-2.7.2-cp27-cp27m-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64 Details
psycopg2-2.7.2-cp27-cp27m-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32 Details
psycopg2-2.7.2-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 CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ Intel (x86-64, i386), macOS 10.10+ x86-64, macOS 10.10+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386), macOS 10.9+ x86-64 Details
psycopg2-2.7.2-cp26-cp26mu-manylinux1_x86_64.whl CPython 2.6 CPython 2.6 pymalloc wide-unicode Linux glibc 2.5+ x86-64 Details
psycopg2-2.7.2-cp26-cp26mu-manylinux1_i686.whl CPython 2.6 CPython 2.6 pymalloc wide-unicode Linux glibc 2.5+ x86-32 Details
psycopg2-2.7.2-cp26-cp26m-manylinux1_x86_64.whl CPython 2.6 CPython 2.6 pymalloc Linux glibc 2.5+ x86-64 Details
psycopg2-2.7.2-cp26-cp26m-manylinux1_i686.whl CPython 2.6 CPython 2.6 pymalloc Linux glibc 2.5+ x86-32 Details

Total release size: 55.3 MB

Release files / psycopg2-2.7.2.tar.gz

Download URL psycopg2-2.7.2.tar.gz
Size 424.9 kB
Tags Source
SHA-256 checksum
How to use checksums
3767f40bb35713ccc75dbcff80bf228a75e080d6b98c78afd5fb9aa84682a9f4
BLAKE2b-256 checksum
How to use checksums
d06661c1b34ea8da8f95d99676e6803ccad83abef3ac90df145b45033696f3d2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp36-cp36m-win_amd64.whl

Download URL psycopg2-2.7.2-cp36-cp36m-win_amd64.whl
Size 943.3 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
857c9b055d8028d7a41868cb0ae850ac45b920726bab3b1097eeb3d67d04574e
BLAKE2b-256 checksum
How to use checksums
10e9af7bfa5f3ca401ff0715a53cd23b79dcc604d13f2763cd839ec14ea2dd7b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp36-cp36m-win32.whl

Download URL psycopg2-2.7.2-cp36-cp36m-win32.whl
Size 803.9 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
8977377e7c7ac777b7b8b9fa22a206dc37b17dde8061770a69d26cee25a16000
BLAKE2b-256 checksum
How to use checksums
f2fe23e01d903dfac0336b08b7b91567440e136cf7bfd9bad85aec0c7aaa426f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp36-cp36m-manylinux1_x86_64.whl

Download URL psycopg2-2.7.2-cp36-cp36m-manylinux1_x86_64.whl
Size 2.7 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
33e151d5afe42230e5576f6c4f6f677750b615a0e773d89711935d0df460b060
BLAKE2b-256 checksum
How to use checksums
d25a6c2fe0b4671c81e7525c737d6600a5c82b7550a5f2dff8a01afb616dbbf4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp36-cp36m-manylinux1_i686.whl

Download URL psycopg2-2.7.2-cp36-cp36m-manylinux1_i686.whl
Size 2.4 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
05c38e34c5f8ee65506e25be6fe43fcbc8baf6cb21180f1ddd67bd3199b0e881
BLAKE2b-256 checksum
How to use checksums
e0d6c39f57c5f539c05f6b7470386a4975a0d037ac461469b847a20208bd2c94
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-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

Download URL psycopg2-2.7.2-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
Size 1.5 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ Intel (x86-64, i386) macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
59460f001eacf37e1faec7bf0564a8d458d9aa74dec63b6c0664c2a292fff51f
BLAKE2b-256 checksum
How to use checksums
65ac606164494161d8349804ddddf60da3f4c18cedee38d2cbbe502bf4a0e817
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp35-cp35m-win_amd64.whl

Download URL psycopg2-2.7.2-cp35-cp35m-win_amd64.whl
Size 943.4 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
c30f8861f2496d265c9e4a201dd584400dfab86ca945fdd4e2515f831742bcdc
BLAKE2b-256 checksum
How to use checksums
986e559bb37e19464f3824505cdcee9c6d11ecd4842538a3fac359da9deb3318
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp35-cp35m-win32.whl

Download URL psycopg2-2.7.2-cp35-cp35m-win32.whl
Size 803.9 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
f55ff0c9fae764814cb6d0b7f85380d00665915f9ae3a750e8389bc86f1b336b
BLAKE2b-256 checksum
How to use checksums
337556c76923e6fdba389e6a2084c29addcfdb1f1615e3d4ebce6be25717596d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp35-cp35m-manylinux1_x86_64.whl

Download URL psycopg2-2.7.2-cp35-cp35m-manylinux1_x86_64.whl
Size 2.7 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
c1a0d2c07818dc28ffa67d0687e5b21c7bae55fe8a63021b26cf610ca83718f8
BLAKE2b-256 checksum
How to use checksums
a886a74a78783c826f8a2d7420a2721b7f094da668eaf8b64e3059885f67c15c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp35-cp35m-manylinux1_i686.whl

Download URL psycopg2-2.7.2-cp35-cp35m-manylinux1_i686.whl
Size 2.4 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
d97e93e485d83744041aa844b93089650ceaaff8241eb0b2b8bef200fd82edec
BLAKE2b-256 checksum
How to use checksums
958f00ee691cf5ff9d8aa08347b3522a60bccea23d9437a16b82a37db6359aee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-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

Download URL psycopg2-2.7.2-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
Size 1.5 MB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ Intel (x86-64, i386) macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
06993c70f5fe9dad3b83c97fe34bc1946d00745182db3c84bdcab625e685976f
BLAKE2b-256 checksum
How to use checksums
e8ad85a265cacce2b0f2d29659947d75297606f9e31edd456f400d0a26fe619f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp34-cp34m-win_amd64.whl

Download URL psycopg2-2.7.2-cp34-cp34m-win_amd64.whl
Size 932.0 kB
Tags CPython 3.4 CPython 3.4 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
324fdaec15fe94356cd3c58d6a24dce472227d1c6132bded0de60339208150ef
BLAKE2b-256 checksum
How to use checksums
21a5c61e5b7d454964f3164d5a2f187e5bae739bb1e81107871f520b023d1de3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp34-cp34m-win32.whl

Download URL psycopg2-2.7.2-cp34-cp34m-win32.whl
Size 812.6 kB
Tags CPython 3.4 CPython 3.4 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
86fbdedf0f522475180c64916c2cd43a669291427e5c66ff0cb2947588fe738c
BLAKE2b-256 checksum
How to use checksums
d4407200494f0a4f923fb11f6542818af3b3f312bad5f34da736303ba738bd4f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp34-cp34m-manylinux1_x86_64.whl

Download URL psycopg2-2.7.2-cp34-cp34m-manylinux1_x86_64.whl
Size 2.7 MB
Tags CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
dca7f3684205337bee736cbf5bfea6012d075de7de6383c987408c301956a9ed
BLAKE2b-256 checksum
How to use checksums
ee4613957594107cf6ba464c1892f22fb586f55309a8f9843c4e6455456528de
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp34-cp34m-manylinux1_i686.whl

Download URL psycopg2-2.7.2-cp34-cp34m-manylinux1_i686.whl
Size 2.4 MB
Tags CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
4eb0b86d1965c96f3cc0c4c7779bff743b48ee9474e5e412d3a39c68b55db80e
BLAKE2b-256 checksum
How to use checksums
874aaf2a7a3a08727f5a027cfc6d62b5c99f48fe7718fa872ef7604358d4711d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-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

Download URL psycopg2-2.7.2-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
Size 1.5 MB
Tags CPython 3.4 CPython 3.4 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ Intel (x86-64, i386) macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
3f33afd7dbe0b912b76c41fdecc0d8e716dbf1252348ccf207d0ace70c9fe0da
BLAKE2b-256 checksum
How to use checksums
076a99e0bd33a9038865030595485e309af8e64e326cbf796193293f504cb16c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp33-cp33m-win_amd64.whl

Download URL psycopg2-2.7.2-cp33-cp33m-win_amd64.whl
Size 932.1 kB
Tags CPython 3.3 CPython 3.3 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
9518e2acba890de50308afa435e0ae60ff9f328457902dc54a9fb6e1dc8cf67f
BLAKE2b-256 checksum
How to use checksums
5c8527a409ed64219cf7d63d6b1161c0548100c8bdeb0a6df96612a84592d38f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp33-cp33m-win32.whl

Download URL psycopg2-2.7.2-cp33-cp33m-win32.whl
Size 812.6 kB
Tags CPython 3.3 CPython 3.3 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
76baf7b42cf98e89d55ef04a86053173601e37a8bcc219c2bfd4f54a5743e834
BLAKE2b-256 checksum
How to use checksums
7d5727ed9194f74471f5ec9dfa8dda6dd217451123d4992250dc1dc661f89948
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp33-cp33m-manylinux1_x86_64.whl

Download URL psycopg2-2.7.2-cp33-cp33m-manylinux1_x86_64.whl
Size 2.7 MB
Tags CPython 3.3 CPython 3.3 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
95a68f97b4b5b9dd272db5bce0ac2799c9e5fd112d7528c791c5704e2b06dc20
BLAKE2b-256 checksum
How to use checksums
671b9dbce0fbbae613f99736f1df657933608a103f54c4ccb0089d6212b81d12
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp33-cp33m-manylinux1_i686.whl

Download URL psycopg2-2.7.2-cp33-cp33m-manylinux1_i686.whl
Size 2.4 MB
Tags CPython 3.3 CPython 3.3 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
39113d27ca3a482ac54445f4f31f61e22c7c04968663dea71ac4767b764703a7
BLAKE2b-256 checksum
How to use checksums
925ed64bef77bc548a5a69a5ecabb77efdc6e9c1d06ad9de2950b610cc738dd4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp27-cp27mu-manylinux1_x86_64.whl

Download URL psycopg2-2.7.2-cp27-cp27mu-manylinux1_x86_64.whl
Size 2.7 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
04e3d511ddb7890b0b4be750aedc4eb586e54404adb5cf81f6fdab267030a608
BLAKE2b-256 checksum
How to use checksums
baf5f9a2837126931712215752723fd8d4f638042f633954aac5ceabd8d2a6bd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp27-cp27mu-manylinux1_i686.whl

Download URL psycopg2-2.7.2-cp27-cp27mu-manylinux1_i686.whl
Size 2.4 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
64641c31b8a7607ad917de1141add23fc1d25fa02f06d62d3ac018e1115a7d40
BLAKE2b-256 checksum
How to use checksums
a39f5f5c34ba015fc39108bddec730409646dffe5b526569a7be2b7dc4c7ea6d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp27-cp27m-win_amd64.whl

Download URL psycopg2-2.7.2-cp27-cp27m-win_amd64.whl
Size 934.2 kB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
a943d292a3786d9c6ae33d68d600e94033a323621d364b6a247cdfa2f56424d1
BLAKE2b-256 checksum
How to use checksums
738a511de5073f97059891c82ffe182fdce503eb1004075e6aa29c7e9d118b24
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp27-cp27m-win32.whl

Download URL psycopg2-2.7.2-cp27-cp27m-win32.whl
Size 808.8 kB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
3d109eaa42f9e9ca6b2574e5014e5b01af237e970b2984e17c8dfde7204b432e
BLAKE2b-256 checksum
How to use checksums
d8e16c21ed723eabc499913c63820bb44dbd4c51fa43d2b50053e133abbac542
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp27-cp27m-manylinux1_x86_64.whl

Download URL psycopg2-2.7.2-cp27-cp27m-manylinux1_x86_64.whl
Size 2.7 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
65a50d651a60214e837c2625a46eb0717c246334bd314a37d1655e6284f62be9
BLAKE2b-256 checksum
How to use checksums
15f55fc3816bcb146da445d319cc6da14f10d98a486235d0cf13cd267b58603b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp27-cp27m-manylinux1_i686.whl

Download URL psycopg2-2.7.2-cp27-cp27m-manylinux1_i686.whl
Size 2.4 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
17875d890129d2e4ce6cc6afa560a3ce6af29ec118a597ff9881f36f28b66f10
BLAKE2b-256 checksum
How to use checksums
52f157717100bd2e6310744695a7e534b8e4bf3ef4b8be1390ef890b63a09210
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-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

Download URL psycopg2-2.7.2-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
Size 1.5 MB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ Intel (x86-64, i386) macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
20ac04da606736f9ad57e646edbd1485aae28df26b222efa10d2af306a0329c6
BLAKE2b-256 checksum
How to use checksums
10861ee25f456c0bde2fc3d10365606371676f1e9192dda477dcfbe002c14363
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp26-cp26mu-manylinux1_x86_64.whl

Download URL psycopg2-2.7.2-cp26-cp26mu-manylinux1_x86_64.whl
Size 2.7 MB
Tags CPython 2.6 CPython 2.6 pymalloc wide-unicode Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
c56e397964e61144d5b0a5fe520edf997b4fd2b1fa3abf8214d8a834da4216d9
BLAKE2b-256 checksum
How to use checksums
66bf01c838dd5a4a0916f1e12e9c58436b7894d6eeacbc831a297af1220634ca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp26-cp26mu-manylinux1_i686.whl

Download URL psycopg2-2.7.2-cp26-cp26mu-manylinux1_i686.whl
Size 2.4 MB
Tags CPython 2.6 CPython 2.6 pymalloc wide-unicode Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
1603a04f8d7198694cab546ead9b7749d3ddce7a482cc01be2fb29108fb88650
BLAKE2b-256 checksum
How to use checksums
7221a8710991d3f14e63d57a7f177b366f51d0b78c6ca511117e34f3b0d78985
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp26-cp26m-manylinux1_x86_64.whl

Download URL psycopg2-2.7.2-cp26-cp26m-manylinux1_x86_64.whl
Size 2.7 MB
Tags CPython 2.6 CPython 2.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
c504d5bff8ed8b437f82361717d4936f05b02c48f00ddcd2b5d539d41cef9afa
BLAKE2b-256 checksum
How to use checksums
8c407f110782c38739023c43b2644130407a70630754ba260ac9f8c2560fadc7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / psycopg2-2.7.2-cp26-cp26m-manylinux1_i686.whl

Download URL psycopg2-2.7.2-cp26-cp26m-manylinux1_i686.whl
Size 2.4 MB
Tags CPython 2.6 CPython 2.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
ea51262c8841ac640c6c71697945e87aa5dcf28c2ebb5c75747066bdb759e801
BLAKE2b-256 checksum
How to use checksums
7f57fa1fb2cf5bb7e447c623d3f074675588c67bf446e149a665ec2d2249f000
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

2.9.12

7 release files

2.9.11

7 release files

2.9.8

11 release files

2.9.5

13 release files

2.9.3

11 release files

2.9.2

11 release files

2.9.1

11 release files

2.9

9 release files

2.8.4

13 release files

2.8.3

11 release files

2.8.2

11 release files

2.8

11 release files

2.7.7

30 release files

2.7.5

30 release files

2.7.3

31 release files

This release

2.7.2 This release

31 release files

2.7.1

31 release files

2.7

31 release files

2.6.1

11 release files

2.6

1 release file

2.5.5

1 release file

2.5.4

1 release file

2.5.3

1 release file

2.5.2

1 release file

2.5.1

1 release file

2.5

1 release file

2.4.6

1 release file

2.4.5

1 release file

2.4.4

1 release file

2.4.3

1 release file

2.4.2

1 release file

2.4.1

1 release file

2.4

1 release file

2.3.2

1 release file

2.3.1

1 release file

2.3.0

1 release file

2.2.2

1 release file

2.2.1

1 release file

2.2.0

1 release file

2.0.14

1 release file

2.0.13

1 release file

2.0.12

1 release file

2.0.11

1 release file

2.0.10

1 release file

2.0.8

2.0.7

2.0.6

2.0.5.1

2.0.4

2.0.3

2.0.2

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page