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.

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

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

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

psycopg2-2.7.5-cp37-cp37m-win_amd64.whl (994.7 kB view details)

Uploaded CPython 3.7mWindows x86-64

psycopg2-2.7.5-cp37-cp37m-win32.whl (852.1 kB view details)

Uploaded CPython 3.7mWindows x86

psycopg2-2.7.5-cp37-cp37m-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.7m

psycopg2-2.7.5-cp37-cp37m-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 3.7m

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

Uploaded CPython 3.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.5-cp36-cp36m-win_amd64.whl (994.7 kB view details)

Uploaded CPython 3.6mWindows x86-64

psycopg2-2.7.5-cp36-cp36m-win32.whl (852.0 kB view details)

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

psycopg2-2.7.5-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.5-cp35-cp35m-win_amd64.whl (994.8 kB view details)

Uploaded CPython 3.5mWindows x86-64

psycopg2-2.7.5-cp35-cp35m-win32.whl (852.1 kB view details)

Uploaded CPython 3.5mWindows x86

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

psycopg2-2.7.5-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.5-cp34-cp34m-win_amd64.whl (986.4 kB view details)

Uploaded CPython 3.4mWindows x86-64

psycopg2-2.7.5-cp34-cp34m-win32.whl (864.5 kB view details)

Uploaded CPython 3.4mWindows x86

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

Uploaded CPython 3.4m

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

Uploaded CPython 3.4m

psycopg2-2.7.5-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.5-cp33-cp33m-win_amd64.whl (988.7 kB view details)

Uploaded CPython 3.3mWindows x86-64

psycopg2-2.7.5-cp33-cp33m-win32.whl (866.7 kB view details)

Uploaded CPython 3.3mWindows x86

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

psycopg2-2.7.5-cp27-cp27m-win_amd64.whl (988.7 kB view details)

Uploaded CPython 2.7mWindows x86-64

psycopg2-2.7.5-cp27-cp27m-win32.whl (857.9 kB view details)

Uploaded CPython 2.7mWindows x86

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m

psycopg2-2.7.5-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

File details

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

File metadata

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

File hashes

Hashes for psycopg2-2.7.5.tar.gz
Algorithm Hash digest
SHA256 eccf962d41ca46e6326b97c8fe0a6687b58dfc1a5f6540ed071ff1474cea749e
MD5 9e7d6f695fc7f8d1c42a7905449246c9
BLAKE2b-256 b2c17bf6c464e903ffc4f3f5907c389e5a4199666bf57f6cd6bf46c17912a1f9

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.5-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 a86dfe45f4f9c55b1a2312ff20a59b30da8d39c0e8821d00018372a2a177098f
MD5 7cc4a94f874d5e4afed31e9888a0029b
BLAKE2b-256 f12f1f56ed6a899d911dc9c022e7ebf25cc0d7619d62a678a66bddddd7796b03

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.5-cp37-cp37m-win32.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 0b9e48a1c1505699a64ac58815ca99104aacace8321e455072cee4f7fe7b2698
MD5 ef661acaa43273e430bdfac031514993
BLAKE2b-256 12899bbcc4ab312be0e32abd268512fce75f13a015c4c6a6340b600d168f0dbd

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.5-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f4b0460a21f784abe17b496f66e74157a6c36116fa86da8bf6aa028b9e8ad5fe
MD5 0fff9d8edc84c65b097cb7553d7a7b61
BLAKE2b-256 378840748331bf75d068a07bbea7dc658faceb0ce2e9fffdde550e76d5475e59

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.5-cp37-cp37m-manylinux1_i686.whl.

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 cc33c3a90492e21713260095f02b12bee02b8d1f2c03a221d763ce04fa90e2e9
MD5 de88a84214c2b2d732bca12beea941eb
BLAKE2b-256 be5aa8783ec97a9dde786008db2992f000f92fffe0ce0f428c31a9036f19fffe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.5-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
Algorithm Hash digest
SHA256 844dacdf7530c5c612718cf12bc001f59b2d9329d35b495f1ff25045161aa6af
MD5 47546bcd2d4e76206c19bc572a7d4d16
BLAKE2b-256 5ac9ae5f8c10f33127164d083baaab5ccfb5b04b48226d2c7102d60b66dfb80c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 6ed9b2cfe85abc720e8943c1808eeffd41daa73e18b7c1e1a228b0b91f768ccc
MD5 f426744e09e92a77c470455d572bac87
BLAKE2b-256 7c8cfa1ede14d6687c6dd042ce9193f7dea8d76500cbb959fd053f99bcf691de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 711ec617ba453fdfc66616db2520db3a6d9a891e3bf62ef9aba4c95bb4e61230
MD5 c3ed2d86ee54d450c01ebf1bfb5a5d85
BLAKE2b-256 9afe4121591f1e3a0c1f1cb63feae6d5eb8c0d0bd85acccb9df0fcb088f071db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6506c5ff88750948c28d41852c09c5d2a49f51f28c6d90cbf1b6808e18c64e88
MD5 02ee3678e6c41b7ec803a163d2238300
BLAKE2b-256 5ed09e2b3ed43001ebed45caf56d5bb9d44ed3ebd68e12b87845bfa7bcd46250

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 0fdbaa32c9eb09ef09d425dc154628fca6fa69d2f7c1a33f889abb7e0efb3909
MD5 f6ce5984d4252a5521dd18e1e4c93b6b
BLAKE2b-256 a5c7cfeb6df15f52ee52c58d60686000230b4ba0656984f208731516400f9351

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.5-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.5-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 d7de3bf0986d777807611c36e809b77a13bf1888f5c8db0ebf24b47a52d10726
MD5 db1145ae0da747270ce0af9260ae2d85
BLAKE2b-256 d0dce9d17df9c66eb76b3ea997498a82291e19947e4733155b792de5ee684689

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 11fbf688d5c953c0a5ba625cc42dea9aeb2321942c7c5ed9341a68f865dc8cb1
MD5 e4cb44f1d9c344beb1ccc6cb27500ab8
BLAKE2b-256 95fb12d4d39b08508cf002b2760c3ff9c01c28ab1985b6061462a08c8f6e9d40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 59c1a0e4f9abe970062ed35d0720935197800a7ef7a62b3a9e3a70588d9ca40b
MD5 89dcfa0dd2027c658d4d7c255c82a40f
BLAKE2b-256 6787507206d1ef16e6a959892823a1e94a956d977338b3b589182c53d48c7b3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 aa3cd07f7f7e3183b63d48300666f920828a9dbd7d7ec53d450df2c4953687a9
MD5 a59cabcb2f759c313ee6b5547dae2944
BLAKE2b-256 53fcdfc645d6b89cbc288b0d7b8bc9e83b8052ef263781562a89ec748e8ae008

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 19eaac4eb25ab078bd0f28304a0cb08702d120caadfe76bb1e6846ed1f68635e
MD5 5d9ec6f6a717d57e5b451f97cf288440
BLAKE2b-256 00a4ad27379651989735cec92d30ffd8d0c64a7fdb271276dbc7ccfb44969212

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.5-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.5-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 985c06c2a0f227131733ae58d6a541a5bc8b665e7305494782bebdb74202b793
MD5 8fdea21de59c3bfe231f713765252079
BLAKE2b-256 ddf57177642e146d8df6b727bb440a9de3917635733b301a1e8eacc274631804

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 6dbbd7aabbc861eec6b910522534894d9dbb507d5819bc982032c3ea2e974f51
MD5 20d383994db605a55177234a7873c491
BLAKE2b-256 427740738fd650ff9fec66f0b7aadb7d355ead74c783ed242a6c054fc32d1bf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 db5e3c52576cc5b93a959a03ccc3b02cb8f0af1fbbdc80645f7a215f0b864f3a
MD5 e930bb17339e27514697a860a681e231
BLAKE2b-256 ee44978b38abc393c41798292fb52fef20478b5852e6df67ca52aaf511a116fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6bc3e68ee16f571681b8c0b6d5c0a77bef3c589012352b3f0cf5520e674e9d01
MD5 e206b1dc56962fadee691adb564fa36b
BLAKE2b-256 74ceb032c5cb1ba7791066523a215600fae5e6dd759e8d1d9c458e43ba2c377c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 0f4c784e1b5a320efb434c66a50b8dd7e30a7dc047e8f45c0a8d2694bfe72781
MD5 981b156f390f12cb658ed9fc835a76d0
BLAKE2b-256 a093447c4caf0cfc789080478d80b7d2281823b4cb589c27943fe112b05b291f

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.5-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.5-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 6e737915de826650d1a5f7ff4ac6cf888a26f021a647390ca7bafdba0e85462b
MD5 b4565cd36c5a1090abe6bb59b3e774e1
BLAKE2b-256 264020ed2422fda186d78ae553b571045398be07e0c1c92b33ea8670fe5f1f8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp33-cp33m-win_amd64.whl
Algorithm Hash digest
SHA256 b1964ed645ef8317806d615d9ff006c0dadc09dfc54b99ae67f9ba7a1ec9d5d2
MD5 363fe35e2134ca6ee09dd023a0634327
BLAKE2b-256 711fe17d816a40a7adb1bcdc76846f86d26f466ed88fd2a0685b5126fd6be610

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp33-cp33m-win32.whl
Algorithm Hash digest
SHA256 efa19deae6b9e504a74347fe5e25c2cb9343766c489c2ae921b05f37338b18d1
MD5 df11f507f3ddd1be15af076b682b209b
BLAKE2b-256 a6b6033ef03e87324b2d932d3cfba7473c2b381a352510eb7a3c3a37a55cbb2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e168aa795ffbb11379c942cf95bf813c7db9aa55538eb61de8c6815e092416f5
MD5 4e3adeb03dc51a765cb3c1e1e0a7346e
BLAKE2b-256 7ce6d5161798a5e8900f24216cb730f2c2be5e4758a80d35c8588306831c0c99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f93d508ca64d924d478fb11e272e09524698f0c581d9032e68958cfbdd41faef
MD5 9fb23d06d6fb1ed45db0de25e295eef8
BLAKE2b-256 71db0729d4e514fd0be12f9b8133ce815977326210379a0d9284834340ad9e6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 b2abbff9e4141484bb89b96eb8eae186d77bc6d5ffbec6b01783ee5c3c467351
MD5 551824c94d2a8d5ef470106abfb6ac24
BLAKE2b-256 c58e8953744335a1e6863194b84387deeb5240100fe9977345d08ffbabab9dfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 86b52e146da13c896e50c5a3341a9448151f1092b1a4153e425d1e8b62fec508
MD5 4b5d6ce956e824232350d97340aa2b2d
BLAKE2b-256 76a17ee6084ca8a98802b1bf91edfd69b688163a37c487a11e8aca582ddde59b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3232ec1a3bf4dba97fbf9b03ce12e4b6c1d01ea3c85773903a67ced725728232
MD5 e05ad46f9ffe7fad6b15336a3e297847
BLAKE2b-256 823bd917c4765ad5ff71dc863a238b870e4268d9d7f842ff09abbf6315953d90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2-2.7.5-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e9ca911f8e2d3117e5241d5fa9aaa991cb22fb0792627eeada47425d706b5ec8
MD5 5a2d47622d408b3e14bc5d441adff016
BLAKE2b-256 b5b26d2500401196a5dd7a1f513d96775d9cb6036d5896bf3c86d91f80b95f49

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.5-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.5-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 36f8f9c216fcca048006f6dd60e4d3e6f406afde26cfb99e063f137070139eaf
MD5 0c4c390dc7a2429d69b56290350115a5
BLAKE2b-256 19ff1a951684fc655767327a95f632a6c806b7ac24d239a04663a8e6bfef898c

See more details on using hashes here.

Supported by

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