Skip to main content

Async PostgreSQL driver for Python written in Rust

Project description

PyPI - Python Version PyPI - Python Version PyPI PyPI - Downloads

PSQLPy - Async PostgreSQL driver for Python written in Rust.

Driver for PostgreSQL written fully in Rust and exposed to Python. Main goals of the library is speed and type safety.

Documentation

You can find full documentation here - PSQLPy documentation

Installation

You can install package with pip or poetry.

poetry:

> poetry add psqlpy

pip:

> pip install psqlpy

Or you can build it by yourself. To do it, install stable rust and maturin.

> maturin develop --release

Usage

Usage is as easy as possible. Create new instance of ConnectionPool and start querying. You don't need to startup connection pool, the connection pool will create connections as needed.

from typing import Any

from psqlpy import ConnectionPool, QueryResult


async def main() -> None:
    db_pool = ConnectionPool(
        username="postgres",
        password="pg_password",
        host="localhost",
        port=5432,
        db_name="postgres",
        max_db_pool_size=2,
    )

    async with db_pool.acquire() as conn:
        res: QueryResult = await conn.execute(
            "SELECT * FROM users",
        )

    print(res.result())
    db_pool.close()

Benchmarks

You can find benchmarks with visualization on our docs

Community

Let's make PSQLPy better together! Join our community in Telegram

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

psqlpy-0.11.2.tar.gz (289.3 kB view details)

Uploaded Source

Built Distributions

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

psqlpy-0.11.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

psqlpy-0.11.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

psqlpy-0.11.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

psqlpy-0.11.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

psqlpy-0.11.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

psqlpy-0.11.2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

psqlpy-0.11.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

psqlpy-0.11.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

psqlpy-0.11.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

psqlpy-0.11.2-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (4.3 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

psqlpy-0.11.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

psqlpy-0.11.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

psqlpy-0.11.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

psqlpy-0.11.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

psqlpy-0.11.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

psqlpy-0.11.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

psqlpy-0.11.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

psqlpy-0.11.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

psqlpy-0.11.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

psqlpy-0.11.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (4.3 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

psqlpy-0.11.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

psqlpy-0.11.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

psqlpy-0.11.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

psqlpy-0.11.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

psqlpy-0.11.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

psqlpy-0.11.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

psqlpy-0.11.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

psqlpy-0.11.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

psqlpy-0.11.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

psqlpy-0.11.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (4.3 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

psqlpy-0.11.2-cp313-cp313-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.13Windows x86-64

psqlpy-0.11.2-cp313-cp313-win32.whl (3.4 MB view details)

Uploaded CPython 3.13Windows x86

psqlpy-0.11.2-cp313-cp313-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

psqlpy-0.11.2-cp313-cp313-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

psqlpy-0.11.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

psqlpy-0.11.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

psqlpy-0.11.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

psqlpy-0.11.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

psqlpy-0.11.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

psqlpy-0.11.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

psqlpy-0.11.2-cp313-cp313-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

psqlpy-0.11.2-cp313-cp313-macosx_10_12_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

psqlpy-0.11.2-cp312-cp312-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.12Windows x86-64

psqlpy-0.11.2-cp312-cp312-win32.whl (3.4 MB view details)

Uploaded CPython 3.12Windows x86

psqlpy-0.11.2-cp312-cp312-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

psqlpy-0.11.2-cp312-cp312-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

psqlpy-0.11.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

psqlpy-0.11.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

psqlpy-0.11.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

psqlpy-0.11.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

psqlpy-0.11.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

psqlpy-0.11.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

psqlpy-0.11.2-cp312-cp312-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

psqlpy-0.11.2-cp312-cp312-macosx_10_12_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

psqlpy-0.11.2-cp311-cp311-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.11Windows x86-64

psqlpy-0.11.2-cp311-cp311-win32.whl (3.3 MB view details)

Uploaded CPython 3.11Windows x86

psqlpy-0.11.2-cp311-cp311-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

psqlpy-0.11.2-cp311-cp311-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

psqlpy-0.11.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

psqlpy-0.11.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

psqlpy-0.11.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

psqlpy-0.11.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

psqlpy-0.11.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

psqlpy-0.11.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

psqlpy-0.11.2-cp311-cp311-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

psqlpy-0.11.2-cp311-cp311-macosx_10_12_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

psqlpy-0.11.2-cp310-cp310-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.10Windows x86-64

psqlpy-0.11.2-cp310-cp310-win32.whl (3.3 MB view details)

Uploaded CPython 3.10Windows x86

psqlpy-0.11.2-cp310-cp310-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

psqlpy-0.11.2-cp310-cp310-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

psqlpy-0.11.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

psqlpy-0.11.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

psqlpy-0.11.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

psqlpy-0.11.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

psqlpy-0.11.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

psqlpy-0.11.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

psqlpy-0.11.2-cp310-cp310-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

psqlpy-0.11.2-cp310-cp310-macosx_10_12_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

psqlpy-0.11.2-cp39-cp39-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.9Windows x86-64

psqlpy-0.11.2-cp39-cp39-win32.whl (3.3 MB view details)

Uploaded CPython 3.9Windows x86

psqlpy-0.11.2-cp39-cp39-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

psqlpy-0.11.2-cp39-cp39-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

psqlpy-0.11.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

psqlpy-0.11.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

psqlpy-0.11.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

psqlpy-0.11.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

psqlpy-0.11.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

psqlpy-0.11.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

psqlpy-0.11.2-cp39-cp39-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

psqlpy-0.11.2-cp39-cp39-macosx_10_12_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

Details for the file psqlpy-0.11.2.tar.gz.

File metadata

  • Download URL: psqlpy-0.11.2.tar.gz
  • Upload date:
  • Size: 289.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for psqlpy-0.11.2.tar.gz
Algorithm Hash digest
SHA256 9ab9ace20e4121ff3e6601a011dfb820783b025e385cd98cc1bb26144358de02
MD5 0c8839614b71bba288ef036889d6ac2d
BLAKE2b-256 e7a9a41b3d09199fe3c0145c7d463494a8a09ed38dde095f5a807776377d4545

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dd354a4e65d66baca335fe4814d0f5deca6b77244a7c24a45e2740b6b2c6e91f
MD5 3e6e6c6c7c33f7fff30ca776329eabc4
BLAKE2b-256 79446fb5e950007b79744190d8b8fe0de976e0dd1e8779f6776da040824297ac

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7987ddd84f7def80668afb8a97be1358a8f23a993c1b152d60ac9c867deb973c
MD5 56519dd9784256e8280aee24549e3bc4
BLAKE2b-256 7e220c6b0c0e25785f3eba513088187d65d7b9b7621644694e2ccf0816672c84

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 df97bce77b0b8ad46aca301273a35397ad134e9f0f2fb4d601615d4a49e34d33
MD5 39c7622a10f8574e5714e7427252d376
BLAKE2b-256 7a7a488e41b5c3e29bf7a8d74f41cf9c56c477360e0f9a210177c3b3ae13305b

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4b45eb5804a89873c776fe741c3fd434225253ecd07aaa71f2a45ee523d3e4ba
MD5 877872da8066dbc3da55b0ef7dd3a952
BLAKE2b-256 37215ee677aa1cd17229934260ebdadf4535e21edb617ebc055775cc33ac6bb1

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e6e510cebf586d50d73ff32cc4f1d26e16724a7a7654623ba3ea7b58189aaabf
MD5 333f5239ad942856cd41df067f03bfa8
BLAKE2b-256 871c89e4d794eadbff69b9cd6e53085f088e75b4526ce35f237407a8e8dff6b6

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b741bfcb8056449657840346f63a31cbe32c3dbd488f8d1ec21ac8c072cbf943
MD5 1d0b080a2cde0dcf32e07fb3a9fe91e3
BLAKE2b-256 6be1297c84c5fc2295b1d8ed50ecefa9677fae7db626de21d5ea273c172245c5

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b8efdbbd51e3e8f7b31ef0fadf0d77e3854bd72fd49b01f5a59048bfa66683a3
MD5 4c83edeeb68dea6b0b5b20600cc3c136
BLAKE2b-256 25fdf69fc5217ff7e840cffc2fda350dbe56bd6d7245ace8996abf47a2058c90

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 56afe159be184af43d4ce158e5210cda8ddc436b73b7d911d7e84a7d4d3d0013
MD5 c33ae4f3a44d9b2c670da095a387f334
BLAKE2b-256 4b2439f7edaa6259f2c45cf0b45d86c858c396bcd31c9084b57ab359769e8905

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1fc5d0e1d73c4d560fa6025d6083964d842a330c5cebaca5fd5fe4c1643806c9
MD5 2c0fccb09d56180a9e69346195d4de37
BLAKE2b-256 262857e13204f712a67f1b1f0b2f06d00ec1fa9a9929fcb93c5533afad3a00d0

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp311-pypy311_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8d7308f4d8d00466682c06242b5c0bb87ff75fc956799160a5bc1991077a68bd
MD5 c696c46cf29833bccbcd79256215686b
BLAKE2b-256 689b2510009de9043b30558fcb5b34ce599ba56965c6ecb6b42429f2de90c392

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3aa86c753b0145eef15e44b39c7ff913ff36a531986968ca58a110f19b50ead6
MD5 8d1640ea02b9c470d0f6db5310aa7dc1
BLAKE2b-256 360828696232497aaf92fcb0a4e82124957669333f53520af5e2cd1cfd533811

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5f4ab0940062cce26039072f48ba57ae57e1055d1e6a06e673116e2457dfda6f
MD5 7c5bcecdba959b29b2ad193f1ce04f82
BLAKE2b-256 c7ce8685fc1875fd718faa53bc39b30971cb6748158d69012ee3835cb3eda3b9

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0546eb71bba0166e4ce4b4a3ce580cfe8d5567d593fc3d488681a25ae98fc5e
MD5 a1c301efbde7d2b115bce1653541621d
BLAKE2b-256 a2479d9d2346e15d3b81714c2790ec9d48a1845b6865dfd129823de4dbaf88b6

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 50db5ffaf1650fd1a8a5a1bf8ceac329eb2eadb826ff5fb09c8ca4dc1abc78a8
MD5 125a36c2865c3a0b203ba4f621dcf0ca
BLAKE2b-256 d12a63ce3b2c433b8be663fc4a65ed659cd276aaca37a9526cdae3a133d30468

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 095577b261f6e5e22df75e02c50e43d893229f9cdafe663d312e8f179f79688b
MD5 26e437cd66b9089860dd95c6741f7cfa
BLAKE2b-256 8d218d2f088971a92764408055b155188a8542c476613d5f8c5951daa14b753f

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2c55fdf2087805ffa74d581da4f3d970d6e487c38fba4d9e260fe27c5b2db489
MD5 574d864fe123306878646aa77b6a8a37
BLAKE2b-256 1ff19d43be005acd9bb3062f739786d01d33d8d7d4b162b4a1a0bd4260daad4e

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ddf2f5ceaf979c9f30a864908a0b33e5e947a34d38eac7530384b39c11fa0ca2
MD5 6cfd817ef962a595f38b29d0362b155e
BLAKE2b-256 b9513be6d2c7410aeb3875bd0b9e1acd66b8bea8c9da4a8c630e7398bc618a2e

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9b1a686e10f255a2f39e8f8c75c5190afbf24a5ed247020a05f273ad73e4c031
MD5 570c80e40516b87668dc8a918407322a
BLAKE2b-256 fe226e0e2507bfbd0eb5186393786b15dfae4ab373d0a6089ae97a517523afed

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 772fd1ada89347cf434712c436d5d2c55996a243e3f09a1293a04afc352bbac0
MD5 371f118051730a1d37074df6b3ba5fef
BLAKE2b-256 085f391fc8e45562e00376e200ee3f245115c6c36c4d555536a7958ed6d72c78

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1215fb4d6499ec88913515828fcbffb9e9f2276a91c2c060b5b1c682431f3a48
MD5 0b09a770bd5e99cddb7e07058bb2d072
BLAKE2b-256 5270d15f98908404ccf51703a9695c3fa953b19bd4abce3078848991535c30cf

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0fb3b92eabeb6dae1a849abb88a295df4f1ed9b4024cd4752318efe002b48470
MD5 5f7ecfd9f05fb4c2b101f0a26ee2d52b
BLAKE2b-256 bdf18c01023a125c53c2230616b13711b2a1c816099e3ea2d5d412469a5b1170

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cef8ac0cd31df3c706d2f8a68d684e4ff7aa9baa361d4f35bf66189281b6d66a
MD5 17bc56ef69a171e87dc95fb7f7afee76
BLAKE2b-256 fa0733b5ed6a29368883812d56a59d46824081dee44b74ad54e809c413a370b5

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 46e798497c8f5f5e8567afef6582fe06fc329fc35c1050de1cdaebd765fe5cc3
MD5 8212d8bae0f7ebc4559cf66fbe75c3c0
BLAKE2b-256 7e1b31555291d0d5f735633ce3139dd15fa586e94c9709f292c4afe55286ba64

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 37d9552845a5c7e4abd62e326879905cf3df301b5b2eb07170edb825de7fc28e
MD5 86862353cc8a7a0c35a8c8e8f2d3274e
BLAKE2b-256 a1d1c237e3c80e7dd4eb11a8de85d8d367889281aab52e59bef3dbb58a85ef37

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aa93ba96f02262c0e2c431904a632fc12464221b856b88265d28883c53b9b668
MD5 95b61d97cebc7568f47ae002eb3b6945
BLAKE2b-256 53f7c9f8b8e16e91152b21c80ce96c1bb115b893031949b90291053b7fcc1a96

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dbbb59bfdfe71e12d1ac97896f94aa38ac9edf4b71982fd2f8516b187a146e87
MD5 33950b4bd8d37382788168c804b38afc
BLAKE2b-256 56b509afb2ff2a7dbc52bb0f9897c9fb392160bbfdfe778a39946ed926596b67

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 45e80457b36cd5b60a30432364246d8688bca5ab22b72df3cc649b5cbe3f8bc3
MD5 29a6dcf5253925c83b948ef811fbd49a
BLAKE2b-256 626aa83530251dfc5efde26e715758b5925d81d8d73666e5b2fdfb5d1fc5283e

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 32236466fabf8728ff935a5def334df434b63de8530a7881747ffc1dcf0b2b2e
MD5 0e3b9c9915604079b1081cbc5e79fdd2
BLAKE2b-256 14120faf2b6a114f80cae3890b69efb10b667c118527c0062035cc045b560e8c

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d97694be19791008b40bafc155d6adb93daa95f712c2daba10d29ee50bddb1d
MD5 17e7dc59555af5d3f63bbb51274e25a7
BLAKE2b-256 119b2c3f7fd91117b7bbda6e50d067b7f19d232d758e3925f14a5981c536377a

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6e774dee08ea5f6782907c635d67e9652a8ea549c53ef6f6fbfea0aeadbd8ff2
MD5 65fb435801ed7e9a04463d59f1dcbc4e
BLAKE2b-256 c2d0c8118bc9f9f61d5d6c9bd9cb43c06b6971e22311758df3dc91582dd20087

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: psqlpy-0.11.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for psqlpy-0.11.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8cfb88540579ea19d1ad03fdeaf078051b37842b40c8e4ae1cb526ca48103233
MD5 c8b5ecd77fae9c170431ee65174bf9b5
BLAKE2b-256 ed0e82faf0bbc8709b8dac1c7fc8024c2956ea06098af8a638cc61b85ab78fe6

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: psqlpy-0.11.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for psqlpy-0.11.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b5619d433cfbb26ed37bbf9e8c27f4d4607b1dc0795b36df99bdad6a798ebaae
MD5 0c097ec1274a4a7a1289270806e8fd10
BLAKE2b-256 a15b5e82dd656e3fc4de6724a875e42424ec65977c000539d509f5c3599df7de

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f414a095d73f78259a36491e6c5f10500fcec90caa6d9d0703f13317cc1b5260
MD5 a4b92553d426a0228a3418833b764f30
BLAKE2b-256 b6df71b13c1438d0ee6f36a9482f955c28951242c40b391cce4a38f8969cdc9f

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 30b1313c7cfd886add284da9cd89869ff0a43adb978156c38001e405e263d0c7
MD5 6f3e3ebc1378c1852348686a4b0d8343
BLAKE2b-256 4d99ec538a62b6e38917746cad39b18c0e1c7625e833fe24c65c33964f0a569a

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6be85499ffe9c9fc4dbe1f8bb727422bf9d273390f7e5f175039fdf3e9098d1b
MD5 21f13478f9a52137d480a9855912bf01
BLAKE2b-256 333227c14818514b045e9e1e9260290a6376a70a9510c540e84e8810fc05e087

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ec1644a92abdf948832750db28943a7bfc6b9e7e3885e2b5e4376e49e76e1f42
MD5 e806167ffda68f3786fe0a081a03fa86
BLAKE2b-256 f9f87892f0682571b0aaf9a3558d612f0374f7ad51b9e5cd118275b92961e878

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b0b2b46b88ecd4578f4a2ae325b4b36ba4ce2c8667054e6219a0a02c0885ecd5
MD5 49ba2f5fccde33f0a14b7796db9e1182
BLAKE2b-256 86497aa000d8ba20e23dd3fd2fe1c6ebec715f36e758d9378747e0cdb5501478

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bfecbd5f619ae57458a61c9f8f0b683c2d9dbaca494c4188e6aa5fd451578c7c
MD5 1cbdce5f1f7437190c5b2a4dad2a19d3
BLAKE2b-256 a0c7977f45e9bc23836daaa2f91cf7f931c33ef4b60f63a71b86daddee0af1d1

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 79f6a77fe5336c568326bce37aa1d80b8740b1ba09318c5198081e3bd8d1fb1c
MD5 6ee3c14bc92357a83579469e21b81a19
BLAKE2b-256 def65200193c44da4130810d8e8b253e297df3abf28330020b5ed88babd662c8

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 645cab5c4948bdb8a3b38af661bb45ff5eb4b8a35adc42fc549974190370edc5
MD5 eff0b1b194c1a4d1eebbfc59fe66ac95
BLAKE2b-256 094144884610937646e5caa9cd7aebe31d5333701d0ea084cb311d45c7d86e23

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a30073cf891ab549ecbc36e3a560ad1cd945be0cdc6c387c6087d0eb56f5a57
MD5 e05e4e8f3fb24e0d8732ea0f48c3ae1e
BLAKE2b-256 575cd06fa1a5b122edeff8af833ae7a0ae74dfed3c197bb9a27c179a57035416

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3fc36e6dd00beffb012e17000e4b8433a10f1c40c96936ddc53d3e698f448836
MD5 1d497716cea0a268228d349c870b46fe
BLAKE2b-256 f61b44bb0ac2278fda4adb1068008df5a846d34332cb3241a76e28e23ca74236

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: psqlpy-0.11.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for psqlpy-0.11.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 102341f20de1e0faa6a43ea310e4d790970c1e5a88f594b8edd0de9044dd001e
MD5 03e57385cfff2412d7d052af989fdf3e
BLAKE2b-256 8345c763b480e244aeb568984891f7bac5f3a0e1e5ed9c19eaad0b9f5cdbfbc0

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: psqlpy-0.11.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for psqlpy-0.11.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9334c9358f6bc5366dbdc00b8cae11a1846f27b0e0564f43a12f4f843114271d
MD5 6920f88d6435ebdf82183e3b5f064445
BLAKE2b-256 02418c199ab32991ade54b278c6dd78ebee68bd064f10f103b99d497aa32dda2

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1cb9aa8a6505d4cfa0da6869d0694641bf981eb14c3c2da29acb0fedb290d08a
MD5 48cf13cfd57063058a85713f47cfac6a
BLAKE2b-256 95e48d95c0167105d579c5f6fa67534cecf745e9425cd117bc0f2b44ffa69ccb

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 77a46c70dd24af0592a9aeb9be0498617925386e4ad0bb7629fae9d2f935bd07
MD5 b981ae0801d47eb9b97189b99233c398
BLAKE2b-256 94b3d9b6714bb78fb5fd2644132bf422842a64ed6bad21292a8a3cbbe10d1314

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 84a69ee7db29b30f7695841b954da12250e84f41dbc6260627da658f452a9b05
MD5 1ae9bf932d0f8ba9d4ab3e6a041e219b
BLAKE2b-256 cc7a3c129e3c78698427f5674eaf0d9b0e484e27db3016ff9cd89bcc17f81946

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 337e396624d11739bfc694e41c9f457eb9808a7409845c3364edce4f72ae058d
MD5 fdf7dcf5dd83ae1b32e5c2014823a335
BLAKE2b-256 4f119066f61c76326801c7ab55fb3c0cb218fb99aa394886139e2161110f5acc

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b9a07ccc292ba915f5ea569e357ac31766a9f02f36c50739caa8c6f1cf023958
MD5 50489dc3fbeaada7b953922155a3e1e1
BLAKE2b-256 5771dad169c0c3ba5e73d4abac98e2fc24c887de753b823fe1945c489447d9d5

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b54ae362d8365d01a11fe48b70d6ecf11141c00f8b1e01ebf2a4b0dd510f0c8a
MD5 146a33cb4b2bc2c2741d7148df01ed23
BLAKE2b-256 e6b397a6903acadcab4947d863b91499a1ad0736d1dc4e172800417722216b60

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 41e2db78797b45fc0737d9c131c965b71c50a2278562cb1726abca69b9a6cce6
MD5 b634c5a3540ee3cb4873d767f2d42696
BLAKE2b-256 5437911cbcc94f276e62c686914ce5c18fe8592a38b3ead76546570ed8024b33

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 42203d4aefb999f3a9848d0d6e761182372b2dec1ddcb86e49f93f0cedef1eae
MD5 4f4051ce024d34ae87b92b36192e6aea
BLAKE2b-256 c91d7ea5ca8788ec47809600abf7fd900c8191a1672790fb4172cf403be59452

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 06c12d662db6d377d34e0af2814c0ed2e8213109d798b3bcd103856c1d898d60
MD5 6a92f219ccb4284862a16ea46bbe5a3c
BLAKE2b-256 efff16dd9612a1164722756c0461f56a2d4579e6f952c385dbc208d57e130ae4

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 91544f8014d6b5dc0c41014a6e1afe70971a83e4f520847465f81adc2dcd846d
MD5 9f5dd8db9f033c7a2d581b98810c463b
BLAKE2b-256 8cfb78be839b85d1008202e22273a189d45c9e83057ba79853b90030dc69e014

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: psqlpy-0.11.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for psqlpy-0.11.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ed3ba9bf694bb31cd20749c5aad67305bc109e39d65c595d84c288c1289d235e
MD5 c63fa66af17a5c0dbfdf5948cca783d4
BLAKE2b-256 df6a78138a159c7448bf215c92336b463a4bde56bca0c54f03b1a7d0d4b00a44

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: psqlpy-0.11.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for psqlpy-0.11.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f7418bb455af945707bab41048a82e03fc6d09a40803a9a62e59e71c8c1b9378
MD5 15706394d6ece072617e7d4a14f9ba1f
BLAKE2b-256 d14030c0b3c8ab4cd5bcda5f0357cb03ae06da4dc23d47972c13f2a897a17343

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2eb8f18fd82dd9eb9e7394294346e3af0de468ed6065856efb4894a77584dde6
MD5 c99d817fcb224cd80031805c2ccdaaf5
BLAKE2b-256 9b3c01380c6b6bea6c568b99d6ff866f91c0b107872a0e97c713ad5bbee2b04b

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d475dc16fb2eecd25522e7073f6d9618d3d563414c60457799a85a415c9006f5
MD5 1b6c5d29699804b43406e599e097bec7
BLAKE2b-256 15b9fb6baeebb0bfdc7541e5ee8f1e88ddb237c1c81c4bfbe9e1fd61bdf9cd91

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 73ef431a4a216d75b3f93fb0fa08811eae7b7b14bf1f62c94ccef5ea33e40244
MD5 a575f00b550e3e40cadd04950692fc76
BLAKE2b-256 31480adcec7847657d3b9275703daff6c6b9508dd4a7b8db79f14fee4f6d6878

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0004291a82d94baa5f8ae66862739b936b0bd182ac2887740d490a2f7fa4a78a
MD5 90aec3042d6cfce6361b08b7160c3733
BLAKE2b-256 d1c42dcb9a9cd511b7380d6a528059b89f0cb4aa641b4f357df1ec673bf45de1

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 42ca1ac01975a4f1ec6244383f956bcb90256111fe748fa8fade5c689d4c9183
MD5 e7e6d83942f523f0b101b3dbfc15b8c7
BLAKE2b-256 9bbfd6533a8036a433dab4f01b391fb7d318953a5ffbbef3e6589f4bc61d5721

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2a314a2860e96e36525187a43aee4f1ed3bc68376652e7484073b2878c1876fd
MD5 aa566e0506b46c902ef19142280b8bcd
BLAKE2b-256 a71b6b1e815147b7783bb483fce1f43e45d0baeffc45b2c0c1700d0d15cc26a3

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e841fcaf3708f336c51b2eb6a96cf5e6ab70f704d852135d3802125735db76ee
MD5 05d4ff6698fee0d4a0d9b8a21fba34b8
BLAKE2b-256 7d2bcb3828f0e93349591565fcd9dd3abc7ac81bb0cf7a6f17c1eb9898f0796c

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 123ec56623fffbd53cc5e840afb66215d8f3f6781eb5f83df9d6ca7fe5bcd4e3
MD5 6e7bd1042f65a98dc11ab1c5f6909ba9
BLAKE2b-256 41f7c1f162c243630d83054fead019c258ceec671d9e2fbaa77f1c4b05528e82

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cac588b43ea1226d2627e10f28fb4c16a7090a13499b2472be2309ab2edee53b
MD5 bdecaa0e134ffe48824d66897b31d941
BLAKE2b-256 8f32e27ede7a1f31c1094ea148ad01eacf0c9a975fb9a3f3b7598daa199c9193

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 488fa612223acbecf2894e360ea1b13a04864effed4bef1b83c2784df4149ecd
MD5 d1b49963239dc149169e23241c7a7b9f
BLAKE2b-256 0b955dacae104c9b2aaab580b75cd7898d12316a8f02a5106097e7b4a41b3a7d

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: psqlpy-0.11.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for psqlpy-0.11.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4e8592477745d98dccc5a3f3fddcf50c26df16091d8772d1fa7ec2ee3ce1c333
MD5 8038148a8250665e3c228a11db0654f7
BLAKE2b-256 81288e69d5765d9f007427de1e72bc99bb38651f185a7831dc0455122936a1d6

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: psqlpy-0.11.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for psqlpy-0.11.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 099db16bc004a1b824496a5dba59d4f1c3ba73c0fdf14d04230b750e50756278
MD5 411c482bb620115233caa5344fdf9448
BLAKE2b-256 ed02bf1e51d97b46da09de1233c86e49efb3a0c1b77df99dbb57a2b083f5e8a0

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0db86f4c5a20f5241db93912abaaf4c241b32f257fb1fa311d10927c6cbed727
MD5 0c1992ed830cd9bb83363c0ca829e2f0
BLAKE2b-256 a2bb92e33660362df7ac047097ae7cb97c4722c55ba0f35b609b0db08016c0e2

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7f70d93e1c65d2b57a91fce535873f5f94d846e646c64185422ac2af4d073acd
MD5 0289042237c1e6d48852a2ce4017c5b1
BLAKE2b-256 a159129678003db78bea79d108bee8a4713f1574c612904d1c9f5d2b95439375

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3367307c7595b4d8e57fa113d6f7319747e105777f78289e8d37caf9dcb25dcc
MD5 06ec777d8af1aad05e5bd3219b139a12
BLAKE2b-256 198eebff92f277e268eda4ce0eda89c79b3e8dd1b9dabe5bac28d8ad79ae8d9a

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ba2851b6fa60f72a7e0e148d5db6d1832ce8765c37e12c8f5191ccafcdf68f2c
MD5 3df6cd296b7aafd90787bb60fe4d9ae7
BLAKE2b-256 fbed43a1dcb106e16b482d0fc49f05c287992f2dd8a1b672fddf415e728d6aab

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1cdc0559109d9069eda2c6e27ad8b47a4cac84a094680926cd9aa8acd738625a
MD5 7fb77f37264979c706f843798bd8c6c1
BLAKE2b-256 a27f9b0353db5acce5b650de85faad918fc3bfa7808fc01a225b92e1741316a1

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8ebd1e256dca47e843a171138e1d67123f55fffd18f4072a32d662bcdb05fd2c
MD5 a7a4f309c7ce9817c708c0be9fd40fc3
BLAKE2b-256 e319eb619e53e6cdfb7ce307c3670c81502108f8ef8133d239563f9cb7d91289

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a28e986304beb071db21c3b3aaa7986a150c170e05bf1d577e2a61838b6a123d
MD5 38775e1b9e0c4906f79dc462ebfd41a4
BLAKE2b-256 09f77ac6017d34693da965e0a56a97d3531718f5a00abd56826cb3a8bbba548f

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9bf2e69d79c9934d73103628fe3c53dccbcb2b9818dfe8e288731e2d8c5cb594
MD5 f5b0be9b18794ea3980f2b453edea5ca
BLAKE2b-256 580993df584160a2a27dc1a6b13e3fa9ba3320d33b365fee65d3f98c6b1fd542

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 369eedc2bc87238ad9cc499e7fb0979f41f48109fa60dfa66a7e616aaab2b645
MD5 35def6d2236f314360039b9c7e3d1dcf
BLAKE2b-256 c7416df778223015b141e70021a917cece7f867c6b057901955c1dfd252db05f

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f7862b703b296f2952cd81a1b29c85d9d27de2e2f7e6e1d4c9e2f9a18095057a
MD5 049222bfa89bbb49d2089f7061460cc4
BLAKE2b-256 2ffbe44334a164a7d7c341ed2a140eda3dab213209c8acb84f1b9609cf015dd6

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: psqlpy-0.11.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for psqlpy-0.11.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 758450cef3c5c92de159b2ec9216b0f7bc93a9517f52bfc101856a58066e8083
MD5 90ec68353587097f8746a7fec1ddd332
BLAKE2b-256 95eb76abc40fe494576e2edb70660301fe06a8554e4b01ae9a274f0e4827264e

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: psqlpy-0.11.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for psqlpy-0.11.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d3c70a8d6f64e07ed31e573fb81da47a13c3953fd1cc0ff513a57ebc0da04381
MD5 b2f4bf8ac4e52d42bde05764c5f92e99
BLAKE2b-256 43b03b410002bbace9ba3d7e6dad6c8bbff69e86bece3d47805deda6a4385110

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6284363995ac8e5fd7cafb32e8240c62840df4c04cdb26a40f74210561f34f23
MD5 fbf34664f5ece05cf4743b51c89cd856
BLAKE2b-256 b5707923b84f0e46a139920095d277f48585682f35463db6421e817d35aab974

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 05105f19570706b50721c48a7d3657e9f61f2497cd37517a9c1bccfc9d954ffa
MD5 c164708cf8a642a8bd0fafc6b60702c1
BLAKE2b-256 307a7d03de1c626eb80c0b5743fbb45e81137e1c5c9d0041da7609e787dc2a3e

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa1894d4561c8f95f1d2fd6144ce13fbb9e8bc37abf8587395a30dd8ebb5fb9e
MD5 e480cad092bde1c09a016b6166a55038
BLAKE2b-256 dcfe8834742b55306e5091ed0be282af509e966b8ad0cadc0032147ae8e1a513

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 698bf697e082660ddced5d11acbe35ccd081c8297dc49cacd31afe343b4be418
MD5 c5204e627c7331b5ca127de623791ad6
BLAKE2b-256 ae800634d28d67ed593e2f4a345902a294fcfcc8693b8a86ac322a7562d5f110

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b6e5f004edc8c09f8b54a57bbd235cc0f1c6d75556ac3b6d9d0ab48e808edf3b
MD5 9bb7502080479eb85de6bbac476cc9ac
BLAKE2b-256 b7c29db38ff57bb395e108297390679d48d8059deb9a89aed2be828d7724bb92

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8635494eb75dfdcb02ec131f341aa1aa8e14de059ee78bf2f6edb633568b058e
MD5 0f52be496ae645a4b6dbf0e5f58cc0ee
BLAKE2b-256 eb95c5f9ea75b37553ab84b1ca176bbd32ca08e37a929c9e07a42f592c402e6e

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 94a382c87a44e814b8a8b25bfbf4f44b393c3f614d49a114eeb29d2b079d7fbe
MD5 eed190a386dfc959345910204a5c3bfc
BLAKE2b-256 4dcb456e3e4ab80f511d01f799f92dd7226e26784fad6baf9cfdaaaa4efe8e61

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4539c8276fe773f088551c144eb4153b097f61584d5628e5714e3ac0ea604ecd
MD5 548e11529e40dcff45ed8652023cb6ea
BLAKE2b-256 b00f0ae62215896fc28707894fc96706ffc7c5c11e9e12a2882e73d256086955

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 20007694f6278a5dc5464a58b79150a763683066dccebc8c04a30c4163f9c117
MD5 0bfe043e3646dd2926eb825578548d6d
BLAKE2b-256 7efe75d83f4e550fe5c6e6f9adba9d4f6ddd94c2af3906ceee03309946ffabef

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.2-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6e73e756a74ae77b9864444cc229d24435918faefd13a2dda976f4f37fa793fd
MD5 58201426187bf2bb799e1cdf87b83894
BLAKE2b-256 7918ba2709e106681e972142bc3a95b2375123b6f97f1df443586e02308ac576

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