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

Uploaded Source

Built Distributions

psycopg2-2.7.6.1-cp37-cp37m-win_amd64.whl (996.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

psycopg2-2.7.6.1-cp37-cp37m-win32.whl (853.4 kB view details)

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

psycopg2-2.7.6.1-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.7m 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

psycopg2-2.7.6.1-cp36-cp36m-win_amd64.whl (996.1 kB view details)

Uploaded CPython 3.6m Windows x86-64

psycopg2-2.7.6.1-cp36-cp36m-win32.whl (853.4 kB view details)

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

psycopg2-2.7.6.1-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.6m 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

psycopg2-2.7.6.1-cp35-cp35m-win_amd64.whl (996.1 kB view details)

Uploaded CPython 3.5m Windows x86-64

psycopg2-2.7.6.1-cp35-cp35m-win32.whl (853.4 kB view details)

Uploaded CPython 3.5m Windows x86

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

psycopg2-2.7.6.1-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.5m 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

psycopg2-2.7.6.1-cp34-cp34m-win_amd64.whl (988.3 kB view details)

Uploaded CPython 3.4m Windows x86-64

psycopg2-2.7.6.1-cp34-cp34m-win32.whl (866.0 kB view details)

Uploaded CPython 3.4m Windows x86

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

Uploaded CPython 3.4m

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

Uploaded CPython 3.4m

psycopg2-2.7.6.1-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.4m 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

psycopg2-2.7.6.1-cp33-cp33m-win_amd64.whl (990.7 kB view details)

Uploaded CPython 3.3m Windows x86-64

psycopg2-2.7.6.1-cp33-cp33m-win32.whl (868.2 kB view details)

Uploaded CPython 3.3m Windows x86

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

psycopg2-2.7.6.1-cp27-cp27m-win_amd64.whl (990.0 kB view details)

Uploaded CPython 2.7m Windows x86-64

psycopg2-2.7.6.1-cp27-cp27m-win32.whl (859.7 kB view details)

Uploaded CPython 2.7m Windows x86

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m

psycopg2-2.7.6.1-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.7m 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

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1.tar.gz
  • Upload date:
  • Size: 427.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1.tar.gz
Algorithm Hash digest
SHA256 27959abe64ca1fc6d8cd11a71a1f421d8287831a3262bd4cacd43bbf43cc3c82
MD5 4e353b92f35ef597e14868d8a47a2df9
BLAKE2b-256 c00793573b97ed61b6fb907c8439bf58f09957564cf7c39612cef36c547e68c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 996.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7f47514dbddf604f196fcfe5da955537f04691bef8124aff5632316a78d992b7
MD5 e0cc48882ff0c17fabff78ef82b1dad3
BLAKE2b-256 12c0ddd4b3bde5b8012e262c5dcac570aac5cd934c643641f924fd10e3c7b27f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 853.4 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 aca0edf062ec09e954fdf0cc93d3a872362701210983a1442549e703aedec25d
MD5 3915fa5bfedde5180a746ccfa4eabe15
BLAKE2b-256 86e93165d3f4023d9c91a116286bdba0aa2bdde72e787acf6161f4929d9fb626

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f256e807b8b2b45b6af60d7f2bb5194aab2f4acc861241c4d8ef942a55f5030d
MD5 7ba0306b09e7817f597480f9a9868970
BLAKE2b-256 90aab033c170c9bd505c7e4d1560f5dbb35ca2a7e928ac03c384f93d0cdaf6a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ca7bc37b1efb7cc25271bf10f398462ed975d95259af1406d38fcb268466e34f
MD5 b0f8b177cdecb39741701a0646b34061
BLAKE2b-256 1bc26d65fd8f26445974311efcc759d006f5ee704362a7af16598607b2962db1

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.6.1-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.6.1-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 8df623f248be15d1725faf5f333791678775047f12f17a90d29b5d22573f5cdc
MD5 54903a45f370dde375dd7c9290975dcc
BLAKE2b-256 ffdb942f8e40e93b5fe060c8d3a736d8fdd134fa5308dba8484dc06ae46e3fbd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 996.1 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 227c115b3c1f65d61385e51ac690b91b584640aefb45bffacd4bd33d02ed7221
MD5 cc2708f883f3d87a1cf505bfe6cbcb5b
BLAKE2b-256 f0a870d934de23e70c68d233ff404f918aba309c43d35be0b25c5cb722eb844c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 853.4 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 b0dd2114d93d8f424bb8ae76e0dc540f104b70ca9163172c05e7700b1459d4c9
MD5 66c162791e1b88a9384bebb5da6ec4b2
BLAKE2b-256 0cbfb1d4af70436a974f3012a7ab33b48c357c5afb62a1c27df1bdc807317323

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a68719ed5be8373dd72c9e45d55f7a202285e05a2e392eaa8872a67ea47d7d20
MD5 3cda5d7d6d7da725f09397ab3207f77c
BLAKE2b-256 bc2a61a8f9719bd6df5b421abd91740cb0595fc3c17b28eaf89fe4f144472ca6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 7e95c0ab7e7e6e452586f35d4d8966b1e924c8dd2c23977e3ea4968770ff1d26
MD5 da62ca1ed3e8fd2aafa5272fba21ebff
BLAKE2b-256 1d43e1f50e17d4c9cd4817cbc9f5eada1410fa623f45e45404dc4504dc69bcf4

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.6.1-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.6.1-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 eca00d0f91fcb44d88b12f1fd16ad138e38fa07debb79587e2b7ff1fe80d72b9
MD5 23443c75a69c825f572c069786543942
BLAKE2b-256 a84361f34c4d91370d239916f7f0fb989d841b9cfe70cd1e16b62c880cea093f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 996.1 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 1be6f2438d2b71fec7b07c3c0949dd321b04349c382907ea76b36120edec8300
MD5 a94f6c2eea28e994c9dceb616ae66261
BLAKE2b-256 43a278344d1fdd5a722bea5144b07da3f9caf4cd7adf645d17bb389cd135ef0d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 853.4 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 ec9be679c0065667503851141c31fa699e1cc69ded3ba8e5d3673dd5a6eb1370
MD5 68b3641f9a626293c1cd45fabc1ba6e1
BLAKE2b-256 7c842fa38beb262f84539e429f2c45688f912b2c1200668a06cf9e1e790e96f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 10e391687b171878181e71736d0effe3772314a339d9ae30995ec8171a0c834e
MD5 b1dfb7941fff4e9293a5a73fe7a59e5f
BLAKE2b-256 2dfda02208785ced497f4412ab77e2d5b07386adcd4517b7c37e14990bcaf949

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 3c2afe9ef0d1649005e3ccf93c1aaccd6f8ee379530e763d3b3b77f406b7c0ae
MD5 14301fe0612a93f02fe0121f381e5622
BLAKE2b-256 d0dae1b745cc874f15d67427354a058fc8bcf1453aa8f17bc6464a03a5ed2e28

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.6.1-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.6.1-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 8bc6ecb220c0b88d3742042013129c817c44459795c97e9ce1bca70a3f37a53b
MD5 5b59575b668ea05a5d7edfda9cfc1eca
BLAKE2b-256 21a1dbf8158f2ae575b2cf149ab5de4129d5a928d2846da54e667d3580704af2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 988.3 kB
  • Tags: CPython 3.4m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 20ca6f29e118b8dd7133e8708b3fba2881e70a4e0841f874ed23985b7201a076
MD5 fe4b738d34e8fb497665f86982581908
BLAKE2b-256 ca92d6eab7dc1d541f19a97fdd161502d85f28cde41e81a3c269fe01a9cd798a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 866.0 kB
  • Tags: CPython 3.4m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 8345370356bb4bddf93acbcfd0357163dd6b09471937adcfb38a2fbb49bdce53
MD5 66c230d5a98ddd8aa784982f2ca2dfa4
BLAKE2b-256 1c2488741bae3f6b0ca63284b2fc5b23e0425c5c81bf398910230f8a431fa3bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp34-cp34m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 36e51a51f295fdf67bcf05e7b1877011a6b39e6622b0013fe31c5025241873a3
MD5 7727eeb9e98b70ce4a206b612d93f0bc
BLAKE2b-256 bf7215f8d30eed55d985948aa9f7fa66915111a7aa671954131f250d02e680a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp34-cp34m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 fce7612a3bd6a7ba95799f88285653bf130bd7ca066b52674d5f850108b2aec0
MD5 35372204df42b156b3d9d47cf81c0b2a
BLAKE2b-256 0ca673b7c91cbcc8e836bb2dae3c28d192a9009f793842330fdff2e17ee63190

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.6.1-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.6.1-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 1283f9d45e458c2dcb15ba89367923563f90ef636fe78ee22df75183484a0237
MD5 1c3931ede0ec889b080307619aa955bb
BLAKE2b-256 94ddcee42542cd652cefe2cdad78f972b210468de207c7a14bb270fc02c638f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp33-cp33m-win_amd64.whl
  • Upload date:
  • Size: 990.7 kB
  • Tags: CPython 3.3m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp33-cp33m-win_amd64.whl
Algorithm Hash digest
SHA256 3992b9b914f2eb77dc07e8045d2ca979e491612808bc5c7cd68f307469acf9f6
MD5 d94e8a1c754759d0dde857921254ddc1
BLAKE2b-256 8fab767721e76b8916b6264d42e8571b18f7dee1ecf9a8a5771935ae01374051

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp33-cp33m-win32.whl
  • Upload date:
  • Size: 868.2 kB
  • Tags: CPython 3.3m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp33-cp33m-win32.whl
Algorithm Hash digest
SHA256 1a9c32e4d140bea225f9821d993b2e53c913e717ea97b851246aa9b300095d8f
MD5 d050380d6c7a33ec0280aa16bea88485
BLAKE2b-256 bdd2b5a6f6a4f4bc65e80d4247ce93c979e15a104ebc2b3891cd7c4e4889ca51

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9645f1305e4268cc0fc88c823cd6c91de27c003e183c233a6a230e5e963039ee
MD5 42d6869320b99f79f06f9ccfd59d5882
BLAKE2b-256 eafbd56c904a0cfc004f2e47bdfa104401924b6b8ce70cf01f8cd7b7c4499104

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b2c09359d6802279efb9efb3f91a9c94567151baee95175f9b637ea628f35244
MD5 a130de0a6ba167a50454c522aa4cc5ff
BLAKE2b-256 f6436fcd2d6d71319f36e7abb1422847690967a9521ad1431cdc5667f4e38ebc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 990.0 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 2b2daf1fe30a58300542aea679fd87d1e1c2afd36e7644837b7954fa2dbacb92
MD5 0540b9cf03af340fc22ef3c02c009b7d
BLAKE2b-256 4e8c28a0cbce2af43bb0f0a1864c0efc4deb531fcd82bb457520e7f53b22efe0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 859.7 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 39a11de2335ad45ececed43ab851d36a4c52843d756471b940804f301792781e
MD5 b8a4061680c05d86cd68562cce9f797e
BLAKE2b-256 ccf901a42d11ff0977efaf7a575a2e3c7e2a70372e2a9ff36e9a6ec1c5f812d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e64235d9013ebf6319cb9654e08f5066112c34d8c4cc41186254ab9c3d6d5b9b
MD5 f48ff55eba1b6ad01e00489d0cd203c8
BLAKE2b-256 34a539f47ab93f85751def5814a8774470fee6e7a2f97fbfd3e685d53c9fbcf1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2-2.7.6.1-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1

File hashes

Hashes for psycopg2-2.7.6.1-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 55eab94de96ee9702f23283e9c8b03cfdb0001e2b14d5d2e1bd5ff8114b96b9f
MD5 90dc3e0365410601b63ed67312e51558
BLAKE2b-256 229d71ec24bdcc53b89aa01beec1e998cf99e678c4773ee049f8fed81c6aa7f4

See more details on using hashes here.

File details

Details for the file psycopg2-2.7.6.1-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.6.1-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 3fb18e0e52807fe3a300dc1b5421aa492d5e759550918f597d61863419482535
MD5 1cbd1ae3341426fad45f7c88b063ad6a
BLAKE2b-256 5cc15e70da7f3ce144c5366e12d8b9c4d8659e803d03c8ec5057cb2eb0ee8077

See more details on using hashes here.

Supported by

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