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.

Build status:

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

Uploaded Source

Built Distributions

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

psycopg2_binary-2.9.12-cp314-cp314-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.14Windows x86-64

psycopg2_binary-2.9.12-cp314-cp314-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

psycopg2_binary-2.9.12-cp314-cp314-musllinux_1_2_riscv64.whl (3.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ riscv64

psycopg2_binary-2.9.12-cp314-cp314-musllinux_1_2_ppc64le.whl (3.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ppc64le

psycopg2_binary-2.9.12-cp314-cp314-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

psycopg2_binary-2.9.12-cp314-cp314-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl (4.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.38+ riscv64manylinux: glibc 2.39+ riscv64

psycopg2_binary-2.9.12-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

psycopg2_binary-2.9.12-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

psycopg2_binary-2.9.12-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (4.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

psycopg2_binary-2.9.12-cp314-cp314-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

psycopg2_binary-2.9.12-cp314-cp314-macosx_10_15_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

psycopg2_binary-2.9.12-cp313-cp313-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.13Windows x86-64

psycopg2_binary-2.9.12-cp313-cp313-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

psycopg2_binary-2.9.12-cp313-cp313-musllinux_1_2_riscv64.whl (3.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ riscv64

psycopg2_binary-2.9.12-cp313-cp313-musllinux_1_2_ppc64le.whl (3.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

psycopg2_binary-2.9.12-cp313-cp313-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

psycopg2_binary-2.9.12-cp313-cp313-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl (4.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.38+ riscv64manylinux: glibc 2.39+ riscv64

psycopg2_binary-2.9.12-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

psycopg2_binary-2.9.12-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

psycopg2_binary-2.9.12-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (4.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

psycopg2_binary-2.9.12-cp313-cp313-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

psycopg2_binary-2.9.12-cp313-cp313-macosx_10_13_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

psycopg2_binary-2.9.12-cp312-cp312-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.12Windows x86-64

psycopg2_binary-2.9.12-cp312-cp312-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

psycopg2_binary-2.9.12-cp312-cp312-musllinux_1_2_riscv64.whl (3.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ riscv64

psycopg2_binary-2.9.12-cp312-cp312-musllinux_1_2_ppc64le.whl (3.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

psycopg2_binary-2.9.12-cp312-cp312-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

psycopg2_binary-2.9.12-cp312-cp312-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl (4.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.38+ riscv64manylinux: glibc 2.39+ riscv64

psycopg2_binary-2.9.12-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

psycopg2_binary-2.9.12-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

psycopg2_binary-2.9.12-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (4.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

psycopg2_binary-2.9.12-cp312-cp312-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

psycopg2_binary-2.9.12-cp312-cp312-macosx_10_13_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

psycopg2_binary-2.9.12-cp311-cp311-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.11Windows x86-64

psycopg2_binary-2.9.12-cp311-cp311-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

psycopg2_binary-2.9.12-cp311-cp311-musllinux_1_2_riscv64.whl (3.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ riscv64

psycopg2_binary-2.9.12-cp311-cp311-musllinux_1_2_ppc64le.whl (3.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

psycopg2_binary-2.9.12-cp311-cp311-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

psycopg2_binary-2.9.12-cp311-cp311-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl (4.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.38+ riscv64manylinux: glibc 2.39+ riscv64

psycopg2_binary-2.9.12-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

psycopg2_binary-2.9.12-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

psycopg2_binary-2.9.12-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (4.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

psycopg2_binary-2.9.12-cp311-cp311-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

psycopg2_binary-2.9.12-cp311-cp311-macosx_10_9_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

psycopg2_binary-2.9.12-cp310-cp310-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.10Windows x86-64

psycopg2_binary-2.9.12-cp310-cp310-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

psycopg2_binary-2.9.12-cp310-cp310-musllinux_1_2_riscv64.whl (3.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ riscv64

psycopg2_binary-2.9.12-cp310-cp310-musllinux_1_2_ppc64le.whl (3.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

psycopg2_binary-2.9.12-cp310-cp310-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

psycopg2_binary-2.9.12-cp310-cp310-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.38+ riscv64manylinux: glibc 2.39+ riscv64

psycopg2_binary-2.9.12-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

psycopg2_binary-2.9.12-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

psycopg2_binary-2.9.12-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (4.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

psycopg2_binary-2.9.12-cp310-cp310-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

psycopg2_binary-2.9.12-cp310-cp310-macosx_10_9_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

psycopg2_binary-2.9.12-cp39-cp39-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.9Windows x86-64

psycopg2_binary-2.9.12-cp39-cp39-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

psycopg2_binary-2.9.12-cp39-cp39-musllinux_1_2_riscv64.whl (3.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ riscv64

psycopg2_binary-2.9.12-cp39-cp39-musllinux_1_2_ppc64le.whl (3.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ppc64le

psycopg2_binary-2.9.12-cp39-cp39-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

psycopg2_binary-2.9.12-cp39-cp39-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl (4.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.38+ riscv64manylinux: glibc 2.39+ riscv64

psycopg2_binary-2.9.12-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

psycopg2_binary-2.9.12-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

psycopg2_binary-2.9.12-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (4.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

psycopg2_binary-2.9.12-cp39-cp39-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

psycopg2_binary-2.9.12-cp39-cp39-macosx_10_9_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file psycopg2_binary-2.9.12.tar.gz.

File metadata

  • Download URL: psycopg2_binary-2.9.12.tar.gz
  • Upload date:
  • Size: 379.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for psycopg2_binary-2.9.12.tar.gz
Algorithm Hash digest
SHA256 5ac9444edc768c02a6b6a591f070b8aae28ff3a99be57560ac996001580f294c
MD5 1f0d1549885418bff5c5ee1cd7df0922
BLAKE2b-256 2a60a3624f79acea344c16fbef3a94d28b89a8042ddfb8f3e4ca83f538671409

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f12ae41fcafadb39b2785e64a40f9db05d6de2ac114077457e0e7c597f3af980
MD5 25c375c25ab8752baac45d7d1699c234
BLAKE2b-256 20beb732c8418ffa5bcfda002890f5dc4c869fc17db66ff11f53b17cfe44afc0

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 527e6342b3e44c2f0544f6b8e927d60de7f163f5723b8f1dfa7d2a84298738cd
MD5 a7e2ecb7fd9a819d2ea012826da91288
BLAKE2b-256 1df210a1bcebadb6aa55e280e1f58975c36a7b560ea525184c7aa4064c466633

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp314-cp314-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp314-cp314-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 77b348775efd4cdab410ec6609d81ccecd1139c90265fa583a7255c8064bc03d
MD5 01ed278db5e102810b5567e5f891419c
BLAKE2b-256 56ad44b06659949b243ae10112cd3b20a197f9bf3e81d5651379b9eb889bfaad

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp314-cp314-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 96937c9c5d891f772430f418a7a8b4691a90c3e6b93cf72b5bd7cad8cbca32a5
MD5 7555af92e75140868c59f26ddd493347
BLAKE2b-256 c42996992a2b59e3b9d730fcf9612d0a387305025dc867a9fc490a9e496e074e

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 54a0dfecab1b48731f934e06139dfe11e24219fb6d0ceb32177cf0375f14c7b5
MD5 fd1c5beafb9702f6616d0c4fa35c5881
BLAKE2b-256 628c32ca69b0389ef25dd22937bf9e8fbe2ce27aea20b05ded48c4ce4cb42475

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp314-cp314-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp314-cp314-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 ffdd7dc5463ccd61845ac37b7012d0f35a1548df9febe14f8dd549be4a0bc81e
MD5 a861b25629f6c6497eeea275b933c3d6
BLAKE2b-256 ebfdb82b5601a97630308bef079f545ffec481bbbc795c2ba5ec416a01d03f60

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a99eaab34a9010f1a086b126de467466620a750634d114d20455f3a824aae033
MD5 d1a7eb1a9bca35b6e739b80aceda0423
BLAKE2b-256 2e42c9853f8db3967fe08bcde11f53d53b85d351750cae726ce001cb68afa9c1

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 863f5d12241ebe1c76a72a04c2113b6dc905f90b9cef0e9be0efd994affd9354
MD5 c780bf39dd1f9720e1ad814e45ee9f18
BLAKE2b-256 57d7d4e3b2005d3de607ca4fbb0e8742e248056e52184a6b94ebda3c1c2c329b

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 840066105706cd2eb29b9a1c2329620056582a4bf3e8169dec5c447042d0869f
MD5 0dc24ae8c035e034ac9413033b0710e9
BLAKE2b-256 bfa0bc2fef74b106fa345567122a0659e6d94512ed7dc0131ec44c9e5aba3725

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1006fb62f0f0bc5ce256a832356c6262e91be43f5e4eb15b5eaf38079464caf2
MD5 27788833a54f7b98b1d88b5fe42b5eaa
BLAKE2b-256 d639ddbea9d4b4de6aca9431b6ed253f530f8a02d3b8f9bcfd0dbfe2b3de6fe4

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6f3b3de8a74ef8db215f22edffb19e32dc6fa41340456de7ec99efdc8a7b3ec2
MD5 d7d0690827f8781930ff028a9aafa4de
BLAKE2b-256 131b708c0dca874acfad6d65314271859899a79007686f3a1f74e82a2ed4b645

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b6937f5fe4e180aeee87de907a2fa982ded6f7f15d7218f78a083e4e1d68f2a0
MD5 f01abc56b5f22d6f78894eca8205fb57
BLAKE2b-256 42eedee8dcaad07f735824de3d6563bc67119fa6c28257b17977a8d624f02fab

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 66a7685d7e548f10fb4ce32fb01a7b7f4aa702134de92a292c7bd9e0d3dbd290
MD5 fee13c4f69ec9f706137b4900b45be90
BLAKE2b-256 91582dbd7db5c604d45f4950d988506aae672a14126ec22998ced5021cbb76bb

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp313-cp313-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp313-cp313-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 98062447aebc20ed20add1f547a364fd0ef8933640d5372ff1873f8deb9b61be
MD5 de44f000a192dc012872da42d0dff04a
BLAKE2b-256 3f197dc003b32fe35024df89b658104f7c8538a8b2dcbde7a4e746ce929742e7

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 00814e40fa23c2b37ef0a1e3c749d89982c73a9cb5046137f0752a22d432e82f
MD5 25d859638e373aabced08d8e360fdeaf
BLAKE2b-256 5379b9f46466bdbe9f239c96cde8be33c1aace4842f06013b47b730dc9759187

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1c8ad4c08e00f7679559eaed7aff1edfffc60c086b976f93972f686384a95e2c
MD5 3b1dce3fbae74571a4cba4a2ed4aa376
BLAKE2b-256 00fcf481e2435bd8f742d0123309174aae4165160ad3ef17c1b99c3622c241d2

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp313-cp313-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp313-cp313-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 411e85815652d13560fbe731878daa5d92378c4995a22302071890ec3397d019
MD5 9b7703515c8b941dc8d3712f9c668f72
BLAKE2b-256 9a818d0e21ca77373c6c9589e5c4528f6e8f0c08c62cafc76fb0bddb7a2cee22

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 83946ba43979ebfdc99a3cd0ee775c89f221df026984ba19d46133d8d75d3cd9
MD5 041730438ea31772bf5044bce81a3ab6
BLAKE2b-256 35edc25deff98bd26187ba48b3b250a3ffc3037c46c5b89362534a15d200e0db

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c41321a14dd74aceb6a9a643b9253a334521babfa763fa873e33d89cfa122fb5
MD5 5bea0678dd349956eecb41ffddb33efd
BLAKE2b-256 959ceaa74021ac4e4d5c2f83d82fc6615a63f4fe6c94dc4e94c3990427053f67

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 4dfcf8e45ebb0c663be34a3442f65e17311f3367089cd4e5e3a3e8e62c978777
MD5 4e141a3c641a0620a51cc96cdeff5d35
BLAKE2b-256 7adfaba0f99397cd811d32e06fc0cc781f1f3ce98bc0e729cb423925085d781a

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4413d0caef93c5cf50b96863df4c2efe8c269bf2267df353225595e7e15e8df7
MD5 5a4dd17a607a0a385c434adc9c9986c9
BLAKE2b-256 5eaf48f76af9d50d61cf390f8cd657b503168b089e2e9298e48465d029fcc713

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7c729a73c7b1b84de3582f73cdd27d905121dc2c531f3d9a3c32a3011033b965
MD5 d4d75135215c2954bcced3dead11bb9d
BLAKE2b-256 91bb4608c96f970f6e0c56572e87027ef4404f709382a3503e9934526d7ba051

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 398fcd4db988c7d7d3713e2b8e18939776fd3fb447052daae4f24fa39daede4c
MD5 23fe22120e7e34413e4b0faf84361105
BLAKE2b-256 5fa875f4e3e11203b590150abed2cf7794b9c9c9f7eceddae955191138b44dde

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7af18183109e23502c8b2ae7f6926c0882766f35b5175a4cd737ad825e4d7a1b
MD5 a856da024f932b433113f4500e92b12b
BLAKE2b-256 196a31e2296bc0787c5ab75d3d118e40b239db8151b5192b90b77c72bc9256e9

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp312-cp312-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp312-cp312-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 3471336e1acfd9c7fe507b8bad5af9317b6a89294f9eb37bd9a030bb7bebcdc6
MD5 ff51d74bdca1654c2501dbdb7d6f1b58
BLAKE2b-256 c0e8cc8c9a4ce71461f9ec548d38cadc41dc184b34c73e6455450775a9334ccd

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 b9a339b79d37c1b45f3235265f07cdeb0cb5ad7acd2ac7720a5920989c17c24e
MD5 c027a51ee3538ceacde2db6029bd8b71
BLAKE2b-256 b37ca2d5dc09b64a4564db242a0fe418fde7d33f6f8259dd2c5b9d7def00fb5a

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 612b965daee295ae2da8f8218ce1d274645dc76ef3f1abf6a0a94fd57eff876d
MD5 a4a6c45d74d49d63d06504c26f7de64f
BLAKE2b-256 4546c15706c338403b7c420bcc0c2905aad116cc064545686d8bf85f1999ea00

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp312-cp312-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp312-cp312-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 89d19a9f7899e8eb0656a2b3a08e0da04c720a06db6e0033eab5928aabe60fa9
MD5 e6b05b90925346815a48ac55763f0dc2
BLAKE2b-256 f2baf1bf8d2ae71868ad800b661099086ee52bc0f8d9f05be1acd8ebb06757cc

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 40e7b28b63aaf737cb3a1edc3a9bbc9a9f4ad3dcb7152e8c1130e4050eddcb7d
MD5 b850ac1c9ac965482d3bdb7c57cdacd4
BLAKE2b-256 b04b74535248b1eac0c9336862e8617c765ac94dac76f9e25d7c4a79588c8907

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 9fe06d93e72f1c048e731a2e3e7854a5bfaa58fc736068df90b352cefe66f03f
MD5 2bdc8749912ea75a485f953f654891f7
BLAKE2b-256 b05544df3965b5f297c50cc0b1b594a31c67d6127a9d133045b8a66611b14dfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 995ce929eede89db6254b50827e2b7fd61e50d11f0b116b29fffe4a2e53c4580
MD5 4cb6d104137a7530be368bdc4c24224e
BLAKE2b-256 a6f70640e4901119d8a9f7a1784b927f494e2198e213ceb593753d1f2c8b1b30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d3227a3bc228c10d21011a99245edca923e4e8bf461857e869a507d9a41fe9f6
MD5 58bb928336f4980d24df2dafc294633d
BLAKE2b-256 b5013dd14e46ba48c1e1a6ec58ee599fa1b5efa00c246d5046cd903d0eeb1af1

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5cdc05117180c5fa9c40eea8ea559ce64d73824c39d928b7da9fb5f6a9392433
MD5 a59fc57e68dfbf2026a5c3165545ac2a
BLAKE2b-256 e29fef4ef3c8e15083df90ca35265cfd1a081a2f0cc07bb229c6314c6af817f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cb4a1dacdd48077150dc762a9e5ddbf32c256d66cb46f80839391aa458774936
MD5 bac3a6536beece0d71860aac218658a1
BLAKE2b-256 a8169a57c75ba1eda7165c017342f526810d5f5a12647dde749c99ae9a7141d7

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 29d4d134bd0ab46ffb04e94aa3c5fa3ef582e9026609165e2f758ff76fc3a3be
MD5 b5d4d17834fbfc11df6a36e2d3cf219b
BLAKE2b-256 1486382ee4afbd1d97500c9d2862b20c2fdeddf4b7335e984df3fb4309f64108

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp311-cp311-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp311-cp311-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 3d999bd982a723113c1a45b55a7a6a90d64d0ed2278020ed625c490ff7bef96c
MD5 b33b2a1e63d6dc8c79b646d8a27f077c
BLAKE2b-256 ba5db03b99986446a4f57b170ed9a2579fb7ff9783ca0fa5226b19db99737fee

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 f921f3cd87035ef7df233383011d7a53ea1d346224752c1385f1edfd790ceb6a
MD5 071ddde234b7ab69b73b938c0e24d211
BLAKE2b-256 ebe44c4aea6473214dbdbd0fbba11aa4691e76dc01722c55724c5951719865ff

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0dc9228d47c46bda253d2ecd6bb93b56a9f2d7ad33b684a1fa3622bf74ffe30c
MD5 56b57301b937cc007b18316d2ec79235
BLAKE2b-256 b62eb1dc289b362cc8d45697b57eefbd673186f49a4ea0906928988e3affcc98

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp311-cp311-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp311-cp311-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 5a0253224780c978746cb9be55a946bcdaf40fe3519c0f622924cdabdafe2c39
MD5 1c0f984e2bd1b35fddebd2d792bd0af1
BLAKE2b-256 17d7eecd9ce8e146d3721115d82d3836efdbb712187e4590325df549989d18f4

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4766ab678563054d3f1d064a4db19cc4b5f9e3a8d9018592a8285cf200c248f3
MD5 252facbda827e894436b778194b62fa1
BLAKE2b-256 996608cf0da0e25cc6fb142c89be45fc8418792858f0c4cbff5e24530ff02cd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 e4e184b1fb6072bf05388aa41c697e1b2d01b3473f107e7ec44f186a32cfd0b8
MD5 f83af82932d6b91e301493b8911eff5d
BLAKE2b-256 0bb9656cb03fad9f4f49f2145c334b1126ee75189929ca4e6187d485a2d59951

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 c6528cefc8e50fcc6f4a107e27a672058b36cc5736d665476aeb413ba88dbb06
MD5 ee577754665abab5b13fdae6d8ed4637
BLAKE2b-256 3ced60486c2c7f0d4d1ede2bfb1ed27e2498477ce646bc7f6b2759906303117e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b4a9eaa6e7f4ff91bec10aa3fb296878e75187bced5cc4bafe17dc40915e1326
MD5 76332beef5ace7a091a2f45dcf4cd656
BLAKE2b-256 5371c85409ee0d78890f0660eff262e815e7dd2bb741a17611d82e9e8cd9dc5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5c8ce6c61bd1b1f6b9c24ee32211599f6166af2c55abb19456090a21fd16554b
MD5 c995b95f3b20f94be92d6cc1ec5a1253
BLAKE2b-256 d519d4ce60954f3bb9d8e3bc5e5c4d1f2487de2d3851bf2391d54954c9df12a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ab29414b25dcb698bf26bf213e3348abdcd07bbd5de032a5bec15bd75b298b03
MD5 34d9e583de14a2dddeee4fadba88a662
BLAKE2b-256 739921af7a5498637ea4dc91a17c281a53bc1d632fbafe00f6689fbfb32a9fed

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a46fe069b65255df410f856d842bc235f90e22ffdf532dda625fd4213d3fd9b1
MD5 3d249315a500f431cfb77bcca1d37eae
BLAKE2b-256 b4674d8b1e0d2fc4166677380eac0edf9cdff91013aca2546e8ef7bc04b56158

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp310-cp310-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp310-cp310-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 8ffdb59fe88f99589e34354a130217aa1fd2d615612402d6edc8b3dbc7a44463
MD5 dd62b2a04dd0d75b6731927e7746b35b
BLAKE2b-256 7a85723bb085a61c6ac2dc0a0043f375f2fe7365363e27b073bad56ca5bda979

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 36512911ebb2b60a0c3e44d0bb5048c1980aced91235d133b7874f3d1d93487c
MD5 b9f144aaf4bda926d37b1e3dfd1679ae
BLAKE2b-256 84945a01de0aa4ead0b8d8d1aa4ec18cec0bd36d03fa714eaa5bb8a0b1b50020

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d6fcbba8c9fed08a73b8ac61ea79e4821e45b1e92bb466230c5e746bbf3d5256
MD5 a9a5bbefa6868043f608144d227363db
BLAKE2b-256 3c8928063adf17a4ba501eedd9890feab0c649ee4d8bd0a97df0ff1e9584feab

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp310-cp310-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp310-cp310-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 63a3ebbd543d3d1eda088ac99164e8c5bac15293ee91f20281fd17d050aee1c4
MD5 9c8ba5540f0e6f8e56171613eb358338
BLAKE2b-256 63fe0dfa5797e0b229e0567bc378695224caf14d547f73b05be0c80549089772

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6f9cae1f848779b5b01f417e762c40d026ea93eb0648249a604728cda991dde3
MD5 3c06c5821f63f16aa87b63695eeea269
BLAKE2b-256 4e8ac566803818eb03161ba869b6ba612bf7ad56816d98b9e5121e0a22ad6b0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c5ee5213445dd45312459029b8c4c0a695461eb517b753d2582315bd07995f5e
MD5 e9a4009b9562f6bfe3af8d7315f96380
BLAKE2b-256 659b4df366d89f28c527dc39d0b6c98a5ca74e30d37ac097b73f3352147568ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 864c261b3690e1207d14bbfe0a61e27567981b80c47a778561e49f676f7ce433
MD5 ca5d62dd6330566682b8fde938a0fd86
BLAKE2b-256 9f7c30575e75f14d5351a56a1971bb43fe7f8bf7edf1b654fb1bec65c42a8812

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2fa0d7caca8635c56e373055094eeda3208d901d55dd0ff5abc1d4e47f82b56
MD5 225d39675ca70b58a3bc24bd6cdb2f83
BLAKE2b-256 d3f298eeac7d60c43df9338287834edf9b3e69be68a2db78a57b1b81d705e735

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9b818ceff717f98851a64bffd4c5eb5b3059ae280276dcecc52ac658dcf006a4
MD5 d15cccd1c1e9d634fa20dc9e2a3fa29e
BLAKE2b-256 788049bacf9e51617d8309f6f0123e29edc793f6f5f6700c7d1f1b20782fbb37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f625abb7020e4af3432d95342daa1aa0db3fa369eed19807aa596367ba791b10
MD5 f0dfd97fdd4b8608f5347831c9522245
BLAKE2b-256 c82a1f7571b1d39e44ece80f036b8b54fc498c28507a97e5aba13082599b5971

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a7e39a65b7d2a20e4ba2e0aaad1960b61cc2888d6ab047769f8347bd3c9ad915
MD5 2815c98c3aac0730ed7e1bad6be28109
BLAKE2b-256 7bbc5411ca76cb8ba9b457b5d0df31cf4ca37b494b22f37d15544520939b53ef

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp39-cp39-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp39-cp39-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 ace94261f43850e9e79f6c56636c5e0147978ab79eda5e5e5ebf13ae146fc8fe
MD5 d31c74a48bb90e70285b16d287b716cd
BLAKE2b-256 93a8700c51aee148a76adc9e01db79d09c6cc82b8a627180503dff4036dbffa9

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp39-cp39-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 127467c6e476dd876634f17c3d870530e73ff454ff99bff73d36e80af28e1115
MD5 7bfa393de2813be81853b3bfa27587c9
BLAKE2b-256 d5e190666893ceb23e0f4b981c93d20deb7e7b4600becf613f02043a845c6d0f

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fb1828cf3da68f99e45ebce1355d65d2d12b6a78fb5dfb16247aad6bdef5f5d2
MD5 abe42dd88bc578b356f997d22c052cee
BLAKE2b-256 12b2b02b458b4bb0491f50d026812fb472284cf445a04c1646f028157c8dc41a

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp39-cp39-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp39-cp39-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 049366c6d884bdcd65d66e6ca1fdbebe670b56c6c9ba46f164e6667e90881964
MD5 b797183f300dbae156c07e3d9492a18a
BLAKE2b-256 d6ad248ad71b79fc683e5e20249bf13c28d4c52ae4387b791b17b0faa97e93fa

See more details on using hashes here.

File details

Details for the file psycopg2_binary-2.9.12-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5c7cb4cbf894a1d36c720d713de507952c7c58f66d30834708f03dbe5c822ccf
MD5 58fff0d407c25d123128268d18cbaab5
BLAKE2b-256 243956131d71e5b12e31665e305744e000d4f931c75a7f5bf4ee6d080925d35b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 718e1fc18edf573b02cb8aea868de8d8d33f99ce9620206aa9144b67b0985e94
MD5 6ab26b31f9be2ab2efeeddc151c29918
BLAKE2b-256 15f04db12fd81531f721dd1f8331b45cbde39a5838413a4cc6055784006c7e91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 ba3df2fc42a1cfa45b72cf096d4acb2b885937eedc61461081d53538d4a82a86
MD5 e90a92ce53b4eec5b6732001fc8ffaae
BLAKE2b-256 d8d3e0137141952bcb709a11dc7121e104d4e55ec7c9a2c27e8e7b28a8954c37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cfa2517c94ea3af6deb46f81e1bbd884faa63e28481eb2f889989dd8d95e5f03
MD5 1a836cbd59498c37f6166249014b9256
BLAKE2b-256 267892cf978d7a73c1e6df828f76d53e4f92466382fa5fbfaf38d29faa64abe0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.12-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ee2d84ef5eb6c04702d2e9c372ad557fb027f26a5d82804f749dfb14c7fdd2ab
MD5 127625def7f25e27b7c3f9db57f84a63
BLAKE2b-256 1b46aea5aa8066508dc1b94c6d5d45acb88961a76d1a2a536f08346afd746c08

See more details on using hashes here.

Supported by

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