Skip to main content

Async PostgreSQL driver for Python written in Rust

Project description

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.0.tar.gz (288.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.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

psqlpy-0.11.0-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.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

psqlpy-0.11.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

psqlpy-0.11.0-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.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

psqlpy-0.11.0-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.0-cp313-cp313-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

psqlpy-0.11.0-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.0-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.0-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.0-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.0-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.0-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.0-cp313-cp313-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

psqlpy-0.11.0-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.0-cp312-cp312-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

psqlpy-0.11.0-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.0-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.0-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.0-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.0-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.0-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.0-cp312-cp312-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

psqlpy-0.11.0-cp311-cp311-win32.whl (3.4 MB view details)

Uploaded CPython 3.11Windows x86

psqlpy-0.11.0-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.0-cp311-cp311-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

psqlpy-0.11.0-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.0-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.0-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.0-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.0-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.0-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.0-cp311-cp311-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

psqlpy-0.11.0-cp310-cp310-win32.whl (3.4 MB view details)

Uploaded CPython 3.10Windows x86

psqlpy-0.11.0-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.0-cp310-cp310-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

psqlpy-0.11.0-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.0-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.0-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.0-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.0-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.0-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.0-cp310-cp310-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9Windows x86-64

psqlpy-0.11.0-cp39-cp39-win32.whl (3.4 MB view details)

Uploaded CPython 3.9Windows x86

psqlpy-0.11.0-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.0-cp39-cp39-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

psqlpy-0.11.0-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.0-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.0-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.0-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.0-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.0-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.0-cp39-cp39-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

psqlpy-0.11.0-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.0.tar.gz.

File metadata

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

File hashes

Hashes for psqlpy-0.11.0.tar.gz
Algorithm Hash digest
SHA256 3f7676624adc0d03fb11e59f12d5872597ed43da652aedc5a0d8749f2de813bd
MD5 8b4199e474343722e28f61a6e8b5ce1b
BLAKE2b-256 896b87e9f057b7f4795a8b935e081429051b9911434334eaa08faf98feee27a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e82e92846249b12194415b07736cdcecaabbfc71f9a4d2bc8b47a8847b29bfd3
MD5 ce9f62284f856a372b6c5f37c2fcb9cf
BLAKE2b-256 c225d872bd44141791b6f3059fadd9a857e66529fcee2b58bcad7643f5c65a25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3e57ccbfc087d7311b2aa8171f57a377d40a20f475d29ba062af31854089c379
MD5 05a72336c525aa2e471fc097adb25c97
BLAKE2b-256 bc89af0e9a244cf6c225c37f84ad1ae93eb17e69a858777cc78a25af085f4dad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c566f9c0b476f6f21a0140f122eed5315a9b718bcb01c2d6e7932b260589313c
MD5 6d4cb3d041b5f4e601200b32af1c1f9e
BLAKE2b-256 df9a6999100917326917343b8478d83348e9f6699a3345f98ea3170128fc9949

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 537b0d000c24f40ab21131393a1c4c15807ca786bf5a147b93f0cbd5f687b1e2
MD5 9455865d19209b44bfcd701ad83660f5
BLAKE2b-256 8df7eff4086db33f203a2cee93e117039eba69909ba9fabc180db3bd977840d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eec5e37da7740a6046565b6e080ec24cd78a6cf876b4050d0ba2a88fe6124266
MD5 30f0381834e2b2e5b4a75fa940fea526
BLAKE2b-256 d9e234765927bdeff85dfe58c26ce6f5f82246a94ef531120bb79ae3dd686d9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5d0270f66310fdad8d9fc9fc42f848e3fa6a2aad70790586754b1333e03823f5
MD5 d1a396082cd10067767588a267cc9f0b
BLAKE2b-256 ee53524e85b111360cd9b583c8cf497e4237157647d70e1b46549a7bdb6a5eed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1ed8d5618f5f514b0c7f6f3108df46dce47f4e9f7934cfda56d838f580197ee1
MD5 43f2e12e867f015dce12523bc6c822c4
BLAKE2b-256 993a2d7743f1c27f7539a7bd1c6bcc288aaef43ad5b53f93e4d70def9ee687f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d6bd57c7f4460e21b7db55047040287e5bc87e1af46dc20f1bae72a66f3f11ba
MD5 427a46b91620aa5bc60663a8cba4fc81
BLAKE2b-256 c48d8f1f87f291485abf79f2d49bf1e7c7babd88eee80073287438b59437838f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1696e5ad4088c6f13e013e67f77c8d8a0db4129c5a56eb7d40aa7a76f574930c
MD5 6ca2dce718e52602f77988e15d22e690
BLAKE2b-256 bd6a4530392f81ffc0df163b5b04b947bca39543eae02edfb30f34ab4be73207

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 77bf7f85fcc11716381f4303e0f76978d4e9a21b40d3c3d2327757519c531d99
MD5 1d334d734e90d7f097ed6dded2c9809e
BLAKE2b-256 4fd24cd844760e1838478ea675601f47f5e319347e1a3b5f01bc83aa5a4f1b9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a61e06442ee4f59286c40cc9a1d60a6c85d1f96229d123356a4ae319dcea696c
MD5 cf8d181735c0153af6a6ff03d9d2f78c
BLAKE2b-256 37a2f776e27d9af4b586e35d41ef965f6c89aff8cb55065a471f986ed9e001a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 01038cc00111afb4db948321ccbdb44851367907ba83b2ab08d2430fcbd822db
MD5 163259b5b1a12e4e75967673cf4f95c0
BLAKE2b-256 52006a6e55482f5d8cdae53b6d09192396a8bab391dbc1469e404b2f4e46b41d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d1cc418a70d6d9a526065552b5d25bae2b26a8b77d0a73b4ffdfbc700ec659d
MD5 2026aa179e8fb5346522269e6faa93ef
BLAKE2b-256 5ce31d101b315a91005d4793f38844f23cc6b21504d4e1775b95fed0114fdcc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6c2c65cacef6ed32d5d463a02a2f6d27985bc63fc88967cdc4f70e53a6caa227
MD5 54a60f86ccfa64bfbd339324e38f517c
BLAKE2b-256 796a7db2dc130ef823a76642c04c5fde527d8bd6984b1cee021d940b1f6c39c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c38fdfbfec0746d153ac53019da07eac337f59d96bd10a1bdb1cefb492bc83de
MD5 e0e29520f85f761963fb2eaa3ed9c533
BLAKE2b-256 ab9f43090277b8c06742fe0b7d2393bb34b577e2ac37b70e32cd042df5f1054b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8986257f4386d2074bfba6364397973387b75785ae89484a8d16fab513996d87
MD5 55a1c07765a449b02fecab75872a05cf
BLAKE2b-256 b8bfb6728c16aec38db6e4a692dfe9d275ac7be0331bda1b4b20f824c483106d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 809545638fb7389bd08ca63274663174934530c97047926788b046ad8ed2453f
MD5 7a439dbaa9ecd26792b9af5e106a1669
BLAKE2b-256 9c6f12340438b56fc9a09282182a4015df1fec73b0cc3dbf2f4fe53fdf584d53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d120c930f311198b13b444b9ef9d315d3d8b78793becac014d7cdd8c2a102f78
MD5 1854a567416177b24eb0348ad195643b
BLAKE2b-256 a78251240caa32c5fb1b6df4825c9cc160750597094c2a646c8cb846b2777f58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ac3a3ab9e7839fb44e3b4db0321f8c1afcf1ef40275d8b1ef1eef585961b630
MD5 cea204f9a3b9753be0ef824a92228c2f
BLAKE2b-256 5664b72296fd07d89b985499f4be7acb5e37597f5ac0b6f34c1572f54663ca58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 589da8fd5681953a366cb7ee67c923e9c6dcec2d1b90d27dddb85d04b0e0cb12
MD5 db6bff2b363a79f9c9751b26bab95584
BLAKE2b-256 bd0482cdb4cc019789fab3a992204bf4d179dd4f3f4cda7b5b6088f96af3b962

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.11.0-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.8.6

File hashes

Hashes for psqlpy-0.11.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 27073aad2d53c6f1070bc7cdfa7eb0566ebb9565333d74bb7229a7ab495319c7
MD5 c5d8952f2cf8757e804c8cc58a76a93f
BLAKE2b-256 8b6664dc8fe003093c4eb652f55477b1199edb0c0d4568b216764ead57533517

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.11.0-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.8.6

File hashes

Hashes for psqlpy-0.11.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 1a4d0eb2bc9a3b8228db65458595e8a7defc98a178dc1ce887ba281d095a77b2
MD5 9563fa0123ede2a1c4fc061ecf723ba6
BLAKE2b-256 7761f4c5fcbb1be7ec314079cb7af91b2616ad0bd1e0750b0013a1b72beb70ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 20af6b593258f9ad9fcff74db9ad801f7b831dcc77a9d596a149e687a0e71302
MD5 2e8573b938961649fc20d26b33488fcd
BLAKE2b-256 d3717d47651f6e8517bbfac991dbd69a74690cda308c2cd74c90ff1f7f437141

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 41edfcc1a8fb711e91b4a2870f1a4ccae54917166d5f79760808fc8b080191af
MD5 b2a1cb811034ad95cf23764dcb426dd8
BLAKE2b-256 29c90efa6d5e72f6c994ae0c5d80e123564d5807c0e94b9124de62286da15ad9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd117f02794fe163372959c2109fb0f0369a4baa9f185c86eba48964f423ad23
MD5 944cc8847e8ffbb1f6ce9b2074fc06a7
BLAKE2b-256 e2c02bd67d4f19e0c8a15ccd9bd1235ec240cafb6c8dfff58919c8e7fe12cbf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 882457fee452320ab301442eb7b54c369f342ac8bf88452f58ecca02cc0755b5
MD5 2edecdeae59b035b09617b081799cd5c
BLAKE2b-256 25c1f2f94cbba7f5c3f315d8be1ef453d26fa1ca9d85d1dc905ce6b76fd68e2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 50b8ad1bf845d5b16b1eb71d1092cccadde001117d150b3f4dbbc098f83dab70
MD5 d20424e677a829cb5caea8f3298d3b09
BLAKE2b-256 f999ce2d56eebab1efa7c3bc2de6cae4ed23283cf0b9e58f3609d0af2d9b00c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bd63138e07846d383b35b0647d5dcfba9970f378f72acdd81f45a834cb26ba27
MD5 fe5b9ced8281f19dff21a7fe63b97e2a
BLAKE2b-256 2643e80610c36dd55b3b0749390e4417f419f658695cae1e42387818e27df55f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a5cee2bc3e1ac4d98f44e8170f619d193a6398b6ccae6b18203cec79f31b64e2
MD5 cbc89578acce7992ca57d2549680351a
BLAKE2b-256 87611a7d515ad259780b4c267d21fe7416192b15f05005231b973b68a19b1e0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 71376a4250829da80fe68e146aedb558a430ba5e9432922fd815874fbad21431
MD5 3e84949fe06f514c49f3078f78c0cb9f
BLAKE2b-256 4d88011c8dc4890322ce871148ae4fe32305439168e625a5995dd7479bb667fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 62726299ccbb56b95660b19eee905d0d7343a4ac0b08c402f419ad4b1f90db89
MD5 9a04a955dddc3d6e04481950d32d75b2
BLAKE2b-256 f9aa3a5e291cdbb1f8a5ce2aa72b15ea468f1ddf7827a220f03afd59f2b85df5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0c02eb36e7b9d762903e43aadf8b2f4b6e13d9fb5263d681917ab1e3de79fd84
MD5 c9d64589b0af2660c7d2efc3790f2d50
BLAKE2b-256 7259b11afa4ca15fe3ce9167c48c02cfe085239ac55a3dc83ae955a1bad31c0e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.11.0-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.8.6

File hashes

Hashes for psqlpy-0.11.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c51e4f368534ebccad4891126025b5527ace5511221eaf8decd140e37641256c
MD5 254e096f38501570ed15be1955a919e1
BLAKE2b-256 affdf73461dab1bb539d33f80ffd3ef385646ffa4fda151da86f9b5195f02908

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.11.0-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.8.6

File hashes

Hashes for psqlpy-0.11.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 488d9f6ba89d6112b5da55032adc86e47031257bcb60c1438803e03ee905ba8c
MD5 469b05b85357de4783ec1b73efcd1c24
BLAKE2b-256 c5b50187b3aea8e9253993e756126f844ac1a2f67e6360fc75df12efa02bb2ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c0b3864ff6b2b24c9b0baba6480737eebc089a5fe3ddc855b26522a291a0083
MD5 27b0098266c4ddabfaaf800a1839d95f
BLAKE2b-256 699b0b0769a66a717146a525bd03a552cc1491b192cd8a657fc8d9a6355aa290

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 972403e4d6fbe7c334267571db2bdaec34a4d45942b46ce2dd172272f84d2508
MD5 217f574103b60bd55560b5ba5f9d8b81
BLAKE2b-256 c45f730c654c891ba0519984f3a4187bc8b41545c04589791592f45610eb41c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82ff53efe323b5a2377136c31361987de384d35808a8a4cafa16349034b0c15e
MD5 96b59dd2a79216af027aeb9ce7b0dc4c
BLAKE2b-256 00795edcd23163f752dc23aa292062730cfa24a7c0286d522373f8cd30494a61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4cc2d2e6181b3c731b0e3ce2e938eae57268818d5d163e7a607949a1edc80a81
MD5 02c86eb6b344808fa1b1bc08e8de5f36
BLAKE2b-256 768f6f963d2f717fb79a370beafdae9c2dd07502e5196b3f09090fee12dfb079

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 532b9b2356fde0aed155634e0ba7682f74b165ba1bd7dd5923eb2f568666cedf
MD5 05c0a05ba6c1dddedf6abb437dbff070
BLAKE2b-256 f7741c63e470f389ef6dc33c4567b6038668e9d56377825f2ec6964999d10e9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1d73bd4a87f38b9c9b284ebc14814874a54c9df9ad101181af0bf6cd422b71a2
MD5 e38b7808f49b23ac5363d12a227c4b1c
BLAKE2b-256 aecd29980ac9ad51fda6b56d98370416025f4e828cf5642dc1ffff46c38724df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cbf538e51d0e0c1bd5e96fd3f01b08402ab759ca160805f6843bbe963b54c97c
MD5 8e754884694aeb56032ac32ad5d8a516
BLAKE2b-256 46087897b5a04811afba15a3e71cee79328a3e6f564ef78e4f3c98775eab7089

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 44d50d1d0b4f163e33c3e2997eb8a9f9424a979352f47ce8de97e9e07de483f4
MD5 58442950e272f17212f8d3804fd6b25b
BLAKE2b-256 6067f28907d366ceb2e9f4d3680eb73c017400f1aa317b81dd05f27f962c1c89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 46d488fd0d9fd3bf735c9c5ba0f71f74e94fe4bbcce0f42f4b03c3424785b6c9
MD5 50093d8dacd20fa2337b8143543ed5e8
BLAKE2b-256 ec807d69b42e6191507206cf5c4c1ca7ef1c7991ba969818e06fe4bc408f32ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 35dbf73bb449d387409c5c75623c2d0cf79726d9264dca76d841c0a6b213df4a
MD5 d22124efbaafddad298cdbdc1cb49ffb
BLAKE2b-256 3825524e7d96bdc65ddea1f653147e4ddaec30dca395c8964d2db3a003f0d2c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.11.0-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.8.6

File hashes

Hashes for psqlpy-0.11.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d520ec3588d2cae17af75611fbe5f88fc9302efc72f92a0b600a6becff50552e
MD5 ecd7ffc7d15b448f0f1625f0b4259f3b
BLAKE2b-256 effabd48cacee41e50b8eb27f7ac7050a5139d8045802f6cd22bbca8a57c9d4b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.11.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 54acd966c604d16eaa5dd1e373bcac020a8a2b5ea3195d179eaef95fd6084cda
MD5 93520258deab5816b7876f722446fe6c
BLAKE2b-256 482178488f47c1a7f4b6e2e3740c616947f8996255d5c6a8e451e581ce95508c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 689767cfa30454c5a9e71daf5b9440b565fb82e94a311e6a1019ab539875bde3
MD5 993f3ed57b6cb70dfb61480cbc70f9eb
BLAKE2b-256 9f528719fef9a50ecca2bca8d4ed356596d974dbf3780c1eb7cf25c1742ef88f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fa7d8b9763c54add5352f226968ca84207a3b6df611069e01783c58ae9c00586
MD5 4953e063248449341e6dabcd9058cb25
BLAKE2b-256 7e14412746339551126846a27dd8a2d60076f462b56682058b9491d57b5ce161

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4886a0288f8df8f2c17fb0d796bda8f2f85fa78e77499d40eb4978a486f30e7
MD5 cb7a4a1544662453ca8021445837e4ea
BLAKE2b-256 f7c622a88cb7c8cac49b99605a84bc70ae901f576b2af80d624a2d79a2593f30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0b18e3065e2af9440c2730b6fe9e3d78d231b83880faedc7109fb357181d6c35
MD5 f0e7e037330b98786504b30ebd2840bc
BLAKE2b-256 4dd72b809650c55b8eeefa5168a3105912026f1b88a24fe6a5a8a1c638316ea4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8f1843217b7ca1758f78d04f8f00e48d7a133121b9038b64cbbb667064d36366
MD5 2557dc6e0e965f886eb8d0aeaeb96243
BLAKE2b-256 4fdcb66c8f431d19bfd59910b71ea54fc44ac09d0fd0907f3a6b542744cb7367

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1ac0de3ae2355dc0e8dd015141f007e0d77c47c1703fb277e19f83a638e8301e
MD5 fa17ab71ab4b5a0a69abbe41b3acdf83
BLAKE2b-256 6618241cc11ca9e73e9a56caccb063d8a3379ad2fd792b8390cc6e81fdd666fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7f34a7c6db03eb3a3cad3bfd44c644bde87f11cf1dede7ed46b59b82279aea6a
MD5 d4f45d7e449cc276f12f0838afad77af
BLAKE2b-256 e02bd7db4de30301d3668b2128cf645c2417088396f051af9e327e5e3a2f7e8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 341e56452b1f779d54910eb935e8d25a0a4ad66519424c06d6dbc77ad130faea
MD5 efd4b98e0bf9ba63d34cc1a6ce58f739
BLAKE2b-256 b731601742fee6e0af96e7780ea79b22b3045f4a8815df0be9f15bb30a1d8c3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0487e859accf7aae279ee35cb5cc709b67490781f4283df4d1264ed46f3c2a6d
MD5 e1a156eb429dd46368fac633ed3efc01
BLAKE2b-256 dd31334a448b76fb70af284f6e39cbdc04164d2d1ed17f76dc68c46b7aea1b60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 461c79c7021444e298f6f80ee2bdc8eed5359330be5a4906d9473ab8f1879937
MD5 2d4766a8dac069f70cfa60baee5e681f
BLAKE2b-256 3ef29a1d0d0ceaf4369bfc2a0e89c84a52f893bf7585fac87298c908ff5de1fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.11.0-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.8.6

File hashes

Hashes for psqlpy-0.11.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1fc691899edee8dec1c52f71cc38ca1f93838c7f2bb3a0ec72a520458b9ab4cb
MD5 345b7921e3c024784d007a6ced315ab3
BLAKE2b-256 0dcf0aaf973029568b900906752cf9f8a1513f93736d1e7aca8b1e17c4073fb1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.11.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 15294dba57393293f9406f199ad42f22085c2d72a50b5a207c9811a2da057556
MD5 7b89f703c55843063bcf2a7f3d79b32a
BLAKE2b-256 96680ea14298990823ad772894e7f51a779fea4144d19c51fb8b99205e6cac90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae052386d7cba5b01c0f831edd1093f39729e05700a021d22dc3f9fcf18987f7
MD5 9d9275aa32029b6fb88a2c2ac04adea2
BLAKE2b-256 bf7dd15c25ae830a12350f1a9c794c86ff6847a151a8bee400aecd5e86b5be0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9d331327028a8d3426f567624277224ee95240e5d6929bc2c0ce4b11c7bc9704
MD5 5a99661fa0902efec87fd661f989d99c
BLAKE2b-256 82fa45e313aadedf03fd62be9eb112cbe2e7ed5031b37400be42289edff9b366

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 475a21ea35f9ca8b189a49f62bfcf844ace5be0813948f514fe6b6baed979c9e
MD5 dc7940b35bffc13107ded0b7e36db564
BLAKE2b-256 26035cdde1ff6e0c5035646ce0f20215d2a17f6e9911be715e796495e1a73f8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c1d32f638f81fc9e09151c34302691c45403d3d43b68de9de62830cb18727c10
MD5 98d1055e0b57a2de1f76141dc6a0a842
BLAKE2b-256 8a4ae711b47a6cc5987c1229b42fcbdd17afe0ced71799d4411e4d9a76b74b1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bc4ccca6261796880dafa3b1e50a7e117410920a5289f1ac7797aac3a61b4afb
MD5 cdc3a88c2efee97415ccf396eac3bab2
BLAKE2b-256 87e50584391d8ecd6d3c57ee1452095fd86d594598147b7922451deb15a1465e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fdd4151b102083f440af918ef324cdaec4875e59635edf4b8d39d99afb79bc50
MD5 64c5f6f1b8f06c95577c1fb4e377c2e6
BLAKE2b-256 4e436a2175b9be477b74828576b1ab52ef389267d185c58b83252fa6497341e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 05dc6669aa28f118c959de0857f75f3bfe876b1d223a562655e84b9e54b7efe7
MD5 7d732a781db1f3ca7b69edb1864e4ebe
BLAKE2b-256 0c740100bfdad27f694585eb5e7362a971abf68d936909c10f750ad71240059d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7d5035eb32c130d825637008e3a7d9629d6303cc183887d4d79b2eb0ec0f165c
MD5 9fcf34bf6a427fb99fe5c6eb5725871c
BLAKE2b-256 7e13bffa37c780d221855d2e969fd1b16ef4d0be06ab31992f5bc57daeb4fbda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df13d7a1349f7678bd19907df0fa5ddb0b32b015cc3289a1473d82446e669847
MD5 d310b599640fa777add9427b039f378a
BLAKE2b-256 77194eec4ba13b6208b47ea7ecf822a58bed83574d70fe6ce4bceb47e9dd2dec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 adf2a91c7e662081d0454c67b296dade5a7b3f6c1981cad622e34c8f806bfd56
MD5 2a32818d56d3ce29795f8a9d22f3d21a
BLAKE2b-256 34a43862e6a2b245e59ae31372c348fbb9e67b2207491050f43e67d957c8cdf1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.11.0-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.8.6

File hashes

Hashes for psqlpy-0.11.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bee5f522299107ca1b806063ae9157d094e5086e17bff0a9277becb5c4821eea
MD5 50c74cce8ec4986ba46e707c245252ac
BLAKE2b-256 8a39da8cf566c0b55477f76024e724eb08551c7bdcc8d844075b8eabebf8995c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.11.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 53be385e39e23c4c107a8e7bb17f4e420ba0f7eef9848f226232882498a18598
MD5 52d53b1352c5207aaa0a789aed5ca100
BLAKE2b-256 85a22c0253281fb8a2743fc0509706ee1afe6da10da4d8600ee8de011ae64384

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c3235f86f6c4f68cae6a87c5d11582c7fef8caef8f0eaa4deac7f2201d1686c7
MD5 1c9c2f0ee65d557d7614a0020460ace4
BLAKE2b-256 80bf1afa1bbc6f6317549f62e98403945717d98bdacbb17706fab5108c2fdedf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 42f842c8d46fea96c04420522bdae05a7f0f31c0d275df7a3d577099ad69013f
MD5 e7efe56801c4ce98975cec4c92d42567
BLAKE2b-256 c7cd5af4419f641210ca0a4e0b9f8941a52eed0c2a70b6f49e353c92e4213a35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 099fec8c55802169041cdecfe7b28419a8c75be987dc05ab473d2341ffc6751d
MD5 e721cca27009c44a3dfad2aa0a794a15
BLAKE2b-256 3331522be5cc17c499fd8c6a9c09431fbfb78aa242983c4e34b6216ee48c74c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d4c3978adf268f0040046b6ccfb5b4afc3a5690f401a6292261d8fb5620ec233
MD5 332efdb50343af4ffc6458818e2b8faf
BLAKE2b-256 8674827421be63009d1e99dcc85078ccc8ea6c5d67f174b45d296213d2c14a9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2c020bd4066c7319692f1cbf302d05f2269ef8506cd6678e51ec6b1b1497cd4e
MD5 d792131d51dd89653c2d28cf50c42733
BLAKE2b-256 75c3bac5a8839767c1fce28136300e7a49db54ea590768c8b442dbe4b998f5fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 226fe4582bab14a177257d214aecfc893feaff476f4c8c8831a4ba97be2c16d2
MD5 eb6637ccb672800fd42ebd4bfd7fb00b
BLAKE2b-256 80cf12abedeaf09d2af6c63026e9b7ad8c2bc03656a6576c7d480fd0fbc0716e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b1b44c5eb750f4e1d7e0f5fbc6aee04baea4bd633338149829c9a95ccd7058f3
MD5 355038ee17de3fc1e76be6a3544d01d8
BLAKE2b-256 44e3758db66fbc2418dddfd9650a1dfda8798d9f85400d46925f1caaace33e90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e94154c15c0bbd0008922214ce9a0ad9f558b1e497a2d2402bea701d35ca98cf
MD5 829cd547839e0573bc41b759155213f2
BLAKE2b-256 4bbcdfcbdf6421a21cbbb6681cb49a08905d0c5eb8637f1c97a6e35e1c0508fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3a6c3b8fa7d00ccf528858677806adb215b62b0f6be34172be809dfec5ed4005
MD5 cca5942ffdbb7dfa76ce70cd9d4d43e4
BLAKE2b-256 153a657b1a4592bf8af1081c098d3441763cd0b8a716c1762e670932925c0d75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d9e0d7d02dfd656305f6c7de2b59e188851ef80acf16f1539bd28cfec42cfb3d
MD5 3f09fb4aff1945a55dcff0708042a7dd
BLAKE2b-256 7a97938cf30ce679799bc93cfa254ccc687b8f4e7ce49aedc2298f1b3cfdef89

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