Skip to main content

Async PostgreSQL driver for Python written in Rust

Project description

PyPI - Python Version PyPI PyPI - Downloads

PSQLPy - Async PostgreSQL driver for Python written in Rust.

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

Documentation

You can find full documentation here - PSQLPy documentation

Installation

You can install package with pip or poetry.

poetry:

> poetry add psqlpy

pip:

> pip install psqlpy

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

> maturin develop --release

Usage

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

from typing import Any

from psqlpy import ConnectionPool, QueryResult


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

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

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

Benchmarks

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

So infrastructure consists of:

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

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

Project details


Download files

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

Source Distribution

psqlpy-0.7.5.tar.gz (239.3 kB view details)

Uploaded Source

Built Distributions

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

Uploaded PyPy musllinux: musl 1.2+ x86-64

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

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy manylinux: glibc 2.17+ x86-64

psqlpy-0.7.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

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

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

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

Uploaded PyPy manylinux: glibc 2.17+ i686

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

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded PyPy musllinux: musl 1.2+ x86-64

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

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy manylinux: glibc 2.17+ x86-64

psqlpy-0.7.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

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

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

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

Uploaded PyPy manylinux: glibc 2.17+ i686

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

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded PyPy musllinux: musl 1.2+ x86-64

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

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy manylinux: glibc 2.17+ s390x

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

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

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

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.12 macOS 10.12+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 macOS 10.12+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 macOS 10.12+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 macOS 10.12+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

psqlpy-0.7.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.5.tar.gz
Algorithm Hash digest
SHA256 9344ae99bed45dea0079df7352aba2ed60d9ed6876f7b9cb449ebbb08cdef6a6
MD5 57da186bafc388bc4b36e4ce35ccd0e4
BLAKE2b-256 ed305463dc9ec39c8986a3e443ddebc73429b00549cd8eb45c8a8e3bcbb02aa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5f3dfaebf8f415e62b6f4b1fb4b8be3f36c227016ff6433f35de15bdf2deb6e
MD5 438fee3b6f19e1c74bf042434968863d
BLAKE2b-256 025708648e536a9d99267386fb247ae1ef09e3b8c7dab94847d6a794872a3db7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 19f9f273510a20477c3058ed3e4cd7915f8d51a0b6ec4a4713d30df31cc1ec3a
MD5 00e0a408ba26eafc226bba066261bbee
BLAKE2b-256 307fa104e24cce793a9aeb90a7e3a8a0900e2a532848929b7e1e0faa1397dc69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7fc2e1efe0882dc692f4928b3a5c79ca578c36e02bd365baaaa8402b6301972
MD5 cfb6b76b0c1b52d8f595cbce33c1fd12
BLAKE2b-256 a2862ba7dcee7ae23c4f57aff3cea73312a3439b496ff5a03c0babb5041435d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6b31f1c0616c9fa670f8f1ee034f445870d51369c7b3457190b463eec772d50d
MD5 a3bd7de5c14bb5abb813a0abb41b2254
BLAKE2b-256 388d4b73f54e3b949734850f4f9f66da9e9537bb15413d0386a8afb755803386

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 47e1e0efc6a426b02fa97ba9b01e3cfab189318afd570b642a0226e30f39001b
MD5 3302fcdde5cb12311d32d081dc23072b
BLAKE2b-256 557b13c244d37cc1ceafb6f9702f3803ce061010f33997a1c92313c2c9401b38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 32a798101762a178bd134ac7c230cd1dba81eba2d9b34a2722110947258292c1
MD5 25bc9f3f150e3e9fb75d865787349766
BLAKE2b-256 b3dac39be690d4447301f640b3b6eb0cbb5babe7a4ada34f485af665ace64fd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e72d8cc236057d76325c789e12285472b50e52f24c15fef3573f2515db04767a
MD5 3240ff03991b0b0aee7f2a864d0df91a
BLAKE2b-256 e70283bbc7bf47751c8ba7c12a2e85dafa1ff4150b99627a4e3750ba1b0affb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5f30961b4631df194c7853db5144116c58cd5499c55c538bcce1b47ec3ddd512
MD5 cc7724c3fd63f061cac6632269e35dcb
BLAKE2b-256 3f6d99d47307ba8d602f3648cf14dbd87373a61ad251cdca3fa557ae73d55d63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ab0b27e7774c016dcfceeedda5d87183feea7ea608b20bfa2773f040ef7577df
MD5 1ee44cf7446f4ee02cc933dea22356f4
BLAKE2b-256 ea98aef5caefb509f0fe8ff7d4d56f3da0bf84c73ceaa1727671a366c968e8b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d75a110e085b9522a71c40d4e246815418f0610c9ea61026b94fdea5cac1f509
MD5 bde66f5ae3769d45599cd63c10914567
BLAKE2b-256 187e34ddb18ac2e267e1eebccf0eec5841d9d08d1d3973bfb6fe9536b3036f53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e65a643688e94c589a97c5a8a425dbe7361360b8f90701a3749adaa96c7fcd99
MD5 b06667f0c6c149bb5ec7ce03b7e08e8f
BLAKE2b-256 7e27a9d680a1c7cce599e9363f7efb2e79fcc58155e3fbe313e2a0fc4af78f47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a1a4ad13e3f86b415e6db6c09d131f129651840a7c7edcd6c450963ca9de8111
MD5 2debfc733633504cd53e4295f1d0850a
BLAKE2b-256 f48cebfd0536f50bd65ad04b8d2c405fb363f28bbd733f31ebfdbd0616806194

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 932880d3483f2f60ea9b5597395fa2151582104c7a8ce2661ff1cd1f21210552
MD5 4942255d95806c5883c5f868bc379b30
BLAKE2b-256 d29f134b962ae6943dfa7d3fa2a043c6ba33a8d879aadad6f9f7f9791d60e62a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 88fcd7bd3a2de585c66882301b5e69fa171d182ab99b1cebe811a88a0dfa08c5
MD5 f47e5a6b6337551ce2d2109ca637e2b9
BLAKE2b-256 3774dd4fccbbfb4fe48c7d59d873245389cf7e05790680f434694eb2db7f2e68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 33abe1f5ba7fd1d7e6d535c50b6ccfe582814a66889a57c5808f732bab4ae047
MD5 b6c650828e2d56705471128408108f06
BLAKE2b-256 325ad2bba4f4852eef7057489125ebb9d63ca9274c3bef8bda5f5ea26c4eb6de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f3d791a86030f5cc53116ed1aedfb6ec106bbc09b7d2a010b29a505e610f993b
MD5 96626a22719d65aa9d575991d5571b52
BLAKE2b-256 d5dcd93febcfb1ea996780c52a66b15e3e5397d305ee3512870b168960bdfbe4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a6bfa04e62d35cff0dd05317d7a72b8d9f5b23c60ab68cfad08f565bb3bc3beb
MD5 235e790c2bb6c0ccb77c99dd21fbca05
BLAKE2b-256 f84e61d9f17f524fcb19cf647419adde55fa08c5b9a8d9e35cf0220515d6d6eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 59445b74bb44cbab5e98adbd3eb2093ffd8a7a9ceb096f3684cc66763836cbf1
MD5 ae9d1224c4bc74a2a85dabe25cf3fa8a
BLAKE2b-256 f97eb7fb18755b04aa8494945ca589cc2db4f95645cf7716f451017595ee4e7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 eba3b4511f703e0db4724d645b3ce8f757d5fdb9a9534bbbdd0319666689c715
MD5 e3a29da8dbd71e07f3164fd354246c7e
BLAKE2b-256 d049ff341fe8319400a508f697aabe07d137c36c9591b4c37bcc591dcd9384b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9468b23483ae4e4728c65ae9bfe9d9e6b2cbd562f5fefe7dd451ddfce21e33c3
MD5 85c906efbc38101ab0cc60636bdaa42d
BLAKE2b-256 dfb4bf27b66b55630cdfe898d2f5abaed27bf4b445cb7faaf87c11624500c28c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bc23482f29423e4530c9f91ebb5cd0f56dde0a87ec15c0842458f2ead5d261da
MD5 cadc4d0f6177dcf146882e7facb8e471
BLAKE2b-256 03a5eb127768ae43e1803e5254641ce39720e13861757fb10a2db9409e22ac8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a66a7834d15de979714e257a11a4cd7abd0a6d2cb631fff30669077e2701a9c4
MD5 2081058f7044b3ea4a8e9431786382b9
BLAKE2b-256 cd7d3afc75be183c2d198ebe81718a279e8490df6c03db1ddf8089e377a1c0c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 7c557a27470372fbde2a8a8f99d35a7795b5d0c15bd6e7ce41526ba3214c5e07
MD5 3284207ab9976e76438b3cec00156164
BLAKE2b-256 361e49f837673362cb31313d280bfd819b519e0c683daf2ae9764bbbe04753bf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.5-cp312-none-win32.whl
Algorithm Hash digest
SHA256 826baf17c14cc1e2835793c4985c4fd8890521e1d3b0da80516f3591fa3ce886
MD5 c4aff7e6853b6df43cebd640e092e669
BLAKE2b-256 f5eb539a714c24ab52bcfae5d1d2386fb4abd983985a1ec2824bceb695c9792a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da2125be829cd3e787b0a279e1e9e0ba42fc1e5121d7eac8896095ffc608a3a8
MD5 474e13b8a664438a861359b73fbe6965
BLAKE2b-256 eb559f047a4e084510b7564f6579722036a369ec744e313d01475fafbc705382

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 76c10cc4913fb407cc5f607bb9d82b4e59368d05d1c673d4326327d698e81e37
MD5 eaffb533a3b6b5311cdca1fba65e2366
BLAKE2b-256 8cb2f0feea9be5e4ae415ed914fd5ff64eb2f5ef99c06fe535cd244028aa85b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ef066bd7811e89d1bb65ab8e2d63d37a8e428d90fb6896378d615d247f467043
MD5 d681347f319a6ebf599546883ebf7e42
BLAKE2b-256 ad66550a5f9d7333d96aac2c860fe726ab42ac402d0ef374a87a846f9af7a378

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ae58153d462865101d9226b0a7bc79baf4d5d0bdc92845be1a769ddcfa488296
MD5 6c660737872b9bbf23801e385180691d
BLAKE2b-256 aa8d4ec11a83542deb64bc28d8a6ec33773e339fb3cb83a8bca143022bd74459

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fa5605461dc11ee07e95be8603537cb53159d8d0a4fcd25b2e21e525739669ce
MD5 4faade1c23a42c1cac5ceda065063339
BLAKE2b-256 a349742257415fa7f9e6ec9423c361f03f83abe155e19f54377398f66c41cfc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5c7fbb1a4de9ece9cf8234142341e4ab89bef95a839ccdbc01e79d25827ec8cb
MD5 c7a8fc046fd32783eeec419da217350e
BLAKE2b-256 764f7af0a49be4945c1a24f834168b87d67473a8c2f183641fc1cbb1e5e0c227

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0f109390f483115183a8cd3d8bccdfaa4e2ca8ad27f577adb45b2a766f82bf6c
MD5 a665f0c8dc122656d1764b56f46b175d
BLAKE2b-256 d3a9b64d434f4ae850d6f43032e539728920277f5c27547202aecddcd4f34652

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 10601d7be8cbfa449a3202d49f1b0dff5cd54dac43400d37327b6ebf6de4f151
MD5 96bf012ef1519ff06b4ace9a399afccb
BLAKE2b-256 bd006fc359c99421a4e36d19728a0ccdc30b40081ba9a831f4cab9ad55e3524e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f370521acb39c63caec5cecfd7156bf0d29cd426ce3efb141b0c293c3a923d90
MD5 36a490a58d00c0ef22fbe288f638eb92
BLAKE2b-256 14c53fe8bc17178735233427289320e1864595d891ab888b7e545b9630c4014e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0850fd845290673a7ce0484ad84f41b1d012aab295fdc9971dd8bb96993a0a87
MD5 2ac686107e46a7b825d9b606ec092b45
BLAKE2b-256 f174cc99ca92b625c0b3a678203faeac944a19d2ab6e35bdceb10579220d5105

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 f9b5551a4049cbf3365e2f187aa58c573fb58af4d5f875b32a72cceac9e0988e
MD5 720f32c324986c4c8fd85be0f4c8652a
BLAKE2b-256 29a1127563d51d3bac2c8524cf1b62a82c43e624c344edb633fe70153e97f9f9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.5-cp311-none-win32.whl
Algorithm Hash digest
SHA256 ad1489e44fe6e0dd83885b39f3e51f7f55214b0daedf4b288ab1cb55b852aa2f
MD5 7b4e36488e653b91cee888a0cd01382c
BLAKE2b-256 d8d0aa9f38b264a07674fb5082917ed94841352a2141197aa3eb66ef288fbfd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ead3c795b23d193f692d848fd7737723159198c5c17f9957ce5e6575cf6e4d7f
MD5 a21b2a0b49d2226d85fac3545e94a4b5
BLAKE2b-256 514e5b8947952c61baf024f441bfba0619ba734be7758aa287ae6ab4da04ed65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 30e28887b6611c6cd2b5cd1d3c59782f3c818642956d3b9de5c932a4f7c5a4f2
MD5 9c0f90fa0570b697a39fcb0e228b2dde
BLAKE2b-256 95b85569855aa74ad95be7a25a16b49a74fed401e0abe8c08fd318eeb1425cb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4bfea0e1deada67c32d991e8039eac6a15dc9bea8f837de167746a2f84148edc
MD5 1a683625b471e33bf24e30894e078c62
BLAKE2b-256 8d341d00f2ea4701470836d0ba5d8a6adf8b79e027338800f1288bbac29e1b27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ba93ab6b4d7b9662eebe02bbb0a95c49116c338f3833a0fd2ca43a54039e8e0e
MD5 e667e3f821eab7817dae9da4492defee
BLAKE2b-256 90dcca2e6f40604b2b0d64adb91b1eaf10c750d6ff51395e77599bbc65ce39fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b8e4b61ad30f45caee4386fffc9a7771db5bf9c529c527b6a0b66db0113e0390
MD5 5dd15b6fea1cba8df89c7d6c15f88d49
BLAKE2b-256 cf47891b42793e668e086147b30b94e824d6b1e06da8d8cd35e10c52be83661d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2b4f8a64012013d2a5e5162f8061beef3788f0d58d72ccf532f32ba8539eb521
MD5 8467855830d17bfe9b24a3eaea9a95bf
BLAKE2b-256 e6d48c300c2bed33cc72e3ca9e13480916e3a44a236f81f7313156f5de6b4db1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6f2d3b32ef932d236c6c8fb04fe93cfa9ee38037bcfe4e43062b6f62cfedced6
MD5 51f31388aeb8dbb8c8a493fc65d016da
BLAKE2b-256 2a51de48003da44d4680a0d7a56173a078c841fad07c3195b16f3bc0f36bca1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 305605cfad9f09310580ca67eda5bdc4facf3cde03c20e2865a7ebbe09f39d5c
MD5 1447531d6982fac9423dcbb720610a6a
BLAKE2b-256 096e1e23ebed4efc9a4555b9faf0197666defcaa3b45680c2be3bc7270e96cb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 317fe256a375529a064f9b340495c630b33e7c83d5ef65e17d5129788da22e88
MD5 8e4ac9fe50d75b20d38151e58168e284
BLAKE2b-256 f3c02f14f8073218faf28419b853ec87d5268e816182adb03227b364f3bb9e38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9dd03dce8ac4f353e2df1af63f94ef7ddc207d0b820aab54209e329538ad9d9c
MD5 209e3561a4754d9ef171016faf94598d
BLAKE2b-256 20aded894ab8092356c91c7fe51332836fff60fb389fef944ca9770a4946abd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 ddfcacd45b1aea56809834ec6d1cd50893bbb13ab3f5041953febdce78c3d2e8
MD5 857ba6ea3f628b86c243edb10d03dca3
BLAKE2b-256 f4b845eb249750a78baa5de642707ec4be1478b6d29a82d285fbf7e6e9062393

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.5-cp310-none-win32.whl
Algorithm Hash digest
SHA256 359b069784fc1d137ca48b90042afce1b4789855c439a7cac111ba61bdb0e278
MD5 3ed0a68717d012cdce2311e28797a2c2
BLAKE2b-256 2a68987e072453538e1315216fabe66df0198917954a1e68ea48942f05dc2a65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cbf519419ad236ac7b97cbaddb93bd41b5a808ac2699d2cbbc059bb7de8bd490
MD5 82c4008f2727ab58d04377916a05b533
BLAKE2b-256 386b7e8e75e46613cd38af02981a1c20281e9394c7515772bc4665c8ee337582

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dc15d4cea5e475c21cca14c07761f026832e92ffe9dfef64be2faef25404cd33
MD5 fa9074d8d357e5ff2b3be3729549ed47
BLAKE2b-256 154723563f9a9b3f4b7db3c0161b15c6cc858681d53fbecc09489f56b44eea89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ae4cc920cdaf4ff0778c61e4c700a502dc2b4ce604d39a91e8fa95251bfe1795
MD5 5ab148b7905a36c87da4afde3f35c04d
BLAKE2b-256 0e467d6eca5595f7a45edeb33944b7b1169a721bb703ef6a0a8064e16fe6f7ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b258967a852bb29c9897ecc6cd46395cc3511c3b66b22a45dbaf7ef6692fe980
MD5 3466ad6715951afc3785e374a1ad8f46
BLAKE2b-256 a767396a206416cc73d7dd7f35c3f4fee418c84ff93d42354bc47b354d2ec926

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 11e6891958af5a81390e89eaddd55a46350c427ffbc03519c5dbd7a0c44f643e
MD5 61790d0b586f28666f234520fc01632f
BLAKE2b-256 f4ab43f65dd26842c6337f291cbf8f8bb433941d61ea7223d034ce640aa76aee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8fd92a471bbc4deadc696dfc29b1e70e116cb904277b73948ca41a86a5d689e6
MD5 1f2ccd67bca3e8ef4f1fc7cd2c71b5dd
BLAKE2b-256 369ecd37ec37d67e940ca297c128f11d33757f15d1ee91f17ed31f93dace99c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 497f6de0ad4d512713bb4f84467488c1c02ea74ad0700dca652aa51501800787
MD5 55c2ff392f9c04086f28ea6d8f2d22e3
BLAKE2b-256 663b94a29fdc8f0ed00ebff19aa2d5689289d7928b94c60886fb612301617b08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 68f6a7eee1df211c5509d9381dfac22dc087163d2663ed564051f83d1dc89b3e
MD5 e1aea9d052ff4fcb8f68d0a82133b98b
BLAKE2b-256 4017fd437ff2535b2abe0dd3e1edfa66561e7a87c6efd15d6ef266a1e2a1d3a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb6a9b4a061b037c5f11cd6a2fcea501908ee43344a4289e628238bd04c25d6e
MD5 8f9887cdcb4073ff2b2e60ce6c95e06d
BLAKE2b-256 979a43ac8774fe04ce9e83e77c077a29822d80f617d1e97b3d725f9510e3bc39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d74e2c6042e9c7ffe78aefdcd379be82bfceea66cb9709059ef7c2227b8a0c6f
MD5 4e6041e3ae3419525d2f09c83d47d21a
BLAKE2b-256 a91dca98583d952bac0a35f271437b67a1758918520ef1be9f8ec24dbb851238

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.5-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 af49dc367937d68a0a8852e184e657ba55c397a8d5bfc61eda7bdb1bac99461a
MD5 0fa053a227f28847436ce046d7b8e807
BLAKE2b-256 b853101abfbc76e38c6b8119825d253dbf54bed928ad8bf41da8049dad7be9ce

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.5-cp39-none-win32.whl
Algorithm Hash digest
SHA256 f778620690e7931c98b148aabf73c6a30bfbbd43640756f3a0f608354ce5f284
MD5 c6ea2a86e5e74dd8f8310081d4f675d4
BLAKE2b-256 43954b5d800cdcd535bc6b447af8a308d981d8c934ffaafa6872963ed38b9dec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9bc5adc8b487a9f00ba9ac9648e80bef6bee6b331b062423965baf09100e1056
MD5 83b9483456b65cb10764164bced75e8a
BLAKE2b-256 824017ab665d769c13e84ff4e77f041535948d99f96aa041d506ce87c5212125

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3375ffd17af50225a586c8d7a9a4a303d73260927b6dd9b7fe12499d837a6211
MD5 e9c846f1fdce6cf062e088238d1fbb2b
BLAKE2b-256 754e5f9f28d2af5686d65545972dd68304850ac3d880b565c658fee270c366cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e439e2932b6f3654ab5826405bf0264d32a433dcd0a89a0136cc5a6a445a7de0
MD5 b3270946442b4ad080c2591901e0f23d
BLAKE2b-256 db3075d29b6aa9eb6b28f652e902c2e4c244635bef53ca0987fae9989c990287

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1603705a3cdd5d9df640b9f4c204eb16dab301867ed605e3c9e524364be1de84
MD5 bc1b036d2d94565a1c832b466d2e7363
BLAKE2b-256 96c5513b76cc3476db93849704eb442dd46a5a42bdf047832b2581fdd4b1c50f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b01dd7ca28989b13fd38b245b8356d92d2c904cda2c2a894b5adcf1d91df0a39
MD5 892f08029b0b40e378f98fc4ab612f87
BLAKE2b-256 53466b9e3617fedb3cc511d1d63946e673256c79d84d243cded40e5004572662

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ab0a4de318b38a1d49a7f1c7e3f685749373f700547287b9f0bd9edc92f89e84
MD5 b78a007f4b8a03c96b5e8ce1aabd9f49
BLAKE2b-256 a3b85d67d24153987df3633b8133ce0772c188647cd98e3f66655ac6d109682b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 000085213f4e741f8cac7a82b5f978c9b6a07bfff095061a670d0cc5dbaff173
MD5 3c9e0281b80e27ee649b89d06804a70d
BLAKE2b-256 ace4db74ff5aaa1f06dc574e47629868b44386a0447d6922a2eb86db9c073e45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c6ad773bc7ca352b8bfde634e1841b96840b3a208feedbad38313e23a340445
MD5 a42c967f26b20d701165be2e5f7a27a2
BLAKE2b-256 e4f34521e0eec99195fa08071cc60a700becf746596548652ca0c1a06e50239a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eff4467a94f26a68a5d082d5c7544085bc3a6d62c24ccf579479915a618e2805
MD5 2381562b2d07ff732cad74f3118fb0b2
BLAKE2b-256 b750b78d714469d8d77552613ec7cbd44694a0c5670a67919c2e6c833de78e66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 14c0c534539f70b33e84b26e363de32715ac60db7122002f226f9381fef3e8fa
MD5 3a2fdf90c761e1eeba179c409aa914e2
BLAKE2b-256 1fa861970ae7b6ef462d0844123152ce3b6fbf2ea393a49993cd9c5cba93c566

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.5-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 190da6988781114eff0aea327fbc765e91e53c0260359ae5d4bc49b670d99158
MD5 a45c081ebf9c444c7fe97fca9592bd66
BLAKE2b-256 18cbf2c818580b339d423168dcb97edfd3090d450fe751f698400cd364a25e84

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.5-cp38-none-win32.whl
Algorithm Hash digest
SHA256 a9161a6bce0a2bfab90e9cf376e24b2ec65c575071f3a5b56357c16fa58e0be5
MD5 37660908f509ca12f56b88bacddea98e
BLAKE2b-256 aa1ffc06d516468876374462eed3beb48f379d84b124f727eff09be6b69d17cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd8d8cecb442b197c8b989d0b038ec2c5205b27ee0fd239affd80f3f51a9aeda
MD5 0efee9a43a502ccefe6436838e137f06
BLAKE2b-256 e8c739d7f41fe559390f3d957d55e494de8d7108d6e855621a6e4452d45290c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 62067cb9cd8d218e683fc40d3b077c55a80b715cb787e0e27f3ec5bb8f28c854
MD5 81752127d55e2ed5b3be2c4e5cec4faf
BLAKE2b-256 0b7e5b1eb43149588ceee98dd759d02b2e077c8817f1a482a6fef6c83e33fa91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 779669bd648e1aadfc2cc7939cb051252aadaddfefeed2e822ef38a5a9659456
MD5 111b69f043d27ac53a1c929c0463597c
BLAKE2b-256 c7f7f6f9b87344ed047821d82d67569799220e40fd94c537001e15a6acfe47f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a3749fca946579b15b39b116d716b59d81df09cdb924e9cb27ee8f0d3537c691
MD5 b90237864f05952a5b42cb11fe51603d
BLAKE2b-256 80d360515772ec35b61b8708310ec82194585b2796f999bfcca6f844abf91605

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 be2cbf84119069291615e547e56ae4e5b4c0f563ee942100854a7adfe7703476
MD5 320c0368a996bab88d792f52325419b8
BLAKE2b-256 eadb763157479251479b8d2db42df0b0e514bb18fe1fa7bbaac32003bf77dc5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 00fd7d51b7a1a32019b746ab74ad7d501fffa6c97b1cb7330b3293b833a8acbd
MD5 a96c1e435d97b03acc3e4cbc773c4083
BLAKE2b-256 cab16bbddafb27b89015cd731ce84ce703ad4682ea3e5f9e890ba8cd77d6b9ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c2ec4959a44cbefaed25df534d33cb844bddaa01e0ae3f7252901d538beb9393
MD5 a4b8fed9f5a49bbc36ab16d39c029caf
BLAKE2b-256 f307c70a3c8f22e26dadca385120a4b4280da899fcaceb19cecd226b516f40cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db1e844804afc7639f0f7c54bc0fdc685d35d3c4647c5d4b033c90dfa50b61bf
MD5 ae8c6fcede9fdf0d570eea07aa551159
BLAKE2b-256 ed4b952223dc1dcf887f0d9278afd54c80f15ae15ae4aeb8adb7c06a5e74349c

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