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

Project details


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.2.tar.gz (424.9 kB view details)

Uploaded Source

Built Distributions

psycopg2-2.7.2-cp36-cp36m-win_amd64.whl (943.3 kB view details)

Uploaded CPython 3.6mWindows x86-64

psycopg2-2.7.2-cp36-cp36m-win32.whl (803.9 kB view details)

Uploaded CPython 3.6mWindows x86

psycopg2-2.7.2-cp36-cp36m-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.6m

psycopg2-2.7.2-cp36-cp36m-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 3.6m

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 (1.5 MB view details)

Uploaded CPython 3.6mmacOS 10.10+ Intel (x86-64, i386)macOS 10.10+ x86-64macOS 10.6+ Intel (x86-64, i386)macOS 10.9+ Intel (x86-64, i386)macOS 10.9+ x86-64

psycopg2-2.7.2-cp35-cp35m-win_amd64.whl (943.4 kB view details)

Uploaded CPython 3.5mWindows x86-64

psycopg2-2.7.2-cp35-cp35m-win32.whl (803.9 kB view details)

Uploaded CPython 3.5mWindows x86

psycopg2-2.7.2-cp35-cp35m-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.5m

psycopg2-2.7.2-cp35-cp35m-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 3.5m

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 (1.5 MB view details)

Uploaded CPython 3.5mmacOS 10.10+ Intel (x86-64, i386)macOS 10.10+ x86-64macOS 10.6+ Intel (x86-64, i386)macOS 10.9+ Intel (x86-64, i386)macOS 10.9+ x86-64

psycopg2-2.7.2-cp34-cp34m-win_amd64.whl (932.0 kB view details)

Uploaded CPython 3.4mWindows x86-64

psycopg2-2.7.2-cp34-cp34m-win32.whl (812.6 kB view details)

Uploaded CPython 3.4mWindows x86

psycopg2-2.7.2-cp34-cp34m-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.4m

psycopg2-2.7.2-cp34-cp34m-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 3.4m

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 (1.5 MB view details)

Uploaded CPython 3.4mmacOS 10.10+ Intel (x86-64, i386)macOS 10.10+ x86-64macOS 10.6+ Intel (x86-64, i386)macOS 10.9+ Intel (x86-64, i386)macOS 10.9+ x86-64

psycopg2-2.7.2-cp33-cp33m-win_amd64.whl (932.1 kB view details)

Uploaded CPython 3.3mWindows x86-64

psycopg2-2.7.2-cp33-cp33m-win32.whl (812.6 kB view details)

Uploaded CPython 3.3mWindows x86

psycopg2-2.7.2-cp33-cp33m-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.3m

psycopg2-2.7.2-cp33-cp33m-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 3.3m

psycopg2-2.7.2-cp27-cp27mu-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 2.7mu

psycopg2-2.7.2-cp27-cp27mu-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 2.7mu

psycopg2-2.7.2-cp27-cp27m-win_amd64.whl (934.2 kB view details)

Uploaded CPython 2.7mWindows x86-64

psycopg2-2.7.2-cp27-cp27m-win32.whl (808.8 kB view details)

Uploaded CPython 2.7mWindows x86

psycopg2-2.7.2-cp27-cp27m-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 2.7m

psycopg2-2.7.2-cp27-cp27m-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 2.7m

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 (1.5 MB view details)

Uploaded CPython 2.7mmacOS 10.10+ Intel (x86-64, i386)macOS 10.10+ x86-64macOS 10.6+ Intel (x86-64, i386)macOS 10.9+ Intel (x86-64, i386)macOS 10.9+ x86-64

psycopg2-2.7.2-cp26-cp26mu-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 2.6mu

psycopg2-2.7.2-cp26-cp26mu-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 2.6mu

psycopg2-2.7.2-cp26-cp26m-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 2.6m

psycopg2-2.7.2-cp26-cp26m-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 2.6m

File details

Details for the file psycopg2-2.7.2.tar.gz.

File metadata

  • Download URL: psycopg2-2.7.2.tar.gz
  • Upload date:
  • Size: 424.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for psycopg2-2.7.2.tar.gz
Algorithm Hash digest
SHA256 3767f40bb35713ccc75dbcff80bf228a75e080d6b98c78afd5fb9aa84682a9f4
MD5 e077aa1a79bdf1074db330968178e719
BLAKE2b-256 d06661c1b34ea8da8f95d99676e6803ccad83abef3ac90df145b45033696f3d2

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 857c9b055d8028d7a41868cb0ae850ac45b920726bab3b1097eeb3d67d04574e
MD5 7b7fa85649dd2cc71f35af44dba588d8
BLAKE2b-256 10e9af7bfa5f3ca401ff0715a53cd23b79dcc604d13f2763cd839ec14ea2dd7b

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp36-cp36m-win32.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 8977377e7c7ac777b7b8b9fa22a206dc37b17dde8061770a69d26cee25a16000
MD5 18b1f7536ea70db1388296ea23eb69de
BLAKE2b-256 f2fe23e01d903dfac0336b08b7b91567440e136cf7bfd9bad85aec0c7aaa426f

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 33e151d5afe42230e5576f6c4f6f677750b615a0e773d89711935d0df460b060
MD5 b1a223d2cff742313dbc85f96b062812
BLAKE2b-256 d25a6c2fe0b4671c81e7525c737d6600a5c82b7550a5f2dff8a01afb616dbbf4

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp36-cp36m-manylinux1_i686.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 05c38e34c5f8ee65506e25be6fe43fcbc8baf6cb21180f1ddd67bd3199b0e881
MD5 a50768a2c6c33f9fbe1c79ba2e0ba462
BLAKE2b-256 e0d6c39f57c5f539c05f6b7470386a4975a0d037ac461469b847a20208bd2c94

See more details on using hashes here.

File details

Details for the file 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.

File metadata

File hashes

Hashes for 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
Algorithm Hash digest
SHA256 59460f001eacf37e1faec7bf0564a8d458d9aa74dec63b6c0664c2a292fff51f
MD5 944f7e563d692c6bc0d526bb86fb7083
BLAKE2b-256 65ac606164494161d8349804ddddf60da3f4c18cedee38d2cbbe502bf4a0e817

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp35-cp35m-win_amd64.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 c30f8861f2496d265c9e4a201dd584400dfab86ca945fdd4e2515f831742bcdc
MD5 d7a5c42e69fd6cfd8d5bf19a3e378c95
BLAKE2b-256 986e559bb37e19464f3824505cdcee9c6d11ecd4842538a3fac359da9deb3318

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp35-cp35m-win32.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 f55ff0c9fae764814cb6d0b7f85380d00665915f9ae3a750e8389bc86f1b336b
MD5 160672310305899ea0dde142a6244b85
BLAKE2b-256 337556c76923e6fdba389e6a2084c29addcfdb1f1615e3d4ebce6be25717596d

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c1a0d2c07818dc28ffa67d0687e5b21c7bae55fe8a63021b26cf610ca83718f8
MD5 1f63df6ac3c72ccb6a2db642343a1cc5
BLAKE2b-256 a886a74a78783c826f8a2d7420a2721b7f094da668eaf8b64e3059885f67c15c

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp35-cp35m-manylinux1_i686.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d97e93e485d83744041aa844b93089650ceaaff8241eb0b2b8bef200fd82edec
MD5 6c28aaeb3787f55785f7b5f15502f270
BLAKE2b-256 958f00ee691cf5ff9d8aa08347b3522a60bccea23d9437a16b82a37db6359aee

See more details on using hashes here.

File details

Details for the file 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.

File metadata

File hashes

Hashes for 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
Algorithm Hash digest
SHA256 06993c70f5fe9dad3b83c97fe34bc1946d00745182db3c84bdcab625e685976f
MD5 da1d14a0ebe7148f3031b10a53af4a36
BLAKE2b-256 e8ad85a265cacce2b0f2d29659947d75297606f9e31edd456f400d0a26fe619f

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp34-cp34m-win_amd64.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 324fdaec15fe94356cd3c58d6a24dce472227d1c6132bded0de60339208150ef
MD5 15291be9d3aa726ac8230b2741e839bf
BLAKE2b-256 21a5c61e5b7d454964f3164d5a2f187e5bae739bb1e81107871f520b023d1de3

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp34-cp34m-win32.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 86fbdedf0f522475180c64916c2cd43a669291427e5c66ff0cb2947588fe738c
MD5 f83510f87102547b15c09e06a597a25a
BLAKE2b-256 d4407200494f0a4f923fb11f6542818af3b3f312bad5f34da736303ba738bd4f

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp34-cp34m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 dca7f3684205337bee736cbf5bfea6012d075de7de6383c987408c301956a9ed
MD5 998aa00f3d2676f2984e36e112459a72
BLAKE2b-256 ee4613957594107cf6ba464c1892f22fb586f55309a8f9843c4e6455456528de

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp34-cp34m-manylinux1_i686.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 4eb0b86d1965c96f3cc0c4c7779bff743b48ee9474e5e412d3a39c68b55db80e
MD5 7228ab0501a68555fb3676b7118ee254
BLAKE2b-256 874aaf2a7a3a08727f5a027cfc6d62b5c99f48fe7718fa872ef7604358d4711d

See more details on using hashes here.

File details

Details for the file 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.

File metadata

File hashes

Hashes for 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
Algorithm Hash digest
SHA256 3f33afd7dbe0b912b76c41fdecc0d8e716dbf1252348ccf207d0ace70c9fe0da
MD5 ef0faf883dcde063fd9ced1030239732
BLAKE2b-256 076a99e0bd33a9038865030595485e309af8e64e326cbf796193293f504cb16c

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp33-cp33m-win_amd64.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp33-cp33m-win_amd64.whl
Algorithm Hash digest
SHA256 9518e2acba890de50308afa435e0ae60ff9f328457902dc54a9fb6e1dc8cf67f
MD5 b83a6f2c06f42eaf305523bb46e2de7a
BLAKE2b-256 5c8527a409ed64219cf7d63d6b1161c0548100c8bdeb0a6df96612a84592d38f

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp33-cp33m-win32.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp33-cp33m-win32.whl
Algorithm Hash digest
SHA256 76baf7b42cf98e89d55ef04a86053173601e37a8bcc219c2bfd4f54a5743e834
MD5 80ba6cf00f85f803ff5fe752451d7327
BLAKE2b-256 7d5727ed9194f74471f5ec9dfa8dda6dd217451123d4992250dc1dc661f89948

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp33-cp33m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp33-cp33m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 95a68f97b4b5b9dd272db5bce0ac2799c9e5fd112d7528c791c5704e2b06dc20
MD5 65823b489ede4a3f132f6541fa19cc24
BLAKE2b-256 671b9dbce0fbbae613f99736f1df657933608a103f54c4ccb0089d6212b81d12

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp33-cp33m-manylinux1_i686.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp33-cp33m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 39113d27ca3a482ac54445f4f31f61e22c7c04968663dea71ac4767b764703a7
MD5 d908d9be0f4aaa271b7c5854c352443f
BLAKE2b-256 925ed64bef77bc548a5a69a5ecabb77efdc6e9c1d06ad9de2950b610cc738dd4

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 04e3d511ddb7890b0b4be750aedc4eb586e54404adb5cf81f6fdab267030a608
MD5 ebb4ad61e2b489cb216d7708c0a939f0
BLAKE2b-256 baf5f9a2837126931712215752723fd8d4f638042f633954aac5ceabd8d2a6bd

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp27-cp27mu-manylinux1_i686.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 64641c31b8a7607ad917de1141add23fc1d25fa02f06d62d3ac018e1115a7d40
MD5 3081cefd4de8ca6bc428035f2eb012b3
BLAKE2b-256 a39f5f5c34ba015fc39108bddec730409646dffe5b526569a7be2b7dc4c7ea6d

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp27-cp27m-win_amd64.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 a943d292a3786d9c6ae33d68d600e94033a323621d364b6a247cdfa2f56424d1
MD5 325abae82a7fff79862437519ba829cd
BLAKE2b-256 738a511de5073f97059891c82ffe182fdce503eb1004075e6aa29c7e9d118b24

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp27-cp27m-win32.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 3d109eaa42f9e9ca6b2574e5014e5b01af237e970b2984e17c8dfde7204b432e
MD5 cc39decc867e48cac08f195cda50bc6b
BLAKE2b-256 d8e16c21ed723eabc499913c63820bb44dbd4c51fa43d2b50053e133abbac542

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 65a50d651a60214e837c2625a46eb0717c246334bd314a37d1655e6284f62be9
MD5 151242e421b77f2cce6d642670677cc8
BLAKE2b-256 15f55fc3816bcb146da445d319cc6da14f10d98a486235d0cf13cd267b58603b

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp27-cp27m-manylinux1_i686.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 17875d890129d2e4ce6cc6afa560a3ce6af29ec118a597ff9881f36f28b66f10
MD5 befc07b68540fe71bb5f62b945703a8c
BLAKE2b-256 52f157717100bd2e6310744695a7e534b8e4bf3ef4b8be1390ef890b63a09210

See more details on using hashes here.

File details

Details for the file 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.

File metadata

File hashes

Hashes for 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
Algorithm Hash digest
SHA256 20ac04da606736f9ad57e646edbd1485aae28df26b222efa10d2af306a0329c6
MD5 ab8008b7293239fec61b853533a78390
BLAKE2b-256 10861ee25f456c0bde2fc3d10365606371676f1e9192dda477dcfbe002c14363

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp26-cp26mu-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp26-cp26mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c56e397964e61144d5b0a5fe520edf997b4fd2b1fa3abf8214d8a834da4216d9
MD5 e78c06822cc02a5c188939ac0cdfcbd9
BLAKE2b-256 66bf01c838dd5a4a0916f1e12e9c58436b7894d6eeacbc831a297af1220634ca

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp26-cp26mu-manylinux1_i686.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp26-cp26mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1603a04f8d7198694cab546ead9b7749d3ddce7a482cc01be2fb29108fb88650
MD5 aa47437a5aaaa48610d14d1b30c1059f
BLAKE2b-256 7221a8710991d3f14e63d57a7f177b366f51d0b78c6ca511117e34f3b0d78985

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp26-cp26m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp26-cp26m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c504d5bff8ed8b437f82361717d4936f05b02c48f00ddcd2b5d539d41cef9afa
MD5 3da410e7d1e6d36a2277d4e19b245367
BLAKE2b-256 8c407f110782c38739023c43b2644130407a70630754ba260ac9f8c2560fadc7

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.2-cp26-cp26m-manylinux1_i686.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.2-cp26-cp26m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ea51262c8841ac640c6c71697945e87aa5dcf28c2ebb5c75747066bdb759e801
MD5 4a081f68b0388b8e88e2ac1cd47d94b0
BLAKE2b-256 7f57fa1fb2cf5bb7e447c623d3f074675588c67bf446e149a665ec2d2249f000

See more details on using hashes here.

Supported by

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