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.

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

Installation

Building Psycopg requires a few prerequisites (a C compiler, some development packages): please check the install and the faq documents in the doc dir or online for the details.

If prerequisites are met, you can install psycopg like any other Python package, using pip to download it from PyPI:

$ pip install psycopg2

or using setup.py if you have downloaded the source package locally:

$ python setup.py build
$ sudo python setup.py install

You can also obtain a stand-alone package, not requiring a compiler or external libraries, by installing the psycopg2-binary package from PyPI:

$ pip install psycopg2-binary

The binary package is a practical choice for development and testing but in production it is advised to use the package built from sources.

Linux/OSX:

Linux and OSX build status

Windows:

Windows build status

Release files for psycopg2 2.7.7

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.7
File Size Uploaded
psycopg2-2.7.7.tar.gz 427.5 kB Details

Built distributions (wheels)

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

Total release size: 49.6 MB

Release files / psycopg2-2.7.7.tar.gz

Download URL psycopg2-2.7.7.tar.gz
Size 427.5 kB
Tags Source
SHA-256 checksum
How to use checksums
f4526d078aedd5187d0508aa5f9a01eae6a48a470ed678406da94b4cd6524b7e
BLAKE2b-256 checksum
How to use checksums
6354c039eb0f46f9a9406b59a638415c2012ad7be9b4b97bfddb1f48c280df3a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

Release files / psycopg2-2.7.7-cp37-cp37m-win_amd64.whl

Download URL psycopg2-2.7.7-cp37-cp37m-win_amd64.whl
Size 998.5 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
f1fb5a8427af099beb7f65093cbdb52e021b8e6dbdfaf020402a623f4181baf5
BLAKE2b-256 checksum
How to use checksums
4030b336d6ac72f91234cd6e2ec12e87c4a2d940112eda994a3f103faae26c15
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

Release files / psycopg2-2.7.7-cp37-cp37m-win32.whl

Download URL psycopg2-2.7.7-cp37-cp37m-win32.whl
Size 855.2 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
b4221957ceccf14b2abdabef42d806e791350be10e21b260d7c9ce49012cc19e
BLAKE2b-256 checksum
How to use checksums
ef1e285988e6a81ef6f001ce1ce0a523baa85c1c75a97c21a395a2bfa27a1605
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

Release files / psycopg2-2.7.7-cp37-cp37m-manylinux1_x86_64.whl

Download URL psycopg2-2.7.7-cp37-cp37m-manylinux1_x86_64.whl
Size 2.7 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
de7bb043d1adaaf46e38d47e7a5f703bb3dab01376111e522b07d25e1a79c1e1
BLAKE2b-256 checksum
How to use checksums
0cbae521b9dfae78dc88d3e88be99c8d6f8737a69b65114c5e4979ca1209c99f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

Release files / psycopg2-2.7.7-cp37-cp37m-manylinux1_i686.whl

Download URL psycopg2-2.7.7-cp37-cp37m-manylinux1_i686.whl
Size 2.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
259a8324e109d4922b0fcd046e223e289830e2568d6f4132a3702439e5fd532b
BLAKE2b-256 checksum
How to use checksums
2c311ad19729ec5ec6ce1f9347fdd2f422934f097af19545ee6196353bed369a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

Release files / psycopg2-2.7.7-cp37-cp37m-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.7-cp37-cp37m-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.7 CPython 3.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
f153f71c3164665d269a5d03c7fa76ba675c7a8de9dc09a4e2c2cdc9936a7b41
BLAKE2b-256 checksum
How to use checksums
afb3de7bf74e7692a5abd1de80d2a3a898bd4a2098630c3bf0c938318f149e5b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

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

Download URL psycopg2-2.7.7-cp36-cp36m-win_amd64.whl
Size 998.5 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
e393568e288d884b94d263f2669215197840d097c7e5b0acd1a51c1ea7d1aba8
BLAKE2b-256 checksum
How to use checksums
55eebdf568adf30d125dfe638f16fa73675a5c588e180807eef1062adeb46eb2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

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

Download URL psycopg2-2.7.7-cp36-cp36m-win32.whl
Size 855.2 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
a9b9c02c91b1e3ec1f1886b2d0a90a0ea07cc529cb7e6e472b556bc20ce658f3
BLAKE2b-256 checksum
How to use checksums
4dcca7f0e5f99a8c728fc69ce5f3af427351ba7f8a2b8d0c3283e3d40005a917
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

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

Download URL psycopg2-2.7.7-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
ed7e0849337bd37d89f2c2b0216a0de863399ee5d363d31b1e5330a99044737b
BLAKE2b-256 checksum
How to use checksums
372553e8398975aa3323de46a5cc2745aeb4c9db11352ca905d3a15c53b6a816
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

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

Download URL psycopg2-2.7.7-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
f36b333e9f86a2fba960c72b90c34be6ca71819e300f7b1fc3d2b0f0b2c546cd
BLAKE2b-256 checksum
How to use checksums
dde99abec7778215d25cc2deeae9a8c01f80d95e6c3a993ed04209576a01b784
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

Release files / psycopg2-2.7.7-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.7-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
ae88216f94728d691b945983140bf40d51a1ff6c7fe57def93949bf9339ed54a
BLAKE2b-256 checksum
How to use checksums
55942e5f88ee63329196da39f1056595b7aa78f6e321f5c832c7946522c4f080
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

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

Download URL psycopg2-2.7.7-cp35-cp35m-win_amd64.whl
Size 998.5 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
0e9873e60f98f0c52339abf8f0339d1e22bfe5aae0bcf7aabd40c055175035ec
BLAKE2b-256 checksum
How to use checksums
886cb04a134e983bc86e0d6cae9bc71104390a3bdbf0121990e28aa3f46b2c61
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

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

Download URL psycopg2-2.7.7-cp35-cp35m-win32.whl
Size 855.2 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
28dffa9ed4595429e61bacac41d3f9671bb613d1442ff43bcbec63d4f73ed5e8
BLAKE2b-256 checksum
How to use checksums
3776ae2febaa4473ccb3151381de5921968d0c0e251d8e8c6512ae63e1d87f06
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

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

Download URL psycopg2-2.7.7-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
c669ea986190ed05fb289d0c100cc88064351f2b85177cbfd3564c4f4847d18c
BLAKE2b-256 checksum
How to use checksums
e2ed1c022748aee0d93a6c123c0739990b0ab32744314bc0752511106613b021
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

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

Download URL psycopg2-2.7.7-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
b90758e49d5e6b152a460d10b92f8a6ccf318fcc0ee814dcf53f3a6fc5328789
BLAKE2b-256 checksum
How to use checksums
9c607d0411d16d7f70e572d8122f4093857bcc8ac277cb39481aa0a9b5fad098
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

Release files / psycopg2-2.7.7-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.7-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
1148a5eb29073280bf9057c7fc45468592c1bb75a28f6df1591adb93c8cb63d0
BLAKE2b-256 checksum
How to use checksums
73dd1f4687b9a075d0488fa34f7471bc8c1c51758f2ab43d2151dda715df69c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

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

Download URL psycopg2-2.7.7-cp34-cp34m-win_amd64.whl
Size 990.4 kB
Tags CPython 3.4 CPython 3.4 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
97441f851d862a0c844d981cbee7ee62566c322ebb3d68f86d66aa99d483985b
BLAKE2b-256 checksum
How to use checksums
9d067b1c872303323e8d4024c880283fe1240a79dc163b9c175d0a9439c8ac2b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

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

Download URL psycopg2-2.7.7-cp34-cp34m-win32.whl
Size 867.4 kB
Tags CPython 3.4 CPython 3.4 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
9262a5ce2038570cb81b4d6413720484cb1bc52c064b2f36228d735b1f98b794
BLAKE2b-256 checksum
How to use checksums
b4bb21176a4087fd0d07122775f58e0d31dd2b8af3d0e65c8390034859b8cb28
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

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

Download URL psycopg2-2.7.7-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
d1b61999d15c79cf7f4f7cc9021477aef35277fc52452cf50fd13b713c84424d
BLAKE2b-256 checksum
How to use checksums
bf9d94563ffbad279f49f35b137c78449b478842e81e77492139f0cff08908ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

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

Download URL psycopg2-2.7.7-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
8513b953d8f443c446aa79a4cc8a898bd415fc5e29349054f03a7d696d495542
BLAKE2b-256 checksum
How to use checksums
cdefc543661f0b545b8c1f7469ea40e11c41ec72da9e2f502b695bee297afd51
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

Release files / psycopg2-2.7.7-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.7-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
314a74302d4737a3865d40ea50e430ce1543c921ba10f39d562e807cfe2edf2a
BLAKE2b-256 checksum
How to use checksums
a12af2374370ac4b9c4cf19c31eb703b9bdf4a3171b59d7036fe268c50eef5ee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

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

Download URL psycopg2-2.7.7-cp33-cp33m-win_amd64.whl
Size 992.8 kB
Tags CPython 3.3 CPython 3.3 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
b360ffd17659491f1a6ad7c928350e229c7b7bd83a2b922b6ee541245c7a776f
BLAKE2b-256 checksum
How to use checksums
749e7f3e975de7a588ddbfbc33cea0525f965ad31a0a4fe6250506142187e126
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

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

Download URL psycopg2-2.7.7-cp33-cp33m-win32.whl
Size 869.7 kB
Tags CPython 3.3 CPython 3.3 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
a07feade155eb8e69b54dd6774cf6acf2d936660c61d8123b8b6b1f9247b67d6
BLAKE2b-256 checksum
How to use checksums
f8db0ced509cc969074fb469fdeca3801e494c1e8d80f98d482b7c47b5b06d22
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

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

Download URL psycopg2-2.7.7-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
6ca703ccdf734e886a1cf53eb702261110f6a8b0ed74bcad15f1399f74d3f189
BLAKE2b-256 checksum
How to use checksums
51897490c48abf2ea89b65140c3c77023f7ea623031389a8e0cd0788c1625b06
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

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

Download URL psycopg2-2.7.7-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
6a0e0f1e74edb0ab57d89680e59e7bfefad2bfbdf7c80eb38304d897d43674bb
BLAKE2b-256 checksum
How to use checksums
711f0fbc4586af279307a2d64381f33ed8df60b48aec6df07bd4e71e174629aa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

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

Download URL psycopg2-2.7.7-cp27-cp27m-win_amd64.whl
Size 992.4 kB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
02445ebbb3a11a3fe8202c413d5e6faf38bb75b4e336203ee144ca2c46529f94
BLAKE2b-256 checksum
How to use checksums
2bff13765546d50e17963570bc0e7e3ebf4bad44d18810d00ecb8e125bdfdd5b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

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

Download URL psycopg2-2.7.7-cp27-cp27m-win32.whl
Size 862.2 kB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
6757a6d2fc58f7d8f5d471ad180a0bd7b4dd3c7d681f051504fbea7ae29c8d6f
BLAKE2b-256 checksum
How to use checksums
162a4bce365a50d8593eba4cb1962d0019b04d1c29a60e5b3201c9946d2419cb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

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

Download URL psycopg2-2.7.7-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
3f9d532bce54c4234161176ff3b8688ff337575ca441ea27597e112dfcd0ee0c
BLAKE2b-256 checksum
How to use checksums
b18c128c4f933caa12bdb91b5cb2e1244825b8e2f6575640261e556bbf2921a7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

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

Download URL psycopg2-2.7.7-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
36b60201b6d215d7658a71493fdf6bd5e60ad9a0cffed39906627ff9f4f3afd3
BLAKE2b-256 checksum
How to use checksums
eb76c55b861902e49692f0f2b6482dd86abd0c8e6e32a538d4de31249f163282
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

Release files / psycopg2-2.7.7-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.7-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
5d222983847b40af989ad96c07fc3f07e47925e463baa5de716be8f805b41d9b
BLAKE2b-256 checksum
How to use checksums
c2a0ba2c28c13bce130f971158da8fc03c231ce7778a89935eb1c3e3e6437e7c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15rc1

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

This release

2.7.7 This release

30 release files

2.7.5

30 release files

2.7.3

31 release files

2.7.2

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