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

Uploaded Source

Built Distributions

psycopg2_binary-2.9.9-cp312-cp312-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.12Windows x86-64

psycopg2_binary-2.9.9-cp312-cp312-win32.whl (1.0 MB view details)

Uploaded CPython 3.12Windows x86

psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ppc64le

psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_i686.whl (2.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ i686

psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (3.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

psycopg2_binary-2.9.9-cp312-cp312-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

psycopg2_binary-2.9.9-cp312-cp312-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

psycopg2_binary-2.9.9-cp311-cp311-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.11Windows x86-64

psycopg2_binary-2.9.9-cp311-cp311-win32.whl (1.0 MB view details)

Uploaded CPython 3.11Windows x86

psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ppc64le

psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_i686.whl (2.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (3.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

psycopg2_binary-2.9.9-cp311-cp311-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

psycopg2_binary-2.9.9-cp311-cp311-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ppc64le

psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_i686.whl (2.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

psycopg2_binary-2.9.9-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.9-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (3.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

psycopg2_binary-2.9.9-cp310-cp310-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

psycopg2_binary-2.9.9-cp310-cp310-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ppc64le

psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_i686.whl (2.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

psycopg2_binary-2.9.9-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.9-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (3.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

psycopg2_binary-2.9.9-cp39-cp39-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

psycopg2_binary-2.9.9-cp39-cp39-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

psycopg2_binary-2.9.9-cp38-cp38-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8Windows x86-64

psycopg2_binary-2.9.9-cp38-cp38-win32.whl (1.0 MB view details)

Uploaded CPython 3.8Windows x86

psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ppc64le

psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_i686.whl (2.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

psycopg2_binary-2.9.9-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.9-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (3.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

psycopg2_binary-2.9.9-cp38-cp38-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

psycopg2_binary-2.9.9-cp38-cp38-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

psycopg2_binary-2.9.9-cp37-cp37m-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.7mWindows x86-64

psycopg2_binary-2.9.9-cp37-cp37m-win32.whl (1.0 MB view details)

Uploaded CPython 3.7mWindows x86

psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ppc64le

psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_i686.whl (2.5 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

psycopg2_binary-2.9.9-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.9-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (3.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

psycopg2_binary-2.9.9-cp37-cp37m-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: psycopg2-binary-2.9.9.tar.gz
  • Upload date:
  • Size: 385.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for psycopg2-binary-2.9.9.tar.gz
Algorithm Hash digest
SHA256 7f01846810177d829c7692f1f5ada8096762d9172af1b1a28d4ab5b77c923c1c
MD5 0f90af5f25b530e33d11ec24d737c3c3
BLAKE2b-256 fc07e720e53bfab016ebcc34241695ccc06a9e3d91ba19b40ca81317afbdc440

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 81ff62668af011f9a48787564ab7eded4e9fb17a4a6a74af5ffa6a457400d2ab
MD5 b09c34d911adaa6c3b16bb0ef4229e18
BLAKE2b-256 7b089c66c269b0d417a0af9fb969535f0371b8c538633535a7a6a5ca3f9231e2

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 64cf30263844fa208851ebb13b0732ce674d8ec6a0c86a4e160495d299ba3c93
MD5 ce47daa7161fc45fc2fe4cda4a18bfae
BLAKE2b-256 6fee3ba07c6dc7c3294e717e94720da1597aedc82a10b1b180203ce183d4631a

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 57fede879f08d23c85140a360c6a77709113efd1c993923c59fde17aa27599fe
MD5 301bd70490cf22080398c02e052b8f8b
BLAKE2b-256 56a27851c68fe8768f3c9c246198b6356ee3e4a8a7f6820cc798443faada3400

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 911dda9c487075abd54e644ccdf5e5c16773470a6a5d3826fda76699410066fb
MD5 f8dfc7340c218c56163518a98021756a
BLAKE2b-256 143312818c157e333cb9d9e6753d1b2463b6f60dbc1fade115f8e4dc5c52cac4

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cb16c65dcb648d0a43a2521f2f0a2300f40639f6f8c1ecbc662141e4e3e1ee07
MD5 af2e41f49c43b537a5f60386b04723bd
BLAKE2b-256 70bbaec2646a705a09079d008ce88073401cd61fc9b04f92af3eb282caa3a2ec

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c77e3d1862452565875eb31bdb45ac62502feabbd53429fdc39a1cc341d681ba
MD5 732ca41b92d0625608c2ce898c497f5a
BLAKE2b-256 94681176fc14ea76861b7b8360be5176e87fb20d5091b137c76570eb4e237324

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e6f98446430fdf41bd36d4faa6cb409f5140c1c2cf58ce0bbdaf16af7d3f119
MD5 2060a4dd3668821db51813d03380e264
BLAKE2b-256 19579f172b900795ea37246c78b5f52e00f4779984370855b3e161600156906d

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2e5afae772c00980525f6d6ecf7cbca55676296b580c0e6abb407f15f3706996
MD5 a0e09a4cb093e4616693089113467058
BLAKE2b-256 622ac0530b59d7e0d09824bc2102ecdcec0456b8ca4d47c0caa82e86fce3ed4c

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2d423c8d8a3c82d08fe8af900ad5b613ce3632a1249fd6a223941d0735fce493
MD5 73c80d630d6d3259017c0389bc66e067
BLAKE2b-256 04372429360ac5547378202db14eec0dde76edbe1f6627df5a43c7e164922859

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8f8544b092a29a6ddd72f3556a9fcf249ec412e10ad28be6a0c0d948924f2212
MD5 d5f2e3bdad49c465d5923255387cd248
BLAKE2b-256 5066fa53d2d3d92f6e1ef469d92afc6a4fe3f6e8a9a04b687aa28fb1f1d954ee

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b0605eaed3eb239e87df0d5e3c6489daae3f7388d455d0c0b4df899519c6a38d
MD5 851b4f11d365253fe8c1d6a819f4c40c
BLAKE2b-256 18cada384fd47233e300e3e485c90e7aab5d7def896d1281239f75901faf87d4

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8532fd6e6e2dc57bcb3bc90b079c60de896d2128c5d9d6f24a63875a95a088cf
MD5 39d54b6790cacc45e7e24768b1a24f7e
BLAKE2b-256 a7d05f2db14e7b53552276ab613399a83f83f85b173a862d3f20580bc7231139

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b76bedd166805480ab069612119ea636f5ab8f8771e640ae103e05a4aae3e417
MD5 42470f50867a9614b7fdaf5b1866f371
BLAKE2b-256 251f7ae31759142999a8d06b3e250c1346c4abcdcada8fa884376775dc1de686

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 dc4926288b2a3e9fd7b50dc6a1909a13bbdadfc67d93f3374d984e56f885579d
MD5 1a73e99872d1525532882273deaa89b9
BLAKE2b-256 7caecedd56e1f4a2b0e37213283caf3733a875c4c76f3372241e19c0d2a87355

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 78151aa3ec21dccd5cdef6c74c3e73386dcdfaf19bced944169697d7ac7482fc
MD5 9a1927de1830bcca64489441d58e7847
BLAKE2b-256 925796576e07132d7f7a1ac1df939575e6fdd8951aea337ee152b586bb51a971

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 77853062a2c45be16fd6b8d6de2a99278ee1d985a7bd8b103e97e41c034006d2
MD5 e1de3465c8add692bb692e3471172ddd
BLAKE2b-256 3b92b463556409cdc12791cd8b1dae0072bf8efe817ef68b7ea3d9cf7d0e5656

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bc7bb56d04601d443f24094e9e31ae6deec9ccb23581f75343feebaf30423359
MD5 51d4a4d44471f0f9c2ac72dd2a6dffef
BLAKE2b-256 7317ba28bb0022db5e2015a82d2df1c4b0d419c37fa07a588b3aff3adc4939f6

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b6356793b84728d9d50ead16ab43c187673831e9d4019013f1402c41b1db9b27
MD5 6e37cf77a119db3ce54f3bc45ed88bcf
BLAKE2b-256 e9b09ca2b8e01a0912c9a14234fd5df7a241a1e44778c5797bf4b8eaa8dc3d3a

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 977646e05232579d2e7b9c59e21dbe5261f403a88417f6a6512e70d3f8a046be
MD5 868754a75303543eaf6566b9b41c6734
BLAKE2b-256 ce8562825cabc6aad53104b7b6d12eb2ad74737d268630032d07b74d4444cb72

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f7fc5a5acafb7d6ccca13bfa8c90f8c51f13d8fb87d95656d3950f0158d3ce53
MD5 ff01cba56ade1d309fb717b0713a9182
BLAKE2b-256 c20581e8bc7fca95574c9323e487d9ce1b58a4cfcc17f89b8fe843af46361211

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c332c8d69fb64979ebf76613c66b985414927a40f8defa16cf1bc028b7b0a7b0
MD5 58fd326dadc800b024dbe3631533ff1a
BLAKE2b-256 f798c2fedcbf0a9607519a010dcf88571138b2251062dbde3610cdba5ba1eee1

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 143072318f793f53819048fdfe30c321890af0c3ec7cb1dfc9cc87aa88241de2
MD5 4fde86e4959529953e17c749f327663b
BLAKE2b-256 810b3adf561107c865928455891156d1dde5325253f7f4316fe56cd2c3f73570

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1ea665f8ce695bcc37a90ee52de7a7980be5161375d42a0b6c6abedbf0d81f0f
MD5 6009b7e33a876129705228a68f91d9ed
BLAKE2b-256 7a1fa6cf0cdf944253f7c45d90fbc876cc8bed5cc9942349306245715c0d88d6

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ee825e70b1a209475622f7f7b776785bd68f34af6e7a46e2e42f27b659b5bc26
MD5 c96b681efb1e26257ed697d40a7835ab
BLAKE2b-256 a5ac702d300f3df169b9d0cbef0340d9f34a78bc18dc2dbafbcb39ff0f165cf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 876801744b0dee379e4e3c38b76fc89f88834bb15bf92ee07d94acd06ec890a0
MD5 265f71b163c186142ed8818bbd7ad48f
BLAKE2b-256 5e4c9233e0e206634a5387f3ab40f334a5325fb8bef2ca4e12ee7dbdeaf96afc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3f78fd71c4f43a13d342be74ebbc0666fe1f555b8837eb113cb7416856c79682
MD5 5dd4b8416fb8e0230f4d1f3051deb375
BLAKE2b-256 6341815d19767e2adb1a585213b801c954f46102f305c352c4a4f96287342d44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8dbf6d1bc73f1d04ec1734bae3b4fb0ee3cb2a493d35ede9badbeb901fb40f6f
MD5 720cfcccec9d35b2376e14eeaff19608
BLAKE2b-256 70a72cd2c9d5e23b556c11e3b7da41895808d9b056f8f34f50de4375a35b4951

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 0c009475ee389757e6e34611d75f6e4f05f0cf5ebb76c6037508318e1a1e0d7e
MD5 5ce8f2a48e4f567ee798edc51467c0d5
BLAKE2b-256 0e6de97245eabff29d7c2de5fc1fc17cf7ef427beee93d20a5ae114c6e6718bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b58b4710c7f4161b5e9dcbe73bb7c62d65670a87df7bcce9e1faaad43e715245
MD5 9dcb1015378d9b11475cd639c83986a8
BLAKE2b-256 3b76e46dae1b2273814ef80231f86d59cadf94ec36fd757045ed713c5b75cde7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d2997c458c690ec2bc6b0b7ecbafd02b029b7b4283078d3b32a852a7ce3ddd98
MD5 7557ff79e764f0f96241f5523124ab2e
BLAKE2b-256 41afbce37630c525d2b9cf93f930110fc98616d6aca308d59b833b83b3a38176

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed1184ab8f113e8d660ce49a56390ca181f2981066acc27cf637d5c1e10ce46e
MD5 1440643d4e7c4402fa01bbb11fa471a9
BLAKE2b-256 bc0d486e3fa27f39a00168abfcf14a3d8444f437f4b755cc34316da1124f293d

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0ef4854e82c09e84cc63084a9e4ccd6d9b154f1dbdd283efb92ecd0b5e2b8c84
MD5 d54b4a2d37b6081aadb7174fd70f406d
BLAKE2b-256 9c02826dc5cdfc9515423ec912ba00cc2e4eb09f69e0339b177c9c742f2a09a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 83791a65b51ad6ee6cf0845634859d69a038ea9b03d7b26e703f94c7e93dbcf9
MD5 c653589b423b92f719ff3669c40eef42
BLAKE2b-256 8350a054076c6358753661cd1da59f4dabc03e83d51690371f3fd1edb9e2cf72

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 75723c3c0fbbf34350b46a3199eb50638ab22a0228f93fb472ef4d9becc2382b
MD5 e83652fdda73411e8e90951e39c9a3b4
BLAKE2b-256 edbe6c787962d706e55a528ef1693dd7251de657ae60e4d9d767ed61e8e2975c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c6af2a6d4b7ee9615cbb162b0738f6e1fd1f5c3eda7e5da17861eacf4c717ea7
MD5 22d7be18060de7c5d971476ba71769d4
BLAKE2b-256 723dacab427845198794aafd963dd073ee35810e2c52606e8a28c12db39821fb

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c2470da5418b76232f02a2fcd2229537bb2d5a7096674ce61859c3229f2eb202
MD5 1bdd8d6d5d455308925e1fe1b72182ec
BLAKE2b-256 0a7c6aaf8c3cb05d86d2c3f407b95bac0c71a43f2718e38c1091972aacb5e1b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f7ae5d65ccfbebdfa761585228eb4d0df3a8b15cfb53bd953e713e09fbb12957
MD5 0b1d5b1f331c32a6c8f6da3c12c97cbb
BLAKE2b-256 cb35009b43d67a7010b789690a46d49521fd435ce33ce722fe8d7ac7efe35c21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2_binary-2.9.9-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for psycopg2_binary-2.9.9-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9dba73be7305b399924709b91682299794887cbbd88e38226ed9f6712eabee90
MD5 eb230ec58b077bcf63f61490650e5559
BLAKE2b-256 0ab73046fd37fdf84c1945741d16fa7536ddcf8576bad6d77ee2891c5255dce3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ac05fb791acf5e1a3e39402641827780fe44d27e72567a000412c648a85ba860
MD5 0ffe1420bfee428d1ea519fce667de0c
BLAKE2b-256 c5220b832bc8a83d8fed74c5a45fbacf4a6e6eb66bcb0cd3836fca9a709f25f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 ca08decd2697fdea0aea364b370b1249d47336aec935f87b8bbfd7da5b2ee9c1
MD5 6524a6891d0354ba3edb7383038fae71
BLAKE2b-256 cbbde5fb2aa9737e50c0ffb9c3851710055eafedd4c8628c6ef9863bb2e9c434

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ebdc36bea43063116f0486869652cb2ed7032dbc59fbcb4445c4862b5c1ecf7f
MD5 f0479402722972ddb36d836ee2e18f49
BLAKE2b-256 6bae05d1e52e8535ef3c73fa327e179d982b903e2c08987fa0e2167842c153a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4686818798f9194d03c9129a4d9a702d9e113a89cb03bffe08c6cf799e053291
MD5 ab622d5912c2cf008246de87174f2a25
BLAKE2b-256 ba7ec91f4c1e364444c8f59e82501f600019717f265ae4092057cece02d2d945

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a58c98a7e9c021f357348867f537017057c2ed7f77337fd914d0bedb35dace7
MD5 da8a67df59bc8bc20dd6e779345cf99c
BLAKE2b-256 6504d0266fd446cb65384ce5442bc08449fd0b5d3419494574f020275f9e2273

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1873aade94b74715be2246321c8650cabf5a0d098a95bab81145ffffa4c13876
MD5 f35be7502c20f356b4e1a2b626b232dd
BLAKE2b-256 2e499550febcc90105089bb89881b8cba73db227b9685cfddaae2479791a2379

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 15208be1c50b99203fe88d15695f22a5bed95ab3f84354c494bcb1d08557df67
MD5 a971452b4b2d43478b339e6e0b9405e5
BLAKE2b-256 f085dff2170a1e6748b7068a4523ea9fef8373572c4cd283cffb4802f871a556

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 31a34c508c003a4347d389a9e6fcc2307cc2150eb516462a7a17512130de109e
MD5 40433def3279048314828902dec65ab3
BLAKE2b-256 68a267732accfffdb6696dc9523f82e91823e8cb1cc311f1c4ce006d2bb85016

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 30dcc86377618a4c8f3b72418df92e77be4254d8f89f14b8e8f57d6d43603c0f
MD5 282b7e9555e24e1d275f6a4401a3a8f0
BLAKE2b-256 3e067d0085889cba209185f1a52d646c4dbdbd9075345f4ca685bacf08d30755

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 72dffbd8b4194858d0941062a9766f8297e8868e1dd07a7b36212aaa90f49472
MD5 8b00e416b735ae4a4fcc918ab5457ae9
BLAKE2b-256 8269c25f8bd5c189cee89bc00e16b49a84f930b3b4c2cfec953a26c99076a586

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a6cdcc3ede532f4a4b96000b6362099591ab4a3e913d70bcbac2b56c872446f7
MD5 ceb665ab8fd9e08121998dae52c8a671
BLAKE2b-256 4810320b014e2fda509dc16409f76815ad0229e4fcec5ed229e64f7f917cc23f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2_binary-2.9.9-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for psycopg2_binary-2.9.9-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 804d99b24ad523a1fe18cc707bf741670332f7c7412e9d49cb5eab67e886b9b5
MD5 9717ade6c35ded537cc9d57657f1038c
BLAKE2b-256 bc1476879e83245d8dc72812fb71fb3e710fa7482a05c4b1788b41b22e9fffcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 729177eaf0aefca0994ce4cffe96ad3c75e377c7b6f4efa59ebf003b6d398716
MD5 1aca9e11a8f41c208a566dda1de2d8c1
BLAKE2b-256 ba69e38aeaace3a87dda1c152c039c72181fdcbff0787d5d2466944b663c4a57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 1236ed0952fbd919c100bc839eaa4a39ebc397ed1c08a97fc45fee2a595aa1b3
MD5 95b11902b37f7dc133552c4ea695006c
BLAKE2b-256 dcd0512a73da2253c1904366155fd2c7ddf6d4e04a4eb434c90a18af8ce3d24b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 323ba25b92454adb36fa425dc5cf6f8f19f78948cbad2e7bc6cdf7b0d7982e59
MD5 e0ca54db6a1a223ec1fa21549e30413e
BLAKE2b-256 a3963153069df1378d398dcbd6968d4da89735bb63dccbb13a435bc65291c59c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ca49a8119c6cbd77375ae303b0cfd8c11f011abbbd64601167ecca18a87e7cdd
MD5 7bfa8f3c209f0459948f9eee04e7bcfa
BLAKE2b-256 dae0073f50a65093a0bd087aff95754bdd61e8ef24d6ea29f47ea97575d4a784

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ead20f7913a9c1e894aebe47cccf9dc834e1618b7aa96155d2091a626e59c972
MD5 d64b8c5cf1a4ceba402a0f9a7b0c4b93
BLAKE2b-256 197ae806ed82d954b9ec29b62f12ae8929da8910cde5ab7e919ec0983e56672d

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d3f82c171b4ccd83bbaf35aa05e44e690113bd4f3b7b6cc54d2219b132f3ae55
MD5 d676a7d9f4d9d4abdff25e3f928732e6
BLAKE2b-256 24bf4856c4985823ef094fc5a52eeb194f038dfbc57921f1d091853efc8e01b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 18d0ef97766055fec15b5de2c06dd8e7654705ce3e5e5eed3b6651a1d2a9a152
MD5 a88673609362f0432c4a73f9c9adfaf7
BLAKE2b-256 5fe9115e4f4f86d4aa5c300fdc90ac3d3e74401b4060d782281fe5b47d6c832d

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 34eccd14566f8fe14b2b95bb13b11572f7c7d5c36da61caf414d23b91fcc5d94
MD5 c17baceebf0af23561d638b97de15202
BLAKE2b-256 241b99b948254604838de668d81cc39a294a987721120c67963e00d47a290f7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 246b123cc54bb5361588acc54218c8c9fb73068bf227a4a531d8ed56fa3ca7d6
MD5 332a7c2316ebdc7fdef59755a4efca24
BLAKE2b-256 88d83bbedf39ab90d64d7a6f04e3f3744c74f46f55bd305cc2db3aa12e9c5667

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 60989127da422b74a04345096c10d416c2b41bd7bf2a380eb541059e4e999980
MD5 61402e056b316a29384f35a277f147cf
BLAKE2b-256 94626f8d281e279a71f20d1670f4de97d116b1d90948eb16c3c41ac305f94a30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 281309265596e388ef483250db3640e5f414168c5a67e9c665cafce9492eda2f
MD5 657349353e586128ed5c4521416c1d0f
BLAKE2b-256 654f083f6b652b7fbecec1dc10bc9d1ffb66efd63611a25dddd0b4c1ef043ba6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 68fc1f1ba168724771e38bee37d940d2865cb0f562380a1fb1ffb428b75cb692
MD5 b90c8f08efcc48c22e7a29c31b701cd6
BLAKE2b-256 9a6fb593ca17c14907e35ea1077e372ce47b4e721002bd272577880d2541d331

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a148c5d507bb9b4f2030a2025c545fccb0e1ef317393eaba42e7eabd28eb6041
MD5 2de32fe1efb047676a90d8c1fadc0b90
BLAKE2b-256 5bae4a40f97bed02725b6c8b095fbe0587acda9f350f424d3d154acbf4d4c9aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 4154ad09dac630a0f13f37b583eae260c6aa885d67dfbccb5b02c33f31a6d420
MD5 d4d4055a29381de0bb47d64c8031a0fa
BLAKE2b-256 f4bcf273a15ccdbd479a1c60d1efd50bd2c96bab2b17c2d0760408e033c08165

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 420f9bbf47a02616e8554e825208cb947969451978dceb77f95ad09c37791dae
MD5 bfd4212c8e758ea1c3118daa120bf783
BLAKE2b-256 eb08bf324316b7e135a5bc82a850109095177a89e9624a08bcefa78f4b25a10d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f9b5571d33660d5009a8b3c25dc1db560206e2d2f89d3df1cb32d72c0d117d52
MD5 9582bedb760c78e4319790544e402555
BLAKE2b-256 97187dfc189f70a170d7a7f9fbdda00e450f46a04420b3a06c0c7017e6017889

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 275ff571376626195ab95a746e6a04c7df8ea34638b99fc11160de91f2fef503
MD5 2f7d76806a0e573263ae1ae0ccffab17
BLAKE2b-256 4cdca5d52ac82bd581bc18dbba2e7540cea458d85a0a72e3a58df7d9bfd8e133

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8359bf4791968c5a78c56103702000105501adb557f3cf772b2c207284273984
MD5 6ed2de16a6c44ad0699dceaed1445177
BLAKE2b-256 97170a4dab7369047d2d381acc79383f046b1208481b9da867b60a03d82adb31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0a602ea5aff39bb9fac6308e9c9d82b9a35c2bf288e184a816002c9fae930b77
MD5 555ac5d216e7d531c3a565b7f7db1529
BLAKE2b-256 6641fd79b2baf3079938f3c447e1a6087b10d09d2f0c54513e27a6872797f841

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03ef7df18daf2c4c07e2695e8cfd5ee7f748a1d54d802330985a78d2a5a6dca9
MD5 430bee9373dba6070b200151f2c678c2
BLAKE2b-256 4246c4170e77d71e76c1fe52ddc0d90f5e33f7afb72451e550268aba99675624

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.9-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.9-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2293b001e319ab0d869d660a704942c9e2cce19745262a8aba2115ef41a0a42a
MD5 2021c2c1cd124ae8902ee11fc0e1c4fe
BLAKE2b-256 c1d330a58e2399ad0d7830bb2c3c07b2e937e2ea8fe53e1d9e4b95d03d995362

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