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.7.tar.gz (383.6 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.7-cp311-cp311-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

psycopg2_binary-2.9.7-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.7-cp311-cp311-musllinux_1_1_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.11musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

psycopg2_binary-2.9.7-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.7-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.7-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.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

psycopg2_binary-2.9.7-cp311-cp311-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

psycopg2_binary-2.9.7-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.7-cp310-cp310-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

psycopg2_binary-2.9.7-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.7-cp310-cp310-musllinux_1_1_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.10musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

psycopg2_binary-2.9.7-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.7-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.7-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.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

psycopg2_binary-2.9.7-cp310-cp310-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

psycopg2_binary-2.9.7-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.7-cp39-cp39-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

psycopg2_binary-2.9.7-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.7-cp39-cp39-musllinux_1_1_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.9musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

psycopg2_binary-2.9.7-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.7-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.7-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.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

psycopg2_binary-2.9.7-cp39-cp39-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

psycopg2_binary-2.9.7-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.7-cp38-cp38-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

psycopg2_binary-2.9.7-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.7-cp38-cp38-musllinux_1_1_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.8musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

psycopg2_binary-2.9.7-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.7-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.7-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.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

psycopg2_binary-2.9.7-cp38-cp38-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

psycopg2_binary-2.9.7-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.7-cp37-cp37m-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

psycopg2_binary-2.9.7-cp37-cp37m-musllinux_1_1_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

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

File metadata

  • Download URL: psycopg2-binary-2.9.7.tar.gz
  • Upload date:
  • Size: 383.6 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.7.tar.gz
Algorithm Hash digest
SHA256 1b918f64a51ffe19cd2e230b3240ba481330ce1d4b7875ae67305bd1d37b041c
MD5 844484b78f356c165104a9086c2cbd67
BLAKE2b-256 45f44da1e7f836de4fa3ddb294bb1d4c08daa5cd7b261a6b9a5b50a653a1a29f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8a136c8aaf6615653450817a7abe0fc01e4ea720ae41dfb2823eccae4b9062a3
MD5 0dbc34665d59957f13539c1f81599565
BLAKE2b-256 37d86d94513d2bc993cdbf309017425b2b691da2b0e26b446d17866c57f99d8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ded8e15f7550db9e75c60b3d9fcbc7737fea258a0f10032cdb7edc26c2a671fd
MD5 02f9e90de76079c6da362345f9ee65b4
BLAKE2b-256 c075cf5dd290e8f910e6e566077f3f91ee4bb7622d2adf9d4187d4814249e779

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1011eeb0c51e5b9ea1016f0f45fa23aca63966a4c0afcf0340ccabe85a9f65bd
MD5 4ede4f8adc68ff760baad9c5e3be9fd8
BLAKE2b-256 9baedd11e38562224721f4928147ce70fa17f2c28fc562a22a40cc0db1026297

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp311-cp311-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 4eec5d36dbcfc076caab61a2114c12094c0b7027d57e9e4387b634e8ab36fd44
MD5 13a258ffdf90a92577b31e052a14b64e
BLAKE2b-256 1d873b0d28ce44a0173ca6aa7e0ab073e24a80040fb04dd3d883fa2184ae402d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2df562bb2e4e00ee064779902d721223cfa9f8f58e7e52318c97d139cf7f012d
MD5 dcd4b2f0ab3947a019438296aad8e311
BLAKE2b-256 46b532f738ebcba965b2b38b794eb3e165560161bdc57f9738fca4ce86f5bf8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6d92e139ca388ccfe8c04aacc163756e55ba4c623c6ba13d5d1595ed97523e4b
MD5 3e8fa912007141ac0d4906d054937208
BLAKE2b-256 04dd60643c99ab7c364c8693d3c238f8144443d0bfbba415a0720bd717853b24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f309b77a7c716e6ed9891b9b42953c3ff7d533dc548c1e33fddc73d2f5e21f9
MD5 b59358f0c004621c4bbdf36cb504227a
BLAKE2b-256 20814940235d18747f865d47eb38b98f38acc24b39278b12e20a0fdd20e0a132

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 26484e913d472ecb6b45937ea55ce29c57c662066d222fb0fbdc1fab457f18c5
MD5 81b92a86b3bcdd42d4ba0163dc2ad8f5
BLAKE2b-256 40c964b58cca12ad02d59fd90edce00e6b0a215abe897e6884a0e1a624a0bd61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 094af2e77a1976efd4956a031028774b827029729725e136514aae3cdf49b87b
MD5 0e35f8afb12aebe067f2ebe8d02e4da4
BLAKE2b-256 fef6ff2218e4188ca444416dfbe215b25248ee21695a92d49df4caa37ad5d054

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a7968fd20bd550431837656872c19575b687f3f6f98120046228e451e4064df
MD5 5a6829d363d919fa69a393a75e99f18c
BLAKE2b-256 8bfacec4ab1f4c64ee7e311de9f582982904bdb0ab9ee93e03fbe1b748e334c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3fbb1184c7e9d28d67671992970718c05af5f77fc88e26fd7136613c4ece1f89
MD5 ac3fde31b8d551ca76abf7194eda21aa
BLAKE2b-256 45ff5a2e9608efe865da075205833a1aa301144d8578667cdd5206ece876601c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4ecc15666f16f97709106d87284c136cdc82647e1c3f8392a672616aed3c7151
MD5 e99986772953f7e8ebf5b5226cc0ef5e
BLAKE2b-256 37e67dd26ba148a02b7e78471ed7ce177e9890167994c5a1d4182361b9bee4cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f8651cf1f144f9ee0fa7d1a1df61a9184ab72962531ca99f077bbdcba3947c58
MD5 3d6fdab0c3f3f01dd4c1461dec731bbe
BLAKE2b-256 a30e18d7476bc94a26e5adefbdf0cbeec67a15fdfa8d983baacc25d91e1a3330

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 122641b7fab18ef76b18860dd0c772290566b6fb30cc08e923ad73d17461dc63
MD5 f49239d0738251757e888f03d67ee6b0
BLAKE2b-256 0a76b6e393287b6dbf241a332fca869f8f6c675b97bf42429266675988de2e8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4fe13712357d802080cfccbf8c6266a3121dc0e27e2144819029095ccf708372
MD5 5d450020fc308cb76141c80965de0e7a
BLAKE2b-256 a17c06f7897b1740556f2379bc96134b53fc24115ac66ccffe3136f53cb505d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 c82986635a16fb1fa15cd5436035c88bc65c3d5ced1cfaac7f357ee9e9deddd4
MD5 4740025936ccb559cd470737230c36b1
BLAKE2b-256 3d0d16234b22993a48c500978b5ab1e6d85e68b8680119991f2a113157847f3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7db7b9b701974c96a88997d458b38ccb110eba8f805d4b4f74944aac48639b42
MD5 65531542b86796a1668d76f93c94f1cf
BLAKE2b-256 bddd85be0d048ff1e4e4b75184fdc042503f03cf07c6cb4c0d9aee5acf616f68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e5666632ba2b0d9757b38fc17337d84bdf932d38563c5234f5f8c54fd01349c9
MD5 965c32edcf19c8f57b6ce133f570c5c2
BLAKE2b-256 b0121c86cfad8cb6205645848cf0dabcfa563aa444bb0c2ad18758b97bd03611

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 17cc17a70dfb295a240db7f65b6d8153c3d81efb145d76da1e4a096e9c5c0e63
MD5 2148bc0d2b9aba1a0777353d9c336fe8
BLAKE2b-256 e3b2f578b59b83563648c7224bae9397dc4bab6fe2dd2b4338786bb7e373bc4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9dcfd5d37e027ec393a303cc0a216be564b96c80ba532f3d1e0d2b5e5e4b1e6e
MD5 accdccfc8550bcc2f82094049b465d3e
BLAKE2b-256 4e335675444ad06ee3bf6aa6340a1a6b48ecaa7cc9fdd16c94305aa34e000f66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 692df8763b71d42eb8343f54091368f6f6c9cfc56dc391858cdb3c3ef1e3e584
MD5 902daa7f4716b5491b8c7c37f43a6a28
BLAKE2b-256 b68d26a8bdebc88fb82cc80bc5541990f17b2b53bf7b61199543941dd16fe115

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dbbc3c5d15ed76b0d9db7753c0db40899136ecfe97d50cbde918f630c5eb857a
MD5 e911832a804351e711ffc06e4ee01b74
BLAKE2b-256 a5f6e31d985a76785e61f0c3d59e1fadf3e0e5d9ddb62d0ee00daac8aa8b0640

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2993ccb2b7e80844d534e55e0f12534c2871952f78e0da33c35e648bf002bbff
MD5 d3c9b40b5823a6998250abe2ab33ef6d
BLAKE2b-256 eb47eae7132e971dfff03682b7d692143f42186ed7727117ecb7ec324d856239

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ea5f8ee87f1eddc818fc04649d952c526db4426d26bab16efbe5a0c52b27d6ab
MD5 909f0ed7d1b48b07736ee494b6ca5e40
BLAKE2b-256 0140660b4fae9d3c6f8281bc514f13c2915cbadfb1903ac57d0d67a3b599637c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 eb3b8d55924a6058a26db69fb1d3e7e32695ff8b491835ba9f479537e14dcf9f
MD5 bf4eeeafbb563fcf2527a4cc66a32465
BLAKE2b-256 d5532a16faec262b204636d35e36857ca0ad1311e0b608c9363f3f70271c8d53

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2_binary-2.9.7-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.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 18f12632ab516c47c1ac4841a78fddea6508a8284c7cf0f292cb1a523f2e2379
MD5 d686b437c75115c86aea3649ea2d98ac
BLAKE2b-256 efe5ac96e3b684ee398ade411b052e4ad94f3ff9a492b7b0a1349cd017ef7741

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2b04da24cbde33292ad34a40db9832a80ad12de26486ffeda883413c9e1b1d5e
MD5 9a6e6124546459bcbdcb1cd1cb6d8f00
BLAKE2b-256 2882e741d41861ec7982899070d2686f7d5181d95079c23478baf5322f81111d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 ced63c054bdaf0298f62681d5dcae3afe60cbae332390bfb1acf0e23dcd25fc8
MD5 9580c4f48d5cada806c694baae73a465
BLAKE2b-256 95e6b7ae7227460f52b936aeca2c6e2d0ecbe5938ba6ca7976cbff3f5c6a0648

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ad26d4eeaa0d722b25814cce97335ecf1b707630258f14ac4d2ed3d1d8415265
MD5 235ba0fd9b2f1220f354836a28d13258
BLAKE2b-256 22c80b527292da92cb828b4e2fad2e50867c85855e6700529e4149f89e51e066

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f955aa50d7d5220fcb6e38f69ea126eafecd812d96aeed5d5f3597f33fad43bb
MD5 40f575b5c1ddaa1752bb70ca2f8d7c73
BLAKE2b-256 c1055119f732b2d10b0edee9a1cb687e7c83f8023a1e8092ecfa60c8f3f2805e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6a8b575ac45af1eaccbbcdcf710ab984fd50af048fe130672377f78aaff6fc1
MD5 332d4db3ad015198663e5b517a10c9af
BLAKE2b-256 f0dcc233f066e6c34b2b6a226f95a5dc55058128a234bc9852952d30c1ef2f23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 642df77484b2dcaf87d4237792246d8068653f9e0f5c025e2c692fc56b0dda70
MD5 3b622e9921084168f6da67ed53aa17f1
BLAKE2b-256 a0816e4e15dbbc5eb1fa12ff79f5a25a72e2115d85d63ff9f17d56ebb1545554

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ad5ec10b53cbb57e9a2e77b67e4e4368df56b54d6b00cc86398578f1c635f329
MD5 c5b1177fca0d9714fe9cc511cc550af3
BLAKE2b-256 3cdf73e464f6b86ff9dbb3bfdbed705248940193f056a0b1821765c261a3d4bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a5ee89587696d808c9a00876065d725d4ae606f5f7853b961cdbc348b0f7c9a1
MD5 8d150fc0afc872d9a1bc605fa7041185
BLAKE2b-256 b2ef3349ef49f40373a74bdd642d1aff940ef17ff8fb75a25cebb61a344206fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f94cb12150d57ea433e3e02aabd072205648e86f1d5a0a692d60242f7809b15
MD5 3376f310336f970e94af7a44c1ae7feb
BLAKE2b-256 84a3fe91300fc3753bbb1b3e90bbcf6a72023c5891898dc31e899f61459f701d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6822c9c63308d650db201ba22fe6648bd6786ca6d14fdaf273b17e15608d0852
MD5 5d91147bc0c27d8a7f65336f543089bf
BLAKE2b-256 70474b9a42551ae3f38bc6764db9c2735453919390b98c39f8818f03f766fa52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d0b16e5bb0ab78583f0ed7ab16378a0f8a89a27256bb5560402749dbe8a164d7
MD5 3846aa464d4a34352a103ccb9eb3b98a
BLAKE2b-256 606546a18c1a0c7532c38cfb610a5550adc565eafab0f2d9168c90908eb328a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psycopg2_binary-2.9.7-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.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 fdca0511458d26cf39b827a663d7d87db6f32b93efc22442a742035728603d5f
MD5 98ef1c3873fb29228d3892da606831a3
BLAKE2b-256 8711d278651017d2e6971474836f122d589d15a55a1c71bdce3c5317a450db17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e02bc4f2966475a7393bd0f098e1165d470d3fa816264054359ed4f10f6914ea
MD5 308318f8720b9500af95792c63c03ea5
BLAKE2b-256 7c9e89462a3a42a4f2bd92a098717966e469c7aec96ec4cc1b1be33161062244

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 7952807f95c8eba6a8ccb14e00bf170bb700cafcec3924d565235dffc7dc4ae8
MD5 9daf8dc7b541acc1972418d7a1826328
BLAKE2b-256 f7e3aa8c13acb31e64e99cad3d9401631bd03abb12be5a6c1a8472de60f240ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 42a62ef0e5abb55bf6ffb050eb2b0fcd767261fa3faf943a4267539168807522
MD5 c8387fe085faa1819a6421a0405479b9
BLAKE2b-256 678fc535b5f62c00671171b50d565f6332df7347c36d4340ba0334a9a0f9006c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1c31c2606ac500dbd26381145684d87730a2fac9a62ebcfbaa2b119f8d6c19f4
MD5 e14c6e8aef83295e9f86bb0e66e3718a
BLAKE2b-256 7ada3bd2e6ce4d6644d791b6f7eddd31da002c02956e2d410a25a62ed380dec5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 024eaeb2a08c9a65cd5f94b31ace1ee3bb3f978cd4d079406aef85169ba01f08
MD5 9fa8efc2da68bc014da78224c705534b
BLAKE2b-256 bdbd69c7afabcf299462740d41883719413662e536334bd9bed4a6e9f3138bcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ac83ab05e25354dad798401babaa6daa9577462136ba215694865394840e31f8
MD5 f444d96d1fa0d770631e80559daef018
BLAKE2b-256 0b8d178a18ee8f54aad06b299d4dbb51a82698f89a1861a7627e5cd46bb6a658

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f4f37bbc6588d402980ffbd1f3338c871368fb4b1cfa091debe13c68bb3852b3
MD5 eea6e742130ad6a87ced91fe9b75af6a
BLAKE2b-256 5a91c070590608ed1664e78dae6064cf6ea39d0d4368b26641da5b0bb4a349c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8c721ee464e45ecf609ff8c0a555018764974114f671815a0a7152aedb9f3343
MD5 806518337b7dfb75172946f74a4d5c09
BLAKE2b-256 35233f1c2a660b499b2f618cd716d24e09d7311d3633d48910ef8662e15640c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 95a7a747bdc3b010bb6a980f053233e7610276d55f3ca506afff4ad7749ab58a
MD5 10c99c6d0cc8bb8c0b798f68ada5b25c
BLAKE2b-256 0e1d328ded51096872751727628c54f05953d3288672888178358ef4bdf085b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 59f7e9109a59dfa31efa022e94a244736ae401526682de504e87bd11ce870c22
MD5 a060062c5fb97498e5a682375623a328
BLAKE2b-256 752e772b1f1a74a1c6f65601123aa6508b4292792b85aed4c4fdf502908c1b41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 62cb6de84d7767164a87ca97e22e5e0a134856ebcb08f21b621c6125baf61f16
MD5 23ac2d81d8e0dd647fcc139f81260db4
BLAKE2b-256 cdb4a7c1b328ef612d30520e44259fa772e2a3bd6f4c2c8694af96382dd90cce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 81d5dd2dd9ab78d31a451e357315f201d976c131ca7d43870a0e8063b6b7a1ec
MD5 0b46a7734c1b892df072ae163f3c7063
BLAKE2b-256 416374412365a565c0da42ec3733bd9d3bc736017853f84a2e000796429b7373

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f02f4a72cc3ab2565c6d9720f0343cb840fb2dc01a2e9ecb8bc58ccf95dc5c06
MD5 c56cdbb50191df37cc422134d6764d67
BLAKE2b-256 7ce466aab8713cd4223068de41405a82a855eedcf77848ca4b6e6a8e6ec5c189

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 11abdbfc6f7f7dea4a524b5f4117369b0d757725798f1593796be6ece20266cb
MD5 871fd8e7d9c363960797eec6bfad237f
BLAKE2b-256 891c58dc2bc679e55f1d9d38e70c64cfac8cf76aa60d0eba49693e1a074721f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 51d1b42d44f4ffb93188f9b39e6d1c82aa758fdb8d9de65e1ddfe7a7d250d7ad
MD5 821a9176c366e6c71c5c8b96b6f05c87
BLAKE2b-256 d78c0fd5fdd6896ed709d464583e613d353ac16223407ebc4ec77478e27d6ca4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9b0c2b466b2f4d89ccc33784c4ebb1627989bd84a39b79092e560e937a11d4ac
MD5 4dfe62538f9cebe6d8b802c40e2ddfe6
BLAKE2b-256 76b52708dfff3b20e2857000b7ac7f93fb17e98e266c36cd027e25b423a59aa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00d8db270afb76f48a499f7bb8fa70297e66da67288471ca873db88382850bf4
MD5 39357608a71bf9042b3c38fffa3242e2
BLAKE2b-256 6fac0cc0412f1710598537af8021a7c63334daaa8d3474d17133a6805bf54f5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eb1c0e682138f9067a58fc3c9a9bf1c83d8e08cfbee380d858e63196466d5c86
MD5 8bbaace084573ed52b7de7e0254863fc
BLAKE2b-256 ab6d20dcb9fa3f0c4d8fbada034cf3e12abf30f196d7c9cd95d2d3ea05346cfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ee919b676da28f78f91b464fb3e12238bd7474483352a59c8a16c39dfc59f0c5
MD5 1b99b06ebadccabed28141797033a94c
BLAKE2b-256 501808a234a7625ee8c3363258ba711d72aa39f966bb12ffe7412748239dedca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fc10da7e7df3380426521e8c1ed975d22df678639da2ed0ec3244c3dc2ab54c8
MD5 85f35aede9191cf6694b49094848688e
BLAKE2b-256 01a350875e4480556726ad7f9092ae5bccdc47fad92425373cbec1f6b302a0e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psycopg2_binary-2.9.7-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2dec5a75a3a5d42b120e88e6ed3e3b37b46459202bb8e36cd67591b6e5feebc1
MD5 a6af93a33450354a2ae1a40523e831c1
BLAKE2b-256 ec442d38eb38d7626a226c8b6fc018410d36182786a2f1df9c7973a35eb4fbbd

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