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

Uploaded Source

Built Distributions

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

Uploaded PyPy musllinux: musl 1.2+ x86-64

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

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy manylinux: glibc 2.17+ x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ s390x

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

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

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

Uploaded PyPy manylinux: glibc 2.17+ i686

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

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded PyPy musllinux: musl 1.2+ x86-64

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

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy manylinux: glibc 2.17+ x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ s390x

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

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

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

Uploaded PyPy manylinux: glibc 2.17+ i686

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

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded PyPy musllinux: musl 1.2+ x86-64

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

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy manylinux: glibc 2.17+ x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ s390x

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

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

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

Uploaded PyPy manylinux: glibc 2.17+ i686

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

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

psqlpy-0.6.5-cp312-cp312-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

psqlpy-0.6.5-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.5-cp311-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

psqlpy-0.6.5-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.5-cp310-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

psqlpy-0.6.5-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.5-cp39-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

psqlpy-0.6.5-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.5-cp38-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.5.tar.gz
Algorithm Hash digest
SHA256 e09fd5a953905b8513f9a02859fd2cd14c1ff7c9fcbb8e9402ca75f327773294
MD5 50a344fa77b3496368e58ed656738bea
BLAKE2b-256 4f53ea731788b4e2636198fd6def8085f56a656fb35e7fdcaae010a0fdc7a6a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d3dd16fb83942f115514cd6b4475e4008253bf4c40e734364321b7f296d83198
MD5 09945dad08ea1932dd827059e3a7046c
BLAKE2b-256 36321a14467a333e35581051d6047e79a803b3c0cc733fc5ebed71a539980a1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3bfb1ed3dfae4b2b9a5a6af568d2af5625743198fa1810c2b81b5a1ad8c4d1ce
MD5 b4f6ed42f0dbe015e3e5e794a97a6457
BLAKE2b-256 3771fd946a5a82bc3c4ca9d2571d766850c74a6d04a0eceffef79c8de079da14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32ac77249e5a97d6234c9ae2f9d82b4896f4edaccc073ca14924431773ef54ad
MD5 edb74cbddc502e79a56875f63355a77b
BLAKE2b-256 6b0b032ca19f4fe6db1cf3b9fb3670e46f17dc6219273be1eab3d91bd081d810

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ad8dd84d293978b1ec2170ba8068fdb90000f9a1d5a4c8eae65afd0879b44469
MD5 c2ebdaba83fbb23e19f8d74d49c2d3b8
BLAKE2b-256 202bd796b7fb88c56265f19e5f20d5fc0f2957271a671c7d85830ab6d1da77e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7ecace4be3e068bf25ebdee7edfbb8b36fcacbeaf420aa77ad61ca1499584d0f
MD5 b376380438972be83d22c19dc1fb4546
BLAKE2b-256 477cd96d9ef89fb978281caa2f9ae24f35739637982771b3172cf97765750a98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 901693f8ea764aac4d23e8d0ed244d1a6a3c3a10d6542fc6f15a33d816da87f9
MD5 8dd6420cb3e9700bf75278d0da4ec3d4
BLAKE2b-256 7590c5e2923f952cc196228e24efd18e97d0291df383d42895ffa3962321b85a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b55481524a5140175dbb831f41acb5d3c709bfd8d1cadf3430f5ab2a155d9e7f
MD5 97d0273f841e05e5867104f900a22d0e
BLAKE2b-256 67af6828717eec3bff16977e6fe574c00c197dbc02e861471619812feccaacb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db391a36bb123aed342ac26d936fa06f12c2db33b5b0b370e016fa41611fed92
MD5 783ffefec1686f1ee1ab3e27f12ea12b
BLAKE2b-256 10321c692e31ae577ae0271722f8fddc8a587628d333d4aa761ea07743842c96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 51bc46f1e361e32c75f85ef63ac926029f1562bdedb4396a76a91bea8854cb79
MD5 9eb0d738d7722b812b119150cdd61453
BLAKE2b-256 149913557a16b1a26e999ebf38096d1de2f1b1eab9cc08167fa26ced5ff84100

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c188dcd224af9459320bd3fb9ad1585b06cfe86a9f2e544e7453f2b3838b1802
MD5 1e184f68ed18cc329f82e084f7fd6512
BLAKE2b-256 324b57315912ece249583a1e4b1fcb739d075509c9ab58d2e978ccb56e15aa04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18d996a30d9f8a960fcbf4c72482e3b23ddf9d2d9c69297019c6b4325e278654
MD5 836b6d233ae254eb1861c5da0f633651
BLAKE2b-256 1f8c7cb745ee65b2ba1dd418c3a901e47f5262438fdcb1b09374a21be7434109

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ee732d2d1c85886e5d21ae3c2dcf1127b5ede42b311d5c3effe5ca3078c5d694
MD5 7fe8cbdd5d86f93a4070c8ee64a162a2
BLAKE2b-256 cc0a73a537f31fc6b162452896908ef5238ad0db3d2f17f97d6557e2653eae3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f7870f2b224405ddac0a348e4ab4af8be5a71d286fe1db1a8dedf3a7600c254b
MD5 ee3409b638997e8b01baf04b5bbf5617
BLAKE2b-256 97d67eff370860603fd80edcd90563481009ab44cfed96b75ad38593557f2a37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b63e9abbd38fc7b642713c0c8e475c16a00cc527dacd3cb6d9d028641fe6cc49
MD5 20122f2dfaccb5eba5d5eb3fe2b00892
BLAKE2b-256 e0e9b2f34335fdb03abadb1fbce786a4ae591ba2396f19c4255ecf7eb47214f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 85f8efdee0cfc9f750d625d38a7c990855e91848a66bd94dd612a60e5aff3458
MD5 593e3fbee1599c07867618daaeef9c6f
BLAKE2b-256 da17267b66cfc30b484d54b86f52d54ec8c62db477b0a90013d228b05e879994

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e84e15d4d98446344ff25be2114dbe96216be173b0fd41571d63871cabdba7d
MD5 64b4228af6784e1072ee790817fe6d61
BLAKE2b-256 2f38e1b359dba659795a283aaf762a1c8708a6a2c4da213e6c7104a5a9359f7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3a82de3a60d72698f569556d75bfcb0ade9e1dfe917ad63f1cca7b9c224eebc8
MD5 21249028422b55266cfc30afe8986459
BLAKE2b-256 46d5c341b47146e9d8bad5fe537a1f5eb531b684b7b460f4f712581eeeb29318

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6502471cc3c762a4fa9dc002bf23b097014c231562e48a1e1ed55c470903518a
MD5 687741e077821ab44a7382c5599accbe
BLAKE2b-256 a188ba283694cb905177ca791b90bcd4b7fe1f1f6e60133794de347af675185a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2762ee4966c6ddb1f3c6968f2d9635ad59b8285b0705ab77f59287058617e3df
MD5 95400a5a8811553a69e0669d4673bac6
BLAKE2b-256 776aed1f77e85547016eb059d53f6dfce75b2c734c43a510e65b06bb9adfdbd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6bf7dba313d70c8f6cee892ec40235aa6d3b2756368943fa5abeff96e8b00179
MD5 d6d6809ca3f8f5785e32ba6dff781ced
BLAKE2b-256 56359044be4d4eee59b21cdb3a0836c99ed4b783ff41b67c4b6f33788e50003c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 86d0149808cd0656f9f0b85098b48340ee5dec00e25d607f480bc7043b934a69
MD5 7876d9e9cf7e74d62824d4d75ed476ba
BLAKE2b-256 27a46176c4885436e18784fd475653af042dd065f351bc2a8a9fa611776195b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2d2786464d69fe3276dc501c9d6bd8e9f784a565b6b946c4b9c905b77459a76a
MD5 ad3c50438357769f8c3a77004822aafe
BLAKE2b-256 1c2c2822a7eaec58e038b1f77ae6c2394d2680aba2f6f0300ba71e63018522c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e1ded53b3d9e6ee9698eb67a402aaf9a90e5e8104d82200b2e0ff5a8b1be3169
MD5 c20040f6bd134f3b758deb30039fedd8
BLAKE2b-256 6deab940d4262a9e6ea910c79254587a3ed364f013b81b61c5b217aa3fda3778

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f016132a579f6e0921d5cfb70346b362c62a362b1cae00317f3286585dc3727d
MD5 f27ac368e7a7c9e96ebaf75e09c6fb55
BLAKE2b-256 5404f7dd61843822e32954cc9b0e47d2a0b50b1cb92e4a305423b9bc641186ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 7ba9381d83dfae43c51249a4f285e12c914e8363234745783dfffaca9934eda8
MD5 ac1a3f6a7196e5fdd3c686243acfcf02
BLAKE2b-256 25bd673a7c2d440f4b5aee6ffd58f741a962bbe8b6026302bc3c2203de6fdf7d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.5-cp312-none-win32.whl
Algorithm Hash digest
SHA256 8961ca780d2d6ac06735ab507d22528d0592fdab5dd0884b2fd7202b489f5198
MD5 367030c49728827fdf16f1994ac6e1ba
BLAKE2b-256 d393d79f5cd44f937a454e74babb9568ace11631b6279d07ae1d9cff98f2e941

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4a30b00aa0fd132df945dc183384f57eb5bf903af6e473997e4af5309e57deb6
MD5 6a6582c53e9fb2ac4b86890e40cdf6bd
BLAKE2b-256 b75312f5df0d171cc013c6000e5c91f719ffff74ab5a53759b04349cc02a96e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 19cbf0bcc91723483611d5389fba074581ab6ecb6fcb118b8ebefa61d72f8759
MD5 4100ca9aa4f1e489614deb15da55eb8f
BLAKE2b-256 a5b64af9dab46caa0cbc34dbe27b03ea1cd0a1e56f6e1a022feb45b180ab9625

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c1346999105a6c38e77c9629271d83cee2b1a80f4bed9f75f74131db7a50f8fb
MD5 ae30a3e2faaa87b76078bac13cdafec9
BLAKE2b-256 3faef9bc2188329fe9a38695bc09a69e6a1bea1ef6aa77b79e167985e72c12c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c9692d8db6520138b29d8faa0d2a2b4ade590ee830c58c0bc9d56ce1c2477ac6
MD5 5bd08852d6acdd0cc4569ea385a5e877
BLAKE2b-256 c79994d495b8d7d3795087498c5ec190cdc9381718e39504f8f67beafb51de40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6ca7e6cdb97b24ef3b601ca77fb7af5a15f6337708684f4e3941b345cf379625
MD5 c258209f3c3a4327e970182662db7c00
BLAKE2b-256 1d15ec4dbd04494803ba85cbf680443e98160636b6722c7e33cc36e61961db8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4d504824b0da29273a50f6f55eb265fc2bf7aada2a116dd7ef5f36996ed57fd7
MD5 2052d1bacf87d79d8ab11632f3ec8cee
BLAKE2b-256 e949f63f3868ca06c81301b3aa7384fa11590e30fcad958e6e45e0f531905bcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dc90ee47b98637ab9b1026c5afeb1c3ae08c3131be2108743e8ff7709990f8c6
MD5 b836369f7b285d4acef8c268ed98f1d6
BLAKE2b-256 7163617d7dcfd46ab73a5516a62c6540014c7751f2b3ffc9a4ce289a8a834c85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c557085ad490ba4eca2673fb5904086f7d36e0ab3040b579c290694238fd9cb9
MD5 14492a3494e468afe6fc363effed50ba
BLAKE2b-256 2c24f089e995b42fb29a5a301031e0b5d5e775ec15121f568f65c1675c640661

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 15683b844c7e967c89878f895d6c515db87907815bfad70ec39a89b7f9e14f52
MD5 0375219ffe7c019e9d5febea2c3c5461
BLAKE2b-256 388474ba21697f6e46e7bf23082e75a3b726dde146c23f10a37ba38d7c8b1138

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2ca847e63211eb646a6058dbed62435038a8378476c7bd6a234e22ca29aa0231
MD5 3e852e48329acbc9541e43de4e994261
BLAKE2b-256 b8e6ef7a00c67e403fce3e8d55ce369b7e686f7ca723732c6ca01459a894dd1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 4955cf56a4b6709752f9b18eacc0b31206591116fc4b7c225e7921790a270f49
MD5 773a676815c211268a44a887df68f731
BLAKE2b-256 c21664d4f0b42f42e8c05a48531d243ccf00df29e0fa04afe33add0a7a94f0ae

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.5-cp311-none-win32.whl
Algorithm Hash digest
SHA256 1717e56b6e6c23a636e434f0af4f539a4e03c9e71b24eaabc9f9e9c485f8242f
MD5 00c7501db3fe92d36cee411cc170e15d
BLAKE2b-256 d6134c5a38b819cff13415bd90c0b04bb20f5509bf2a45c43c0b9f976209b03e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f2951264242864347abad41994d2a2cad7a54acca120c91e492face675c69f89
MD5 fc6c2017944686f41b160bc6f7a3fbf5
BLAKE2b-256 38619fce458de13ea606b1acfe45a1cac54257023449162f385ae4e405a94114

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7d519a853449afdbbfa40a82fe04fadf9185eea6c1b11fdaa22b727b4955125c
MD5 a3c0ee3c40eff17e3ad4203e48bed6aa
BLAKE2b-256 15e1b49083e3acb716a2dad6c4d32b3fedc3afdecda12845e6f6f7c79081d54b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9b51a5e323fe1d07b8d8838d2f4c71c904dabadc601675069a30bac8f48dd8a
MD5 5f1221092a8e22d6c390e6dcb410b626
BLAKE2b-256 574353639d6deb67c67926057c0f86f61f8f17cf0a1e8c15a60b850e16881619

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bb52f3c01504e30db161eda8d42ef4cf2c5da78fbb54ceaa8e91cd4ab3d56aef
MD5 d6eb828babbcab9836eba674334413ce
BLAKE2b-256 36f6cacae5039a265f16cc1379b83e35079d98efb02257ed2435c96196fb9407

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1b3048c034f468db6f1ee6f51db82ef629cb144a28d98a0f0922f4dc8b467bc6
MD5 de1e387bcfc7b87ae7bf03233ab875ab
BLAKE2b-256 a2470e23ef3586cd5419391b2c5da52369e4e759681db9526e998f3d9fb7ad37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 71f09b33c3611cd57ae9612857fcbc53b59e910e90d93ace6ba008f51cf07e54
MD5 0051e3f49c48048ed2e82a8b012d2748
BLAKE2b-256 167ef93ea91c82dda33d740ec622659143b97642c6fefecffa95980345a34aa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9bfc780594409026594dbb203a8f394e1a3867893844183b2d7d477b0a33a7e4
MD5 bdc61cb80ac5fb40b9121e24f1dde06c
BLAKE2b-256 b7791372a456affe04ddf83bfe0a664531ff92eaff0a6eb975f7074df4f4c32b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9967ea3e995c5f4ccc7fa37e584bbb6e189636f62110d5d1a5548f46c0b995a5
MD5 55b7f17d9283f0f6d48b7b2778ba3d4c
BLAKE2b-256 cbb345004dfba12d9fdbf41853051bea8886b90956c46d95f2d6d27906c63193

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5fbda82bacfce356636a4eec95f660edcd63355ea22e0d132af3baa96fed0a39
MD5 56a715ed55fa9100d45b3c38a1789d76
BLAKE2b-256 2af04e9b07d3d9c0e58e00fb1b1c8431159b5fad909aeb9f5754cec8d9f55dbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b7f2666ed2ff43120f028aa03ef14dd19cb55ec3e6e2868abc2e3297c55c9681
MD5 6c227dff7f8d36fa48917935ff824838
BLAKE2b-256 032f878836eca4af76d851e0987f88d8f5ca24ada43fe2b22e917429347d83bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 53acfc4b2a2cd2540bd844dbd9b1160ff80d36833c4ef55d6ae5ae356054ae66
MD5 ca25a31d19d4ddb18d9c9c67216fce00
BLAKE2b-256 a58fb862d7db9172645d7bc11d97e5e34b46f52e0095c48278ff76ed1dcbe67e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.5-cp310-none-win32.whl
Algorithm Hash digest
SHA256 a8432d13b7bdcca0f4676e7107935b9a3281b9d6de7bef0414c8902a7c2f5c8a
MD5 3648008eb3419653e845ab5802cdca0e
BLAKE2b-256 d44ebd6fe2fbbed1c38a7f4d1a99dc5e8d47e01b1cef49a6e9baef508e0df3ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6d5f5ab06aafd5c0991cc5d9acd7a1ef73fdab5855657952f2b6189119a5f9d8
MD5 bbd00f04251b910ab3fedaf0e4fbe7b9
BLAKE2b-256 6cb54913b716e3ade6cac69e48af5d5a4833533319ea2faa1d6e810a0c726b96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 44e6ae05a211a9cbedf334dfffd29ba5f5c8260dd56f020cb8bd200fc064eb4b
MD5 19e3bdd701a7ba38fa0e01552590f7d9
BLAKE2b-256 cc35d9cb82569956c0a7ae0b719f9df903455e875bb73dc1a31823bb13e647bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ffb911f2d57ef798fb33d8483d4d11f761cfd185daa4ad849bfad4c19b0d4ac
MD5 2d5c9f7d566f123bacbd1afc055d9caf
BLAKE2b-256 c014e52fe46d689904bdb22ce045331d2ad2345344a68058e709747d616be260

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7091dbbc018d79a8af6738f664004a44afe9bce3ba797bd594dd8cc818ce2dad
MD5 13f9bef391256a49eb995ddfad2a4ce5
BLAKE2b-256 0de3823ef29bcab18b2299c16c38c82c7c64c79349ed5c56780bd0f213e4b961

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 01ccc55c7ce684ecc83f18bd549956d5d9e30ee08cf7e0f32114b256fa680986
MD5 51d396574f8f399033f301abd734f065
BLAKE2b-256 4ed847ce8ff17aacd9b225aac905fa082105fe5e29081d51cacfb7a23794d367

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 618edb17d879826abf915e4cfe8a8ed5021da7c3355732f141b1307e2c11b8eb
MD5 55ff451ef0efcf67fd94bc8b4ae5b4c7
BLAKE2b-256 1c9294c914793760cfd36eee791a3231d2016938b3732ce1ad1c98250056369b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 838521ac27cc87844552cb4add0c43ba25acae625693a0eabc434d0ed5a01191
MD5 409389cdb6cead76b94218550828578d
BLAKE2b-256 befdcd023e457f669511b6ce3c69704fa3668b41aa15dbffda77b14cc596afaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd28af4f44af288a4fc6fe32fb280411dfe6e4310e98e8942342fcc272a2695b
MD5 f8831a8df3c66ff537004f52ec658fdf
BLAKE2b-256 04948af94cd060dbccea09b2a661c4482b699764379952551274971e6fada0ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 682098bae7e64038a236b05e197299fec64f8c6166a1602068c766d19abd79bd
MD5 d16d65ac24d87a85b6ea6ec546392526
BLAKE2b-256 60827d987c361cf1fef3b5ea03c421e42e3d4227784d118d1c141af3526c43c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d63df28bacc79d66d437d4ff7fc843ca1b61fe1e2e159e7f09a9d8e4089010a1
MD5 ee1e225170e57cda69b76ced62b70919
BLAKE2b-256 3dfbd376373025c236246d99ad13a610ebb4470ef474303064fd712e3d983baf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.6.5-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.5-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 013651632eab9ccec57604c61875731516271a22685551be7aacd1ff3baab2d2
MD5 4e3c52150413874472a883dd85aedcd7
BLAKE2b-256 d49ca3f1b08d37980fa36e9f588900293a1904d05aefee0115f04fef822c361e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.5-cp39-none-win32.whl
Algorithm Hash digest
SHA256 386db8fa188c61dff38219c2cf64593da761b069b15150da9ba62f7b9883a6e1
MD5 5f5ac2e89f0c6862159cd83962a82a3a
BLAKE2b-256 7e15cb5585882893f5208c092f3bdb38dfea17d4efd3248f8a7bb16410a75e67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3feb7aad64364c5156ad5ef40efcd002e6ef9bcd14701e6360c5decf12ec3eaf
MD5 ebc2763ea5e058b4901a5975a8b723df
BLAKE2b-256 be82f7bc44f674274507691e82ddf86294fc67990f05a4eb38ae6037ffbca27d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 28b54de339b13134f3a0767f57cbed6cd18c41cbfc17b4f92779fd05a667cbe0
MD5 afb0488f1d9011966b25d48fc270afb0
BLAKE2b-256 873b4d90af6766de379e9098243c501543e39bd8f91fe01fc861793553641288

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3fd2f13ab0b7b2c5eed56f8a0746a9c2a9705b691aa71a7dbfcc3828fba1792
MD5 c4c54c434c2c3a7539bf5273430f6025
BLAKE2b-256 d38f0e3116da2f1e17bcde19f780150fa8d59179c5d2b23404daa9956588189e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 750cc08aba45042c598dde284e45bb7a7ea5e78448bb45021b4aab5ff04e193d
MD5 d210cff282f0a4d9a0c9afbdd9393b1f
BLAKE2b-256 a3b53d6d8180fb7621b36c994fd14e84b26b782ffa847553988a280760752c38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3d216821017900262e14482b15940621374ee2d4ed50d8339b2e0365c3387207
MD5 ac8aed71dd68ea9ea805d55c0187bed9
BLAKE2b-256 7d20bd7e0ecae19364dd132f57b1dd1a1e339db943d69516affce9785914ed54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3de79876db87ccd9fe83fb1788fba62f22646a761901f951aab4b4dd41b044f6
MD5 0b0bc8754653d848b920a5f528b508d9
BLAKE2b-256 67a5a4aee339e79c10c54217e1212de6c61bd7c2dfcc6d92a1112fcbaa6f14b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 25ece8527f07128ee0ba5997a2bbe4ec64219d0317ff779bd8b98102e5cd71ee
MD5 507ed4bce66eb060f3046d33c072a26b
BLAKE2b-256 280da847283127c62dacde6815bf211a317e295cf8769adf672ec237844b965b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 baae7da81e589db4c6eb9255410675e0600215923207954aaa471fb48bd60e75
MD5 66b7b22763ad8f50fff9059795256dc8
BLAKE2b-256 571407ea327d17b4325d8da8594091113759ddcf0cc4b14d21d77a291ef41c48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 48091901870d399430fa1b0fd423dccc44c4d7fda3c21d5b25ab7413e21237f8
MD5 5c30d02f7fdabe6f1f3d3ee50ebabd26
BLAKE2b-256 a53e4ec1f71805eae6cbf04a25bfa2b91f95dc11f54fa19b91e2b5cef161862f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 396c5d69f553ffd07a0693cc99c46da801a1d0b666a7081b761c2a21ef923409
MD5 26b7bafd5a8508ff356a62d9897c60d2
BLAKE2b-256 bcfa37220ba9499161ecfebec2161a29099e5a07f50427e4137f7da9bbe933ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.6.5-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.5-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 decc9528cc6501a0850b7fcc0d8cbf3036595ec5af7857a7f81b945f42e7bd31
MD5 414bd608818243b7b03533a4f4424bf5
BLAKE2b-256 b577d2b44eb724f7485fd6b0d587070022b0aff0a3fd7f81c9fb424b5c572634

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.5-cp38-none-win32.whl
Algorithm Hash digest
SHA256 69427c3703e4a2ae08c3268694a8efcc17a5b333b229d5b85c60199e78aa034c
MD5 cb9557412c56065bba251d5922935ad0
BLAKE2b-256 b29e6f940496c8538fc54df7dfad54a719c78a88e231e140523f82c034db64c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6cb90d9a6f8dc56e0da56f51d01f737e16847aa1a5f03552133fd2973b81bd62
MD5 ad032066ef7c20d65fd5a6c697cc14c6
BLAKE2b-256 2d6571a54689d68ffb967413217083c65d414e45dacea67493bb7fb74c67f9a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a300dbd3056e5ca3415ce12e58abb8c6c9650f62c864e0adc9eb1de4265c92ff
MD5 17891da097e2e03adafed449fd95f34b
BLAKE2b-256 db7163b82d42966cbc4c9738c6695d3bace8ac03dfb2e897659f279df9deeb80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 90ed1e175aa1d8fb4d872f925415e93d54a13b62bd508955328e773a981afcba
MD5 9d57d5076c4cbe51c64aca320c8b1d3e
BLAKE2b-256 43dc972e8df048f80cb7d283725fdafe551a032aacfbad04f25581b43189a305

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 00b633f1afd768b33165411748fc64b69f547ee47ff15c43d5a20284d1099c12
MD5 e6eddaf682a5137d46193c417cb71cc8
BLAKE2b-256 cd661a34bb45b254fc51e9ebd18cce15387a918497394b1594cb497757600eff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 547fc6d188786f7f8bcddf7fe808a5429abcf7b1e9c7414382e5e6d0ecea819d
MD5 cf0c4c701a95b8a513add7431c4a0b35
BLAKE2b-256 0ae9d89671d39e68fb70516302dcd1b2205b108c0b959beaa47ef3a1695009d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a40bbf8fef3bff1efd5c0dfbffd276a39188bc40491ff355f5e99d7d391d2b87
MD5 cf52fe57673fd416ffcb9fa3592583cb
BLAKE2b-256 644e4f81a50031c708aa7db33bb6324fe1ff76021a0acaa6c6081ca020a5b343

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b6a585649dad1b7172d02c3f24776cef863c29408a5e56df7e904608e23b510c
MD5 259a17542225bf738913b31ed3d3e496
BLAKE2b-256 72631218fe685c480dc25bfa26f4976d8f70a5b8a9ebaf700f1597f9f0d4a694

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1905bb2993ec20c5a17b7304db62ff79c76a30e8171dfc0c44c07d9acf86a2e0
MD5 57e508712a1d4f0b43143e50e1592b2c
BLAKE2b-256 0df551ac5c1167a87b9cc76a6bcbbfd21ce3f204b5746bf377d89e60fd292e02

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