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

Uploaded Source

Built Distributions

psycopg2_binary-2.9.3-cp310-cp310-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10Windows x86-64

psycopg2_binary-2.9.3-cp310-cp310-win32.whl (1.0 MB view details)

Uploaded CPython 3.10Windows x86

psycopg2_binary-2.9.3-cp310-cp310-musllinux_1_1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

psycopg2_binary-2.9.3-cp310-cp310-musllinux_1_1_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ppc64le

psycopg2_binary-2.9.3-cp310-cp310-musllinux_1_1_i686.whl (1.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

psycopg2_binary-2.9.3-cp310-cp310-musllinux_1_1_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

psycopg2_binary-2.9.3-cp310-cp310-manylinux_2_24_ppc64le.whl (3.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ppc64le

psycopg2_binary-2.9.3-cp310-cp310-manylinux_2_24_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64

psycopg2_binary-2.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

psycopg2_binary-2.9.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (3.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

psycopg2_binary-2.9.3-cp310-cp310-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

psycopg2_binary-2.9.3-cp310-cp310-macosx_10_14_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (2.2 MB view details)

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

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

psycopg2_binary-2.9.3-cp39-cp39-musllinux_1_1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

psycopg2_binary-2.9.3-cp39-cp39-musllinux_1_1_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ppc64le

psycopg2_binary-2.9.3-cp39-cp39-musllinux_1_1_i686.whl (1.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

psycopg2_binary-2.9.3-cp39-cp39-musllinux_1_1_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

psycopg2_binary-2.9.3-cp39-cp39-manylinux_2_24_ppc64le.whl (3.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ppc64le

psycopg2_binary-2.9.3-cp39-cp39-manylinux_2_24_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARM64

psycopg2_binary-2.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

psycopg2_binary-2.9.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (3.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

psycopg2_binary-2.9.3-cp39-cp39-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

psycopg2_binary-2.9.3-cp39-cp39-macosx_10_14_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (2.2 MB view details)

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

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

Uploaded CPython 3.8Windows x86-64

psycopg2_binary-2.9.3-cp38-cp38-win32.whl (995.6 kB view details)

Uploaded CPython 3.8Windows x86

psycopg2_binary-2.9.3-cp38-cp38-musllinux_1_1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

psycopg2_binary-2.9.3-cp38-cp38-musllinux_1_1_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ppc64le

psycopg2_binary-2.9.3-cp38-cp38-musllinux_1_1_i686.whl (1.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

psycopg2_binary-2.9.3-cp38-cp38-musllinux_1_1_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

psycopg2_binary-2.9.3-cp38-cp38-manylinux_2_24_ppc64le.whl (3.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ ppc64le

psycopg2_binary-2.9.3-cp38-cp38-manylinux_2_24_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ ARM64

psycopg2_binary-2.9.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

psycopg2_binary-2.9.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (3.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

psycopg2_binary-2.9.3-cp38-cp38-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

psycopg2_binary-2.9.3-cp38-cp38-macosx_10_14_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (2.2 MB view details)

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

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

Uploaded CPython 3.7mWindows x86-64

psycopg2_binary-2.9.3-cp37-cp37m-win32.whl (994.0 kB view details)

Uploaded CPython 3.7mWindows x86

psycopg2_binary-2.9.3-cp37-cp37m-musllinux_1_1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

psycopg2_binary-2.9.3-cp37-cp37m-musllinux_1_1_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ppc64le

psycopg2_binary-2.9.3-cp37-cp37m-musllinux_1_1_i686.whl (1.9 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

psycopg2_binary-2.9.3-cp37-cp37m-musllinux_1_1_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

psycopg2_binary-2.9.3-cp37-cp37m-manylinux_2_24_ppc64le.whl (3.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.24+ ppc64le

psycopg2_binary-2.9.3-cp37-cp37m-manylinux_2_24_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.24+ ARM64

psycopg2_binary-2.9.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

psycopg2_binary-2.9.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (3.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

psycopg2_binary-2.9.3-cp37-cp37m-macosx_10_14_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.7mmacOS 10.10+ Intel (x86-64, i386)macOS 10.10+ x86-64macOS 10.14+ x86-64macOS 10.9+ Intel (x86-64, i386)macOS 10.9+ x86-64

psycopg2_binary-2.9.3-cp36-cp36m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.6mWindows x86-64

psycopg2_binary-2.9.3-cp36-cp36m-win32.whl (994.2 kB view details)

Uploaded CPython 3.6mWindows x86

psycopg2_binary-2.9.3-cp36-cp36m-musllinux_1_1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

psycopg2_binary-2.9.3-cp36-cp36m-musllinux_1_1_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ ppc64le

psycopg2_binary-2.9.3-cp36-cp36m-musllinux_1_1_i686.whl (1.9 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ i686

psycopg2_binary-2.9.3-cp36-cp36m-musllinux_1_1_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ ARM64

psycopg2_binary-2.9.3-cp36-cp36m-manylinux_2_24_ppc64le.whl (3.5 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.24+ ppc64le

psycopg2_binary-2.9.3-cp36-cp36m-manylinux_2_24_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.24+ ARM64

psycopg2_binary-2.9.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

psycopg2_binary-2.9.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (3.0 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686

psycopg2_binary-2.9.3-cp36-cp36m-macosx_10_14_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (2.2 MB view details)

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

File details

Details for the file psycopg2-binary-2.9.3.tar.gz.

File metadata

  • Download URL: psycopg2-binary-2.9.3.tar.gz
  • Upload date:
  • Size: 380.6 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.10

File hashes

Hashes for psycopg2-binary-2.9.3.tar.gz
Algorithm Hash digest
SHA256 761df5313dc15da1502b21453642d7599d26be88bff659382f8f9747c7ebea4e
MD5 267622ecdc782c6e5c81fbe19721db12
BLAKE2b-256 d71c8d042630c5ff3c3e6d93c992bd7ecf516d577803b96781c6caa649bbf6e5

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.10, 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8b344adbb9a862de0c635f4f0425b7958bf5a4b927c8594e6e8d261775796d53
MD5 9f516946829596b396428a2c193e568e
BLAKE2b-256 444a6b17a2907d1fd0e891f61784d916c39945a85d855badd609c87bc2d9021e

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.10, 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7b1e9b80afca7b7a386ef087db614faebbf8839b7f4db5eb107d0f1a53225029
MD5 2092e3546f4c7ba044978d5a9951b72f
BLAKE2b-256 f6564c1186774f1dd75b1492e3fabc8b5c57d213ebc412e7d38de2813918bad4

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c3ae8e75eb7160851e59adc77b3a19a976e50622e44fd4fd47b8b18208189d42
MD5 05c594fb89c9710b07edb542cb6fd12f
BLAKE2b-256 cd7f05c6036e6482b7cddf3a12904344655defd7fc16b008d7f17f28d25d2f2a

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp310-cp310-musllinux_1_1_ppc64le.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp310-cp310-musllinux_1_1_ppc64le.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ppc64le
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 a9e1f75f96ea388fbcef36c70640c4efbe4650658f3d6a2967b4cc70e907352e
MD5 70961096824f92baf9e34dc12771b088
BLAKE2b-256 23db2383e85ceff06a2279001c027bb75406baf53d94a75c7648cb5d3b2a23d1

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ i686
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 090f3348c0ab2cceb6dfbe6bf721ef61262ddf518cd6cc6ecc7d334996d64efa
MD5 03b954e650590654259a44ac6fc63b8e
BLAKE2b-256 469f536f052c80e71d37edcb8902bef319c1f8d6e7f4ba49d4a999b6cea87589

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3a79d622f5206d695d7824cbf609a4f5b88ea6d6dab5f7c147fc6d333a8787e4
MD5 22bb7ffc02ce740ab10495a4e4234cad
BLAKE2b-256 62cf9e510ea668a22be01e3ba25deff03b9fa9a34598e6eabc714e67e868e0fb

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp310-cp310-manylinux_2_24_ppc64le.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp310-cp310-manylinux_2_24_ppc64le.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.10, manylinux: glibc 2.24+ ppc64le
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp310-cp310-manylinux_2_24_ppc64le.whl
Algorithm Hash digest
SHA256 0a29729145aaaf1ad8bafe663131890e2111f13416b60e460dae0a96af5905c9
MD5 2e96a8a125a16580d01189885eb4d608
BLAKE2b-256 9787a73b2f93009bf66fc9b5a9aa1b8bdf94e462657bcb0a99c259d88683d217

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp310-cp310-manylinux_2_24_aarch64.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp310-cp310-manylinux_2_24_aarch64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.10, manylinux: glibc 2.24+ ARM64
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp310-cp310-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 083a55275f09a62b8ca4902dd11f4b33075b743cf0d360419e2051a8a5d5ff76
MD5 c063e904bac1e54d91c745305696492a
BLAKE2b-256 7f0771dd915057d7ce28bc0167d3dff17166a821913085556df3fedf7968897d

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 57804fc02ca3ce0dbfbef35c4b3a4a774da66d66ea20f4bda601294ad2ea6092
MD5 ab854eb43d339f7d7cd673c2fe27262b
BLAKE2b-256 ac84d01b8a9aebeae783b84f8ee09d07ee861da2f8e260772ef7f3878549bf17

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6e82d38390a03da28c7985b394ec3f56873174e2c88130e6966cb1c946508e65
MD5 b34bed719f06d7853405482f59c12df5
BLAKE2b-256 2b202f1fc936f8ee4828b348aba3efacab2731995b21da0a955a25a398c0b57b

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f2534ab7dc7e776a263b463a16e189eb30e85ec9bbe1bff9e78dae802608932
MD5 fc27c2fadd9630b6ab134fe0dc66388e
BLAKE2b-256 2f739cb4d4a927eec8ee835e2bc594c7473e51497616cc36818d463e601888d9

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp310-cp310-macosx_10_14_x86_64.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.9.3-cp310-cp310-macosx_10_14_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 539b28661b71da7c0e428692438efbcd048ca21ea81af618d845e06ebfd29478
MD5 ce0f0dd36bf89dfd244d4e6d55b0a81b
BLAKE2b-256 838f748aa34614899181c5e420850281c18efec93f260a013d568020b38320e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2_binary-2.9.3-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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 accfe7e982411da3178ec690baaceaad3c278652998b2c45828aaac66cd8285f
MD5 bc94f3e677abc4e0eaa87d98a33c5f4b
BLAKE2b-256 6ac3947bf78ce447904b5748f7ce034289365e108232bc7acf198f82015de945

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2_binary-2.9.3-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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 46f0e0a6b5fa5851bbd9ab1bc805eef362d3a230fbdfbc209f4a236d0a7a990d
MD5 5f5cb4384e28dd4d46d3fe89c04e3e4a
BLAKE2b-256 d3602fc49dd848f1e2ffc83cc44a9d423d577ff08e64596c322d18ea6da0105d

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 99485cab9ba0fa9b84f1f9e1fef106f44a46ef6afdeec8885e0b88d0772b49e8
MD5 078c753cbef0468083519f6743b4419e
BLAKE2b-256 c988f23faee1fa579420a56a2a65e7219d22234604eb556bc351856e44da09be

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp39-cp39-musllinux_1_1_ppc64le.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp39-cp39-musllinux_1_1_ppc64le.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ppc64le
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 01310cf4cf26db9aea5158c217caa92d291f0500051a6469ac52166e1a16f5b7
MD5 5d1bd02e5ff95e00c545fe476209122c
BLAKE2b-256 65b60c07f600931d3fab769dd5d81d1e80e5675d6cfee38a01020a125b125503

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bda845b664bb6c91446ca9609fc69f7db6c334ec5e4adc87571c34e4f47b7ddb
MD5 5c88092d76d7ef1db3d48615138275b6
BLAKE2b-256 f3f20144bba34c04e515f6a559e7fafa6846c0a797e2171a7ccbabae4f933adf

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 93cd1967a18aa0edd4b95b1dfd554cf15af657cb606280996d393dadc88c3c35
MD5 3ef5693763755b407d948e99cd1123ef
BLAKE2b-256 d56636031104718ddeb1e876347bd5622f69d25714d101fb5c80f5a1db84503b

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp39-cp39-manylinux_2_24_ppc64le.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp39-cp39-manylinux_2_24_ppc64le.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.9, manylinux: glibc 2.24+ ppc64le
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp39-cp39-manylinux_2_24_ppc64le.whl
Algorithm Hash digest
SHA256 7af0dd86ddb2f8af5da57a976d27cd2cd15510518d582b478fbb2292428710b4
MD5 b033b22b62ff84efb2e88aedfd702b7d
BLAKE2b-256 cce1f6eed7285003938b813fd3d9f4a77e6e30145f9973b3d147d0fa544af773

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp39-cp39-manylinux_2_24_aarch64.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp39-cp39-manylinux_2_24_aarch64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.9, manylinux: glibc 2.24+ ARM64
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp39-cp39-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 1f14c8b0942714eb3c74e1e71700cbbcb415acbc311c730370e70c578a44a25c
MD5 831cd049f4120d718900a630ec6381e6
BLAKE2b-256 a93f386c77e71370e46391d444700faf1a15936d1ab7b109f01b1fa3d1eb55da

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 887dd9aac71765ac0d0bac1d0d4b4f2c99d5f5c1382d8b770404f0f3d0ce8a39
MD5 bfcac43f57e446516703fe7762387850
BLAKE2b-256 aed1eb4b8aebc002f0e91d6b7d6078809d48823bc259e3149f9eb334c2b04be3

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 91920527dea30175cc02a1099f331aa8c1ba39bf8b7762b7b56cbf54bc5cce42
MD5 d75a340013a97dd0535b4afca3c81a74
BLAKE2b-256 415b7dc665486f073205e46695a342a0a7e9a55f09c9459d723056f91e308fa0

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b3a24a1982ae56461cc24f6680604fffa2c1b818e9dc55680da038792e004d18
MD5 57e42ea54aa938cbf64bb9923a8b3352
BLAKE2b-256 a7737a8c4c18992262c27ee64a43232a547d920785d7ee49674b9aa8b6b47cd5

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp39-cp39-macosx_10_14_x86_64.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.9.3-cp39-cp39-macosx_10_14_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 47133f3f872faf28c1e87d4357220e809dfd3fa7c64295a4a148bcd1e6e34ec9
MD5 644b334f356d8bf4bd3e79994a6bef6e
BLAKE2b-256 e1e5a2b7ed062f60911e4c637de668c8ff7a3bd153e3703a0b4ae52152391067

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2_binary-2.9.3-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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 35168209c9d51b145e459e05c31a9eaeffa9a6b0fd61689b48e07464ffd1a83e
MD5 0fcc3308d0bea7be85dfaa0967dd362d
BLAKE2b-256 a0fff44871b1e1773f950cecb7a91f09870f4fc95a774002ad5acca534e0ee15

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 995.6 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 6472a178e291b59e7f16ab49ec8b4f3bdada0a879c68d3817ff0963e722a82ce
MD5 cdbb47b8ee839a283a00b8bac4b3f264
BLAKE2b-256 e12fa532ba3f391bf77eadc30525380352b4bd456291a2df293769e78c2690b5

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8fc53f9af09426a61db9ba357865c77f26076d48669f2e1bb24d85a22fb52307
MD5 b5a34bc88087c0d46e20faf96d90ee64
BLAKE2b-256 45784621eb7085162bc4d2252ad92af1cc5ccacbd417a50e2ee74426331aad18

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp38-cp38-musllinux_1_1_ppc64le.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp38-cp38-musllinux_1_1_ppc64le.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ ppc64le
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 d1c1b569ecafe3a69380a94e6ae09a4789bbb23666f3d3a08d06bbd2451f5ef1
MD5 91982f8757f19798c05e6010731c9be4
BLAKE2b-256 a8b5ef802483e16a8e0091b7b06ed255b66752df78189ac8cc99f6f4a5414179

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0c9d5450c566c80c396b7402895c4369a410cab5a82707b11aee1e624da7d004
MD5 4e89db1639d0823b938db66b63abfd24
BLAKE2b-256 3ed60d6ecd5cdea63b4f8f66fb1f857736de57f1bc10ba23b9a215a161ec0024

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ffb7a888a047696e7f8240d649b43fb3644f14f0ee229077e7f6b9f9081635bd
MD5 99000c3ed950feed8588a8bb94b038c5
BLAKE2b-256 7aeaa23cc91e1337474e4708180cd5b73a99fa75b402503172d3aef26d8b88bc

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp38-cp38-manylinux_2_24_ppc64le.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp38-cp38-manylinux_2_24_ppc64le.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.8, manylinux: glibc 2.24+ ppc64le
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp38-cp38-manylinux_2_24_ppc64le.whl
Algorithm Hash digest
SHA256 63638d875be8c2784cfc952c9ac34e2b50e43f9f0a0660b65e2a87d656b3116c
MD5 7ce3ebac7a34d7866f050f408ec425bf
BLAKE2b-256 3571498391990abd652deabae3861bef1cf2eb6b3b102d6bfab7d60d588981e1

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp38-cp38-manylinux_2_24_aarch64.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp38-cp38-manylinux_2_24_aarch64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.8, manylinux: glibc 2.24+ ARM64
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp38-cp38-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 af9813db73395fb1fc211bac696faea4ca9ef53f32dc0cfa27e4e7cf766dcf24
MD5 24c4cb64d9488e38e94ecbd380829b0f
BLAKE2b-256 14f4e096e993639e84ebd3361d83b3021e658033f67c7ca6cbe7d4823af8ce6d

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 280b0bb5cbfe8039205c7981cceb006156a675362a00fe29b16fbc264e242834
MD5 a48cb9f97bd8d8f8e50fcaeb7cd1c55c
BLAKE2b-256 27835bf62ca29fa23591582188f1b1aa00c4219b4f53cd39e288b8a2e4f5ee92

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dffc08ca91c9ac09008870c9eb77b00a46b3378719584059c034b8945e26b272
MD5 a2a0d133c47b9cbaeb491222ad92745a
BLAKE2b-256 ab5af075f1b9417bd7fb9eef7e00b234352acd39735959afda2d8d3af07108a6

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e6aa71ae45f952a2205377773e76f4e3f27951df38e69a4c95440c779e013560
MD5 8ddb94c66381634e9a6e7e27e51d466a
BLAKE2b-256 7e439717f763b51572d61629507c54f561c2de4eade09f555840553c5796a669

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp38-cp38-macosx_10_14_x86_64.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.9.3-cp38-cp38-macosx_10_14_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 def68d7c21984b0f8218e8a15d514f714d96904265164f75f8d3a70f9c295667
MD5 6e35f865eca33e2b7dab512e5464ea7f
BLAKE2b-256 f7964a14ba6336e21616483ef77c6d1dab5176016eb7242d9123b2151668f317

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2_binary-2.9.3-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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2f9ffd643bc7349eeb664eba8864d9e01f057880f510e4681ba40a6532f93c71
MD5 a6264b863e1b2e9c400dd37bca7b830b
BLAKE2b-256 44831b12c847e5897586aa4defb16dcf050746d7721b92ec960a114bb1de4cdb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 994.0 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 adf20d9a67e0b6393eac162eb81fb10bc9130a80540f4df7e7355c2dd4af9fba
MD5 244ccca040092c627934b601b8a99ea0
BLAKE2b-256 cd67bff3c44d03de4218d0b677d46c0c4860287e818fb4befd891352cd390a54

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 15c4e4cfa45f5a60599d9cec5f46cd7b1b29d86a6390ec23e8eebaae84e64554
MD5 24a25045fd3a699e5b18d666a0d13c63
BLAKE2b-256 7244aa6fac759d11c572ed8436d0989a8cd84d7ac1cf9a1959fea38b985d113c

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp37-cp37m-musllinux_1_1_ppc64le.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp37-cp37m-musllinux_1_1_ppc64le.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ ppc64le
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 183a517a3a63503f70f808b58bfbf962f23d73b6dccddae5aa56152ef2bcb232
MD5 d2c1e9e60e9df4c449561dca12e9124b
BLAKE2b-256 77bf7e16bd2f541efd7c6f18dc15911b64b0284ea166f533418fd6cf0f0fb5df

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ i686
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9d29409b625a143649d03d0fd7b57e4b92e0ecad9726ba682244b73be91d2fdb
MD5 7d847ce0f78777fae1afe51d641ff0b3
BLAKE2b-256 88c3dd84257933acb24606b45cfe9b42b856d6af5311844cfef85b20b60921e1

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c381bda330ddf2fccbafab789d83ebc6c53db126e4383e73794c74eedce855ef
MD5 a7d4aa2e77b8a6cdf944ba4a7c49a35f
BLAKE2b-256 91e69661ca88fac39836417ab00dfe7ed3b1a1290533fa48465c5b7b0b9d2823

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp37-cp37m-manylinux_2_24_ppc64le.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp37-cp37m-manylinux_2_24_ppc64le.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.24+ ppc64le
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp37-cp37m-manylinux_2_24_ppc64le.whl
Algorithm Hash digest
SHA256 53293533fcbb94c202b7c800a12c873cfe24599656b341f56e71dd2b557be063
MD5 039277495dd5337cf691cb35dd9dff06
BLAKE2b-256 d59c775639a225a745fb1e1e813cb048f2840460c075e98c0c5625826ce3a76b

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp37-cp37m-manylinux_2_24_aarch64.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp37-cp37m-manylinux_2_24_aarch64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.24+ ARM64
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp37-cp37m-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 12b11322ea00ad8db8c46f18b7dfc47ae215e4df55b46c67a94b4effbaec7094
MD5 7cc8d59fd03d8aa3244ee88ede88e6b5
BLAKE2b-256 0e8b02777ff3b529839cb1cd2fd85bdff856ec168c39552c4049fc25224d6522

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a29b3ca4ec9defec6d42bf5feb36bb5817ba3c0230dd83b4edf4bf02684cd0ae
MD5 60d6483b5b2bcf548db390637204454b
BLAKE2b-256 bd6df690fa4824c60e8cc77024188f70d7b263d4f2351fcc3bd95d6c78ad626e

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 874a52ecab70af13e899f7847b3e074eeb16ebac5615665db33bce8a1009cf33
MD5 a00ca3c9985d58122629bd493945c401
BLAKE2b-256 e15208845e049b08bd979458f70330ea60fbbe17abb35ad696c3dd770bfad5b3

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp37-cp37m-macosx_10_14_x86_64.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.9.3-cp37-cp37m-macosx_10_14_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 10bb90fb4d523a2aa67773d4ff2b833ec00857f5912bafcfd5f5414e45280fb1
MD5 203989f43f3583d53ff55f03437a67c8
BLAKE2b-256 6dcca7f2255524bf40936ea3ff81dabca321846f1a7d14166b8ddaae4514b6c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2_binary-2.9.3-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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 2d872e3c9d5d075a2e104540965a1cf898b52274a5923936e5bfddb58c59c7c2
MD5 1c7716b71ae8f16ab2876d0495af12a3
BLAKE2b-256 ebf8055bab286fc808a6086c74e463398667740a00627c9166f5fc00919590fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 994.2 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 1f6b813106a3abdf7b03640d36e24669234120c72e91d5cbaeb87c5f7c36c65b
MD5 5ea1c55eeb7621a80163464927e0a8e7
BLAKE2b-256 70f93d76d73e55d839ed6f956b8d13fb192d65b0691e536929c3999fc9435f7b

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 404224e5fef3b193f892abdbf8961ce20e0b6642886cfe1fe1923f41aaa75c9d
MD5 9bafd9e5a7ee139435c519da501dcb9f
BLAKE2b-256 eaa180c4d7a8341e26ed741de97c1abd4819c2664a70ab529c261693c61b2e2f

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp36-cp36m-musllinux_1_1_ppc64le.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp36-cp36m-musllinux_1_1_ppc64le.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ ppc64le
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 152f09f57417b831418304c7f30d727dc83a12761627bb826951692cc6491e57
MD5 3fb9c72e85849405c1fcb813da0baa1d
BLAKE2b-256 3078826ce3b94df4cc7d82931f53ef994bdad8e7d99f030de097b68e0b8862d9

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp36-cp36m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ i686
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 15803fa813ea05bef089fa78835118b5434204f3a17cb9f1e5dbfd0b9deea5af
MD5 0c293730f82306f39a03e79c87f60566
BLAKE2b-256 350fa1ba44e86d28effd875dd6d6d1d7182bf6b8495b2f3781632ebec2cf19a2

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp36-cp36m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ ARM64
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b1c8068513f5b158cf7e29c43a77eb34b407db29aca749d3eb9293ee0d3103ca
MD5 6377ce160de4eaef799acac2ab09b22b
BLAKE2b-256 0e240f37ec4d2f35a833390624f6fe286b597e752629506f501a134c18f4f7d6

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp36-cp36m-manylinux_2_24_ppc64le.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp36-cp36m-manylinux_2_24_ppc64le.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.24+ ppc64le
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp36-cp36m-manylinux_2_24_ppc64le.whl
Algorithm Hash digest
SHA256 526ea0378246d9b080148f2d6681229f4b5964543c170dd10bf4faaab6e0d27f
MD5 c187e5172051640cb684bc0b58c89a39
BLAKE2b-256 bda33ce30e433d51761ea52e75d4b8ccf7fc9e50c774bdfed8f17e7b715dfc81

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp36-cp36m-manylinux_2_24_aarch64.whl.

File metadata

  • Download URL: psycopg2_binary-2.9.3-cp36-cp36m-manylinux_2_24_aarch64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.24+ ARM64
  • 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.10

File hashes

Hashes for psycopg2_binary-2.9.3-cp36-cp36m-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 e3699852e22aa68c10de06524a3721ade969abf382da95884e6a10ff798f9281
MD5 adf1586049dbc69cc6e0f148ab1cb276
BLAKE2b-256 f1e9ce5dac140c822e8c18152107a0dea44922fa64ebb9a6902209ea20c77e3b

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3303f8807f342641851578ee7ed1f3efc9802d00a6f83c101d21c608cb864460
MD5 8b1ae26583f67ebf30262c5eed702d90
BLAKE2b-256 df68a2e0aaf1f2bcd61cef9593f6e331848e839866cdd04e340e115d7e71d756

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 68641a34023d306be959101b345732360fc2ea4938982309b786f7be1b43a4a1
MD5 48a7d787ca21b8b2d01e09c212858d58
BLAKE2b-256 4dceb3fc016eab1827f96cfeed1632d7ba2d3014b1038f5061fc9e0fe9206fb1

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.3-cp36-cp36m-macosx_10_14_x86_64.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.9.3-cp36-cp36m-macosx_10_14_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 e847774f8ffd5b398a75bc1c18fbb56564cda3d629fe68fd81971fece2d3c67e
MD5 be38b48e0b07c5cbc4e75fd4a79e5ae3
BLAKE2b-256 fcd81689425fc7c1dfd026715e6e92d3ed2f6f706c38afd711678abe002309ab

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