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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

psycopg2-2.7.3-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.3-cp35-cp35m-win_amd64.whl (943.4 kB view details)

Uploaded CPython 3.5mWindows x86-64

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

Uploaded CPython 3.5mWindows x86

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

psycopg2-2.7.3-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.3-cp34-cp34m-win_amd64.whl (932.1 kB view details)

Uploaded CPython 3.4mWindows x86-64

psycopg2-2.7.3-cp34-cp34m-win32.whl (812.7 kB view details)

Uploaded CPython 3.4mWindows x86

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

Uploaded CPython 3.4m

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

Uploaded CPython 3.4m

psycopg2-2.7.3-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.3-cp33-cp33m-win_amd64.whl (932.0 kB view details)

Uploaded CPython 3.3mWindows x86-64

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

Uploaded CPython 3.3mWindows x86

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

Uploaded CPython 3.3m

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

Uploaded CPython 3.3m

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mWindows x86-64

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

Uploaded CPython 2.7mWindows x86

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m

psycopg2-2.7.3-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.3-cp26-cp26mu-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 2.6mu

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

Uploaded CPython 2.6mu

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

Uploaded CPython 2.6m

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

Uploaded CPython 2.6m

File details

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

File metadata

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

File hashes

Hashes for psycopg2-2.7.3.tar.gz
Algorithm Hash digest
SHA256 c9bd49848556d04093909faec017c3675efabf78c2b7f383bf7c43ba18324ac8
MD5 f9823ffedcec57a8c036e67c6fb3fa36
BLAKE2b-256 989933ca02c4bc3ed1bd9ceab5614bda2e6d1d31e61ec58345b9feece238c38a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 5d6d3e80658bf7436202358490beabe7fc78497f5defecb4e9db91d19d5d2778
MD5 f8d61ca102195e17c02a58f3f8954d97
BLAKE2b-256 a8fd829ff33ea3f818f5b034e826a9e7d1f5c05fcea32e5d3f734a8f3a4cf8fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 29db29bc5603ff9dc3a639a8e329ca4ab970d01d6fd27bcf2038e6514fe161f4
MD5 9265485222c0d18fae8ee5fd8f201cbb
BLAKE2b-256 d5336616525adb88cadcfb3589c39499849d124b64dcfa6334b69f64d8b99371

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4807cc2a3bf844b882bd11bdf43805430993ac29fa95ac3ed1cbaa24ab9c0319
MD5 9ece60949f6bb00e48d3d3d46d728094
BLAKE2b-256 182247780ed59c2806b8b0e765aad565776d1c0eb7f09502a7640785346bef03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f2ae745ee9b65e04fcca2bbb7ff6d92c196b732f04d0b570310f8958b58ecb64
MD5 58a35ca4010b20df94be6b06dcf3d53c
BLAKE2b-256 ab33ac2e1bf00649497eb82b37342fd1640ba707166808ceefe06966e81c2578

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.3-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.3-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 ad2d1274e69fac940c66854cbc92c9eda572b4b30cab4073d4383148874a8974
MD5 d178583f53c48110a6ba6a839d7a9ffa
BLAKE2b-256 a7d128b5d3f3f71289a2027b3709ef4151bc7a45f1b103f6fe89348111f81689

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 4dd7ce445059e63b249dbcf6a759c45d1ae5f4e6468c60d50f4829e09d52cd4a
MD5 87137eaf3f12ecf7b5aa21fdc7c3aa07
BLAKE2b-256 229b43dc658eb97289281e9603afe3b84eba99031733564c014a0b35d8ac6765

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 a1f302a2ef32b16a8a6515d5ae6368460ad7434ba6a3751f5a2c1084f6234ff6
MD5 13e9da333bbcef17564a30fa45d83245
BLAKE2b-256 006e334b30c880dfe72774abffad78518285533d85853bcd2af5ad7b4dfb51d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 cbd910a5d9e3c2e49c2e8f827f2261c27260260a0b46284445d1a3dd12265be8
MD5 d3cef1717b80444e3a8b56f4f61958a3
BLAKE2b-256 1d2aebd4ce574121bfc6a113da6aa776bbec693cd04deed8e03f03c385a2ab32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 bbb843f752f582de95db533d371cf55acf69acd86b0b22e35d89f045c1f6c139
MD5 d2a13f89d0154be4108cc4870c92b670
BLAKE2b-256 a12e469722e2d34b0dbdff833a4f0a223e06005fb2a73e5d101e87420648bebd

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.3-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.3-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 cf4f620f3401e4e8f9e2934c45284e21d404bbe65cd7b81a50402f30c1160109
MD5 615113fc667706d58b0e400c9e2307ea
BLAKE2b-256 98d01b2130e7190f904e0f7acef86f03a2d268e3970490a52ba3e939379570e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 2fd25489f2fc5b1a4ab4a131cb7e6c804a664b4201e03d1c5aefcbb055b8bad6
MD5 a34982d71c0337ce31e28ab9b695c692
BLAKE2b-256 035d297f165e444b8d692b80395c4c5acad3f51933b217ccac352274c8d1ad97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 bc580e4dd39031eea0a662a3e8353b9fa90e500aa7ae14b4589cd4572f7ba4c3
MD5 27b39ffa0a812798178b20c8f41e56f3
BLAKE2b-256 3733f1c6df19918a00450dbb4810e0a873ffe17fe2037dd88873630eb7568e92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 febc7334b1f33c08c5c8d29353d557d8510ff1205f9e7ef454a3f8306c79e9b4
MD5 8feba527a0660e3cd49d3d1edd14e6d9
BLAKE2b-256 935478d05449901047b300de1fda9a964411cc48456839038a716f673bededd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 db49705698f9edd4878457166b09e53788d3e7f10d86f490ee5978ce2613bc06
MD5 0510b85568d52a2b3774570c400ab0fe
BLAKE2b-256 1edebf0f5d24c073e68821a2a5f4763887769b0a0f4effa0399f855cc60c68f7

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.3-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.3-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 162ab9fc7c2be46b45978bdeecc54ab48f90e57c26c927bfbdcbedee77d22dac
MD5 c4f229a9aa84d3622d969946eb53a2e3
BLAKE2b-256 48a4d18eb708602a55f63939524a86a3e018fab0d8307ee1a3010caa54c52a6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp33-cp33m-win_amd64.whl
Algorithm Hash digest
SHA256 94f7ca8013fa17b14e8be72dcc4994046fcd40f85b8cf45d13cdfcf777aad0f4
MD5 9729bac56f26a1b6ff22760f3faf26b2
BLAKE2b-256 84818cf271a1ff2276fac62ecdd5c291cfec195904634a90c41445dcbb2f0abf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp33-cp33m-win32.whl
Algorithm Hash digest
SHA256 9b3009f237df518951fc2385dd444b7d79b83c4a9cdd26141d2bd9eabd32d681
MD5 88c3e861f5ec6db1f4b7e9cc0c86ee04
BLAKE2b-256 05ff2e2dc7eea33aaff84cf63299cef5231f943a9399ae4cd3538cc3daa2ee94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp33-cp33m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2854703bf7c1287408f16d66a011426be07540748f19a84644677d6b8d1284a7
MD5 d6d41d94f990a70bb7829538baf56c15
BLAKE2b-256 fbc19bc0f6ddb69e7b7ba227d282b53b4cb99dc20f3b378e85e7dbee6f5a4d75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp33-cp33m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d2089a8dc7fea97386d66e46aabf5674538d946dcaf3374f736411638c93c2c4
MD5 4025c619d07db91dede4d4f1b8fdb675
BLAKE2b-256 6a805d4a4d085560099fb8a9acd93b5b58bc2011c33da1f9c8ebdb96706f2803

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b807ca62f8844f3eb7bff5790ffc4bd851f51a22f453b59fe3c9461e097eac6d
MD5 2f1d47412cd54add0c82f7acc7b5b27a
BLAKE2b-256 240ed7d62943f9b09dbb10e3ae1ab9c6bd67dcc20f4eebe9c1b9ea2eb4d0c44f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b148f8ccdf9d59bf762b67b80c4a46b9ce1e90dee0f10907640e5a18b07d0ee6
MD5 ab35118bc42388ed252a4a7681855b08
BLAKE2b-256 c1c54bcd596bb95498b3851f21e809143c924c50f334d7eb04950495277b725b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 9bfadd7163ec17983c1e395782755ea1c15702e4b79ed333ff70995cd4fb5505
MD5 8ef1a4e0eaf1a2d811c4c1607904b03f
BLAKE2b-256 0e2463dfe0294308febb9d364d760f9643f826ddbfdf30376c7ea17829d3a266

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 624d9e75d5cf636236ef0e7c325761d8e795200c91154d344b0efcdece535a93
MD5 bad84ac85c7063a6022a58dfa89bc4ff
BLAKE2b-256 235c1af4478f316e62a8ec868615fa9747a5dde1d922d2e1a13ec404f2e1e38c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b60024e969aaecc47530f96c723c4cac63d34606fb57806bed49991ff35aecea
MD5 aa59478c2b5ced8d39a46b9a2cc1caf5
BLAKE2b-256 d9ada3f67a4accd22c36afb4fb3c0a9b8af69e3c0ad4e2ec05570f88ad887f81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b2bc3bc99355fe26a76d1225c32ae6f97604f575cb41cd8e8a4932bbc5b932a7
MD5 084b69e861c087f5cb117ac8e98ca299
BLAKE2b-256 fac76db20810124710c7bee019703348adc430cb4ab780c33c52317cee3184f6

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.3-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.3-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 65a7560c7dc45cd7cb8083e07341789ca9c1e3d668c04e198ec925da1ef0012c
MD5 461c892637e50c6d6a6b6de755785b26
BLAKE2b-256 47ae0292bfab3889d8d03a24c74bc934528be5e227ef6fdd90df32ab31fa6b59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp26-cp26mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6be1b5c96a122387afef18669f3bb0fb255a22e77da85bc37fdd5367a446880c
MD5 4da35b51a8d42d461bcc41d98cdc5d57
BLAKE2b-256 0ea2d94973e0aacbdf3a44717e61855ca97eb3c5311ba5572d21c650640c64c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp26-cp26mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 6a81bba87531e11e93eb5e193e3f25498eb4e3d7a0a730675ea311913ea93f8f
MD5 a05d4d9052b8ab4b6abb74aa2c5ccbfd
BLAKE2b-256 2d769c4768728438f4a6023601bd05899d6df2aed336db1c49098d255dd8aa46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp26-cp26m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1b40c5549c0e39c95e26df4c6cdf49f3d85def38310da78628f1d29c3e7d177e
MD5 f7e8bb6abd84f281731c7b6471beee3e
BLAKE2b-256 2e73d72d0fcfdca03d3999ed534c35a20d34f290e714ddedd9af784bb40bf86d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.3-cp26-cp26m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 5c11fc5091af28d048c321f2b23a3f984ffb5b546ab3cb7424c52c6feae6c965
MD5 d1df19a194576824783d46410154e6d8
BLAKE2b-256 8cbd477acc9461ac1e32b119c70cb988ee68db8ab4c1b7984499a1522e991e8e

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