Skip to main content

Async PostgreSQL driver for Python written in Rust

Project description

PyPI - Python Version PyPI PyPI - Downloads

PSQLPy - Async PostgreSQL driver for Python written in Rust.

Driver for PostgreSQL written fully in Rust and exposed to Python. Main goals of the library is speed and type safety.

Documentation

You can find full documentation here - PSQLPy documentation

Installation

You can install package with pip or poetry.

poetry:

> poetry add psqlpy

pip:

> pip install psqlpy

Or you can build it by yourself. To do it, install stable rust and maturin.

> maturin develop --release

Usage

Usage is as easy as possible. Create new instance of ConnectionPool and start querying. You don't need to startup connection pool, the connection pool will create connections as needed.

from typing import Any

from psqlpy import ConnectionPool, QueryResult


async def main() -> None:
    db_pool = ConnectionPool(
        username="postgres",
        password="pg_password",
        host="localhost",
        port=5432,
        db_name="postgres",
        max_db_pool_size=2,
    )

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

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

Benchmarks

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

So infrastructure consists of:

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

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

psqlpy-0.6.3.tar.gz (123.8 kB view details)

Uploaded Source

Built Distributions

psqlpy-0.6.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

psqlpy-0.6.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl (2.4 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.6.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

psqlpy-0.6.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

psqlpy-0.6.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

psqlpy-0.6.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

psqlpy-0.6.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

psqlpy-0.6.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl (2.4 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.6.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

psqlpy-0.6.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

psqlpy-0.6.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

psqlpy-0.6.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

psqlpy-0.6.3-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

psqlpy-0.6.3-pp38-pypy38_pp73-musllinux_1_2_i686.whl (2.4 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.6.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

psqlpy-0.6.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

psqlpy-0.6.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

psqlpy-0.6.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

psqlpy-0.6.3-cp312-none-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.12 Windows x86-64

psqlpy-0.6.3-cp312-none-win32.whl (1.0 MB view details)

Uploaded CPython 3.12 Windows x86

psqlpy-0.6.3-cp312-cp312-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

psqlpy-0.6.3-cp312-cp312-musllinux_1_2_i686.whl (2.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

psqlpy-0.6.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

psqlpy-0.6.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

psqlpy-0.6.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (2.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

psqlpy-0.6.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

psqlpy-0.6.3-cp312-cp312-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

psqlpy-0.6.3-cp311-none-win32.whl (1.0 MB view details)

Uploaded CPython 3.11 Windows x86

psqlpy-0.6.3-cp311-cp311-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

psqlpy-0.6.3-cp311-cp311-musllinux_1_2_i686.whl (2.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

psqlpy-0.6.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

psqlpy-0.6.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

psqlpy-0.6.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (2.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

psqlpy-0.6.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 macOS 10.12+ x86-64

psqlpy-0.6.3-cp310-none-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

psqlpy-0.6.3-cp310-none-win32.whl (1.0 MB view details)

Uploaded CPython 3.10 Windows x86

psqlpy-0.6.3-cp310-cp310-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

psqlpy-0.6.3-cp310-cp310-musllinux_1_2_i686.whl (2.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

psqlpy-0.6.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

psqlpy-0.6.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

psqlpy-0.6.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (2.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

psqlpy-0.6.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 macOS 10.12+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

psqlpy-0.6.3-cp39-none-win32.whl (1.0 MB view details)

Uploaded CPython 3.9 Windows x86

psqlpy-0.6.3-cp39-cp39-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

psqlpy-0.6.3-cp39-cp39-musllinux_1_2_i686.whl (2.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

psqlpy-0.6.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

psqlpy-0.6.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

psqlpy-0.6.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (2.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

psqlpy-0.6.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 macOS 10.12+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

psqlpy-0.6.3-cp38-none-win32.whl (1.0 MB view details)

Uploaded CPython 3.8 Windows x86

psqlpy-0.6.3-cp38-cp38-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

psqlpy-0.6.3-cp38-cp38-musllinux_1_2_i686.whl (2.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

psqlpy-0.6.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

psqlpy-0.6.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

psqlpy-0.6.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (2.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

psqlpy-0.6.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.3.tar.gz
Algorithm Hash digest
SHA256 5f433d7e8b9dee8b131ae81aad26be07bc4cbfa8baad9e3618ee2c8d1b778bf2
MD5 c20afc9c83992b2cf744f5b48f0cc724
BLAKE2b-256 fc1eb4e23cb88ee98dea4c1db932e7d10743bf754ffd5b2dd2e724fdd20bed4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 699aef1c76205a1afa6959af0169a379f786cffd691f8dc49cd10346010e46d5
MD5 6d934018e79fa47de2e26ffce593a49f
BLAKE2b-256 a6def22d1ff8c990d824cee08dbd05da3e8a9065e6312e13199d279602504b0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 600e7af759760b35a7eb65fe6dfadd264f399c137308fae1b361b8143fa1b72b
MD5 9430978b60005b6ac563000af70d4464
BLAKE2b-256 06e21382f8edc87b25fa64ad070da793005a612daf0932c50ecede702fc6b2fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 56cb914a0c13f619cd59ddfb3f62476dadbe5078c92eb524104931e0dedc3b78
MD5 52e9264d85b18c43e93419f237b96632
BLAKE2b-256 90f46bf271c142812176130f21028b5f06448c3e3866de59895e60052b1baf9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 113287593add30c883ae0783969dec6f6dc6fac74908950ed68f51057194a8ef
MD5 e5bdd835ccfcf2641e7d458a9df87605
BLAKE2b-256 0a1e03854584d3568e95d9f7460904043a9fd1c605952f3a9830cb10627bd8e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 64a1e872b9c98a4d6d7aff2c4e33de33d859c678f69eed8e8bd155f3abe4b35d
MD5 2a7f2ba63a2d867a36f7361528ed5028
BLAKE2b-256 ba70866295df8052174e681db11593bfbd6e7cddea9778b53f22d1fb252a7c61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cbc2b3425aeb788e6af5c1c155e08cd8d4c0bc7e99af1677abadf0980388461e
MD5 c585d647e0f191475d25ac316c6e02e3
BLAKE2b-256 2c3309e0a4146be7c7ce84b367db5fd909aac1a7c4b393d02bc153212d7099d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bb39e70ecd96a18b8724c26d061aef930841fca266f02619ece93d4e6fd885a3
MD5 254ef411a2457de1c84adf514db58bbd
BLAKE2b-256 14d9535de40edeb5e365a10a15d46dd2fe4496077cf3aa38b9f280625459af7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 853656fe7d8728ded83d3e81fdadf6e9865414206a4ac222bcff6bd6aa491579
MD5 2d4e9fe894b019cd783dd7cd7ef7e48b
BLAKE2b-256 ca4ffba5a2577749af439ddb20fecf2e9bc18e8e2644813540b7bc125ca77e1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c2cdacd5dd703c8529d779a950327fe3e16e057e3c23a2e335e66b15023b0ff7
MD5 96533bff423f7bb1b6e3354cb8f00c24
BLAKE2b-256 502f313651fe9366a4c68ce20f83846471e40bd8454ca3348ff48a92821961a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bfbaedcf23084ab7cc1520d95f81b47f4090442c28e563eba29f4686f56dabb4
MD5 133a00e1a5ff6bffcd41f7adf88031a0
BLAKE2b-256 a277e43d7ae066e2df19c92b2a90ca572ffa52ee11eb00c2905203c37286b675

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5ace512c981d3ac38e55f5154cadae24b3fd8f2af5f9973ccb5b512de942dda7
MD5 5d854e2c40e6f50ebbb763a2f11eceb2
BLAKE2b-256 a9b066c60bea27b3b339682031e7507070cf69a9ddd567361c65edbf4b9c93f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f8b11bc972b1dd179a95a075542273384cb8ee964d219e21bd260fbc2fce078b
MD5 f772eb0f388a1cdab49b2d21fd505fb6
BLAKE2b-256 406a1b2b5a6a10a65d9c404b949cb70014300fc39efbadf6e71221ae4ee9b8b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 43c345ac3b690d1f105638b00d6ea987bb59d83459418e42751822edb7c98bda
MD5 cc3ff51339bd441f3a548c211ee94cb5
BLAKE2b-256 6b42b3e550355e7aabcc681c01c8d830ecc6c916d727fbf4fe9518722c359ae0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6b02c122369c9a72fe7618693380f13ea44ea339b733a6baf791e54c7c1d643a
MD5 8f0c4f9469e4c0433204cf71115eeb94
BLAKE2b-256 bd0af3b2bbef96d33dc56246d73faef3a0849825aa4b503f10f2bc750733c1d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 97b700d5bb5575a93473b602898b632ea79ff8214e8265719513e1625dc7e361
MD5 a63534818c0981e613adaa93e42a2f7c
BLAKE2b-256 621930f2abf88c70f8ff4a4924513e729e2c8f9be6f50821fe48baece6e60e8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7415bf50aae2789b5ab82261e1090d951b6390889b82d60def9320603befc497
MD5 d1dc1ff4937b6e02814dadd5d7bb5ce1
BLAKE2b-256 f1306ac538f37bfc7b999d9c5e6ac73f4b6fac20d6b120af158d7e0f87e6c533

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fea1992628fd0aec64482ea60a3d2130feae5f797f9cb016d6dbfdbaaa9c4bbb
MD5 39b807789588f351ef3b3b6cf258a095
BLAKE2b-256 1c1d33e387087d888e363e54085e63d9b075138fa5a5f23e14b53660a9e423e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 676320b22c0633512018f5c167c6beebfc61bb9fde51eaecce16d0dc422584e0
MD5 cadb2f3e0475d7a65b0b08ea3b188ca9
BLAKE2b-256 d1f104c0a93c5e4840553c9f8e4cdc4685d262cab9f54475cc230408783aafe3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c660784bcbabd49620ba8554d21e3fe66a88175eb0f7efc89beb27848fb2108c
MD5 731af661510cb9fad4d5b894e40219a7
BLAKE2b-256 7f0fa788cc44689290a1142f7e54ffbe82a66cec8dc976240da0c1fcbb6f5e3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6cd0ffea4b189c7356ac8917546d37982998ed6ca0f7085e5e8e3a1b1f798d00
MD5 fefcfeb491d05243a26d28a066f67c10
BLAKE2b-256 717863f1c7a84b7706e321aed8f658b7d3b353bdce339c57959339de9e6d9d5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 80a76c105ff6a6d8114331b8335121c03638ab7c8c2fdf010911c7a9882e3ecc
MD5 01077362c99087205a739e5853d437fe
BLAKE2b-256 f2a10d59f4d1e52c29bda3a4c8e4436659d35ce519b57a28518328bd8211b0c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d64ce9b2efd45a46d9c9f00a4e9214787478fb9912ae3c6ce200f8f5dff51425
MD5 f789f72212aebb58f331fce8b0dec560
BLAKE2b-256 88cc017048377b070b347de6311fa57ed785a685b04fe7bf4fe290004a9cdb91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ecec2494db845a564d95809d29821f4ff190e1379e85bad006a011dd695c9e37
MD5 6a7a0bec51becb1b0917600d6cf0bd09
BLAKE2b-256 e12874c042512cbf512c3250dad918c5f96c9a590978389bbc4055cf944d0a6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e2c816ac111a940985c9abcad83fae34bbc4318e3b51560ca0e41c91db0bc09
MD5 5f1530520370201c74afb69d8a001eb8
BLAKE2b-256 21d20ae188987e24b8d574fdfda5012a56e3337e5957331fd70739b28c56ee95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 6a6dc30bca279dc8fe0f2bc73af152fa79a22f60ef75e2efe746341a5ba12ec1
MD5 b7385447be9c61a6fce4b90cb363b52a
BLAKE2b-256 9c5a306caeaab59855350b818a49cdfe4f98954f20a552a36abcb5fd914c8b80

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.3-cp312-none-win32.whl
Algorithm Hash digest
SHA256 45c5271016497411339c896e9d1c333bb709dd3c35d58dd91a4e67c5927655d9
MD5 351340155fb74c4318340cf866331f73
BLAKE2b-256 c9a8619391b0ebbb0045123505d404c4a4f6c5b5c84caafccb57d756fcbc1be0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 30ee101c08bebcfa6f819f9d8520fddca63d1c3125bcac22a3231ca17284a86d
MD5 c2316e19d93a054726736c66cb00ee2b
BLAKE2b-256 56351bcda1267ebaee1ea49046e5986841177253d515ce75e5a5ab79862b4e30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6a8285ccd5e3cbd39b4747829bab51ae58626c40ba9847edabe2106c43936206
MD5 e1b7906c59ab13a82d0ab8120d68eefa
BLAKE2b-256 00b01b5af715cde4a379f60af220413e5fb4352078a8fdef2fc1909f97598dc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5df67adb9cd0ae438a722483fb8d85addf63eebf18c605efb1d0769dc14ab2e4
MD5 319dae5a74fd7bd4bba24873fb5ad683
BLAKE2b-256 efd2fd2df5d8775955b48f0848ab8e48f141e60c84d759e2ecdeb6289be9bc5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7325ab85e44037f496677cd5a407a2ad26eaea2c3ed7459b2f054e0e3d1ba63c
MD5 968cb31d654c96308010e69f87579bd2
BLAKE2b-256 a7974c0d6e19fc1dd287086389e282276a2699468ea1d3ecd4de7bed0d6d07e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8465335aee8e408b7148721eb474e34b972815cbac1a5836f30e4793e47b5a47
MD5 3940c0af47471cc198e7b0bc14ba5d34
BLAKE2b-256 21ace7c2b2eaaf9e88e7ad6e0b101a49723b9d7210a13ca621d8cefe7fadc709

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d7d73e78a895975b59d69c8f1bec70b47cfe2a92c9fe7ad518b68a7b44d8696a
MD5 48f6fc8112e958f37ec7c754d113ba41
BLAKE2b-256 6026b5bd668e3823e6339294c104192445654607859e3aea9847409dfb0e90a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5185046744cc9a2a2982e1175fb5537a35b8c9680f21c3da75be67a1ca4de50f
MD5 048269a0e0b506874e6fb027389e99d0
BLAKE2b-256 0f167b50a644b674ac9b0810e03d994fc8812796bb944200a3d528178b53a423

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2ed06ab927a181092ed277613fcfe26a4fb16f52225cc0618373d63f123d2553
MD5 ac21c6e800745ce0f4f7fa0585320fdb
BLAKE2b-256 7f4bf62649dbd6b3422cb9badb621cf82d186d74e9483e1e52a109ea4ceacbd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8b12cf2af93fcfc78eb113b7045a57dfa8a7053849e9a8be7108fc707d2203b8
MD5 4c971d78b83f92df1e12d5c87dcf1940
BLAKE2b-256 e157b69f71916daa6a6bdeaffd7c0ac58a61a31604b78a24d93ce723e42c24a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a4ad5f20c13c3ca8ed9f86d8b2889d7eae77279e41daa16a41401ba3a38c4745
MD5 e58d6fc135fba1f3dee8b24794ca5fad
BLAKE2b-256 0ae78e5adadfc63f5801142ec58538cd76e840a949fa91ed98e20538991ea37f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 65f0df52e4a2ceb65d502215e9f3111b0602f0e565836fb78b068da70f98e7e3
MD5 801aa48f551681bd1fbfc778657f6e76
BLAKE2b-256 9559170d5f488e2113eced7a99d7a748db396536f08570388988ea145999b008

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.3-cp311-none-win32.whl
Algorithm Hash digest
SHA256 5b296082a658ffd3e36f4812d9efb57d0e411d7268352e3e1dc28e0b48336399
MD5 b5de4c0b6c3f65428be4e90bcb570526
BLAKE2b-256 5e186ec93daff22c3d9e6a4416f2c663b4f07d6eb9dee4aa48a18d5dc8e6c740

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 94f45c18e555b6de1d7ebe2c8265286ba2648ef5eac5af784b65e074f17adfae
MD5 cd713fddfad2b65288ff6edaf66e10cf
BLAKE2b-256 3ec36bb700494f39ac158601eea019ff4e7a543f4cf6e07477d5478d0d060bff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 37fd62bbefecf54b74967f1c27a910a92a740424ce23655af25898587bf1d83a
MD5 146f9824a7e31aa212f51b7472187ffd
BLAKE2b-256 c9eb0134b4cc73f983c21026b0e12c948182420b944921ec5b329ea0d0939bce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e886d151f06a791a3081ee3bcc8eccc52f74299635012b4ecd4cec52a8e98ab1
MD5 b2dd4886ba21987a74cb7afd8c13684f
BLAKE2b-256 af56fd24a0794e99cac626ae3c2938fb2a0cad5fcfb47b45015dd1272ab093b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 43fac4f9dc9d3c30af0502c4323dade944184c54d01c0438d5150ca25a8be351
MD5 cb97cdc2433ed5fcd19750adbd823586
BLAKE2b-256 be3d654ed975bf062ea209b11fa6c24caadcecf80f23329017b58cfe9274f280

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3c9e749b8a7f982047c2c68037f147b34b3b441fac9d0858efde3acf8e3ce0c4
MD5 1dadac533ab1f7fc9472c12b8ade0b2d
BLAKE2b-256 dfa300062036c66a9896211646225c9d602dfdd9c0d6a05e0d89b44f37f456ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5bd469533d540ee95714fa4ad39758892c10aef3695ce6832bdb69e342019be5
MD5 2aac1eff75947c2cf5a51c45c5d2a3b4
BLAKE2b-256 e0a01d1dcd85810257ec127496a71729f597c74c5740a3bc2b4ddc9cd281efb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 932ff358e1b5aca153e00a3e2845249bf9264bf28e8148e1ca1eaf812c0cd831
MD5 5d2eb53919d3629bd0717b8945696dc2
BLAKE2b-256 2f6f8fcc584482fdd19e0d33c29720b2890ff840fa8bcdbf84ebd3551a74b658

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c78f406a613f10c8baae2f4302dcd07d90885ebe2515f395d5db14a96c70448
MD5 b23c48ed3fa43f72dd2b57ea1c4838e1
BLAKE2b-256 a7acd4e1f6bb4033924f8485776768c5f96abbfea9f58e6621665a38af5a9c65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f65b2b7e2bcd249bcb63ba71e0a6acfef5e7469b7c71b4eb26e4329e047fc96
MD5 915f8add5681df83a54e539580c94e75
BLAKE2b-256 381737fa42c4dd7a075df9691acb6073b43eb682e599a04a20931c5c1b020cf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3cf540912200b4c7b077509328ddf274764b37742f02e6edfd9cf6137b3dc981
MD5 d99b827ab821c23115a2496252d5b10f
BLAKE2b-256 4b9ff553ea5489dceef535d0b1e8a5c33481bd4848a95c07ecd13f626017f036

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 456d66aa38268956e006a1066b4afdd0ce9a2162c1376b9c045ba3fb372d5849
MD5 517178ecc1285a41441a7f96204fd8d9
BLAKE2b-256 81ff440f7dd9965845eb8a09c705de9db330ff351c4f26bc997dbb00d874b9cb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.3-cp310-none-win32.whl
Algorithm Hash digest
SHA256 43b873a2515d9ff356180303b45669fdeb624f4064b98a34d06f33657955a211
MD5 aa9807f5a7422d8266c4146bf1380234
BLAKE2b-256 a821802776c01097e8b46f4db2dee62f98353ba1231feaf45cbc297db72583fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 33c7f9a5164e6e678b532f97481aea31dbfd30d688496ecca7bb0156546a4cdd
MD5 ad21d800193f3cacb345c84fcc54b73e
BLAKE2b-256 a636100f505072d890dbc2fcd50c45fb47699b801ad496d10e91f9bd3d19f19e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4f116afb7bfe019a5761a2172fa1c2a4cca5c976ed470f1093c5ef67bd19cee7
MD5 9cf5ddf81aa2d4fd94647ffa1849c491
BLAKE2b-256 bcb372a06f91188dad4cc1afe8fe91735043d5eff214ad1d18b0204cd6a1bc8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0f8a192d241bc370cb58d194134d6fdc6803a4728ce894b4d56bd80e2a5c91cb
MD5 8acc3017f3ef37766077a8841724407c
BLAKE2b-256 ba2ac7952c7e9b3860c272f7f48bba2ccf2f54b03d29f802274f5566b1d8e3af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e05a5e85b3eed90623c26da5442eabd6ed1033cadfd430810c6217b88dfa7cd3
MD5 ab91ac8e73cf92ce54ae78d5c682f2df
BLAKE2b-256 237100de96b620a9b359461f3b02ae517a2bf6e29c836a2e9cb7844352f3362c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 48fddd75f0bf7d419ac18374fec6c31925bb2781f9f898d2a7ef49c1ce51904d
MD5 b373165f9392c22ae6bd780dcf201004
BLAKE2b-256 d9b0b75a5a3104a971a5001adff3597cf7a020a41bf0221a2e265d111acfe994

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 76d1c3ef6ed6ba79678abd0992fa2c9fe89bed49db35aba6d22f909f3c46c3e9
MD5 3f7ca674a28cbdb331f5778310182840
BLAKE2b-256 36eb2ab49c49f33f4f2d4d63f264e999f706d78e76a2d016914394b8f8e84f86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9b2ccf23425ca48550242bbcddb7c81473668218b4eb719150a078f60b3d04ca
MD5 b4988c631a2b0e75ce3348c43dbd2b11
BLAKE2b-256 a342c9525ae19ecc630bf3eb5b47cd259597f0bd8d4e00191e75036a8a16bca3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e122534bd6ef82e6e0860e27307bde14d3ee4e85f314f7e636e416c7f1953a7d
MD5 cf991228f374806809e5827a39eb0fe6
BLAKE2b-256 a3d72ec468a0c8f9ea9f8b625b72bf0da5587e65b059923146e0c7e72eb4263c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 82efa6f122d0afb804546e21f93855188744bab17bee7ae590a1c509b91b2cf2
MD5 720caccb064d6bdb14adf9b5c7d9ecac
BLAKE2b-256 55ce420013af219b1b2c0b677a03acc42f1b7dc6b318f0d48fadd9b18eab6980

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 29589b51714fda9c49e8d1ac38afc9502ca47c6bf177e4f1d5d5c28c915fcf45
MD5 20f4ec1cba105bf8c0f110308eac14bf
BLAKE2b-256 11a017ab6cc8127b8218bba78cda0f4f41e7e797c6d343340159d2ec1f27dfdd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.3-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 ea20a284363995f6109b84d693585d1017c9490ad026ddf5991010554d923214
MD5 efb56a3f751838bf369fe3e01d2fccd4
BLAKE2b-256 7e6042af2d4970aa5241b54a37d7eebb92d21c481d7c18b9f386934fe1262183

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.3-cp39-none-win32.whl
Algorithm Hash digest
SHA256 02ce92aa388297dc7ef49415d3c20b153b1e992172576ea9114d0d5547ff1da0
MD5 890bc5450a85c253ba12159b44371157
BLAKE2b-256 4cd73c2d49920b40f7cbb360cace18bc1610ac9e5a1aeff00b941febf9d6c347

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b5054d4d12101288282f8b4176484915cbebbc5ec6bc36a7de80643317c71d4
MD5 5a4a30ad5fd749359b91d6375b8b68e3
BLAKE2b-256 4abf8a00a8d4902b743235b39bb9e00d8761005c406d7353c17ef2ccc007ffa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 01959985e07e857a33baa25905782a420498060b224d69a4bad85abadcc8b68d
MD5 3264125eb06067b216b3fe6f5d077656
BLAKE2b-256 9cec39032ae2741d50b66e6b67efb90777dea36db81868bd46c4f0f776a9e100

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7eb500f529b89a779c4e1e75522329ceaf0edb033d5e4a40325ab6385836e849
MD5 d53377331107ddf2b04a98918d23ff83
BLAKE2b-256 1564441017808878a33b22d1f0557a0d6823a924e194426a8ffc042f7ab69734

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9d65613aaa99bacf13e57fdf79cc1f1a9a14a9804ed6e2d901d23083c37abbde
MD5 d6dd069fb2026652e90fac52417767be
BLAKE2b-256 0e1837fe62dd429a98e72626a3549c35c02896cd1005e5cecfc7e6aeb610d1ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 039eb9a06c98ec14608cb0eedfa21258468bb12e5d4014469c3349f21d9e06dd
MD5 3b2f071d6f6f3006d9398223fd86e18f
BLAKE2b-256 655504bebdfa75b3baf3804d37b2c410cfdb87e1479bded57934b61ab78bfa15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 41b74cc69c74f1a9269d442cf3146a4ee20937ddf3b1b0a795742804449454fb
MD5 42bd6f5f3b9c38bee60f79f896d1f5e3
BLAKE2b-256 91d1a900854b6cc3c393faac8f0691e90580651f64e9a1b7da202a25ea11596d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f82958fbdec7d5597dab6ba333ff4ec1b887eabe25f5f191948651c7ed5f300e
MD5 4dcfaf4a6a8564e68f1608b690c2321b
BLAKE2b-256 f6d147a00fa56fff0d3b6dbe62fca7fc902804718f8a2e9bfb036b917dc866ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e1492ca46a98f29c47eea84aa1e5393f968161ffaaff8a88ee8c45378cceac2
MD5 d5d5262ca020393e037693f5a2e08926
BLAKE2b-256 14266b9e56c5852a58811d3f95aa31b537144f7cdb8d46d28272a566d0f528eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41213da021e7fe35bd074e3ebcb32a77ff6d874a03789f7c29b54be155a62b55
MD5 b4c62a4bcf30026602a5ab3b16177bde
BLAKE2b-256 004ad2aafd381394cfbe410cbd6bdf9aac0dd1fe92fefdcc8965b52ef0c2e59f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 702ce7217fefc1f13425639202969798ee236c8b0dcc8d0c25b66e26c1f13492
MD5 5d39f26e1da88afe42258c2b6b16855f
BLAKE2b-256 00e6b901b21d112206764f2816aad48fba40ffc56c2db7326be146e90c21aab0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.3-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 905e0f5dbbd734f7883911d69f4fd46790432480045ff3eead751b72b8de7228
MD5 ba773c08be7e96328346cca9b5fc4b66
BLAKE2b-256 0d2ee8713db3a77c2582fe1a64d70f7dbd4497ae25120b336ad381192e49bbf8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.3-cp38-none-win32.whl
Algorithm Hash digest
SHA256 7c5d5b172c4b47c682ad6e2e7b1805566d94d1c26b2bb5fcadc842f0a0396bb1
MD5 97989afdc0476006c267d3fe8f89d22b
BLAKE2b-256 52bdd3b8af355836dfdeac23cfecfecc948548ff2636704be1da4635c3a6f1da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ebdca663d8d5440d931b3bb8c53d7c88464112e7139edfffc1fe7bf259abdca
MD5 21c0848f003761cc437501b00c19dcba
BLAKE2b-256 6b347e2b22c94410485fe42970fcd78eb4afd44174cf5407f8a2287dfa3a2ff0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ab33873b634bb9eadf95db737d5420af2496a50f919b0519ce6ead76f3f00e21
MD5 e48b57b59c1eb871238ff2542e1fd19d
BLAKE2b-256 21eb3acaf0a387ca40f62fbf2ab56a0c51a6910c4676ed6a328d0e6dc2285335

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87394f1d1e9d13da7d5611848f773f1dfd19d83864f400f5ae6a6e2589f3ce9b
MD5 a8d0f9090e51e2571a02a2fdf675427b
BLAKE2b-256 048bddd3b6c258dd4514a5e8678c1cd8160e4e5a1b01f7540fa138bebb7143fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7f428fd154e713cfdb82d10c4fe8b8b84a1e99dd123bb01757e47a38b0ceb4b7
MD5 b0f5e51f64b28cb5936f46a56930129c
BLAKE2b-256 fee7dc8239de1630559a57f271039cd82820cf872ff0323ec5cb36b296754f33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d136b335561386e4d269424c1a38dc936a523445b27dad02eda650098d9c2c64
MD5 b89a308c26e7392c343c0bc59668ca1f
BLAKE2b-256 3789fb88b8ad8b493ddfb8f0271fbedc342da4d79345df0f5020c7929b22e574

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8cdbfb9545430009263c464e0528ae8a7c638205a223643ec30b2fd705192fcb
MD5 0fa82d49683b0deca217a6c6dad77418
BLAKE2b-256 0b3e971763724b698b8a7e9f9103922dc74f9710b0007d4aa9255520fdb3a57a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3423ccee73d5b42b7b6599c132d7a41959fd114f3d949a36966481f12320932e
MD5 5ab59d5d71cf22460099a3daaa462037
BLAKE2b-256 bbd5cec2db40ffbcca7a6bf1b74432c42593ba01a06cabd26b6637920d13e153

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 68c916059d2b2ea769a3bf03c458e421c6ecf93f282ae5be4ccbbc7356ae0538
MD5 65e6dcd3a5bdb828d9ddd925f100e4a1
BLAKE2b-256 72778a17f16f8e0be9402f268d925dfce8dbc5e7d64dcb1ecdde1ebebc2082b7

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