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

Uploaded Source

Built Distributions

psqlpy-0.7.3-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.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.7.3-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.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

psqlpy-0.7.3-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.3-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.3-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.3-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.3-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.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.7.3-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.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

psqlpy-0.7.3-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.3-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.3-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.3-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.3-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.3-pp38-pypy38_pp73-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.7.3-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.3-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.3-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.3-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.3-cp312-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

psqlpy-0.7.3-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.3-cp312-cp312-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

psqlpy-0.7.3-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.3-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.3-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.3-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.3-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.3-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.3-cp312-cp312-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

psqlpy-0.7.3-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.3-cp311-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

psqlpy-0.7.3-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.3-cp311-cp311-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

psqlpy-0.7.3-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.3-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.3-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.3-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.3-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.3-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.3-cp311-cp311-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

psqlpy-0.7.3-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.3-cp310-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

psqlpy-0.7.3-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.3-cp310-cp310-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

psqlpy-0.7.3-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.3-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.3-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.3-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.3-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.3-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.3-cp310-cp310-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

psqlpy-0.7.3-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.3-cp39-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

psqlpy-0.7.3-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.3-cp39-cp39-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

psqlpy-0.7.3-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.3-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.3-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.3-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.3-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.3-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.3-cp39-cp39-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

psqlpy-0.7.3-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.3-cp38-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

psqlpy-0.7.3-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.3-cp38-cp38-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

psqlpy-0.7.3-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.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

psqlpy-0.7.3-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.3-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.3-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.3-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.3.tar.gz.

File metadata

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

File hashes

Hashes for psqlpy-0.7.3.tar.gz
Algorithm Hash digest
SHA256 31da8900c9f7c99ef58fba92e9e8d49a753896e0c3abf30858dccd8b2a8556d4
MD5 825ba1c7621db2baf259938d3a001df3
BLAKE2b-256 52925f4e522f9ef74ff43f9562ae065c1cdf2bd06fb6ebcf1889d6af87e88749

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 92c0eda9c10e839c616adfcf695da290b4e703452c1304010ac99c10bfa5102c
MD5 b6edc9b41e1b84c2fb25c1fce3e55a6b
BLAKE2b-256 820821335b07b64261319d99cacc751ed6cfbca16a5a521e13e9854ee1599d81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6fad0e3dd6b3428b8dc72d6c8abff294cde5b4c1763bbbc7583a5cf758c9867a
MD5 5e1b1afe2d80a34dacdc67107be2eb5f
BLAKE2b-256 bcbe78a752863755ae63503702a28bc6ba0fbaecc2fd09e6df2b4fb18d7fc3f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82ccf085af8ee7d3b3ae45d2f2f83b6b599708ac1cb38897af120c8e516b236f
MD5 96da04c27909d4d19f060dad329c2a8a
BLAKE2b-256 1ed36258b19e95c5d210ae4b78397e0d21ae2f854a9068c727a4ba725d81fec3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 73846d6a052c7d32ca48928a3cd03a29722e7e398403a58e20ac594f65c15b42
MD5 4e7b68a5aa73f17bb888b44b52bda7ff
BLAKE2b-256 73792cf8f3977503fb6d2df18283ae1fcd9ea9178bd05e8dd26888ea759b9310

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a3477e3b5fd6e0252546d79b6f1df3f074346d8c5f6cf4e2cdb9c090161424af
MD5 243aafdfcc06bbd098b52acf22faf9e0
BLAKE2b-256 952c85e5ed4fb2647b50935701ad18f6b80833def2e4a89a6e1f9fb2d879360d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 62852ae204ebf9930c23fead85b22eacaea8d6e495f472a2580a2a1bf51e3c97
MD5 5c54c35d9856d8b4e2d9c673a761ae22
BLAKE2b-256 0c0a6a668f835c7dcead8a28044e2cec8cae2949416987f98e414f5c4140b319

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 08a4f711aa9209ff936e4f6a5bffdb43e4f12e332ceacd7e11b76170ae2978aa
MD5 b191b877b64fbd9a898f4a34ad7b7ee4
BLAKE2b-256 13785360da4035488f0b79a8b104947d1e0caff1ffc18e7f29c47651043a6e77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 304f83518adfb1a808d58cb7339738e212edf93f9e401ac0476dfaff5200cc08
MD5 0fa18de9d1dc50ffed2c23dad052f228
BLAKE2b-256 2185ea0127be33f85ba234b6b98621fb652ec994d1ad3ddb908d87de04dc60d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b3d9c22da0acfc15f5cb8dbd293e88d736cb5e1233129d902b8e29a2e11fc35
MD5 32fa1dae382880355685713b31662bc1
BLAKE2b-256 85c9c92cd215252926392e8a4a55fa8245ffa7f338b235dbdc8ec26b601f780f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 087b5c4ca958cfd411ede86fad8ebf7697a859c423be0ff49bf88c9ef181ce84
MD5 c7eecb222aef75b0b1ceee0eb9a60861
BLAKE2b-256 b1eb4323f1b5bd018231ecf7ea0132028604f1328ed5026b1d911ca8161b9e94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00bc660ba3d0cbcc5d150d712550d538b0415851f89525b9cf26ba1929044358
MD5 2812c79163f8df3d4f2d6079d887f865
BLAKE2b-256 7b5a4510037c19156049c4345cf2b05e3ec543db6cf41b340f508dbdba221ee0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 22988c38bdf73428d90e5ce7df36e43fd281f6168c3b79db5c9c4f3ac9497654
MD5 f1e0ab5fa521ecb0cd9f31745af797e4
BLAKE2b-256 7a398ae18a77ed47441950665316cceba5b4536a4d23c6b268fba62521197a49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 714385997956c14b98b9c733b2b6322848a7f5bf0d64de47fadcf17e31d40585
MD5 d40f7cd5b8298e322e9b72c6926389b7
BLAKE2b-256 e5b5aaea7b61abd061e0b0d7b741c3b04264497b29a2eced78ea23863f497160

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 caa42e66746854d2a0769e79f35da7d43e657300de124aed5ff91bf3f728992d
MD5 b257a086322e13b6c12fd1d96855f195
BLAKE2b-256 207351cbec9c1d71d3181c03fd828895292fc9783ad95c721fdbacf19e1296cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d29da4fe64ffe3a741e4703d533c3492fc43e705afd8c5e394601a2164405704
MD5 43054b277cb1ed4561852d8315894811
BLAKE2b-256 f3e8671862bd22d7b14bf72592c4792cf24fe70148c665e7ec3d510af822dcd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea4ca7efc2da127f9d36d26e3d10dcf49582b1fd4252313818d3e32d29c16cf1
MD5 e1780ba42d5185a0a1069f94e1839480
BLAKE2b-256 a25504c3fe8d07f3be9b012f7c35b9a07cc5cc0dddb8063ad8e3b7c24630bbf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 060a74c29617a62678ccc8a21f9499ba855fe4e85dc3fa2fb7b4be8ca6c579f3
MD5 74d093c899b5d330d13c3d2e6c3b15ed
BLAKE2b-256 30828391b359f2f3144c5080db6b93f75ee4d566ca178e79ee55ff185c97a435

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0cf4152ce17fbc4cb1758d4f946c05e395e2cd5d154325744d90fbb8523cdf9e
MD5 2dbd4dca6643fea7c254a447fdc6e8af
BLAKE2b-256 0bc715df69aa0cd66e89004a69aeb872774b24641ff165e1da37692eb5c91361

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3952fae8b1421cfddd4e79fcb67c3d24e4b46a884dafe25846ec89fe2653d26c
MD5 16ce6e151d59dac7f35dd28854ead9ae
BLAKE2b-256 80ad89d5065dd71970bbdce55639f3b241e70dbf73e53be898d1565182b02404

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c66d6ca88a751756451345fd1424af723b1985fc6e40a7603a71babaf5c152cb
MD5 8e04496c31170320ec240695f2e759b4
BLAKE2b-256 995da6332c5cd7658bf67f84b1bd023c00038d9fd1d1c32b41f57b559360f712

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3df047fd41eb997359e538c968f3dea4adc21cdef4a6cb70ba3b42555aca7c19
MD5 6827b65247dde927dcb53bd7b5f4ba82
BLAKE2b-256 f2215b7d05a853b549b4c3f7607b854a9371ea95a52d5accb0461f0bfc66b36b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a1c7b48e86b8d684b52247b358b40cbd690f38484bbc6837c5bd1e3a7b52b9e4
MD5 7827628049b8f51259dca96637c63d70
BLAKE2b-256 7e3bc6b9c26005c3a3af541fb3a5006aa73c64de7bbb5156391cabdb9f901a19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 03d3b20e872d837fc6fa7c4824c9c0bf00e38b45d1482a50ca03cee451a18f4c
MD5 4e6b01fcb07a559bbfe48fea3e67a45f
BLAKE2b-256 9d5115c70d02aee61c464360ae77aa64e6558421ea7bdb956f6f85ecc6fa8d89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.3-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.3-cp312-none-win32.whl
Algorithm Hash digest
SHA256 2a110cdbed36d6ec9814edbe8f953784b2a2c8adba02220b5fc0dcb3b056a492
MD5 8f34ea5b422d7d5437cbb0ebf00fc74d
BLAKE2b-256 accb59462d7fbea37f6d3bbe31606cd588f6219c94608dda42f18ea1caaa11ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e6a0723c15e61f6b9fcb50f15b4006ef69de6c445f1f961d603a9fdb9c28f807
MD5 7b73797402029aaa4b05d668607bc5eb
BLAKE2b-256 607ddf4ee675ac741fc7a2a19ec67ebb1851b0e2e9cc7cae473e2546f8a7bf6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a17fb4b9e5edd45d8d48a9ad5c4bfe7254419def66de8e554c61ac7b56266c1e
MD5 aab6b92c26162f7be5eabbfea544785e
BLAKE2b-256 28728d89eda120cbe37af1c17e2f928bd36a25622744836150df6a30912a16fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51c5610c91dce9deecde3b847e1bc7229ccd668b464f44a2f778953ce534543f
MD5 4802b044a9b3b25eed15f1d0301f3f03
BLAKE2b-256 993bde2011331ca637de940bd8702ac9b11fe36c4fda2e9bcc58eef0e5ef1457

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dc0ed00046314ac68a71777d9bc07e7e0124e5f2c0d0455a4a567e1cafb0dbc4
MD5 d2e8781e3e58da07aebfa3d02201029e
BLAKE2b-256 c8c13f8a293104299d1c10905284fbae1265eb02fb7bf0c3558257c1a5476ae9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4ba0a118e23c4d6e6c9675c988076c2a653231c18f7bcd17ebdc518d9a6e8a07
MD5 a2c45de2bcc40dcf6483dc70d6b07cfc
BLAKE2b-256 1ced847df08150bc3b6726d9546ed5a0e6dcd1977fc5a6d6a530a62182b1e03a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e839aaf63764adc8f5ee93cc8f8f31c5811348101f51296cab5a0fb8887c556e
MD5 34cd89cec815dcc52952abf7f0dc842a
BLAKE2b-256 cdb2c2e6ac6690ef4febbe41f010dd5b2f8acb340be4749ed377e40431ab021f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 17fe56733c570707c9c30b757c26791d53f9b69c666c413d64d797e8dcf1909b
MD5 ae0678132d820d4470ded35c65f52566
BLAKE2b-256 fbb1da56502a5fbe7a8c80396bf296b18ef87f348ab0ff765c503e0cee5f24fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1fda4c5d9bd43bdcea8f6353f2f2d5b879fc6468be4868622843164c2f6d4141
MD5 611d963f70f13e9a108e3d2b4a6f020a
BLAKE2b-256 8f461382fab3ebb7da744da7d632e433b450c166b9a72f5622c4157288ab418c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c57ae718c056b4497c829bceac959c13e54bbc9307c8823eb82b3070bc29fb9e
MD5 131e31990146069faf6f61a87e49c272
BLAKE2b-256 ec18292b0ffd81bf31544f03d3d8281da9345793b8438fdc645c656bf35bc351

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a7e8d69bed11aaede93577e51af0aaf842fdbad6e02afd51e490f7e9471099a8
MD5 bba7e0c96bcaafd3935fc206b31fb222
BLAKE2b-256 c08f75d4395dab1303bcba6765a78a403ac26b492f819d9e68f9e2760889f1b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 74accdf0ce465b71a4feb65f6b25794c67f2e86e8ef23a329ef6b0ea306e3bad
MD5 cfb4fc217abe0bd8c5e069a32f7908da
BLAKE2b-256 c3273d2007ba91e34dd77b3e42160a10c27f6ce48fffe579065984182accbe8d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.3-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.3-cp311-none-win32.whl
Algorithm Hash digest
SHA256 d3c23160ebfcad9e3044447eae7fa6f9035a9e0f5b4cab7b569545f787f760ca
MD5 6607516871cdecdf9b4fc0a88120a79c
BLAKE2b-256 e9d2e8d12c765d048c8c894caf2ebeb6a0adb7c0ad3920ad4dc47a05d1420035

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 614e7beae687a1e9218e82518428ef6851039c0f6a3832c52418e4627f1863d0
MD5 164cb6717a872f241aa16f17017068a4
BLAKE2b-256 590e3ef53ec3b16ddc1d9e1e816bc3b83ba2e553be04e14e4f3407848f2b2083

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7640fbc71dac3950eef21b6f392d1b19f85d66eb96ce2e200170d2f0bfd3dbf3
MD5 3b2642954a2b1fa3987fbdf4d8b903a1
BLAKE2b-256 c72c1c17bdb8422a738b28261b99e82d136caf211b9e768723baae0cb2f844c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e58c1f2eb06c40fcc157ea821c53f90d5bc244ce1fad8e9ab2278fafed1c2f5
MD5 2d24d0de04406352de427bb2c126645a
BLAKE2b-256 89b87ff0f2c850f2eda328bb4dd0cd4f90b69e97658fbf0a309bebe1ce8b317b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ab8ca5521f85887a5d89d5c048417c3ef3e12e0840547de12d66e3d5173228f8
MD5 b17ae00a93873a5481adf7ef68391204
BLAKE2b-256 a8c9760f3b0a5e992b1110204dd95968f9b92f0c6072852fd5be3cc395c43733

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 217dd82e9fa4c8a24a1c39dc2c62dc355bbed76a63f6a8322d81a2d07f81f0e6
MD5 126c49000fec5101cd0154f200089830
BLAKE2b-256 c4631babce0a18e3b580cba8b3ad73bc8de1277c3507237d89f9a200d1cf99ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 835af197531bf9a8d1bd42b454c8480969e92accd93c256a63c8c405c7ba423b
MD5 136d94a30767fac5abf766206387b867
BLAKE2b-256 985ef5d45f0d7f8b837fecb4d72c345a86f7e593a61f6dd443ce053b6c53ffe9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2c8d5079424f549acd49e17f672630df4143d3e0ba8b390f2712b24e7b30259d
MD5 8a983eb334f8fff413d0600187b7d1ad
BLAKE2b-256 4c4725ac80a50340998e12e57609b27fe2d0d1382ac7b7302d7ff933477904e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bd35bb8b095ee5b4838af6c63f90339a5c2d314ead982acb513dde2ca6bcd736
MD5 9ca1c1e44b4cfc7b946ba6441634a470
BLAKE2b-256 6326d013d1f338c6048eb89c520ef6caf8287f99a4d1f6fd9c52dcdbd360df15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 da77a5efb33ccbadb7946211fc2e60e8362b8d71cb567254259a76860324713e
MD5 21c75f74f1a637fec81cc76d288b74a7
BLAKE2b-256 76d08fb9357bd6f2c2361c9751b4d2ea45be8b5042952692d0995e67f05c02d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 eee4d65b9b1caef2014662369da97df4e68a6e108591d929c5d68d803ecdf9b4
MD5 5d0f4495ff2f8a771fd6f60aa8614c76
BLAKE2b-256 45a8bc27e8f4ec21ec1d9953f37a5cbe1183f8ff40fe7d59e99d824a552ed216

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 574453a5e9f285b743e6c7a76fc2efde1436816b4463f2473ba0f1e779a23545
MD5 75072a5ca0a5153498d532530ab797af
BLAKE2b-256 8e904be48ee429433987c4936827a39b289dff6239e93e2acb5a3af57b748d80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.3-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.3-cp310-none-win32.whl
Algorithm Hash digest
SHA256 4fbb6d98b054cc43d768e6729221ed00f55492f606e97fe78197f13bec96e7df
MD5 a45ffdaae29f861651bd67ea14997a27
BLAKE2b-256 c40be1a3bd7e3fd0465d8bff7c1a2e9fec8b633850cbff1908d2a5c59e0d3da8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ace903dfbdcd60cd100de0b34b7964ca8bb4aef7ab213d4b16b5efc25a9ad915
MD5 60ea01fed631b88e6066b86f0b69d471
BLAKE2b-256 aab6566b906b341a0df144fa14aed873c57f42c0ef9656f81b99342fef1de529

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a27e45470d1459145f31d8f42bf265c6f916642cd4bb121cb504ad9d4c15e205
MD5 b240e09bce2b5077a9fdaca49ffd8701
BLAKE2b-256 24a3a25d5cf38be3c273efc3315865d454549494c99c7f3548da19a4f47a21ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ad75eb0eeaf2edb26d0a718329767c8d857b2758b4b66b2f54e455581c2c2f0
MD5 13237d63208670b7d035fbcc32673ef2
BLAKE2b-256 46bffffddc034f1f6739c70c412515ef09959a6413dc1dde4ad953f1a221810f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 37ba9cd4874e4c729d76d061fe2e80b517888741318b246af4f1b09938daa1e7
MD5 e2bb9826d568602f54629e38d0e19e8a
BLAKE2b-256 fd2b761cf824f6f4a7083e2e808fea713968f8288628f7bfded687073c3be284

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1a72f0e8f28d82597638ca200816ccb5fa93b34c875cc23e4157e099170cbb1d
MD5 a5964d2d9237617feb1ed152d0109dc6
BLAKE2b-256 b87b8837ec48d89b719f929793c52269bfdf89d225080af3fa7d33763c6e2e20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9a79c705a7dca0445674d26416cae6c344a89e30b724adce967dea5d88547395
MD5 bd22ebcc83e24d6356cbda42deeb99ed
BLAKE2b-256 a3c62a45cbb6102c4839cee553a7d4a333a9c5231f6c79c4ab6b5bca79acaf37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e69891263803bb63bc093211c7721de203110fc8273ce8e19438b48e1df4713a
MD5 5bc2ada6026c52342fe6dc5131b18ab2
BLAKE2b-256 03fddb7139b964a360a40deab3d4b677352e45e9dcd0461589d1c6600abb5332

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c35b566df3e869a7773148aaa6adff5c516ff69701337f9b0ac946f0547d1070
MD5 56d02a73557e1e4adcd618f4158cfe42
BLAKE2b-256 b9efcb936e4a6be71b56068d6fbbe6bf66bb07506d8ebead5a0273b9fb9a51bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a30ffca9a7ed944808d77ae7c284ee5ef832313eb9632f246d9815b043258b63
MD5 4d72cd92433d6f695ebe1c1d63d70aac
BLAKE2b-256 ea57b1ecbc8304db917584764ea9bd8c2cd56747c6223f65da950441cfdf2706

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bbddaf1d1ff750f5f75fc4ee60439d4091dfc3fa196f5d7646a67d73a1cf1b56
MD5 07440c7153028ddca3355cae2e98f784
BLAKE2b-256 c389e36cc3b1f5af5aea40cf6c0f44eb9d376e5b1933b493d49f7f19aada67c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.3-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.3-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 6ed54b6be5e3e3f913ac84615bd69fa3b5e8775b9c06fe5e224f07c966225b0d
MD5 a47cf000d38e8562109574550036eae9
BLAKE2b-256 e432d40a04ceae6ef62a8f094467753e467f41e7ae45b8742cdae9d6b9a33734

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.3-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.3-cp39-none-win32.whl
Algorithm Hash digest
SHA256 8384ad807efdace02ccc70e9eb4d1edc9fdf7be6562b39265b8413c25072a9bc
MD5 d05d93b7204c68fabd1dd239d855c569
BLAKE2b-256 c7481da80fc893c9dd7b3b4c77a77b174426d7c7d51d645c4b3cb1eb6e246056

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 21ae559b90da60b0b753a9fb7db155bc44a4277eee6ad8e16a33be4fa2af7d44
MD5 43dbeab547fde126e95f7c715d2645e9
BLAKE2b-256 503e71c7e7a30d5041d109199a450da52ea3f5cc89065a3c870961bb18c45d3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7a188168849e8baa189c260208242d96640061c362d16e4176c9ae8de257b27d
MD5 0d7274115cabc2ce0787869734938c4d
BLAKE2b-256 2e2d3a0e3b5a9d1bc1b8fa1628a13939271719ef500b9bb5dc102060408083ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3682ba975649f5a76b0f5485629355acf0ad4688bec74137eaa0faabde3f6e10
MD5 99dc33f64d2483d49d75ffac8c682741
BLAKE2b-256 566e1bb601dde6c29dcf955f61967e1a159b451972fd95cb190dd5d684d8fbba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0cdf331bca7cea497d15eb0a40d04fdd80480260233fd165a1548a35604cc3f8
MD5 ec597de35a715e232ad78f0eb3ee076c
BLAKE2b-256 d95b36a4756a92ca2a42e4da96509b4f81852a10dcc05533cd9f8d56b64d9fed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f954114aa1ce9b37234f8a266488a9b12dfd75fb61d7fd884e667474a53d9636
MD5 ba48abecb11cb898cc98da901dae64c5
BLAKE2b-256 b2e63e8f5e21d2c04cd7dd81afc0c6e91c759304120646b545848976302f172b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 32c7ac42377e16d0b1985c6c2a8a4c01e7ac2374afe798a7b90dcbb7b02b6fd9
MD5 ca2a3a0bf4c5374387f6a85c057872ee
BLAKE2b-256 6d225de2579b41335eac88bc7a8f0400e6e47eea2c2cce057db302158e261e4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e14dc8ac66abe458db88506182831fc739f216eceacbdfed28e4a56b575ac351
MD5 2ce85004528f24d8f395400fc2002c9d
BLAKE2b-256 f2e7eeb9aa4cba764befc4f152bd6f49cebc5208ed99e0e80ab6c371d4d6aa16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7ba974552b423885a4fc675dcfbde4d8a081174eae2fd1343b84d3fccec67891
MD5 fb2a82b9f1baebd2e442a71346837326
BLAKE2b-256 69ea91175396426f1731f9e7ae2b9500de1ca6748e15bcd686c8204dfe14ad7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6456eca883798f2eb8dddffc4a8607f9f1a1974d36f69ca789304f117911017e
MD5 2d4661bb23e71aecf2b56738757c1a26
BLAKE2b-256 d190685b15210d30612c5d37ba16042913fd9de833aa83585d6fab063a3399e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c5a26e31d33996377a96ff427d9abbefde14d21612e25e9d87b9af7be0e1029a
MD5 65939474f44b7dbc8be83f16f298ac5d
BLAKE2b-256 d43452ab2f2701afab6f3d5d8b58cb4f0ef5746d67da1945885861b9e42a979a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.3-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.3-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 9f7b54c03b03741bcea36744e42db638e20240519fdf13f148dce10994b2d406
MD5 10d0d6b235de289a529f4b92ea4c9082
BLAKE2b-256 11f2b62c26a2c1710176c8a2d37ba6a160df0f103cc8280ffdd65271b8eec81a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.3-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.3-cp38-none-win32.whl
Algorithm Hash digest
SHA256 0c5e340abc17f81ef10b388f493086fc163d482980b0d32ef80aa24861ca4b71
MD5 65d3775b1c9047941c2eb7ce46316306
BLAKE2b-256 ee554d9b480965fb58abade3f61ae34d570e2750d9fcd3b91672f3ca3329324b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 27de1044058f3f7377a08a650b3da09fe54eb49fd4b364f07d39cf221d2ad427
MD5 d13ef63d7dd674ea4df2b9d2603d5c8d
BLAKE2b-256 d66ed6118abbfa33ab994cdd8ecc5d435bea03d25a8dc62448af56d27a749d63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d0de6aec9943d06db9d3c02cebc376b8157dfab5c6cf9322c077bacb3fde985e
MD5 fc3af3604595283327a3177ed6f17cdc
BLAKE2b-256 faa58a6eb520bdcc09edd572a85602195ba975b9db2a4ffef9414b081a2f04e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c65b4df5e5b44f84372029e303b8b5088874f20ec9128e71a0410391f78ec23c
MD5 d234c0f6af79806104a4b7c9d0207f23
BLAKE2b-256 427bb48e5347e93a8d93e4a50cda862764332702da9f8d0edd9c965d799c1d4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e94c5e4f04a22d4d770cf4464c871e02a9f62fce6079b2abfd6e8b6d762af5af
MD5 ef4bc7b3016b66735f136939b1882be5
BLAKE2b-256 aed376cb16de44cceb89a4dda810cb3096234b8ed4ba73bb16c77d92d9713eb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 36e10a244db038c1f182de4f8ad8f6d371b19f353b23fb0b603c3fb847b2d3eb
MD5 b619d175087cb538cfdec7e3683e5a05
BLAKE2b-256 59ff930f84bf85ca361e43604d959b54d35ef90ac8d042eed511999779534534

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b87e7dd03f617039a97eae9dd58281aacb5e40c156a9b8c75191a6943621b55a
MD5 12ea1df6a95909b9b08387393c87c853
BLAKE2b-256 3cfd80a87b82a304ddd1dd7d1c94fde6856f393247796e6ccea93b80c20d99ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 eb1b6206e424170461f54c2db6c9bc61aa792d20f4bd5139dc1f450a990108ae
MD5 b04abb06e5ffbe93be044bcc8ff33625
BLAKE2b-256 13785f3430d24d97aa83eeaba85c3effdd950ba97a8434e0ea81e88fbaf0d766

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a2f4c128f6c4580124ff4bd8778a6683b597b3f0fe0e72412faad4b349c8ef94
MD5 48496ed81744225e9654f5e1c112a37a
BLAKE2b-256 b02512cdec743fb0381e81635e6b1a48be52546213cda8adbf64820a1d515c86

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