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

Uploaded Source

Built Distributions

psqlpy-0.7.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

psqlpy-0.7.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.7.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

psqlpy-0.7.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

psqlpy-0.7.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

psqlpy-0.7.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

psqlpy-0.7.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

psqlpy-0.7.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

psqlpy-0.7.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.7.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

psqlpy-0.7.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

psqlpy-0.7.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

psqlpy-0.7.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

psqlpy-0.7.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

psqlpy-0.7.4-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

psqlpy-0.7.4-pp38-pypy38_pp73-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.7.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

psqlpy-0.7.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

psqlpy-0.7.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

psqlpy-0.7.4-cp312-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.12 Windows x86-64

psqlpy-0.7.4-cp312-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.12 Windows x86

psqlpy-0.7.4-cp312-cp312-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

psqlpy-0.7.4-cp312-cp312-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

psqlpy-0.7.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

psqlpy-0.7.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

psqlpy-0.7.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

psqlpy-0.7.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.7.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

psqlpy-0.7.4-cp312-cp312-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

psqlpy-0.7.4-cp312-cp312-macosx_10_12_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

psqlpy-0.7.4-cp311-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

psqlpy-0.7.4-cp311-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.11 Windows x86

psqlpy-0.7.4-cp311-cp311-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

psqlpy-0.7.4-cp311-cp311-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

psqlpy-0.7.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

psqlpy-0.7.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

psqlpy-0.7.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

psqlpy-0.7.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.7.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

psqlpy-0.7.4-cp311-cp311-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

psqlpy-0.7.4-cp311-cp311-macosx_10_12_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

psqlpy-0.7.4-cp310-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

psqlpy-0.7.4-cp310-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.10 Windows x86

psqlpy-0.7.4-cp310-cp310-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

psqlpy-0.7.4-cp310-cp310-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

psqlpy-0.7.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

psqlpy-0.7.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

psqlpy-0.7.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

psqlpy-0.7.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.7.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

psqlpy-0.7.4-cp310-cp310-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

psqlpy-0.7.4-cp310-cp310-macosx_10_12_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

psqlpy-0.7.4-cp39-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.9 Windows x86-64

psqlpy-0.7.4-cp39-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.9 Windows x86

psqlpy-0.7.4-cp39-cp39-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

psqlpy-0.7.4-cp39-cp39-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

psqlpy-0.7.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

psqlpy-0.7.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

psqlpy-0.7.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

psqlpy-0.7.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.7.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

psqlpy-0.7.4-cp39-cp39-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

psqlpy-0.7.4-cp39-cp39-macosx_10_12_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

psqlpy-0.7.4-cp38-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.8 Windows x86-64

psqlpy-0.7.4-cp38-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.8 Windows x86

psqlpy-0.7.4-cp38-cp38-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

psqlpy-0.7.4-cp38-cp38-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

psqlpy-0.7.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

psqlpy-0.7.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

psqlpy-0.7.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

psqlpy-0.7.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.7.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.4.tar.gz
Algorithm Hash digest
SHA256 111fda9a147b55acca6e962d65c172ff43c032766dd1f06251c7808aee0e1816
MD5 dc0d09824ba4f9410d80533216dc57bb
BLAKE2b-256 5bf5005b63ff0c3df50635127bd398da555ecb561492e943a33ceaaa825da12f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7b0238273bbd082ccb8d97306ff5d1e4e20c854275562da8c38151e33abe4852
MD5 f8e725958fdcaed3eb5611132c987b75
BLAKE2b-256 381b871f7d3eece07575dbc0ca6a3a705db30ef39f367112547e87df76124f93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 86c1128cd9b8de731c866a091aa6c27fc915bdab3848f16d107524fdd93cf46e
MD5 675bfb168a7db4265ee09f7c5c9bdc80
BLAKE2b-256 2d5aa291a2e567fb1ae74e1c2931ee19291df6bbdd6664bac455ea25b1d0097b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0e52aa215c6e3dd5f6d572dace086762af3a9fcbf7a8f2cd34cade885a18584
MD5 361eaf68a64bfb3cfaf57b53f782ab45
BLAKE2b-256 d84817210ba7c0e3fedee1409b7ee13a0aaee6d86e622cf8c549d8c3bcf0784f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3902bff56e0e225ca55525b36550f4a7d52e7f5bf1e8fb3163b1cb6be2d61c77
MD5 be74cf9f5deabb6fae4b65e58b5e8956
BLAKE2b-256 e49a2153b884833348ad042379baea746d0d8a86877512014b8f4b4c769f6e02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 373e5a956ec41aa4b23e4ba31373ed20ba82586bb3663288d2a13c04b0648f84
MD5 2b6a5f4d557842e8dd936c0fe765eed0
BLAKE2b-256 d6e098f24a437fbae2825af7a77610d04de9cb5d9a54e41cc84c4b29920126b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2c392828b2497f62777fcff35d903a0cd8f1cd9cd644e48cfc3ed3374fef0802
MD5 a347536a56702d787d4bbade553a2cb7
BLAKE2b-256 dc9ebad0cb8773970e3cc303d193402ba6f81d3452190e024ad70ad1b673cc06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6b01f26e581a14e17107c485ca7bbb6bd8c5c47aac92d878d077212869a24d96
MD5 4707c5dc442532c150806874dbd1fbb2
BLAKE2b-256 8ca3257910597371f94b34071010ade77e48d2e794faa204e6f5bb10e61314b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 25129681d4a66097fc3581f5f2e9b70d36d8bbf376518e7dfa39934cb847adcb
MD5 8a2b46ae09ed4203b1ebb14a634f555a
BLAKE2b-256 a5271f1272d55bdfe8249eb91bba5947922420306dd27b96cfbd96fac9186b6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d710da9b8dea6ba7f2cdd9007c30b8416788bb7606991743222a8bac9b6bdd2a
MD5 5cd41fd32f45222d58122b7f94e5cdaa
BLAKE2b-256 ad39d985339ed4d503ffe1ebf70750511157d4e498a96507eee7b66d41ec7f34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f3640c1ff2550b32f3352384146fa7635b66cdcd5fa99e629daf070500a5ea00
MD5 b70db0fa2d7c14282dae68fc130530ac
BLAKE2b-256 2f6971303c809a97eacc36f00bbe72ceb8e98b77bdb7b0687a025f88408b43dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f392104b398507eb88e3b502b36dfc4a760877259fda8258686b814c794c73fa
MD5 3f9ab0e2c5c6ea9f7e83003bb461f19b
BLAKE2b-256 2a9527b1e0dbae0ef983b34c5de62ab05aa070bdce2d463b90dbee9a8f5ecc38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 80da57e267053a16e0f7cc6aca9d6383271477fee4bbef7d0144b717cd8768fd
MD5 666ea37a321edb1ea99000e5a14253a8
BLAKE2b-256 7e1ee39f4f70f2814c28e0e0531b29e6d4729d4d8ce21c4cdfc1b8274ba05d2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8274939a013a246fe36d632f5fda3293a25e930b8a35dc36d14be77ecfd72d1e
MD5 6fdf0a4a577c7b3938a4d16f3a7dc244
BLAKE2b-256 a1491c7f026fd1d6c12106f93a20ffca6afbe17e8a99cef73012a1a9143b89ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 78c615cafc543a0a4ad8718612df0593f3b83c90a6f886131fe5a6272a4d97f5
MD5 e3c275034b8ce567718e48d59e351462
BLAKE2b-256 f593b3e877c8ecf0b8b127c3aa3e400619c36d14a0b0b6bcbfd3fbc74fae3bb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 05b17cbc3da78272add8b6d4e31604f0a44cccb975857d1d818b85be61c7db14
MD5 a8a67e33e3d075b57cb139a3af08be6f
BLAKE2b-256 a58ca395356f31cb6defa0d744819f708c1fa1d8ac596941d383ba311e726e2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 36da0531ae2fa82ab89e9fd9f883464eeb54bde70e66fa833629ce8dfb3ab6e9
MD5 d06b88d8a2fb81794c7f0c6a1595fb0b
BLAKE2b-256 225257c6e24508b16fcd074bfacb7b8d73a30c55b8198d3fed518a865f4b6eab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d57929371b66860b71794bf94ef903b70cc73ee3f142f85e78c66b03f99a8349
MD5 2f096584d3fcb54000f62ec9860bf66b
BLAKE2b-256 cba407fb2421456c245e4a39073fd73135afe102178b15bd41cc6ebfe369b8fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c3192ed1f509305281af48dc2644d084ee285f610b25038d11db2dd24e035318
MD5 1e0152b37697a094a5b41dfb686a2e38
BLAKE2b-256 656df78143ba9e148f57b486d205d6e232f1b34adb9d5b24792af9aac1baab91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0f1dc36a809ea5cc7e76fad2c607959fc4027336d53ad66c9ef2fa6840a20eb8
MD5 8781269e9a0313be80b05dd12e48067d
BLAKE2b-256 fa1ae12da391906b816f9163df1dc748dd5cb3f6b95e9b4787ade8e0cf5e208f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e1906b4411767975859d66751aab992472fbcc4bd60111477819cc7efe56e34b
MD5 285ef9449c4910b894fa4e9fcdd303e0
BLAKE2b-256 8f34fa78db6e8271d79688abdb52924036eec680d124f3d8b258fad768e12c95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c0f65a09c10e40bdc5dade3177e79b89b54a660e47b2d4b385a464150cd823ab
MD5 90fc8889b6241695977d299b7444ed83
BLAKE2b-256 e835c31d74ef07658fff3fe2028f2eb3f647ff19c4858f17dcfb7038fe46661e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a3a4fefde43f5ed3cf671040485f8c9f31fc5165c3dce97e535e709c1693bdc3
MD5 3719cd1638126f8207928a32264fb0b2
BLAKE2b-256 0b09c8a0b5871a913a8d0f1cab88a60942f9f33ec16be46128af497ecf27a830

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 42b7a918baeb8e6fdfebfcbc91d4f3b2540a200af03f1c2cf41966c9c26c02a4
MD5 300220cfdae3e197c651c1302e5c6c6c
BLAKE2b-256 1398df5d33515af65fe5a898ba9cb020b384fc2eeb370be8c5cadc1f75fa1cb5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.4-cp312-none-win32.whl
Algorithm Hash digest
SHA256 5ccaf51f9bc05d9c8797882ac23ac3faa38a864f80861a2ab4f52741311ddc9d
MD5 44ae62ef7e0d5867b31f89ce5d12031c
BLAKE2b-256 78bdbc58d642ca023b4b37d4eff693806d8ce2ed422e23d7a9e474cc5ac0f105

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6f7b4856b20e954e792f4548656a68661026ac3b298124bd64155a887b5c9d82
MD5 510b4ff6c0cd8bc529ea2a9cbfba6dd6
BLAKE2b-256 4ca13d9da39f4dde56137217697de093c7fde33b9846f4bf959da1f014c787ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 df56b2056424b6ef7421eeabe9d42e468bf5e6ece76aefea0329ea4ce69fd4c6
MD5 74572bf83f5b98cfde189400a42535c4
BLAKE2b-256 71299a17d1ba37f409f5a9b73fbf531f2e6bd5eed1247c0980cfb1c1b007e83c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6f0f62428986edd681cbdb2aebe767d8747e2b2dbe08747d561130263657c0f
MD5 7bbc50c7bbd8f6dcc43717bf73b6c89f
BLAKE2b-256 7bfcb435732bd52f0e14072d1efb8d85f23cc79f50fdfb8fac64e68a59347be0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5546f0ffdc00b646b0fe24457911185396dc32c4826bf2bf9a5fef8b5297a165
MD5 a8b046a7b0e92b35f6c3daf00e46f3b6
BLAKE2b-256 ec45381df4bf4926f33bc0650a14bbe04c2d51cedcd2b854ea6dcbba7a5e3f8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 682c3740be3dd1bbc01f94195861053a2f3681dd32b16e966c01bca27de70fef
MD5 7b2eb2263c7ae5f8ff4790f57df9fc98
BLAKE2b-256 1780345f86de3882494b3cbff6cc231f9f5bcab569e2a69add7cb0373847df3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a12bec498aa7cccddb078cae1f0ab54465e85b18fb958db40a339a6bed1f860e
MD5 7cf66363144e52033d988d301ebb8074
BLAKE2b-256 489b61fbfa3f9eda5a7e8a8154fc882443c65ff93ba64c7c1f2c88a105773f77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 199f11f1c91e3e03b5562430c63c9e7b14e11dcb978587454d6c0f0f240b3983
MD5 8ba750afb419cb093b37d9455e382f2c
BLAKE2b-256 ff163f1fbd073b0ec19b86c236adad43250953f67790fc42b5ebc26a41350036

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1a92335a8d4a23eaff25d2eeca1ff63c1cbdee8f50e0406193869ed6b41022c4
MD5 501b534ede1343f1d1cf0922c869d496
BLAKE2b-256 5458d988377e8066b5ee94d85bc5966c162c97b1dacf0d41243ab3d42a3e757d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1fe3c6c640f9b41c92fee1ba00f090800aed5c33697e76c9b2493eecf4a82c6f
MD5 c038d69e1dbe81918242e37dd81c608f
BLAKE2b-256 19d80f86560d45e084f810e3c92656db20eedf2c480bede009c1d603c4136b3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4ad805190080d3589d93178da335bb1a667936c4a6527f3c8d6840618b4cf943
MD5 fb0037baa4864e4d76ccc36f84948cf7
BLAKE2b-256 6df58555f2bbb6e72450160914e1b75aeb29f8b09d6f7d12407512b95daf4780

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 6368a18b22cb2666f88970e449cd4c6dd285f532800748349c9a258e2b2db1dd
MD5 82d303126b6668b329b4e56758002555
BLAKE2b-256 f0b0a15f3c776207aa9779ceb295c675e367ac12a5082bbb554340c7e33f6a6e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.4-cp311-none-win32.whl
Algorithm Hash digest
SHA256 7864a9977f29b1455372da011982fbdaa79de62edd67b4bc52a73698b3cdfab3
MD5 96b24c57d8cf2aa6ce1c8e46e9fb630f
BLAKE2b-256 bf8323b9bee0481117826ad3567ccbcb0433ac4d19abb9cdde69e8d546258366

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a62b9b36dc0323424636d9282378fe39f4a7e595e569782c4edecddd961e9382
MD5 10a44ad5a97370a85a5fb08c1082dc91
BLAKE2b-256 493d7ebc8d8f6035bbb6b96058951319d250042e61e37b08e02183a4f415e5b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c1e869534c808240319b7ee9cacfb3fd1b5cf7869ed76af0a6b527b16a0c8066
MD5 2fcc15fb93e68a887b1d93334653a925
BLAKE2b-256 648ec7633aae6182aedc87d3d186a7e5a5c9d892fac9ffb102a8f795a7e9f660

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 458ef19999922d7d7f5dba37b9563492c1d3693c05d2f3153b5c471783bd12dd
MD5 4b12972251d82df44daec21912862aee
BLAKE2b-256 ec2ad14eb678f23995424b99e2ec3a901cd08445379db8d72a332c5da65dcab3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3bde7e8ffdfcc72b2e20e9ed89ed1e3eeb4beff9f6ba4a655f34ece0dfcba53e
MD5 b97d305310f8c5560bc288dca28ce468
BLAKE2b-256 385e03033ac3ec59e1b44775b0832846f2511455cd86c41bab89542fb2641884

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9979ebc7729aafa2561b15b7fe8a250346a180e6afd4196a1cbe8fb9e93deb0a
MD5 b0bedfc6179be5c0543222a4fb2d6143
BLAKE2b-256 27ba5c51caf1a09918f9caab1d476fd85584817f05f952c78b615aa4a4d17649

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3c396199773e2a9d29b019467dcff4e4779d7e9edaeb7939453a1a8d65f6143a
MD5 21e9477cd4c22fbaffa2edbffbcef802
BLAKE2b-256 8d8f0cf5f159844fa6d2075d0ac547830fe45f5fa5f370dff3ed17653aef3c2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 340a8a729914ef1861a0535efc585caca8312da2b8fe017f1a241e042582fe43
MD5 6053ef61232d5044c7f7f84c568fe063
BLAKE2b-256 e31e7bc406b18d9566762ed32d61e7fa0914a6dd4327a45b6a1dc45fc717d2f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 04ff288687a4d50e4df4beb9dae77677c49e9b25af874487cc09d48ba0885b66
MD5 b07c99c42ce9a22cb120b61c0ea1a9c4
BLAKE2b-256 8cf2890e0855d06eab535a8372138051067b363b6e77e022a6ec5249679ffda8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3abfef88651d37cc493a1b8d7733bb7f8f447daf65dc7b1c138f4def7ab62bb
MD5 a90d676ed8eafcd37f5ae4bb089c60ba
BLAKE2b-256 7e3904d848b5724288e7997a3cf7c3095b45e600952d0494f0a73e1067ff9162

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 071964e34db0360563359ceb0999a95218cd84538dedf97de35e927d4f933cf9
MD5 3b20b7a1cfc810836b3c7024e36e353a
BLAKE2b-256 41b3f9814cc29bc711cb9efa63799ab62b3855de17c74b973b6cdfaac035dc3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 045eb4df47d57428d38d249da86eaa533ace0ca9c162cbd9579a6c45654e66f3
MD5 187e666b2e77580cec11668e4334dc58
BLAKE2b-256 704aa258e1860f7e51865ae0841eef3ed91cb75d0849cebb9329b882dc90ee9b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.4-cp310-none-win32.whl
Algorithm Hash digest
SHA256 5822e4f67ed7eb775f5c5227e9bed296424eb0ede4103fb94496466d35bb2dbf
MD5 108532c769b70378431e1d4b90247737
BLAKE2b-256 5b73b4418037a0aba56a732b4f5e32794ce93049a72707a8fa6f984cfcefc2b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3d9208c9d8c1f7b18a36e0cb8cee01c16d5207871a1cfd23ebc5cd26e32cf390
MD5 e4ade4e1de587eb508b3ddc2ad762ee2
BLAKE2b-256 e91609ac5e8b8ba15c6666d7a627f472a8105bd6106c7384f10f9eac03e180cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b76dba536f22e747173dec4e5d887d481b2035cba61b26fbe247469a2f836721
MD5 bb9fc30115e55944b7864d5258de6e6b
BLAKE2b-256 d1cdfff8bce56df29179e28c9c74f41e762cf3f7a8ac0799d64950dd26c11051

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a26bb384e7e0ea7c750265dccfbe7462741e473c1f0e10de7fb37215078533b7
MD5 9fb1b053e668eb4bb6d9f62a7a8489d6
BLAKE2b-256 d2a7024c6cc869ce072a572b1a44e4642a62c127d99c9e8368f66d3985907037

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b0f7994e8ef538495cc263beb528090179a9e33440d403b98f19dd798ad2f5ea
MD5 37894c5adaee2f61496c007456e0df06
BLAKE2b-256 846e1fc4f8e99f06a40bf293df5de98f4ceb2d36c400f3cad48241787b7d9b80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 14e02a27abaa385d4b95f0afd1e1fb051378d7003df729bde112e8f750b8c07c
MD5 4a1d55049828677c5da2d967a6309368
BLAKE2b-256 d81de18a206b80b967e16078ca1869c7dbc1debbc8cd05b84223b39970224539

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7b2f0e8434033b7f3af88e55feb6f86c1e6c67c5692ace4c88fc92764f4e73ca
MD5 5aed566907ed7db78493140a4195478e
BLAKE2b-256 9098ca3f5d9f780e5829456376aa872f01d39a038a35edf9f35b5c80409e5417

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e1167ceea3245dd9fa35637620f6ddeaa97e84034c50b14ac981f4f23170128f
MD5 9ca303b15caeeabc4ad56c48d3407bb2
BLAKE2b-256 533aaf522f858ced4eb8d93a1791c7571edf421717f7c436728df88968a44a2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d633e601375f717846118a60ef0908989ed53a632521c9e2df813b94f3af9531
MD5 1903ef042fc66f7d5c904560b5a5db15
BLAKE2b-256 1b8a375dd278fc7043bf4dc76872b77e5ed424e2125184ccc5508b53bbc0441e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cda3ef755266232203be72481c468909ed19c0522d467c9de44160ae2a233a6b
MD5 c9083755b7eeb0ee4d268149fba7c290
BLAKE2b-256 f5e70cbbe20a63978964f6cf6eceb9fb5f7406f33709273242b49e92072bd1e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1c4f085727fea6efc892c1a46d44accd48b795922dca621ba0b3fccc04a12918
MD5 e67ee93f484c6dbb7f8e4547112c63d9
BLAKE2b-256 faf7cc419d8e4d8e8258b47f0e66cc223643e33a206aad306cf8cc15fed7c697

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.4-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 b4366fce99f6f87d751903b719572c07a7d9e7f29e2dc25504ea3fe36547b6e3
MD5 b2184b05f87c5beef75561bc9eaa3b4c
BLAKE2b-256 5e6014ec5b80ec8624b1d4fc70daa2be01a7f9a1a28e20c62338f8b67b4571b4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.4-cp39-none-win32.whl
Algorithm Hash digest
SHA256 c8583932ec3036674d0b81489037a4cd8acf5da5b5bcbac639e6496238546cac
MD5 b8ed2bf876716983fa5a851ffea6d785
BLAKE2b-256 c5e82bc0a3d7b42e8e071a3a58cad10c2981cc81d51db7acf46c86270c03c8c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 80194e9628c8b8f35838de3c0bce17b09dc921dee047f419df85a5e92371e4c1
MD5 0bb5e965c51b99e52655516d08e9af81
BLAKE2b-256 9a59389f08c2240e3985e5ad6fc5647905838e7ba1de17d0ffbe094fff9ac6b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6eb6fa49b4e4fd8977e6bd4b2bc2c7a2536d8ed2f5012aacea4e4802df1f7d31
MD5 4fb29121cee7f6f23a43b68fed2d684a
BLAKE2b-256 2fba01a5d4911f54dc1bc2f939d653d76474e628333495bc4cfbb53e3a304492

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b537f06cd09db4e765a26eedcdb02838944ac38022ef95efa4b36a57bb840d6
MD5 8ebcede989dfa82b8a325def941d6e04
BLAKE2b-256 64c8ea419c6719b767a3b546feabb1bb38a45f33c7e2e2c286164d930004014e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7fd9d15837afd1ceca3548cbdbeb9f6ac2092167cb367c0f4e87338f00c53c5a
MD5 aac8449acb7309ef0c69aac62763a926
BLAKE2b-256 07d9ed70d2fa38240c2dcc84a15b8213d1be21161f07c834889b6fb4f7d5d95d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a007249c7f42e63e152b9b7fb23e736ee7aea469b1625326d421b90d15dd91bc
MD5 967629d24fee3ae5258c9311903ec303
BLAKE2b-256 ba3a7c5d0542f2d682468335d6ddb7724219a7226e8a496d993bf87afab586ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9e57c436faca6a6416a733d0359289d00c283646b372a251e2b9ecdaa6edb4c3
MD5 cd2657e1b2410e778910d4cfcc10e99d
BLAKE2b-256 f3e19ca019d6a4089df9e74d89959c709867d72b7b7e8ddbea222ed393b3c01e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1b795718e36261aa692181bc1257d54dba7e0e318353e649ad8d9a6e31bb58cd
MD5 a772e248b7ba695bd9f85fed55930915
BLAKE2b-256 357290952621c0d44cbc2e12907c917d5d831850f032a4510a81f11c9852593d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2782c13edc6ddb2a87ab3abb0e68e2238e281491a034f97bc2bfcb5dabb785a7
MD5 78dcc034ca7746c933fca5a4a1dc75aa
BLAKE2b-256 1c219a1c2a88740d5c92afd83b92f6711ba3e763a8287a45d3f216f63d817960

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9836b1b33630329532f3bb5eb90d348d004a851d2dc036c0e47e2c66be94e5a2
MD5 0d427d88873076ed1cb9bdee38ac20c8
BLAKE2b-256 fd35975eb274f668c6f695791f7740ce256dc776b4ff2e6bc270df9bb1f9f651

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a4844fafa84459629334fe4b8d590debb3ac356c5ae1faf0c22c8a51d726adf9
MD5 77f2b85c0beebd5858fe3d6c6e279b7a
BLAKE2b-256 78acdff6af3f760cac5531bc67dcaa68f435a55f52141a9daaddf64385e9f019

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.4-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 c1a665b2a9b8deaaf2a1ea1cf7b2c8b6ed5e0c97726b4a65c3f78c6e6f0dae68
MD5 8487c18af537bad1b95fcc993bb4e5c2
BLAKE2b-256 1513c425568d03bfd6746050504518bfe1281cbb466d4013ff796068e30e55a6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.4-cp38-none-win32.whl
Algorithm Hash digest
SHA256 6ef92b09bcb5a6e5fc9b235a4e703ab44df8b2e7f6a31634ec4070a513a03f57
MD5 994ba8085067d4cc9acd487fbef5969c
BLAKE2b-256 9cb4c61a72d1860f36a6f8156ea90df84259cee5d2f4e535a1c475a47bcd4049

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db306ca1b6e57779a83804df9363a83cab8c9abf1f2b57c321aabff9bc26e725
MD5 f1b79e61be465d9c5a26c52304b6f087
BLAKE2b-256 1c4e40b0d957aa48ddda3decf5410f3772b35ced4ce20377fe82cce4959f8ea4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 78941ba29653dd314453c3757cefad24ad610a222c75e815042ac4a156570760
MD5 406a06cc4fd9c11020361d2180c02cb1
BLAKE2b-256 1630b1f90c89cae27716be189b5bce00807e9a961372880d4b6eb2a725694f8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b443e8c43958ef97bbf7ae434c5195e33d055c20213e353454bbbd9c41891721
MD5 17a555ec2a6b6d96495569ff7caed5aa
BLAKE2b-256 a613915181740afa33289bdf6fdb4d82b669106aa7d5190160bbbfb5e9521285

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7a72ee200e2442eb7eb82224cd5d364bb7055ed251f6e27080893ef7227d8e93
MD5 90d04d17bc31002f696f8f6b6d319a05
BLAKE2b-256 c6ce12edef700a6caa859ce9fa5fd14c6ef172e6d6dc68bb16c8f6bd2bd16203

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 33079700eb153948f79374f9207a084a353817a7cf7e20e8d35d910a50c5678f
MD5 df750f9e9c6a6d1c8e6185dfe5e330c6
BLAKE2b-256 44644544f4865371fa43fb10af679e997d75a0327aaa70f80b180bee27aad7ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c4ac1d40ce830b9f3547c76ac4e680747ed5d36d686409e9b11e7a897feb543f
MD5 71728a313ebc3bbff04e557c5ea2d3b3
BLAKE2b-256 05f1743e59baeb2c751b5acab521e70e9888b524fe5c34fff63f619362f3f2a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 742e7d1bbd5724a535ba3d78e0b3d380519f05e84299123398bf0398bf51630f
MD5 8416e99236b7c8d33d3c67764278a112
BLAKE2b-256 641e045f454d1cf84612d7c0a140f6276f4d7abd3adab0e2861ba26045405c8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f3508e75abfef0db752a13f0dc130868dfd4662ed6bac5953cdae66af82d5a67
MD5 637465c2b39ba1a886b9b5532c73568f
BLAKE2b-256 71e6dd7107e8ff1b97307b2a52325fe30ac39f7610c4844f74d1664e2047caeb

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