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

Uploaded Source

Built Distributions

psqlpy-0.7.1-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.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl (3.6 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.7.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

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

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.7.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

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

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.7.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.12 Windows x86-64

psqlpy-0.7.1-cp312-none-win32.whl (2.3 MB view details)

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

psqlpy-0.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

psqlpy-0.7.1-cp311-none-win32.whl (2.3 MB view details)

Uploaded CPython 3.11 Windows x86

psqlpy-0.7.1-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.1-cp311-cp311-musllinux_1_2_i686.whl (3.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

psqlpy-0.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

psqlpy-0.7.1-cp310-none-win32.whl (2.3 MB view details)

Uploaded CPython 3.10 Windows x86

psqlpy-0.7.1-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.1-cp310-cp310-musllinux_1_2_i686.whl (3.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

psqlpy-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

psqlpy-0.7.1-cp39-none-win32.whl (2.3 MB view details)

Uploaded CPython 3.9 Windows x86

psqlpy-0.7.1-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.1-cp39-cp39-musllinux_1_2_i686.whl (3.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

psqlpy-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

psqlpy-0.7.1-cp38-none-win32.whl (2.3 MB view details)

Uploaded CPython 3.8 Windows x86

psqlpy-0.7.1-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.1-cp38-cp38-musllinux_1_2_i686.whl (3.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

psqlpy-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

psqlpy-0.7.1-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.1-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.1-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.1-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.1-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.1.tar.gz.

File metadata

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

File hashes

Hashes for psqlpy-0.7.1.tar.gz
Algorithm Hash digest
SHA256 08ee06e05d1aab6706682899184b21f52c0ef85ce25d7597eaa908cf5a309c9a
MD5 4b4b0d28c20dc74b89d7e75b2a9d8e33
BLAKE2b-256 ed29f9cff022cf160da362fa6bbdfff284e12c6a4b2c5e77d799417a607e7c09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6615f3d4a37e514bf5e2d774bf4178ba42dcb449571985ea8f8ec48c579572d4
MD5 5252e5891e82c288be4b202da65c876f
BLAKE2b-256 f1d6ca5acc77c902acdd8236c30450ac9ad22d79f2b2fb2971b76517735decdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ddf381086cf878ec3bd38b46700e25ee86d739580c4af4d7305718d86baae3c8
MD5 cbf8eec9d25e3ffdfa2447cadf1122d8
BLAKE2b-256 4a5ab8bda42b74ef0114da0bd2110541c315c1dd818c82aa678b8978ac29a216

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 06449dc90a2140c882dd38430ed070641a746db7e4a1922252a73c440055e4e6
MD5 c6c65514da66794a1e97b151071046e8
BLAKE2b-256 4fadf9d3232c4d47505c06515a0c7f9cd1d5f797210d6e93a9e4a8bd00a28256

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b6b678e0e2b41f0c52ad54cb56a37ced282d0c172d2cb327b1c778869e91e17d
MD5 abe8b3b6656aa46c7c00eb2269d02aea
BLAKE2b-256 bc8a97e7babc0d8191b481f9e16b175423b49f242e7b8f475b6a712d5414062c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c684b825a39d9d9640d42dbc5628fa3a954348977c771a48e7c30b5061362bd1
MD5 7d25bc0e567814efb8ae5b311824b5df
BLAKE2b-256 e5709eac46bd3897a498ac548d4d2376e26b0700f8506a7f8dce66ab1dff994f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a079cf098655c13ab534a5c4e7858054434ee523a0c76610b68e5fdf5402dcc2
MD5 faaf8e7fac029234423040182c4498ef
BLAKE2b-256 eda5bcd9a0c7445ae02c483dfc3c9c58fd7dda4ec5c07bb6fbc66bb1099aa777

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 10ade33b77b48a2724b700f0450581e4849435d1a6164d8a062632bbb3873e3c
MD5 89d03fb8b3a3dcfbcaf6e4b467f0b7b2
BLAKE2b-256 046fedd07c93f5472fbcf129f2b0a88a461309b6650a555865c6db754b30440c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b77180a67e60e7fd8008433811185017c15d206d80b77e84ad8850225309fbe5
MD5 cd04696063ad40c29fe69604444eef7b
BLAKE2b-256 f1b28f81f5abb958b673a743fbfcb3eb63fcd1c6cf58f11339754830a6e9a959

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 834c97db4fa025d416b140491a0a56472fcb2d9d2ad1bdf0699e29aafab647e5
MD5 bef8b2c73a1f12e23272eabe02c11f00
BLAKE2b-256 98a774485705b4811d1fbe37dc2dee1339996d2ccb3171fc6c62398805579823

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cbcb3988fb6873dcf843dfac62a9e6d3d0020a4c76d4492ee74886fc843f996b
MD5 1212a214f8f29d868ad44f9d4b08700a
BLAKE2b-256 dc7f534cd4d4c4202bb5cfd85b5ef87d2d785e227030d9218dbb11015040d0c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af6e842031ead1ae08c001bb022bdf64dd375ec9d054ba9c3b51262d6d6c6d60
MD5 7149b3cf2d5dd53f4a93382f9c9b1ba5
BLAKE2b-256 0984917c887fdd3c4e22fed587e3d79d0376f0d5d71efcd4ec6f97aa73967c0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 99ea34f36b052471da0d4dfce78781218a248551432069b63f739e41de32ec28
MD5 4ff618100c5f3290424d9cecf33f79ae
BLAKE2b-256 edbeb466dcce520a9d136e3401f912d17038638f40d74730a293a438fd21e49f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f2ee35ea82e0dce968bcd5c4fa5fd805f31d174466aaa4215a287ee43aad2ccf
MD5 5603cc21b969095600c0ec74683c4a87
BLAKE2b-256 b3631c7cfd1377e9bccf93f671cdc5ddba14908b3aa8e68e622b397bd1781d4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d9a388a6dee992f8be18ab3939a338f4294bad26309bf3f88518ebfaaea19e3b
MD5 5a84a47cdc991a108ac140465b337346
BLAKE2b-256 51191fb5b5e65ccbf55db46ed27ed93f28efe8ca1380a1956660b01662ab045c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e10ecf5f18d40d3774d30f272831622993db9a4ff9a5814497461f08e8385c12
MD5 a74f936ffcbe508e704920fa9d5f8a24
BLAKE2b-256 a4bd45732d61b5abe79e0f1e6c41d5bf00439bf30633b60118dc6a9cd6e1ef00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 77e44d4bb231a7a27ae24d4dc5b43230499620d4a5ed44e7476d420aad1b3a80
MD5 f924f1eda3e1de5bde425cf72767e5ba
BLAKE2b-256 50693e4cda1117b37cb28f8649cb269e2fd96ffc282c1c5b2718d995a4cac604

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e20763e6d965b906855d8a1faade16f4a751f1c795dc798358fa67a919340f93
MD5 58808022474a1d704f484b1c1bbbde90
BLAKE2b-256 a9f66ce94c81eee3224df48e45b31478ada5594cfcbca134cf373cbb78873225

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8cc1d1f8a658c70db0943a3fa3ef05812400d7b866a68035c3aa9a2a8db2a793
MD5 371d4beb4aaffcc969845aa0b53cdaf8
BLAKE2b-256 4ece32d0fc2bf5af97845357904e33c6c9d9d857b8d0ab173f0c968257a149f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9a44661cffb6c36f63f796d256c2a1f8c8557c21ae7842a730aad3bcacd44825
MD5 bb6d1a5f4ff7d396722530508f0884c3
BLAKE2b-256 e1ca1b63d918705cd8b0a3ffdc1efddfce915e6505b3702acbf86504f966bbb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cb0b62f7e5c2e9f5c1cbeeaf8faaa8c94e7b5fc72c275166a44b341e18eb76b3
MD5 98c8c29d2d0a227032c0293212510b52
BLAKE2b-256 d27a53e57b3ed8bd2b7c7ee23716b3c80febe739f644aec1ee7ddba235ebd97b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d896e0f43961410206362dee7e96e72eabd77d69abf167bd5f14c9480ee4677c
MD5 c2cca32c49a1d017ed03b76442a30f27
BLAKE2b-256 6b7c04aa1b69674879077f0e84abeb1822ff6c685b57acdd20e34b5ef7ce29fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8554c9bca8b4cb558469ed446cc56e577bd874e3412c0b8846523d699c3033e6
MD5 aaa916ab73e6825f4e102fef26626e0b
BLAKE2b-256 45ddda8e9b52a4f123d19dd2be64ef8f15bb2cad4a58adf41f693262762b76ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 bead2c8a9c64719de7ab38a62f4f3de784f8b1086d55de9826871e2e3de4384d
MD5 b3326d939d3fe581527d7efbe54b34f6
BLAKE2b-256 db70b8864af36d6fa0c3f154f96de36f914b7b518ac2d00b3e5f8b6f34c5b730

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.1-cp312-none-win32.whl
Algorithm Hash digest
SHA256 d3f39a101b156135f4c4aa7f2f9d3f28fcbd9b56ae06a063b5856ba19d3232bb
MD5 5ad1e3f23e0174c70a98920b81bca87b
BLAKE2b-256 d2964139d3deafd4c0b8c2602cf071ab94aedcefec014b5cfc554c4316309d1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dd169f6baac2a4ca66b12ae1baa46c548a88ab3b8dfecd39e0d00fa9565b3bc0
MD5 c49ee7c61eb489f2ef9ee2c50d1d1cb1
BLAKE2b-256 e6331d8f4fd5ef25a6bd61cd8a930450682b0d5cf1711e9e918ecfd7096bd45c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4f81e9bfde96a09eec252edb84b58a7558bc0c99e79d67f5cddc4aff8c13f1ad
MD5 1b7aee04047c7cbb2bdb99108d83ec82
BLAKE2b-256 5eb2ade31b1b61ad3f23d3ed77076f003af124d9dc873a9f2c27006dbbcbc3e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e491410b6aa2700ec8909697cb417bcdbaad31bda0609c6d61b4e0fa0673abb5
MD5 fa5c1fb30bb3ced0766a5a29d9c0131c
BLAKE2b-256 5b7d8c99bd68944309c0f6d274f82a54412e9c1dc7f10ce66750f5a01380b646

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ad409abb507ae6b5f69b7854a178a967f609bee9e38be9a6ed91389fab1c2cc5
MD5 81b337703e553022161c898abcb637ac
BLAKE2b-256 c2c1ba411b7cf7fd824a307b8c4e047a2703ba047e5c436bb18c2a62af0c6da6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 31d2415ca0220d562923660543d161f4511bd911edab8139f40a5f35e6d730d8
MD5 42d4e415490c22a90979a60a3a9d6037
BLAKE2b-256 e2554432c0fdac2bd429f4e7c3a93b704272139ee52c2a323ed31ae3c170007e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eb7e9ea66aaab4d967f08a97eed84f966b988b7b8e95bb786e562ff3f6141d0f
MD5 8cda28373a8d8199f27d730aab07ad31
BLAKE2b-256 44401fcb8ad09fbf72283270aebcae285b931eb2084659ee9c24e9be6acc5b8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7d9400223833b8995c8c60a6de44eff812745b6aa1aff15a50eb3f6aae519e0d
MD5 fd691da99cf43ff390c7a56e58c1d958
BLAKE2b-256 cfe70679a1c852c2cb52555f2b54f13c60f4bb5f81308777004b0aac646ad539

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 df2cec3076b5cee88a2e631e8bb82f94e7f3e6a8c23688b20439292fb9308617
MD5 cd1943a7df63ed8af4088f42f6cb3c95
BLAKE2b-256 0679fc0da00777210d1af8d427021cc70456933caf75c792eb185bad5bbb62af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6acc5cfc10a3439a41d6cafc9af83084fb3a6310b9ede20d400e1840f5353b55
MD5 fa5ad2f25c7c760d114de49724e09069
BLAKE2b-256 68066416d368851637df7320e99ab70d2dcac64f393f11d26455c73ef9032de5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8a335188b465a65da2121f558f473d0a2d6fe24733baedf53474ab8a22c56801
MD5 12053b1de15794f17cc032dc8d8c4430
BLAKE2b-256 8be71ea0228a31cba5f5b874a4fd86ab62172aedfc2d2564accb329630e34178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 44afc6e2eead087c8ea6bc6a7b503325cf37ac019c9bf351d335b4828377b6df
MD5 92608d8558317480b72b2de9ce1d5090
BLAKE2b-256 fedb5640b9bde47f5621ca506fa7378c26e9627e691b8cfa3807e36c812e5fea

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.1-cp311-none-win32.whl
Algorithm Hash digest
SHA256 1e744758a7567a3892600a04e1a3f7eebb92bcd10b75eab0239038b6920df42a
MD5 5298ee795563ee1309bb4a980e58e15d
BLAKE2b-256 412b3280109de47b8e0ea2f71a71e83b53c3a648aaca43eccf6bf0e1856b22cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9fc7cbe67a417ece34fe80d0495d89c1b561c1875fc20d7ddd1abd5200ce3dc9
MD5 6b08f4a5478033d6af39aab06648b300
BLAKE2b-256 9bdf9d78f0637d4ae52199d264fce4ffedf99cb6ff9ed91d566c7e1e72c4435e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a4c6a23ae8ded17d41a6f03931502a1364ff4a355757f1e5f537c59737cd70e6
MD5 8ada46fc53176a151d0e5e145cdace5d
BLAKE2b-256 8a3ab87d2947cac40a0985474ac699563652611f9db50488d6bafdaaa40d0b38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 23887b253214f7830625b41940b8d580418ebeef2b8f3497ea182bb3b6ecc80e
MD5 c6bbf3da0e82436e05e555a45edf50fd
BLAKE2b-256 88311bf8aa5a49c01e96dad4917ea924cd2252e9c803be411e5708e3ff51fd9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 346f19b1576628d44010cd5da78e9323b786f6736b2f750be2f93e2a0e19b1b2
MD5 203e764c7fcc087a3e42c8112833cfcc
BLAKE2b-256 75b76f2db42c46953537e650cb19f720bd383b11d3cb2af3da8c46fadf138fe5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 288d80705981b7d4d55a2348a37c91f443686bc633bea6a7ef1f4244e2253fe3
MD5 961229de6d834984b8b292ff0b87a0f8
BLAKE2b-256 2982398969aa2a54268cfa4bcaa3a519502d7e2f14f92db767e72d8446d1be64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 38dc0625cc0cddbd9c54e161f453347fe11bd168de088e7ba84122f94d8be42c
MD5 b733ea18cf2cf764709f7619bd8850e4
BLAKE2b-256 afe7bd49514df91dc3215eb6d3dda9037fde407583b44d1d081bc18ea754a8d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 312211d06612b42dfba80b4b9f2db8aecaed874730c58cb8932b283743f167f9
MD5 a4e86bd826b2464a7701c6e3ad79d6ae
BLAKE2b-256 2e76ef0f4853e258af75d78c03855eba8664e8f11d834d46f86462e9bcc8b5fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a8e817b2ab4b9da9cd46f27fad1d22aba87f84df5baa57b3df75226bc40eb1e4
MD5 3be0f82cdd5c7dedbf932d84e9844dcd
BLAKE2b-256 c1963416d76ac2c9ce82751c4ec49a4d650ffd72f206d4b96df4ecda5067d82b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1cc7eae1dc4fe5d3d3fbdd332dfa45df5bcebf93bcc27b5c3fbe9b3d71bf931b
MD5 dbc898a329e62883cfff21b8a931f834
BLAKE2b-256 a43544328ff5b0d94bc5cdc539f35ee62b3e81d8d9a3d095b50b1b243c50cc63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 76eb2a9f2616cb8a7ca6b21b5755760b71e5c4b07a5ed937710a2b7a3a534b1a
MD5 8082b2114088d5da73838ec87fb43ba1
BLAKE2b-256 db5ee8cae53e024b65552937a819805b17af1af41b8d6d05b6387baa5f04887c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 da63a90c6aab9f002c382eaeb650195688b827e17c6e9accad8ffb493907eac5
MD5 e7ca6f70c261722d36b71e543be3ec01
BLAKE2b-256 cff82a06706c9c6f6daf634be46bdbc6983f6ae41fff89911ca21912412e3d77

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.1-cp310-none-win32.whl
Algorithm Hash digest
SHA256 8ee94a7ab03cece8ef0637093952952251d0d30a3127b12edf2e8e0379a15916
MD5 f871c4c5f831927e5181291f46fcfc54
BLAKE2b-256 cf4537549c35f4bb9fe62125b85de50471a54a3f1932034a91fc979f1b4b8d56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e6265db3e138db2b2d094c6f61bee7e4e5c0c7b8458a552cc66b5d48faabe155
MD5 7cea64a3ebd7f86bafc178966a33b16a
BLAKE2b-256 bd216bfd653a5abd3e67a40bcfc61b11c5986d8a4d7b01d994adcb511aeb1450

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 408e1b30f4dd0f95caa608f2a9628532f7092aceba716b3c2df17ce4959e4791
MD5 a8dd1fa013d750ff5f5e819974bc90a8
BLAKE2b-256 1b409e9d7234a0419739857f74821ea178608e5647cc6a374d4c0790c83c10ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 37ef3e5ed2696b985066e09fe705987c5d31e0d2045c644aac404b432080d333
MD5 0413b0115aabc2ee95ae58698a7dda49
BLAKE2b-256 507aca4bdcb2ab5a664ae5373860d4d80637688873c09d5eba13eb74ceea24e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0ebfe43d5a1e1c66fdba921167683c9c8417458b758202b6c868184214c6f6cd
MD5 5de57251680169c98590be8ca1bea70c
BLAKE2b-256 75ce2931526bfc3349944805d6d6547f9c9aa10ab9335087f103d408b24d2809

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 64fbdc2151b8fe2f63e22c19e8caa08400a5a6235b800b4f09a141084d80b103
MD5 bba1b841dc2f50d6ab9aab68bc2677b2
BLAKE2b-256 6f0f3389eb41a867a78214209d154c48898e7403e6bc317140d63c65e6e41f5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 17c195251c73bf3f4fb15f5305566dc8749539fd5a7b0c11fedcbf9be002d7c4
MD5 b97e1c029611b9ba298bb6f1739f6675
BLAKE2b-256 c965902530a3097add2b7a596d73ae1a674fe696cc0944d5c2d8242e83a880f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 de13a69b1569389a8cd30fe8963560b312bdcaf2b08908333d54143bc483e701
MD5 c63ef6c41c028f24caf556805cf172d3
BLAKE2b-256 5966c27cbf6a6a0eefbb9a92f6a6c8fbebfb096eab741d76330cb19a881e7e22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 076d2d963a78e7ed4c37e717210b3c40dab293f0e2e6bc6466d741f19c401330
MD5 f8780dbe87f30c529989d5b884ee6e7e
BLAKE2b-256 692eee9317d4683a600a0048da8bcaa5b7b36a55da7a0f82e6eba2dbfcbbcf11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 69872114e07cd5506fada33905dff61e5bb297096bb8c7763ec1d4cae1780f4b
MD5 dd133afb5b080010c72b83929710b80d
BLAKE2b-256 c402b2a36ce36d43ea2c19774bbf2ff56bb3a95d5f0138faa8973ed40bd23836

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8a277708b1364ceeead3372c66b7a7587e946d2d7cbb6bcb181dc06db18f6f08
MD5 37b471e828a9c1f16faac0b8df6fd2a1
BLAKE2b-256 9ee72ad84010589feb2982d3925d1ec3bc00636ee5d9c30b0751ac06f9eff490

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.1-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.6.0

File hashes

Hashes for psqlpy-0.7.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 91b17913e5a6095a2141dba8c66fb480b5eb2c36552250d8e3a1e199ea83f31e
MD5 24e34b1d18c977d26eb4d84e86bf32bc
BLAKE2b-256 a32973477e7ebad3877a23f3b40897c69c28671a9f0ac11b620e2b3aeaae7e1a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.1-cp39-none-win32.whl
Algorithm Hash digest
SHA256 33a26ca20335ddbd09cc8693cec6eec192546d9fb8691b1f7561f987b7f29f7c
MD5 894969455b9ea9d6191cd76a8b52479d
BLAKE2b-256 55d0551e07dacd444d3bf7b8921651177ab41c4a1a0845428ca55ccb2b329f9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3a15cbcbb9cfd002fb599d98e66509221e3529e73c8d5c0f547180cb685b622a
MD5 a704b0db98c5ea03a2dc30f0138797cc
BLAKE2b-256 d1be016308f3678cb0500e3dbf84958cf676980776255f9775aa7a1a1c98c65a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8ee2903f17207312914d93a46c3f4a07856cc626766d653d05b1753873038b10
MD5 7527e3ef5e2c4810806bf4c80980a367
BLAKE2b-256 3adbce79f09f2199d9bdf1a75d9ac1bae2188c5493ff0c3575e8929ea71dcef2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 21efb253520081da2c613b987e3324bfcdfc0840657d341ae6ad0fe1a73fa447
MD5 b1b4b2828c5ef591b115a6cf8adf5341
BLAKE2b-256 d4cca26fb880d9de9629d8440b0d328e60a3cf5e47438ce917eb205446e4aab1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 98409f0094844a4026db745a19f0b51844998707a10bcb4b56a6ddce87ec977a
MD5 ec731d8c5c0280ffdc57af4e1affd9ff
BLAKE2b-256 af8352e97c0f275d81a1d14b75bd1137487b1f03493fa87cbb4dcb3f0f331c8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d4547564bfac9a65e5e0cd9e75c0eae1318ecfef9c6b443f86ac78fb2f7f7f66
MD5 874569248ba7310d1f6e30d950fd4de5
BLAKE2b-256 ad12b92a10ca27c7cbc0d7f9bd4c644e272ad982ecde029e69ad7b19cdb97b6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b096b90cb5b9e76a914b0f6318777a089db3819eab50b0a9bb4b08fb7f9883d2
MD5 e90e4807e3acfc75d2415c13550cee24
BLAKE2b-256 13583447c156baa877a4b2d088a6619d84a2818311472a3742a4393b0663452e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4086089e4dd31116b3a1a6f830d9296b1800a0a7199d9318a5bc1cff6ed020f0
MD5 a92e59af126a21bc60ad8bf6c0009465
BLAKE2b-256 762b23c27b85d8996a648b6ad62d8475f5fb6e52cd5f3375fb1ebc400d8db49a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 504c31aaddd63ebfea3fc00a48aad508c38faebcf0e724cde3661ab536867e1e
MD5 2d21c2053389d3d2c1a5832d65d263f3
BLAKE2b-256 307e2585d4d04dfc89fcab9ccabd554a039b9e99ce774d7894eccb49bc1c65be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de38c15fe07604b6e6656e550d214c016cdfeb19c4872cc9da20d38ef3d0bf79
MD5 6cd695bc01217bc41aaa4a38ce5c6884
BLAKE2b-256 88e159c22add97dbbf868b873eb98264332eccee47d00687529f04c654179de4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 54e6db78f181e09cb4338851d7ef38a8c25597b2425ca84c2c5df6693bc337e5
MD5 bf774f24b275cb0dbcd6b8bce3df0fca
BLAKE2b-256 46ac012b71d59e96395e94629917745c0dfe798a767c9ef75aed047da584e215

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.1-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.6.0

File hashes

Hashes for psqlpy-0.7.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 01c48075c03b3ed5bf19e36c4abe0542d345b977a876a63225c842cd71984317
MD5 36ac7d76a7ac7b5a5fc430494ecc978e
BLAKE2b-256 b887b827beea1b479746de761bf5d5301b5efd55d46bdf181205166e13862f5f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.1-cp38-none-win32.whl
Algorithm Hash digest
SHA256 0607fe0ced76a759a0331f7c372de66828739bf2239c457d0ffdb0143833b776
MD5 c50dee5219c3e676664d7aaa2b6f01ff
BLAKE2b-256 10373918732187c1797b2d4b4b3ed4346ba2eb2743d9bec248ad540378fed593

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db5445bde387051ac891b87856243efe245783d20379eb4e6f70970226240c5b
MD5 a18adb350042eaf60d5bba1de186af20
BLAKE2b-256 3ef178352f48e333b3d291eee3d7abbcd28c6f838090ac6c503635ea36403220

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1105953796a56e946835190ce48d1a523093c26c591a18944774008ddedf69a1
MD5 e70f37230b4d41afe9c6ad3898c0552f
BLAKE2b-256 dfa7ed2556233011bde897184384481a9d48de4499cc4d12ce524ed1b73c4abd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e018c0fb15ef63dadb3d7ef90e635ed080022f83efde97f724cbf684c95d2536
MD5 53e88b4460fcd6c97e5702ed96a54080
BLAKE2b-256 da0df838ce967fff161d3b3a098e0c4f3834324198685f4a2da3626fda506a68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bb964f3f662de20c571940fc51ec3cd70bebcbbab95d7f11144f52427d459d15
MD5 809b648fb3eeca6e5f25a4c1a2ced370
BLAKE2b-256 75169c42de1964b818fff863251c40ca26584ea1d6c3a728d8189b8031a8db0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 36f9ad291bae7d7948fffbb6983d4dfc3b8ebfd51fd6ac5077b09284b19ede84
MD5 66bdcb0ad613c7b8805b62cf7c0573da
BLAKE2b-256 d255060cb49136ed62d9fdf10422f36fbde409eb8c2fa55ea717a9ddd5bce74f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 97feb55d17a1bfbbe183685ecdb2c6afe096a031f0caf6b0ac47f0882c2c7c2c
MD5 e997db62177c8df7e67eeea3969f234c
BLAKE2b-256 b62baf9941503b6d983375c423666c972367bcce5125f944c4b598704a9eef14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 05284a067f08916af827b83518da57ecaf6a22bea529a715eebfbd91b9473bba
MD5 236dedf908a3265ae21fee370c4d433b
BLAKE2b-256 17a97f34b549686380a5f10299124dc07b5f41c387752d16a9aa1cab10c49688

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7a16b3a3c59f0bbe59090964afbbb87e111d820329999aca856d6196f0ccaf6b
MD5 e222d5ab606de3e5849b17017c8d4d40
BLAKE2b-256 0c773f687bd6ce49c0bf3abf2438e01308a1e8ca35d9065bd9c0ee235ed4fa6b

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