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

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-binary-2.8.6.tar.gz (384.7 kB view details)

Uploaded Source

Built Distributions

psycopg2_binary-2.8.6-cp39-cp39-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9Windows x86-64

psycopg2_binary-2.8.6-cp39-cp39-win32.whl (1.0 MB view details)

Uploaded CPython 3.9Windows x86

psycopg2_binary-2.8.6-cp39-cp39-manylinux1_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.9

psycopg2_binary-2.8.6-cp39-cp39-manylinux1_i686.whl (2.9 MB view details)

Uploaded CPython 3.9

psycopg2_binary-2.8.6-cp39-cp39-macosx_10_9_x86_64.macosx_10_9_intel.macosx_10_10_intel.macosx_10_10_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9macOS 10.10+ Intel (x86-64, i386)macOS 10.10+ x86-64macOS 10.9+ Intel (x86-64, i386)macOS 10.9+ x86-64

psycopg2_binary-2.8.6-cp38-cp38-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.8Windows x86-64

psycopg2_binary-2.8.6-cp38-cp38-win32.whl (987.4 kB view details)

Uploaded CPython 3.8Windows x86

psycopg2_binary-2.8.6-cp38-cp38-manylinux1_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.8

psycopg2_binary-2.8.6-cp38-cp38-manylinux1_i686.whl (2.9 MB view details)

Uploaded CPython 3.8

psycopg2_binary-2.8.6-cp38-cp38-macosx_10_9_x86_64.macosx_10_9_intel.macosx_10_10_intel.macosx_10_10_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8macOS 10.10+ Intel (x86-64, i386)macOS 10.10+ x86-64macOS 10.9+ Intel (x86-64, i386)macOS 10.9+ x86-64

psycopg2_binary-2.8.6-cp37-cp37m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.7mWindows x86-64

psycopg2_binary-2.8.6-cp37-cp37m-win32.whl (984.8 kB view details)

Uploaded CPython 3.7mWindows x86

psycopg2_binary-2.8.6-cp37-cp37m-manylinux1_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.7m

psycopg2_binary-2.8.6-cp37-cp37m-manylinux1_i686.whl (2.9 MB view details)

Uploaded CPython 3.7m

psycopg2_binary-2.8.6-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_binary-2.8.6-cp36-cp36m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.6mWindows x86-64

psycopg2_binary-2.8.6-cp36-cp36m-win32.whl (984.8 kB view details)

Uploaded CPython 3.6mWindows x86

psycopg2_binary-2.8.6-cp36-cp36m-manylinux1_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.6m

psycopg2_binary-2.8.6-cp36-cp36m-manylinux1_i686.whl (2.9 MB view details)

Uploaded CPython 3.6m

psycopg2_binary-2.8.6-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_binary-2.8.6-cp35-cp35m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.5mWindows x86-64

psycopg2_binary-2.8.6-cp35-cp35m-win32.whl (984.8 kB view details)

Uploaded CPython 3.5mWindows x86

psycopg2_binary-2.8.6-cp35-cp35m-manylinux1_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.5m

psycopg2_binary-2.8.6-cp35-cp35m-manylinux1_i686.whl (2.9 MB view details)

Uploaded CPython 3.5m

psycopg2_binary-2.8.6-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_binary-2.8.6-cp34-cp34m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.4mWindows x86-64

psycopg2_binary-2.8.6-cp34-cp34m-win32.whl (1.0 MB view details)

Uploaded CPython 3.4mWindows x86

psycopg2_binary-2.8.6-cp27-cp27mu-manylinux1_x86_64.whl (2.9 MB view details)

Uploaded CPython 2.7mu

psycopg2_binary-2.8.6-cp27-cp27mu-manylinux1_i686.whl (2.8 MB view details)

Uploaded CPython 2.7mu

psycopg2_binary-2.8.6-cp27-cp27m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 2.7mWindows x86-64

psycopg2_binary-2.8.6-cp27-cp27m-win32.whl (995.4 kB view details)

Uploaded CPython 2.7mWindows x86

psycopg2_binary-2.8.6-cp27-cp27m-manylinux1_x86_64.whl (2.9 MB view details)

Uploaded CPython 2.7m

psycopg2_binary-2.8.6-cp27-cp27m-manylinux1_i686.whl (2.8 MB view details)

Uploaded CPython 2.7m

psycopg2_binary-2.8.6-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-binary-2.8.6.tar.gz.

File metadata

  • Download URL: psycopg2-binary-2.8.6.tar.gz
  • Upload date:
  • Size: 384.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2-binary-2.8.6.tar.gz
Algorithm Hash digest
SHA256 11b9c0ebce097180129e422379b824ae21c8f2a6596b159c7659e2e5a00e1aa0
MD5 80387166e2fb7e2def044cf8569bedb2
BLAKE2b-256 fc510f2c6aec5c59e5640f507b59567f63b9d73a9317898810b4db311da32dfc

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for psycopg2_binary-2.8.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 15978a1fbd225583dd8cdaf37e67ccc278b5abecb4caf6b2d6b8e2b948e953f6
MD5 0222f16c8c39596e4617e8325c330a3c
BLAKE2b-256 dcf5ee307787baca7f6926b3b970ec054661b2a0763fe09f887fc3415031d59f

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp39-cp39-win32.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for psycopg2_binary-2.8.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 6422f2ff0919fd720195f64ffd8f924c1395d30f9a495f31e2392c2efafb5056
MD5 e9b11eab5c186e81d196061f4593f2c0
BLAKE2b-256 e549ffe846e2dba12905cb15e8256972e6d87df34327885a62181b9954bfc549

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7312e931b90fe14f925729cde58022f5d034241918a5c4f9797cac62f6b3a9dd
MD5 0fa232dbe05fcc4744faecd4b4f13f7c
BLAKE2b-256 5edfc5954de9c7f93483a2aaea19bd733c5e05223ff99cee1d77742ff9a9820f

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 42ec1035841b389e8cc3692277a0bd81cdfe0b65d575a2c8862cec7a80e62e52
MD5 3b4dc7ccf3c5aed9be4cd2ad18bc216c
BLAKE2b-256 2696e65cbb1c7e39e57cbc1cc8d0586c426f33368be8c5bb78144f1a83931449

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp39-cp39-macosx_10_9_x86_64.macosx_10_9_intel.macosx_10_10_intel.macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.8.6-cp39-cp39-macosx_10_9_x86_64.macosx_10_9_intel.macosx_10_10_intel.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 89705f45ce07b2dfa806ee84439ec67c5d9a0ef20154e0e475e2b2ed392a5b83
MD5 9902c9b3133d64292a97b716423b6b2f
BLAKE2b-256 5e2358c3e226c878f75fe5887b27dd4539dd6f9861f874139eadc01f0c4ee40f

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8cd0fb36c7412996859cb4606a35969dd01f4ea34d9812a141cd920c3b18be77
MD5 75b197420504baac6a3a3bd4df5bb180
BLAKE2b-256 902025f1ab5810e1956029b8941c938672bbd4c72bdbe6ae14d68d59aaf24f96

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp38-cp38-win32.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp38-cp38-win32.whl
  • Upload date:
  • Size: 987.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 bd1be66dde2b82f80afb9459fc618216753f67109b859a361cf7def5c7968729
MD5 b55768163f35878960ed99a3636f44cb
BLAKE2b-256 021b549967f3ce5f6e3155380728dbb9d2844c286c7408e734db88d7b9c65847

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2dac98e85565d5688e8ab7bdea5446674a83a3945a8f416ad0110018d1501b94
MD5 924e555878d962407b024e4305ec90f5
BLAKE2b-256 b55a985969fb49617701ddf10b8c6b3f53a2ffd7feaaf598277a94d62401c4d9

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a0c50db33c32594305b0ef9abc0cb7db13de7621d2cadf8392a1d9b3c437ef77
MD5 208126891a857cd669c349148ef9703a
BLAKE2b-256 b86306e08c2c19737c305777806113491f0b2beeec94a3cf4844844ea1c20f86

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp38-cp38-macosx_10_9_x86_64.macosx_10_9_intel.macosx_10_10_intel.macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.8.6-cp38-cp38-macosx_10_9_x86_64.macosx_10_9_intel.macosx_10_10_intel.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 ba381aec3a5dc29634f20692349d73f2d21f17653bda1decf0b52b11d694541f
MD5 23f62150c00f196af7634b47a71213b6
BLAKE2b-256 2c85c26507efb110f5a91f503e517f1db55f12ebecb001ff224b2cea234a07ef

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 cec7e622ebc545dbb4564e483dd20e4e404da17ae07e06f3e780b2dacd5cee66
MD5 6d0093868016a394c16a97f600d11592
BLAKE2b-256 79eaa4a386331ce48597565ccbdc7e8ff13e797eede1578d0ee0459d40d4df8a

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp37-cp37m-win32.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 984.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 0e4dc3d5996760104746e6cfcdb519d9d2cd27c738296525d5867ea695774e67
MD5 929d188ee50db1bac96b0d5cfed924df
BLAKE2b-256 497f1b95b1b5b7a2cb3ee47a53ef8dbf22f8699c2c5d41d295144b6585df92a6

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6a32f3a4cb2f6e1a0b15215f448e8ce2da192fd4ff35084d80d5e39da683e79b
MD5 00d1067cb4ff61c4f6ab862659827938
BLAKE2b-256 6d45c519a5cfac05e14b1ccb242138915855293199840598e087b935ba1d86bc

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ba28584e6bca48c59eecbf7efb1576ca214b47f05194646b081717fa628dfddf
MD5 6be9c8351c7af83c6b1c32627be25bcd
BLAKE2b-256 460dad4a006f6031d7f35ca9e5ed76bff683b953fdbcbe146533a0f2647b6e99

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-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_binary-2.8.6-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 833709a5c66ca52f1d21d41865a637223b368c0ee76ea54ca5bad6f2526c7679
MD5 d478a11d540927d556361e1f5be4e57a
BLAKE2b-256 376d483c727d0d14cacc57f28f2efbec5649b61dbdd816f259d5983dbb746d7c

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e1f57aa70d3f7cc6947fd88636a481638263ba04a742b4a37dd25c373e41491a
MD5 59114813d0e8c569d86c23e623ce5c5b
BLAKE2b-256 c3695e21ec6f3dc3df6f3dcb2671e39f6611d84e675b9ffa435d56a27a147801

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp36-cp36m-win32.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 984.8 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 a0eb43a07386c3f1f1ebb4dc7aafb13f67188eab896e7397aa1ee95a9c884eb2
MD5 4082ede79dc145e8630304716a78d8bc
BLAKE2b-256 1ecb7afa38355ffb2dc466a6bab9cdf242deaf01055e5d9fee6f7a341c785a26

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d5227b229005a696cc67676e24c214740efd90b148de5733419ac9aaba3773da
MD5 ac6a9dddb2ff371625e6764f27370bc0
BLAKE2b-256 f21b720b36697158113ca1b2221a8e96a470088ccf3770d182214689d1a96a07

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e82aba2188b9ba309fd8e271702bd0d0fc9148ae3150532bbb474f4590039ffb
MD5 ff2174d7f650f9cf7f427c11d50a4e42
BLAKE2b-256 87a3b6c225afb14f0e88665e4ff472a234712f4344ba5138e1cea5538809e69a

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-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_binary-2.8.6-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 ee69dad2c7155756ad114c02db06002f4cded41132cc51378e57aad79cc8e4f4
MD5 42f46ce9cbed63dffcbf0a3cb8abab6f
BLAKE2b-256 e6218cf498401ca2ad2d23e1fb25660563387ccbe4eefaeca6dbeac5dc3b3a5a

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 c2507d796fca339c8fb03216364cca68d87e037c1f774977c8fc377627d01c71
MD5 309586af7a07f992d8eb8c9bd11a7f1c
BLAKE2b-256 61de0d928100bae641ee7f9ae8f01443a2ab6e35e479ff2ed96229261576e384

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp35-cp35m-win32.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 984.8 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 aaa4213c862f0ef00022751161df35804127b78adf4a2755b9f991a507e425fd
MD5 97e27bfd9fa24fbf81c3c9155c384cca
BLAKE2b-256 949f39b3fbc800992cc33a47641678907a1bc37452ef6ac6da247eaf96d3c2eb

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7d92a09b788cbb1aec325af5fcba9fed7203897bbd9269d5691bb1e3bce29550
MD5 e09ab5c98b31525c633350ebae3fb84c
BLAKE2b-256 844df987755af3ea1a27a064483dca6ca7d56b1787f64655a493e25227496322

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ac0c682111fbf404525dfc0f18a8b5f11be52657d4f96e9fcb75daf4f3984859
MD5 e3ef056621ae2d2c05999dd479f7b2d3
BLAKE2b-256 a0944fe527c3622f916f2e9b7849b77a661d74f66310748ac728963ff2d75c66

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-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_binary-2.8.6-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 d1b4ab59e02d9008efe10ceabd0b31e79519da6fb67f7d8e8977118832d0f449
MD5 3af3052c39d0ac7de3aa6a2d101e537d
BLAKE2b-256 2a884056f310b5aafa8b61ac08594630f3a3433ef4a2c93b63519539cf513513

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp34-cp34m-win_amd64.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.4m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 b8a3715b3c4e604bcc94c90a825cd7f5635417453b253499664f784fc4da0152
MD5 deb913163e8c9e4f754ac1b28000e228
BLAKE2b-256 e0ed2a144273088938625727d85fda92d427dbf18afda30a982a1c7f48af16fb

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp34-cp34m-win32.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.4m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 950bc22bb56ee6ff142a2cb9ee980b571dd0912b0334aa3fe0fe3788d860bea2
MD5 15026842ad945d667e64d51642b3e9e4
BLAKE2b-256 f9693133e85370d6bf31da7bb942f87ebac2d12ecb9c5be793f41a61f2651663

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ad20d2eb875aaa1ea6d0f2916949f5c08a19c74d05b16ce6ebf6d24f2c9f75d1
MD5 ad6846496c6f9cf37b9742989e820fef
BLAKE2b-256 2e5cc41a47c4c9852dae44479208d3d1e15559056ad6274e207bfc6944a9f6d4

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 0deac2af1a587ae12836aa07970f5cb91964f05a7c6cdb69d8425ff4c15d4e2c
MD5 0bdcb3509d9c096fdbd8118c54f68cde
BLAKE2b-256 d7b49976f330716402c85cbce64ea7ec5e0518e7a404357eb2ae68f86a451781

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 e74a55f6bad0e7d3968399deb50f61f4db1926acf4a6d83beaaa7df986f48b1c
MD5 e64eb3458c461438ae6f6ac96aac075a
BLAKE2b-256 65c8a555236438e8a83c8ba2d774410f54361a70e66173d6834761310e0aad9c

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp27-cp27m-win32.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 995.4 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 b4afc542c0ac0db720cf516dd20c0846f71c248d2b3d21013aa0d4ef9c71ca25
MD5 990150c85422bd9a997424cd207a91bf
BLAKE2b-256 ac640a42264430adb03ba58cde15f84a4e400fac7e81006b6eb0af4f873e9441

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f5ab93a2cb2d8338b1674be43b442a7f544a0971da062a5da774ed40587f18f5
MD5 38a285cc1b1797901909717545dde089
BLAKE2b-256 21fa9db04501c2834f8bea4c5998ab8fb196422398725be8315f6a31f1028fc2

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: psycopg2_binary-2.8.6-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for psycopg2_binary-2.8.6-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1fabed9ea2acc4efe4671b92c669a213db744d2af8a9fc5d69a8e9bc14b7a9db
MD5 5ceb309b30b3bfa800573350736fc2c6
BLAKE2b-256 0e7c354ff693ae4b6783f45c1faaf4867e726678d52c7cf021da247584c00196

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.8.6-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_binary-2.8.6-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 d14b140a4439d816e3b1229a4a525df917d6ea22a0771a2a78332273fd9528a4
MD5 7e74d6b5798eebd42cc7d1e22244a001
BLAKE2b-256 f15f8e4aa9ed43a0a1bf91d4f2862f8b9e3b42c25169f40543c67870fdfb69b3

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