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,
    )

    res: QueryResult = await db_pool.execute(
        "SELECT * FROM users",
    )

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

Benchmarks

We have made some benchmark to compare PSQLPy, AsyncPG, Psycopg3. Main idea is do not compare clear drivers because there are a few situations in which you need to use only driver without any other dependencies.

So infrastructure consists of:

  1. AioHTTP
  2. PostgreSQL driver (PSQLPy, AsyncPG, Psycopg3)
  3. PostgreSQL v15. Server is located in other part of the world, because we want to simulate network problems.
  4. Grafana (dashboards)
  5. InfluxDB
  6. JMeter (for load testing)

The results are very promising! PSQLPy is faster than AsyncPG at best by 2 times, at worst by 45%. PsycoPG is 3.5 times slower than PSQLPy in the worst case, 60% in the best case.

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

Uploaded Source

Built Distributions

psqlpy-0.6.8-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

psqlpy-0.6.8-pp310-pypy310_pp73-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.6.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

psqlpy-0.6.8-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

psqlpy-0.6.8-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.8-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

psqlpy-0.6.8-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.8-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

psqlpy-0.6.8-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

psqlpy-0.6.8-pp39-pypy39_pp73-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.6.8-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

psqlpy-0.6.8-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

psqlpy-0.6.8-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.8-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

psqlpy-0.6.8-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.8-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

psqlpy-0.6.8-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

psqlpy-0.6.8-pp38-pypy38_pp73-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.6.8-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

psqlpy-0.6.8-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

psqlpy-0.6.8-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.8-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

psqlpy-0.6.8-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.8-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

psqlpy-0.6.8-cp312-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.12 Windows x86-64

psqlpy-0.6.8-cp312-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.12 Windows x86

psqlpy-0.6.8-cp312-cp312-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

psqlpy-0.6.8-cp312-cp312-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

psqlpy-0.6.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

psqlpy-0.6.8-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

psqlpy-0.6.8-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

psqlpy-0.6.8-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

psqlpy-0.6.8-cp312-cp312-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

psqlpy-0.6.8-cp312-cp312-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

psqlpy-0.6.8-cp311-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.11 Windows x86-64

psqlpy-0.6.8-cp311-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.11 Windows x86

psqlpy-0.6.8-cp311-cp311-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

psqlpy-0.6.8-cp311-cp311-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

psqlpy-0.6.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

psqlpy-0.6.8-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

psqlpy-0.6.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

psqlpy-0.6.8-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

psqlpy-0.6.8-cp311-cp311-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

psqlpy-0.6.8-cp311-cp311-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

psqlpy-0.6.8-cp310-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

psqlpy-0.6.8-cp310-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.10 Windows x86

psqlpy-0.6.8-cp310-cp310-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

psqlpy-0.6.8-cp310-cp310-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

psqlpy-0.6.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

psqlpy-0.6.8-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

psqlpy-0.6.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

psqlpy-0.6.8-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

psqlpy-0.6.8-cp310-cp310-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

psqlpy-0.6.8-cp310-cp310-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

psqlpy-0.6.8-cp39-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

psqlpy-0.6.8-cp39-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.9 Windows x86

psqlpy-0.6.8-cp39-cp39-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

psqlpy-0.6.8-cp39-cp39-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

psqlpy-0.6.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

psqlpy-0.6.8-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

psqlpy-0.6.8-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

psqlpy-0.6.8-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

psqlpy-0.6.8-cp39-cp39-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

psqlpy-0.6.8-cp39-cp39-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

psqlpy-0.6.8-cp38-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

psqlpy-0.6.8-cp38-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86

psqlpy-0.6.8-cp38-cp38-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

psqlpy-0.6.8-cp38-cp38-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

psqlpy-0.6.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

psqlpy-0.6.8-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

psqlpy-0.6.8-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.8-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

psqlpy-0.6.8-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.8.tar.gz
Algorithm Hash digest
SHA256 3321fb8e08d2c08fb00468ca9a3a496802751c4daee68e6c865728b911407313
MD5 8748dea4a28da200f438f4a93974a09a
BLAKE2b-256 c409b4c28e89712651c1f7d9fc6260c7ffb0167bb2f75dae196277bd4db1fbaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b0e1cf8cc163e4e4f32a0cd471f5c164a375147daf15a6b7f27f4e3d26706ca3
MD5 8d3645a2b037195a8849994b1174224b
BLAKE2b-256 382b47f365444c5d07ed9ecc95804346dbcc83be75bc42eaed76b9870b26349d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bc596ba1be0509ac9da94193feaef8dc227c1c4947de6b2e24308d5c619900aa
MD5 9cda600bf2cf10e41f8056112c1d11fc
BLAKE2b-256 619552f6cdaebe7bb822e799a84b4a850bac97bd0b97012e71a5bb7e410ff9ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c8b62b02780bc1412ca4d15e7eeb3b6f23f875fb25c9ee81c8e228a7004e9608
MD5 fef233b40c1952829d15bb0b8a516089
BLAKE2b-256 3525cd38f02f0a8cf2703ee6e3e2c730481ba1ecd3acc24e1637bf8352512635

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4ca2383099729a4f4d706d6da38555e09e0c847675ca421bbf388b1b2b4cc953
MD5 1ba4eef80304352119af219328815b63
BLAKE2b-256 d7276cc295285598e5517381a4d52d1841857c7e61bff1603c2c138c3f16a619

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 73e4c72d9b814ad898babf8bd773fc897315a831565257277721e35428a9bc40
MD5 a5601a8fb895696b66e48837f29a8edd
BLAKE2b-256 00b8e8d3c80a114a742e5b2d9df31bc7453c41c96299c0e7ee791079f2d7f889

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f493640566204d3ba7c98bea72e80b5ad7a6bdc79bd691b27eb33c07061d98b3
MD5 c38561c24b5f857042f4e2017e854d64
BLAKE2b-256 d4cf6241cfc486d59dbd7dac1c70848afc8bf7763303f518fd57738e473a0c9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d13c997b9fd919c8ab739d29ca0729307703a89841288d9b64ce91b56a744a27
MD5 afeea9add40c368b3468d57082055a22
BLAKE2b-256 29d679f442cf6723cec25f775769523db077021f6a9d53550c26726e19db6461

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c89ca16f08515f05dfb3522c19797b3faa77012376f50468cb7e06c14117ff8d
MD5 a610d4004e71348e7556d0c8226e2e90
BLAKE2b-256 55074102efc1a7abfe9dbffc80db3e44d397b0bc264b43b934851c22ca0baa2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2b606386d1b9630e59c4e4642914dd19d94bfdddc99437eb2a68c460c0c15ff5
MD5 688d65ed3e9755f98b713ada2a093ba0
BLAKE2b-256 4f36c6976a57b001634fff32d53f9f1d80b7f5b47eeed56221246cf7d52b615a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7b40316e15f706debe7d72f5306c2e81f817e66a24c92c045024f80568d1c976
MD5 1c6705c7c8e313d9bab8765c2fbd8910
BLAKE2b-256 d916e5cb86b9aee1099e232f7fe6a60f8ba6b510731f4fba3546f2f2af8ffc2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8feb949bdd0673801ea84da3774d9f85182d22cbc6655cb5590e1657ab21a72e
MD5 2364a2eb4009bf547edd808ed62615ef
BLAKE2b-256 fa189f65a2da0f55de946d3487ce8b6051a8ca05626421890f8643b306507d0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 389dce963d56e416a2d2c1767d8a400b206c4157e909d93b0a60ef00f2c069ba
MD5 7ba280dd9f5d3feca00138ee61a06fff
BLAKE2b-256 5b99da7cdb3291aa872d64246c6c7dd044bbf4632cd4c6b6bbe998bf925e5e44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3daea857b15b346246187e6c825f7c660762e864e6fef8d1595e70f7ea6973ad
MD5 63dbdec06647dbf6771725a20f71aa6d
BLAKE2b-256 5e61d572678685fad80ef738897c8169315d69ad84ec914a2f4dad1b6d03c7c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 292547ec91efbb18a66f32c1714dd532a76b7ec48c66b0a85c8b41cd8abde3f3
MD5 3ecab22df1091617b8b7756080e98de5
BLAKE2b-256 60038bc881261eedc3357cc28291d352669ec8025ab23eec71bba45fab8d50ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9a77a058233f2567e0ca82ca795547c0a5fecd3a5fb14b4a64848908721161c1
MD5 f487a34424146f95b9776b8e412c9e5c
BLAKE2b-256 342659d09e4b6c05b1626ae72b94b4691a6bf3d22b6fc3b26f0f12f891473868

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b13b17c2345290740d6ce4e56afe4fd0ae41c2464a8265f8f1a92ab35bed5a4e
MD5 dc3d86f9bc76819bb4636cf8998eb859
BLAKE2b-256 1c92c1f19a9f23250582adc7f585df9b34c31b9524bae1aaa72f2373d83db0a7

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c949f6a4e3a17eb168bd4cb87e2fcaacba8a049999df4cbadc1bf3aa398ce976
MD5 8d0832472e58232712a61fabd0521665
BLAKE2b-256 d3a01ab32268b194d5b62e47311216889eb04a4d3a6ccbd799345e826a8c3dec

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-pp38-pypy38_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6f46e1b9b66f8cf599a426219cca97967e26d959d6d373f23d36363ec1029938
MD5 1c27e8c11e2ffa9ac3d492cab6adc514
BLAKE2b-256 d0d84f1fe9f2bf309e255a7fcfd4d6c4769b7fa6fac1e222c09cb8e6e786cfd5

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f03c3c02c75503c5ba42c29b57bdbb179dce824a9dd0f9d162901f50939a92a
MD5 611b0f8f777c5c3721748623b56b78b1
BLAKE2b-256 893a701e88ec43f6f278ed418a42c04b700bde99d78b195ee9abc8f229c3f211

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c2ca446818e37dc8b3533147501edb1921e6f18570c136b061933072ebce7972
MD5 52ab03f16b788a0999f57e1e12dab6f8
BLAKE2b-256 a5d606ead74cbfb34c6949b673d77e2d0e06e5de79c25a707c27e58c3db4ff15

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f853707983fbccf8af6eabcd728288f94f05037b51c2e7f2da7aee244b5b30c3
MD5 458428058c6c363868ac512490ed956a
BLAKE2b-256 40a68148771ba580f5a66f87c2aaca44f38f876b886fd267b158217610490e24

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 75ffd94a71c4cd502f1957b70e2b89d9110ecd25eab950897a5c3d19f4e44427
MD5 a8fc01b098ea528c2bbc09908bd827d1
BLAKE2b-256 39444ecee6074661c985a18b0c9e8737cc2fc05cd0e8a86da133afcca999c54d

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 195260d29ff494ae640e6e652f6529071db33f18b5bd13dba06685af8031d542
MD5 0d225a9570f264ec4bd5c0786d4b8fbd
BLAKE2b-256 28a591f5f83265aa738d713761ae68d26f162016d32d00144c731813f034230b

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlpy-0.6.8-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4f884e8ebf45adbe4f4848fd5b4b878c9609db8f3e5469339a7b659bbb63896a
MD5 4d51145ace2c327559a75f6147330e25
BLAKE2b-256 d85f901e1dc5c7c754384822a79d621223fcf8bb272f0283097ee0318cc77c0a

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 fb583010d83daa5c93862663c7309f77cf6461bf696f885461e0ae7c07817c44
MD5 64c0bd563a64d6ef75014b421eaf7cdc
BLAKE2b-256 422de8d705ab5744f65967161185f3b80aed2c5be66dcf935b62aabb7299f997

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-cp312-none-win32.whl.

File metadata

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

File hashes

Hashes for psqlpy-0.6.8-cp312-none-win32.whl
Algorithm Hash digest
SHA256 75025d5ac5febe8d3cc18d7401ee718617a22e59de92531eea455b8f7a458b18
MD5 937029b871e62964e27dc9bbac115d77
BLAKE2b-256 210554e9f3b8fb300c4d580e08731fd76cf3a0335dc62c39a111f145b5180ef7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1773211d0abf5a024348f90d1356482d6707b8b609a62073f0c0d53a32cb6e4c
MD5 26e2ab3c80c89f3d6ce17b69c0808047
BLAKE2b-256 f5f01bfee70bdbdd0ed52e52dc57019969fae33c9d113d1817ae5072693b9c5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d643f8571727284c2b3902f464b731c98921e7c572fb4c45e8dedd253b3aa481
MD5 4fd79044a330cb5e106a4301f1311565
BLAKE2b-256 44778034094f0db19a9ddd5a5212cfffcdc65c0a027199f98abcf651f61ac7d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6008ee7ea0aa5efac1e642731cc2d5ee8fec9715b34e3de2ba60858cfd33e7c
MD5 71ce39ff5bf1b329d29df65209dd3fb1
BLAKE2b-256 23a2ef1aedc69d83e16dae46c81d214bf5954d2e0b68d3f5f472c601ccc25fbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1339877dce9bf037d93ed67b8c3e9037f752e9411c7a26494f87bb6c1aaea849
MD5 62fba9d645e524f8762ff80ec20bde23
BLAKE2b-256 7fea5166f925c73b13491694405590d0529bf8192e4e49f6d0b17bfea48b2af6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4e4828448c211768cb260217e506c2572caf36a05bc48f72fcd3a68e0d0985e5
MD5 1c1a4ead9dda76ae216362823b152c56
BLAKE2b-256 648b843bdc44f1532dc6b6c09b6d1c6a53ca4ea6c7aa50b7f5ab9f4823e7a85f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 38538bc6c88516597172357e48dfb4b891761a9f50b9c0098d221fcfc48255ee
MD5 773c8ccad24acf9afeda3f760a476ba4
BLAKE2b-256 c3199d72334fd91ff312909480a46a59790369c9393f79f4561787b3bb19ee80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1133d9789e0f71f8553a92bdb0dfd84b67caeb10acc507e3db61622f873a8713
MD5 8d58d66b6674546c9b50d9c281bdc3ec
BLAKE2b-256 a4a401f9e0bd0ad12d7f77e658a693e5a955f264af154de529bc563dbfeb745b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e0da426a73469593d5cd7fcdfc99d61d0e6b27d79c39ee67126e70d19045a6ad
MD5 c169287caa3b2bd5cf6e607110264887
BLAKE2b-256 494b7e97541f3b9c3fce29b51026fa58033d274b8a8001298136200ec67a0784

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9fa8f060ed85f2f4e55a5f36a5548817a8376791937d7b55123caa66ea26f737
MD5 a7990bbf70b0fee46f031aa70c106b83
BLAKE2b-256 db961d82efb859f8a44e53f65a853f030113adfe007ed74ca1d62e898ad55656

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 aee4caaf9363cb66ff253d00161d13970a37988d8ce05fc56b8a68ff38a013ab
MD5 e553fd9f2a3d51a0e5f080b311113bd8
BLAKE2b-256 eb6c5d3806954d2bb86570d281155b36ec6273a49cacb8b0038e2e87a90a491f

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 a6dc05b0fb26b51426c0b785027cde8bfa419aa71a40a85dd9cc2160758a2186
MD5 3b52bfd936564c0d30b6137d7580a89d
BLAKE2b-256 cfcab86e42a300faf6349f1a08567c6643e5516f39b7acb7f761c7dd7b8abeff

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-cp311-none-win32.whl.

File metadata

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

File hashes

Hashes for psqlpy-0.6.8-cp311-none-win32.whl
Algorithm Hash digest
SHA256 fd71e004b666c494b7ccf88c781ad6f28853314858d28aab2ec5b8db3c94b458
MD5 05f8a4689b37bef247f35eab24d37293
BLAKE2b-256 ff16592d6e654275f2a80ef2bc75f4943d2193b1af948c2b7ac56bb41bb7187c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae5c2092cda18550fbb7fcec23969ade1f5dd38cfe1073a5aae534cfb87a5239
MD5 ed345c7becf8e0aa42dd9cd22a0461af
BLAKE2b-256 d2c6b281ae325e19ee5ffa7fcb9d562459fe4487b40180a8d8831ad27a57ab1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9804746d07cb4ce68085cf103c27d481c6ab0af7ab7789a66ffd4fea50d36b40
MD5 dccefdc7489cfa88ab473e1f21335780
BLAKE2b-256 f88979d6389bb018b40804deb155a3dfb83ebd7ddd629831d3487fca5850f5dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e249d12a65a842d60cfff2c27fe6eb712be0acf94b17a84a93e47246bab564c
MD5 552ce04df67908e1b7c0d7b6f1eb1009
BLAKE2b-256 c876534e67eb6d074981f88d29e2016d471eefd886b484627856e77bc0cc1ebd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7b481b010b901f4a6e559063055870cb7e206572da039a7c079eb930d46678dd
MD5 cd74427ce5e47d3e2d9218ee6b6d6831
BLAKE2b-256 5644b22e5c81c9112b05594530dffda84907debae95a399ab7ef0a6e386836c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 27f9ce10bbf367ff6d6bf964fb3ae840328bb11369dfff4d82558cdafcaa4b68
MD5 464c8030cf1da058f32dfb529f498fb1
BLAKE2b-256 87d5c2236f1523b094ca64ee3e413adecd15038c647223b780c7210b30279caf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c439f69f7dc3d17344e880425fe87b686960bfe44b8c7091198cd723deb20825
MD5 7b1f8c8111f2c578992e54b4252060d0
BLAKE2b-256 576fc7bb8f111d6142c2d548214c36a7300f6a84636333143389395cf4770c1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8565e2f880701b4e33a73ef5f893bde3d8c0d754fa64798f0975b3a669077ab2
MD5 a0261a2e8cac591a39b6e0d454579282
BLAKE2b-256 585134a7a23b0ec9e0bdc4a54fc6b30fa063db183137ecf2e00b25ac3fbddce6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 64737a72a4fefc8e54130da624edc3c8c34d48a2a2d0b6f4cae85e30c75b1821
MD5 a53ff6bd17053d46455acf7ef3234874
BLAKE2b-256 43b55af69ea3b5806b7f8f6b6aa5e082cae7f7cce9a34953a1e7ff3326b0240f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2cf256c1bd0f25736a04964c3f06786d73db34cddd67d5b30ad241145ea22afb
MD5 8abae02a542babee417b66b5ad33a271
BLAKE2b-256 6168c7168f2fe367625d29a775b29148c85ed5e97c005da60f55df920f115ae3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 114515329ef247b698e9dcfa2ded71a9a976b7ab6bac7e180237b6275c8034e3
MD5 26123357b2c910d8c0408317149060c5
BLAKE2b-256 566321881bdbdfca040dc66dd70f6c189bd53b4cb8df31ad7a4e72ee876ee024

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 9c2723de48327923ff24adb4a986b045bc92b902ea2eaaeac7d02b8299e41fef
MD5 ea0bb685bef6cdc56b04f578142c1fd9
BLAKE2b-256 6a2681c933f6214107b62d2adad4bb3533902d48eb6a11ece7131af7e15b585f

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-cp310-none-win32.whl.

File metadata

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

File hashes

Hashes for psqlpy-0.6.8-cp310-none-win32.whl
Algorithm Hash digest
SHA256 4ba1af096d9eaa64d17f3e8316020222fa6830fbbce94724053174d4a64e3383
MD5 ff3649d386e57a82ba735e403bd1b410
BLAKE2b-256 3c0f33336d3de38d5489731902e4e47269f87a1a5bff2d1bf81907ac50a3da46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3ebac8a1300a2b88e5ce527234d9a05ded7d9e92711b1d81120ee149dcdba31a
MD5 7779254a32d8a29c7df1c8743bad9a01
BLAKE2b-256 726995a19f87da498cd29b3fe513bad5b39019c6b71898aadee19c7e13fee6f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 01f06fc611381673ce3dd2f431d98c83df5b680d339920639119f33da1fe1dc2
MD5 61c59983a15bd6dcec37e0e937098bda
BLAKE2b-256 1df2664e61060c8b7c5c292c8c99164d2ff026c600e738d0eab4360331b5b455

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b75eaeb4f93487daf871f0a4cb811cf54ca21071d3cac74bd5ba77c01289d053
MD5 4fbef4302ded25aeda929c97d4aec90f
BLAKE2b-256 b22ac6c8463fe12c270737506224f42198e94e5a53a6dd57c54cf96333dd59cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a8208f7f7a728f266540bbe9bce9b27d170eb3b7aa06787f3c1d794a520bba22
MD5 872056b0ad930456a832887df448f3e7
BLAKE2b-256 a07207094861b0c0dce79620dba518b22dd6177a6ffce80d3d8116e547d66947

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a9c3256ff68f8c05a92cb44a06184a4d35d989652b6ca68b6a09adc02c8a7939
MD5 69b2e347f604b931ba468bd7d8a86b7d
BLAKE2b-256 c802cadedb639949b1bdf4fbed09b6ff2517f95a0d4407e3bee317937d1be37b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e2ea949124b1fe3022fce7afca483177aeec143323bca880470e85a336b799ed
MD5 4b15392942d6651569fd38316b94e7c6
BLAKE2b-256 d2a27886e638f3c1394c7d90065a66dbc5839a5c4c61a5cb08a89e188defaa09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cb44e9bc32d70dc96f3b89f8604e3de8b5661937b7328fc46c5ef6160b6197b0
MD5 97ba02e181eb977dcaa7738c79c7ec71
BLAKE2b-256 a5f9ea5f2eb0453eb144db903bab5b6ddc6d2b452783a8b073e50395fa678961

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 36678edd9814443cc2c9e5bae95375016b6c8526c0ad14216aa21c988c5cbd91
MD5 0404cb4903ee449097edd882976adfc8
BLAKE2b-256 221066e0299af4ed31ad58a88c2e586707fb0fce68d727de6664c989b458f719

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e9b62f0ef5d610574cc4d01f273de2163d1ce87723fecaa76e3b4c62229967d3
MD5 799ff57c478074277bc683b62f514147
BLAKE2b-256 3967e46289222e5b2e12ce49998faa4cc8c6e7f307eb6001b3e488537b4c9247

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a85dde6aa833595078483c7dc3892f6d155fd80669aa755e3127b34d293b1ec1
MD5 a51299d328a3f4304f7a3efc550209a6
BLAKE2b-256 e8745bf7de36ca0b3c082a41efcc17f3d35e0f65716b1cd7c74169272feb6e10

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-cp39-none-win_amd64.whl.

File metadata

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

File hashes

Hashes for psqlpy-0.6.8-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 18fe3574f9b18ac3971b11d0416f9181a4e83d6d564db7fa07bca9d608e10379
MD5 0ec25648454bae6bdac56fdd49497cf4
BLAKE2b-256 41558a114c178904a29efb5fe3ea964f1705c34c617c42d9e43d5aa454513f6b

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-cp39-none-win32.whl.

File metadata

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

File hashes

Hashes for psqlpy-0.6.8-cp39-none-win32.whl
Algorithm Hash digest
SHA256 6e8571d8a7ea85c87143e7af6dd8c43130ecc9358211a393377238de81e50434
MD5 f25f2cde842aee45e8b899ddee9c9b61
BLAKE2b-256 50fc6a09bf24c4bbde49d7c47802b48f027028f5b142dd388149292e7c4a3d41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fb960c6afa5b4d00e77ff994df28e18745207599d8e73e66f1bacee9ac39a2a1
MD5 689f54d3e5b92178f23268031f7a1de3
BLAKE2b-256 5015025b2e223b1fdd9487d5e28cd5e4f82e52cd059d6812bcc071de3c336564

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0d924b11fb5c2ecc4be954282015288554f444c7a61ea0cc7c867c0504148171
MD5 5afd808cef6d73f2c336638a74d635cf
BLAKE2b-256 160379e004713b64834252d6bbd16787f33639d803195688204d2bc8e631bdba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa29d523ecfc01dd4f4fbb099b5d820d4064c686976a0c3dad445b2805c23688
MD5 b243b80f90d8cf944427e4f9faff12ec
BLAKE2b-256 d8035e22f92864535c3e138e881b433ef7076ea15333c74da53b21d7071f3b00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1e5cd5be74812aa71166900528d3d27027f28ad76ac67894abb600e5bfdc22aa
MD5 e45b7266688e1bab0f687beee5a59199
BLAKE2b-256 03d127d6bb02a16e7d5292b8e40bc302a95e35e2cd042d5e3108320fb371edd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 83f8af2acb6912ce49f6ca1ea28ef9ff692090114e344958d764861f0ea2115c
MD5 5ac41ab8e68c361c7be0f9dc817f3681
BLAKE2b-256 d1cefc6ef4378cb8a7cb8bcd22008bef38f6b4bc2116ba3481c1c623f53be17f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3ab6f037ac7d7c4e44403ba0739ce307525a93c2bf8241117a3121f07fdd988a
MD5 4f4515e2570146a2933458475c19738a
BLAKE2b-256 9b2b490ea808990bbfa44766326d7b5cefb4c606fd78ed5b04bb663d48c402f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5de6801365cfe4648a2d708734d695e2b6d97e4c530c69e8cc27e422cc635b13
MD5 238c07f0e10761ad29263e46eec01b39
BLAKE2b-256 8bc13420f5a7e2560624c4d8a8ecdf1a590e06a9ea9991099bd3986b4c3064a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ad4e4e87e548d304ca624c8150b349e4216b9222c8aa23087becf895f0f13298
MD5 c928d732a0b978712c4b693753d71dfd
BLAKE2b-256 7209097d9eaadf2ab4102ff644ce30f8844a0857c2655dd0094e0ba639822553

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83321ced006a19b28705f977ad758c85b8375c6dc5c20167ca34db3e5fc0a664
MD5 527aeba0dbb7dd8d178454cd7fe46b24
BLAKE2b-256 95bd9af0022286b0138abc1ba94bfeee783389cd6f3dc13a4da4893326017989

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9e85cf07f3356bacd198710aa537d5781a6b3dbc53a9517fd26c8cc387211910
MD5 2cbb589c69af26e0527468053908cf92
BLAKE2b-256 d499f1033664d6dca1fb7329922d7c3e3a8075a1bca797c58bfcb46ef8832974

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-cp38-none-win_amd64.whl.

File metadata

  • Download URL: psqlpy-0.6.8-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.6.0

File hashes

Hashes for psqlpy-0.6.8-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 dd39d60ed84aacc6b977225c9dc493f207a79af96648b2de2673904603b87b33
MD5 593c3b435100581502aa2072f86c59a5
BLAKE2b-256 dc1cff9debc9b9e5a76eb7d9876d89301d99af6b318f1fc7cdd1405505748279

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-cp38-none-win32.whl.

File metadata

  • Download URL: psqlpy-0.6.8-cp38-none-win32.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.6.0

File hashes

Hashes for psqlpy-0.6.8-cp38-none-win32.whl
Algorithm Hash digest
SHA256 bc04d77e01e9aa914a30d32872ce8ec8d7b70966afde66e8dedf63ec5b2bee89
MD5 20adfd85ef13915d3cd5134c9f26f112
BLAKE2b-256 47da7d442c569cb030a629d19d2abe573ddfc536c0c1b9abfc67ee7b46cd27ee

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 794aac5bc97d0b94d542079a943fe9cc27b513040a298eb3fef33afe8aa00ded
MD5 ddf67a6a6125c07205303738185574cd
BLAKE2b-256 55d43a30475e10ced17800ee6c85efac87731bf312bc6c53db18b20c708489c6

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4546e37ec54d8b56053c9344ff1be8d482b3e9d95296c75fbf03f3fd38c7b90c
MD5 acd2b50e986811df6f769d65d6c8b360
BLAKE2b-256 ba3325af8879fff2b69b8af6e0f5150b52032902d87b23b74e4fb93c559bd62f

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fe9a99860b0ce003735434dcab796ac5aa1376e681a2eeb39d33257bb113de39
MD5 0dcda581d0097a3577d780a8a8c92d17
BLAKE2b-256 00bda51cd91d534f4143ebeb1b6f7f97c0e7e86bedf4a67b12b93fec24fd5d0c

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ed201a0edd6d378126e2fbc009480c5040b71003bc9bcad7d1f2285ed0dae013
MD5 d4c0ea055e5f9c13e0940e875d7f8b33
BLAKE2b-256 7d8b240efc9a6cf3a9a45b089ddd0dbc7dcfb62ecfb41fc4caf57e8950014c97

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 65579f07d53b7b9c58a25171efcaa4de211a49220929af1b9bdc0f3c580477ae
MD5 3051af3aea9ac5dcc4f798cd62ea5493
BLAKE2b-256 bc69867f3ce9968de5dc93e8a5d61b552765e96e870bdb7442dc771d5e564156

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ba48c472cd832dfe113ccf5a869a19c0aa1c256c43df89005760e20c165b2c5c
MD5 b141d8006c51274e2d4facffde7d9f43
BLAKE2b-256 f639a9dbdd6b3caf231a2f5384f1944677f7f3bdbebfd54faff3641cc50484fe

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e7e0a22bf980ae35dd81a109894f661397e7b22c54766a6d6b6c1224cb853cff
MD5 364d62bc81403b823fb42ed81efdfdd9
BLAKE2b-256 d4ec766e805d1ef9087625523634b864460c2d5e6e4ff5eb3e39bf4430803730

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlpy-0.6.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 58f16585ff94f79ba6b482ea6580f0fd46c3e041b75ccd9350433e5566b0488a
MD5 f9d26e3b906f247b535500724e8d7a5a
BLAKE2b-256 2c988fe0ee70916b55b3dab73ea7ea23912802761fa54c988a6a45af0922e28b

See more details on using hashes here.

Supported by

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