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

Uploaded Source

Built Distributions

psqlpy-0.6.7-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

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

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.6.7-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.7-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.7-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.7-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.7-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.7-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.7-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.7-pp39-pypy39_pp73-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.6.7-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.7-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.7-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.7-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.7-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.7-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.7-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.7-pp38-pypy38_pp73-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.6.7-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.7-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.7-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.7-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.7-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.7-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.7-cp312-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

psqlpy-0.6.7-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.7-cp312-cp312-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

psqlpy-0.6.7-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.7-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.7-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.7-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.7-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.7-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.7-cp312-cp312-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

psqlpy-0.6.7-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.7-cp311-cp311-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

psqlpy-0.6.7-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.7-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.7-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.7-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.7-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.7-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.7-cp311-cp311-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

psqlpy-0.6.7-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.7-cp310-cp310-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

psqlpy-0.6.7-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.7-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.7-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.7-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.7-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.7-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.7-cp310-cp310-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

psqlpy-0.6.7-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.7-cp39-cp39-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

psqlpy-0.6.7-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.7-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.7-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.7-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.7-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.7-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.7-cp39-cp39-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

psqlpy-0.6.7-cp38-cp38-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.7.tar.gz
Algorithm Hash digest
SHA256 b2fa1c7c9d87fa8f50d46c2d4b34d9aaa6144dbd9f4152e0742952b0ea3767ca
MD5 b84f23979b78a6dedd7055a698772ce3
BLAKE2b-256 32b8bc81994db696fbe032db57843d310c797884e2ae2d1d2105bafb447327c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 53d7d3b6f1898849790c4442345693d6af73b9608beaa5ff2bfe4b1881003142
MD5 c74a5c96b64ab87f0e747d2693e86e67
BLAKE2b-256 3fdb37f47c7ea79a35b039bd59aff3a9e71a0a30b056ccad0d6484a6deeb74b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 aaac7e1683364aeca730de79d8add412d8f4d5867d47aa96d5373c2dbef65cb8
MD5 79b371c9bd88a9d15eada159268aaba3
BLAKE2b-256 413e18724b1e3a16d45306b4825e049cd6893ce7bd992fd921caa372f7701dea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8817a93e6fc46bed9b1dc1ec3e973f0118472c8d16c982dc9d80e9c253a2acc3
MD5 adfc27377b5e1ab011a0375df309483b
BLAKE2b-256 21e1ca6405635dc9f88b0be53356c2cd63a82688f924309a9d15e4c8e57d3e23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2d5f02f6f7f3bd5bf4d9a36d0e9584e06ac1bdea862c771c59cd67473cae8efe
MD5 ed1b81a4493cffe51930a703cf70a56b
BLAKE2b-256 ba4e6c4d4ece5c2d08ed5952a5c6cd894040be2d1b3f15938014195aa8aca78b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 401fd9f6b8f441bee005766d1bd049a93fbd38073909a740fe284a53a93d16b0
MD5 5b2c4e60750496aff6d9c637af9a7163
BLAKE2b-256 20bd5bba7cee1966a8b52915eb027ee96c41e2d46f67e1fffdacfb1fba16a2b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 032c37a4045b264a19e7fb2b2e7353885fa1740bbd75abff8e93e9fc44e50015
MD5 344fa26c7de311a42a6fab251873594c
BLAKE2b-256 b7134ebf1f8adc9bd17303f19deacdeace29b003fcd638e6017f227821f816ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0ba6077101df748c21ab05d7ba761db76f2aaefdf39e3e1a49d9d77e9cb54609
MD5 e5df40109cac1188b6b470df2f4b64ce
BLAKE2b-256 bb5e38e595c2df57883907bb04162f27a6c9494261a1e2d0bf1080791f6c0270

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 61aa97a405142f507f0665481ddf4be54d34a5dea4bfef847bbc291181087953
MD5 209336b7cd32c66028c46a75774176ff
BLAKE2b-256 f9c2c23bfd0bb38b281e55427274c93680be8d3456136f22f70613f9e5f984ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f9dbe65ca7ff022501321a50268370501db764e31ea7df3ab379f50d319cfe8b
MD5 0493adfa23102e6c4f7e71246b034c01
BLAKE2b-256 e9648146d5ddb655fbadcb11c53a422c4f26111e5b3e989ab066e904012953bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b8d50c4e6c26228d9528f538508fe1a8fd26e4c62ac37d0b3fe8471412642b1c
MD5 931325bc154f868fcf78e109430ab111
BLAKE2b-256 f41861d379a34d519dea153c2584e4fa36950f455e69349d83c914148d70af25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c42e662d9c51f7b25c7b08345289de7f383785c63b8d0e2464d1ccbe52168a3e
MD5 453c185c28d9b248e9d6384afa438f50
BLAKE2b-256 676e42318a58ef6c1cedf3c74a286fdb25c8f3eed544df65c2f075f4480569ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6e01c8cacccb72b13553ce530db4af86d9c3de390f4042a39de91803f72097f3
MD5 bf671b37f1842f3b60c87b21299a2d9a
BLAKE2b-256 448fd9d7bf12b1fc8e3a741f88aafea6f046fe72b8c3f1d77e6304b39361a526

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 16baa372f2cf6651a5b2d8007973afbc6a762c8bd35ec0538b2f885f623cf5df
MD5 e307724fb502e0ae49660826e80a8f50
BLAKE2b-256 5b97aca2c91e09574f614947eeaf1b69a6e2033078cde90570a0c0f7a645d780

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3cec911e29e30edcd45df0a098e61d523151a4c9125736dc7f0c2df59f6160a0
MD5 6acaa0bf564a48ed47c439e4cc1905fe
BLAKE2b-256 5c150dc8498f0d15572cd9da41ebe6a9e5acede1f6d4ffe3ccc0aea1a6b5c719

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e241c9cd280ce63d0218bb69701fe552fa391a04b618b23622ee15d3f20a5e4e
MD5 83ec7c56737e91b8defd7f73491e0550
BLAKE2b-256 04e8df53d8d8746a85d4f5dcb3573cf05c510e5b90dc9ca55c3308a9f073eba8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aae45d044cb99782e6b40162f73aaa55fb0ee6e56c5a4868ee0479e4b9103f7e
MD5 3091a54c31cc461fee5dbbdf67277a3d
BLAKE2b-256 060115922c6190fbfbbe92fd87fcaa005cc02e85ed84f6c9c6b881614ecdfa54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d133b3ae5c692efea0bda0974ee1df3ae4bf85269593d0290a99bc73aa7b136d
MD5 ac520f8006485c1a1230bfb8c5964cc8
BLAKE2b-256 16b99c1020d5014aff106946e2862336c77252ba247452fe25bb1560aa45e566

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7509fdadd607b710bba7ed38316e818b92b92f15a2d146db0969423c3f1585ba
MD5 8bb7c3bb828c8b047643e0e6605f938f
BLAKE2b-256 74493832195984cc922f0fc1ad13d8887a8fab54754da73558f5751151dc2a05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a40988153e0171290aaad6651c9977f35fe5a0ac651c509bdcf9417060b6dbbc
MD5 9c12c3857d4da1fa8b39ee970cb55bf4
BLAKE2b-256 6cff9d15c84e5d6e7634edb0139a51eee5faedb612570dd71be93cd736da92a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0c14b94575dc168b314ed63e32939ec7e816492c06ff88238eeb7f01e6dadb59
MD5 7703f880c7d15e641e425c62e1e5982b
BLAKE2b-256 e1f42a29f55bd755c447233584909e1e411f7fefad2df1247fc487c589557178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ae6a1238afa56e30d444d228eb3144329ef90f0bb63f754774464d0de790e02b
MD5 152a4ddaf33e13fdba11f0f9dbca3ca0
BLAKE2b-256 82d78b96bbf13316c80cabfeff961eed69434413eca6a36eaf56b08c2f181284

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0a7efed0b96a387878143107467a6aa897d3939233420800f6498d745db8bf3c
MD5 e44f4f90133f8cf0d3d07b436e026aab
BLAKE2b-256 63586692ed7d42c02d804a6951b87c8dfd1457462a26ede3cf5f2c4cc0a28e93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c9f5ecfc1c5826cf0a20c70a472d7417af694ccb65754b35d4fa3a8e0cf36182
MD5 9833d77a5764b635bd41a644ee3fa95a
BLAKE2b-256 227cb79a0f1e3ffa8b0d3f93b8320a38ae1199b8c9100a2646f0c2d379080cef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d8bf96cd49ee6b2ed15d61ede1c6ace701d6216077ac1d32fe0ac4e50b1d286c
MD5 4c5cd410b8dd195937a0a1f846fa49d0
BLAKE2b-256 a71661fc8a17ae4b8d8b850cd916b35f36a47d029ef8a729ed056c1b6e89e9d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 998981746ca0c0c3bf4f403cba1118dfc6f81470d6b444933dad6264e8ae177c
MD5 4b06335d9606f032ea6f427152dca911
BLAKE2b-256 aefec01440a652b19de31a607900f393e581fe5bd2f7ac3fc51076889d2e2366

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.6.7-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.7-cp312-none-win32.whl
Algorithm Hash digest
SHA256 139052e72f2b2873a9c2ac096d7f87e99b092d0f7dd264b411823992100e03de
MD5 aaeae5b1bc8b1192c53321c2e21a6a4b
BLAKE2b-256 4104de236ba87da0836b404857be0eb59d44c1ab8e6d2b267c74e2154b768a93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a128549320cd6615cfc44b89471ecef5f2433cb33de22e73f3157c49abfd5226
MD5 149cff3165a41672cba47ea1a3188a14
BLAKE2b-256 57ea0b58313ca92d01e8fe530378a48e28fd01cc923c78681076bd0862a4a7f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d5b35fab900476dbc1cf738c4278643b724d76653c263fbe32efaf18e7169ae1
MD5 10b113eaab9aa50b484772163c1ddcec
BLAKE2b-256 a1d906b686337a93063faf943c150085b625be4a76770c1d83a7eb2d07dc968f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c544aa6b458009198aa7fd741d38018262e388137b534207eaf281302a5efac
MD5 fcd20a0d0faf6c07974c5311dc362a12
BLAKE2b-256 9f031c09c27e676e722b613a943f1d42cdc11c43f02ab08dd793c57e20e36ea3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 10451702675b38911076b9e752862329e7e926e6090c2a111106a09395dab242
MD5 cfcba14e6f8dd5084e61c1df00a5d80c
BLAKE2b-256 762a7b11b50167c47109a96dadbe2d36b972d8861d4c235c349c099871c968a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 577aeb15642534576cf4ed57f6201b536c43e828f85bcd2a46d99c52bcb43a5c
MD5 141ae3e61c42433d608d128d8d1dbc97
BLAKE2b-256 0e66207e531a2da7db40a90c64cfafdf7e45cd3486b67a320120f2c189a8ff2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d8275b43a32231c3caf3bd24f79e2ba9cc1ed8d9d0a4119c988072661ff3e6c8
MD5 5cc254bcfdc21ed8c73eab9a7e675883
BLAKE2b-256 e004d0414ea3efb30fd3d992cc5aa3277aca917805855f013078e13e5dcc5242

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e41de558946ef4fd5675b9274dcb1e7e245fce210b4e1c9a036acb9cec226612
MD5 0d68f79ea78609fd2dadd8c5e4236c22
BLAKE2b-256 607f34a6dd015ee6c26f3cbeb2557182cc0f2b328b30ae8e2c622841a6a19ecc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b2e356db1921435d9a226b44205f1d2a674b04252ac9fecccbec6bb88897b91a
MD5 c63fb2c07479950c3197c269a3bf2ed6
BLAKE2b-256 a0db98119e8f0b4dca5e7844593519d8156f6d742d810dcf86472cf0ffc6c2e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c2d41d5343330a9190069886bbac521897c777c6f389135607b4c82211cf005a
MD5 14a5682570d93f6c4dcb6f9e63c39639
BLAKE2b-256 52af1ae898f662e9161461149365bc8680b5bae5d22727ded38288738f1ee35a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1376d93e92f88c244fc4779e5fd8c48fb31f4d677fc9727b500096a2d0e0417b
MD5 216dcb9b1486781860cc6cc7eb1ebfa9
BLAKE2b-256 6c5b7b9d9d83e3a15a51ea2806e860858646d25de04af3fcad9a84a5564d7b96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 e1d89dd86693d6d8ec1c478b563f6afdefc8d8742fdc9ec47089dc62c98adc0e
MD5 8cfad07f26317ce2db2e0f16550ae7aa
BLAKE2b-256 687d1b5b3096d840143ee1e9a2ea87ca3ee8169962eef647a84b59d42b246736

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.6.7-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.7-cp311-none-win32.whl
Algorithm Hash digest
SHA256 faa35dc2874771ae7b1f3662aec6924a9dd4403ee7722206b3fc1e065ceb9fab
MD5 f456bd6d615725beb0957cc077f1caca
BLAKE2b-256 7bffab6c4a84ed5375a8895dec1d90c3bfa33c08f9bb878a0b855ad7857bbf3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8ee930bb2f6f3d3da5f15719173638bb85a3ef42cedc1ad60c7d55ac844f3fa2
MD5 ef18c42c6ec5519b07a7a958c207048c
BLAKE2b-256 bdc743d95e70e4c0e792721a7949c9ca8ddd0f9b9d7cc845f3328f11c8f7baa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9e688edc28c12440e407e71f1bba5dd413074bda0978442ac63065635f3b67ae
MD5 7351e19d4325ea201b2ca6995635620a
BLAKE2b-256 1569910cf5876209d570dbd1c3f86c4300a65903b9f3b82b21c963624837507f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 34e0525f7c41127f4f231ed38ef5607c38af9bdc77300c4e115335464cabee3e
MD5 f5bc4d0438030573f6dc3690ce80969d
BLAKE2b-256 4e99d4712ac79a96e05e9bd0570650f9638611dcb2e7d7088845f90aff2670f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 10cca7e1a93748cd8f86076e900a68e9456034c4bf9bdf665e71d7a174f45ee9
MD5 6cb65e538159423d31d8b916ab7385df
BLAKE2b-256 54f0be5829358a8715534a39b8a043a25eef6f7a45b14b891627f80315efbb73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e043a93c9739a1943317a412011754f71c154068c047f6cfd0b8cf84fb220a75
MD5 afbb4d868db9645c15f5ef3efc27c5e5
BLAKE2b-256 184fbd863f38cfae114951a0054e42429defba29dc2e54121e2a19ebdddf38a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 72bd4f48bdef9b949e656692c62893625794f50c88bad26ba56e2fefebd1b95e
MD5 e6bb7af86d6fea95b3cbf1b5acde6912
BLAKE2b-256 5a0cfa695cb246a15e56d1809ab3321e2a11f01c020b389c2691d6c702187cb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3c911dd01822c1fd41909e44940b5d7d114d95d9947f0482cf5a491acc70cafb
MD5 89df66fac2811e2a2fb268925687bf66
BLAKE2b-256 5f889316fa07ffabde957bd211c673db25591a3f853d5ef686eb588933697240

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 88877a45f7f64bcff433c73d9b40432b8011e7763500f24e4cc3e65e32ca73bc
MD5 32970ae3e94b1068ef58558554466aee
BLAKE2b-256 315fcb6ca0045c15dc547b47b5506f9f1be5fdda3f786b6b62cda7a2cf78f0a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a2ed8e649fa79f5b66fb70a6c6aae1484c22c86450424c091d1861f314b10a3a
MD5 39e4fbb0f838e636acfa42585ee28eb4
BLAKE2b-256 4f9f6b56195c964997cc00b9024bf70ff7b1d129a13ab360ab0a2a8135f37407

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 17ad6bb68843def0c0fad9edeca718b83f3c5aaf536be82fbe595e2497eeef91
MD5 89f16c1ca4bff1bc937d6266127afb45
BLAKE2b-256 fc4317bc34e33f39447aa67cd1fede5ce53d343afc0c263ee4d67c66ab3c7496

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 513e9261f8e99fb228825f4356f02b6baa80bc136325e8ff9bb87d1251ded537
MD5 c52763ea6f9514b38fef3b7e7eca783c
BLAKE2b-256 f00245e26a3d770a4d89d90ccffe0025c6c7c4fb48afdac3709033694a68a4b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.6.7-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.7-cp310-none-win32.whl
Algorithm Hash digest
SHA256 85e1d4876e7447043c61852f5e56a0cb5375c124c50f100dc6dbbb37923e8a41
MD5 3efe26d36518f7f181f520c09cbc51eb
BLAKE2b-256 088274b9c254b1dbb326cd5aa7d7ed2bddd6d25f24a48270d28db5ac5ae1ac16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3da57303173baba6b0855ee8aef60e975852697794ec30f1dd0847f36bad734d
MD5 7ff3b8b53690fcdf47e4a8c45bb6ba67
BLAKE2b-256 21ca8e04ef46fafdae66ed245d5ad42c98fb09d7570e80455008c67cf2a264ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8896098752b2056c66e37bee06e85ec1205fe876631e05c2bbf98bae16d062c5
MD5 e3b0fbdde4d9173bab09d52777801a86
BLAKE2b-256 cdb145b1fd096edc224d5f41c668df4b8ebccd582b9ebf16457adb0ab3c0aeda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb0cd2fbdcecabc21117b11291dab1ab6bc2a9211ce94f49c66e0f44ed677bda
MD5 dcf15af49839355c12dfea4644bb32bb
BLAKE2b-256 3218e1dab89aab4cdfda7aa8212790aa1ec119bf8e272f0e6616c556aad2fbeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cd1f07668cb594ce6bff4f0dd62a09f0fbe0de36af5f99946465bc5c5afaaa11
MD5 6e9a90bd2223b8160725254f0fbcc168
BLAKE2b-256 2eecd18941964e1979a0bf1447d9c54a050adb6f4c0ffdbf0c090c21ee4d9d09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dfa472d6c032f932bf95f5b5d40401bfde5f11dcfb791c956ae893f8f4e3080c
MD5 a79076d7e67dbe7d123ea3eea7b18d29
BLAKE2b-256 f6d7566d0afef6e8337eff58ae4903f1fc2f54fd8aaa07643f6e7fdd21691310

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3fbbacd2cd1243b2a2dab016b192ab04f379751c83d2e6c3b82a5a445201f666
MD5 7eb52fecbde4b19220dae628734e3a73
BLAKE2b-256 76e2c43cb9f0494212618104e847c6188d7aa9cd4c5d5a53864d0282d9818a8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 330fbaf68139d041ed5ffe39f33eefdc3ab76b054673220c83bd77ed1933371e
MD5 16b03ec046d235de10473d533cc1996a
BLAKE2b-256 b01c4ba7687db8016e9e9e1f3d424ffa64955680651d0924fb3d4fd6db29cb70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d452828067e4e6e7649a736371b497dbdf13e3dd52b498a691cdf4cb917745de
MD5 299e48047cebb4b07ddbbcafec15e501
BLAKE2b-256 4df7b659f471dc05d4103e2ba12f68dd8adb76931ec776a7b2bfef6dd4ca247c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 118ebc05a780b6fc2026a098e02088015712efde0203e87b6769533ec8ed5a59
MD5 931fdfef17c4883561e118453513ab0b
BLAKE2b-256 64bc92768ebac35407be3c94c4abd62f32960a34fa3782b1397daf3346957cb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 087d1be95de9f86c27d1125d4c93471aa9a20eba9ac27a32c8b4e0fa26044930
MD5 10a16ae8bd6c5db9427ad807a4d4ecec
BLAKE2b-256 611c0b24c4eef30d937f9c0811dec45ed976b2ea22298ff585a2c46efcafc971

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.6.7-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.7-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 c345401a60ff026096609015d555b4ca5af2277bc007612c251257ddd5cc4955
MD5 e37cf83c9c24ef50472a0fdcb5804ed0
BLAKE2b-256 80c57f04ff35217c4666511abd5010534e4c139d5ef5df9caae6480357f42661

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.6.7-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.7-cp39-none-win32.whl
Algorithm Hash digest
SHA256 79b86e175394f730c16132e8c28381f401232f123552c9ba8a6f3b6b1eac4c6f
MD5 89e73e3756cf6520caad8d58c60e0b13
BLAKE2b-256 9f3f8f7a89965d19737c03d26b38a2431f33a3bf07ff1d8a74c1ffd6fb69bf0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f89d4a48803aeac12a54c443977e7bfab80563822f7806ddfec9897fad7c919d
MD5 465c77f2bf82af191b07220d59fc937f
BLAKE2b-256 ea9f733d3557cf735467ca5f2f12f603432dd90c0182a2130c4e195d0611b401

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bf685f6669c5ced2ab774e7990d146307daf5972a532b9554ce5889cfd162509
MD5 5a24b411c7f3a41af6daab2fd20a9301
BLAKE2b-256 66a3b678895c5530c89d45e431d1ce4cf5ce838bda82719a1b5a3ece24cc1f2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3cef9748cb0f2c71b809c343ad714d6d8eb771e3baa852f9fa3bf94388704441
MD5 160c79bb68fa1fb146ca9d3df260c1a2
BLAKE2b-256 10ed29cab621f51921affb0d94a696608a5edda595c2099e7b1a8583887fe556

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 42449a5956b8729768b1ec9b7b94f4979afe19ab1131595ae607e4249cf53bd4
MD5 20df6b9cb12e411cb303738f68b9b903
BLAKE2b-256 613a5b54c7726d4236e2b6addbe831ee074b2315867ae01dc9df60deaa0f8931

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d7cb39d4741357687d395c7d1f68c066e0b8abcb1c17094f3fae378cb05a67f7
MD5 fff839fd9d00e8a18192fe3dc2c3c8ae
BLAKE2b-256 af7bc5bc7179ab20c989b38935ecacac71719d49fdf7378b9c7195917e3b2a48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 efa83a9071818687dee83ed0444419abb7ab16a2be45d1b6ec123e4b6a9967b5
MD5 1c0eee4f1e63e508a8168dc48f5f4bbb
BLAKE2b-256 bb6eb3c4de2b2681b758816d0e7fb4b37a3f676960e145cdf421b4ca878243bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 92f1792f3f1e27d3642531ef754c96cad5d612f31ffe8e26e12a95a98899ca0f
MD5 b17db1be46fa76cb3f8c90d586039e2d
BLAKE2b-256 864ec352b4996e3ca999f95fd9fd9d4971d480ab9bf58be18f02d3785986ef65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 524aa8b306c3e5ca96497b411600e1c7181255a9a845530ffe45da6d9b0cce72
MD5 4f761b189480e748e2edeef263b88717
BLAKE2b-256 207f67109a9474968f62cde5b447377c350c02abd06f8035b9c20bc9d1fea62f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a03048d5f4f4a91099db83bb72cf05e362a2bfbcd06693bd25d249059dec7dbd
MD5 1c1c5ada8917f5499386202f45b2f295
BLAKE2b-256 93347ae0b53d316de31fbbe99384346c423f63e39e93d30657143026fc5383f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c249bab51370fd198a78cf47710dfa8b58abab9c1b941c8f6a04d595aab3b4de
MD5 2e4add78c0ff6dac8ada4417f363ab30
BLAKE2b-256 75f1b63d32e4b3529d0fcf21cbcaf70c52ba803aa3225b9ebd1bb29c23c20d26

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.6.7-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.7-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 0fab79353983f6c359b0dc35ef5f8ad8c877c511802d68a0ed9ce1ce4064adf6
MD5 e44110cb930d14e5d1a2d8efb130e26d
BLAKE2b-256 836cedde8e82443aa82f1caed25c23d02452a0ffab60957c20b9e46610787523

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.6.7-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.7-cp38-none-win32.whl
Algorithm Hash digest
SHA256 7b6621828e9ff4540d23bce869ead82c5b9e1e55d0f3f06c1b0b0904f4ee67c4
MD5 ad951db496449418aa5e27679677653d
BLAKE2b-256 a1fa84d234c23fb51e6e29076856b1092ae2bb8ee7237f84833e4457b1d75788

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 786c5f2de18a2ab30923483936b458ac2fa4644433b1ad6d4a957f62825e9f6b
MD5 7169db9c3bcdf556044437da879c7d63
BLAKE2b-256 da23044b7046aecb07774f705219e78cb8ebf0678f3c4f89480b9836d8531b29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 268262f0404959e8a1989f63ee26703d3e29093d449ff86b97ae2212c30df03c
MD5 1f79a3695f9343826158e06651949c8d
BLAKE2b-256 b43660e14a42db317d16d54463230068028fe95e6ceba15894b4e15d64fc9112

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 34e7b30c7d29b71c186fcc73a9d4ce04a35a3b98a4b2ab9f36e2740fab9bcd5e
MD5 5a3086179873f6a96d1b8844e5b5f66c
BLAKE2b-256 e551e3abe01afdbdcf56b6cc1e3262f9c0ed0d8e51d4d6e401a6aa3f6b4a82a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 84d0a78073ba4d83db117b54b7c5c55909c1b41082722670163f8fbdfab9e7cd
MD5 f313835a6018f53878cce09d20dd7a1a
BLAKE2b-256 861c76e6772e4a6bfb472e3ff27efd8d2ddf24b28b69e61d6749c982094f83c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 519f21cd8fa230de33844793976ac04a6cf1e9aea6701da76133357f58326234
MD5 7830d7662e6a3b4605808b15c3db907b
BLAKE2b-256 8db0e59ea5813a30baeadfb0a2aabcbb13dfbf2f8c71bef2d34ad1a3cb8979e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 064ff7a618ccfb7b7b0abe4097100b688c11e9ce873d0721f5b0eaf7b3a3c716
MD5 972d5bb9f8881218300645b9008f937f
BLAKE2b-256 51a78a45121cf1e32bb1ef1637713c62ef3f1fab696828e1f36a0a6865cba7dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1c380eb1b7cc31c7e77c6a2ae51ed258e64cd6bddfc6ae3524a506984f3b0684
MD5 e42cf2119f8903d89cd80fc1ab0908ce
BLAKE2b-256 f831b16c328e95cd532bb4ce4e13ee3387ab7205cb3b85acc0f825281283b886

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cd7c04ddf848258c8ff5760584ecb72e8925cdd603f19f626f3780afbaef7e35
MD5 a82acdb5b78c1c583046ba639d7a135c
BLAKE2b-256 50f1c36815fc4284d0b041be8824317560a1388422158f22befbefca7b233e49

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