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

You can find benchmarks with visualization on our docs

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

Uploaded Source

Built Distributions

psqlpy-0.7.6-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.6-pp310-pypy310_pp73-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.7.6-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.6-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

psqlpy-0.7.6-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.6-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.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.7.6-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.6-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

psqlpy-0.7.6-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.6-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.6-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.7.6-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

psqlpy-0.7.6-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.6-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

psqlpy-0.7.6-cp312-cp312-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

psqlpy-0.7.6-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.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

psqlpy-0.7.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.6-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.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

psqlpy-0.7.6-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.6-cp311-cp311-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

psqlpy-0.7.6-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.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

psqlpy-0.7.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.6-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.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

psqlpy-0.7.6-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.6-cp310-cp310-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

psqlpy-0.7.6-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.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

psqlpy-0.7.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.6-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.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

psqlpy-0.7.6-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.6-cp39-cp39-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

psqlpy-0.7.6-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.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

psqlpy-0.7.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.6-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.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

psqlpy-0.7.6-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.6-cp38-cp38-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

psqlpy-0.7.6-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.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

psqlpy-0.7.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.6-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.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.6.tar.gz
Algorithm Hash digest
SHA256 61dfded716ed789a9ff0a7ced969f9f296233482ac56d2c6f25a7248b67f07f2
MD5 7553c5417547218cb328779621e69342
BLAKE2b-256 beda30ca60950e64476f1a55e7cbfc95d2c99e49d1edde8106939f0a851c728c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 27e8abfbc7cb1eddeb79f7d23dd35ac32771cda98598d3ee551f54ef685098dc
MD5 55fc43ffa71a2d4b9ae005f3fce7f61c
BLAKE2b-256 443464f14856dc9969c42a8afa289eec6bc8a2960037a96b6bcad49b7f4990c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a313eef1582a84fb95e7562722128a366f93e3dee10f961b812d643c4586d556
MD5 832952d1d0ce293a9e8cd2a87b84d1fc
BLAKE2b-256 d063ebbb69a5e7a2c19d2bbeba8df1e096ede35b74316a8374f9270c9611f88a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a50a35b7e7c75cb93bdb9cc689c8d625a940b88d13b3848a701c18b5a726d4ad
MD5 c4460721c82b643a814c6425ebdf2b24
BLAKE2b-256 e013f7a77b69be60c78af1c9bc76e1921f2968948d413d226aba00cd72e2f19a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6cdd6017f76ad3b77c575d52c1151d2f778051a42385ba83e0e18c12ff9fbc52
MD5 984ffad400700046db81bceb2aeec39a
BLAKE2b-256 21b1ee97776e7de2ef7733e0b9fc0ed1efee21ebced46037b035bec60a65288e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f2a5f05a5e60c73368b6d327846233d1801155e377c2b914dc6a85069108c4d1
MD5 7a7c8321f37694feba5d9221a3d15367
BLAKE2b-256 201a970a416818097d91a196c4bc8ccd301af10aeb3dfd9608583265ce144e65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7e50fa862fe6f9c0bedc330acc4d9096ef6c08393d3033a36010d675b11886ac
MD5 2060474b7eb0f4b17eca63740f1716b9
BLAKE2b-256 eb56a715494cf534db6c19197318797976c1ddd291cf276f334826f092879f5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b510eb993ada29f510ad131b69c28f539aafc9d7496422a172c526e0d74db9b3
MD5 96faaf29bffa32b73adc22a00016450f
BLAKE2b-256 d298ae7bc297bd8d0106059a29ec4acb379ec7033b0f790017796c90e0991acc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6a65a14d74c3514f6b01d2f0234d33b2bb40a2a641c369c223251487f730dcb7
MD5 e7b2c08d3d3e371805e741feddc894c7
BLAKE2b-256 e68c2020859b89c5e74f855e73e0c900d5631fc175e52be10e1217b01a42e1f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ecb20b0af5889fecc23bf6f038db186bcb162323622a5699c11fd7e4f549f1bf
MD5 de23da049d0cf49d02d767706f2b890f
BLAKE2b-256 7c682a3fcae221f8dbecf1748115b5e76dbe90285d9f95d936df17c73b6fc43d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cecee8d9dca54b90145c31a172a3904cb65c73fe2bb867b36f6735f51a2149d0
MD5 66e9046c260289d487190cd6a0032091
BLAKE2b-256 c9a3c5ba807cdbd0e8e6269c93baa5dcae91dab364fe3dbf2f6b5a16f1a66f8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b2829675a2f0de95d2ea74356e3c2f4ad416cf34b8111c1e861a64eabffe9d22
MD5 74e47df2eca0c25781265750a7e64eaa
BLAKE2b-256 610c3ac2ae7b92e584c23e4ca21e7d32d2273facfcc34491313b4da524019c41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c47f73d5c28c9d4de19d48f702809ae55505a4fafa951be6b7f66880f75d41cc
MD5 4157e647b3c0263ba08cadea394b4927
BLAKE2b-256 da178c6b19bb560114a96454c17924588f1693a8ec67d9f9d8872c081253b8a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 12a2d5ba8db00547a6aeb13b0e382e6ebaa0f82463e48f1e2d5d36d034d38cc1
MD5 4d4b17956c7ff9a2e56e383c49776bfb
BLAKE2b-256 7dd2664ba4d81538926f0ef26ea16f3f995d51436964ead3e33647c79ac37f98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 af64ca4fb89cf83f990dc7c5338036e2219b19e55dc49cc92054668e0d0ac225
MD5 d3056f389946bc4dca9b1f5b788f0621
BLAKE2b-256 d75f80d77c1613b63ab0339c346a4858e7b2112d6006626354693e353473f29a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cee969c8f98cd6bb2a3ca2595567504da805968195f21a37b7df6199d6e0fcd6
MD5 bb3765e54e2145db31bf88a3d2011789
BLAKE2b-256 f2400b2ce85567fd4acd1a4f34f0039f09ab2b1177214aa47a3b5a38513a60af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 76176551136778df7d8a733c3c3b1d9fc5d378d5513639bf6df1caeb4e102d81
MD5 1dfca66765fa375635a0309c547d9d7d
BLAKE2b-256 f29724d03c3eb4746ce28f03045700419574588795dc75b440195b9759b4e738

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 62a54e0026fffcc85f2b0242fadace0abb305a477690d2d54368248b918a29ae
MD5 3beb366897f816408821d71f752beedf
BLAKE2b-256 892c47b125dd66f696bc2429c8fa73e49e79c6e6654e3db71bfc8967e3d22bf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7fea6cdba3810a97d6a6b0dc5288e6043912e5e4e001378b229e64c0bb088463
MD5 0a17b6aeaaa2b4fb09bb8c36668bf933
BLAKE2b-256 1f23dde8955a699197be5c6642a393b6e500d23c2c38f2203ccd699e604f0ee3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4ad5a59aad0c3f503bdb51cd6bc05f8d9f120dbbbb74ccf4c30a7c27cbd0d780
MD5 3ae695da70078af7454ebe1b5b412d66
BLAKE2b-256 6a83a70208cb0cbea656742c9c1ce0ae2a75366b6dd1e6c70fbd06222ed8c916

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 57fc0e9bed3f0737c0b7f22c907fb6ef227c6658af7362a7bf0b2cad9672046c
MD5 cfd70b0b905638d5b27559bb6a280f9d
BLAKE2b-256 b1873b8fcd781dbf72371020e8a638f7fbe8dc33a03c864c937247964801528c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 773360401de00de51024fc753861babd3a0828d82f4f73b9d4e4cc376b3cb194
MD5 4b8e182bd7fe53a34a9356ca280201dc
BLAKE2b-256 18c8d69347c2a2c50455d9d4451f9a45653f3718514bd8b89c8f21c9fe139e8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4023d18c0de91186468a95b171756521c7caf05639b8a01a227863c0f58fcdc6
MD5 5bd4100628c216fe811425712e84fba2
BLAKE2b-256 b7cf72568d3d80a1b0c84067d8d02b6dd07361c0e0338013ec760fce800deb48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 88df9e753ee90f1dba6aa532b90ff8d5a9649721fb0ee867167d31f275966bc0
MD5 46384ecc9e3949138ac688aaf7b669c2
BLAKE2b-256 d0bd35caa09feb9c485989bb5fbbf78301d16402a30a83b38aa8c297234c981f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.6-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.6-cp312-none-win32.whl
Algorithm Hash digest
SHA256 02ba2780a82f531fca2965cca32de5cdaa16a7e55d98dd6d7fb7b396a9d536cc
MD5 b44b28e23820ab903f2973d4b97bbe92
BLAKE2b-256 6f8db154b99cc7d75859db52d737eb2f36d8e55264eab6458d9c28f0cdb961b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f74a8cdf5e8b3eabb43017029c99c6807044c4e2e4752df83938034605528520
MD5 57d50a208d170cb15b25effe08c02098
BLAKE2b-256 722e327e700683a4970be8f8069767ec4f7f59e81f8ee2b1f32b009bad0d14e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 43c0c11a575fea8eedeb8574f9f2c0f5672b7ed59fdd4238a935adec87c80c9d
MD5 bfb9165de6c0f21614b423b2cd61e16c
BLAKE2b-256 52744705f067905e8e8e0a46597958cdfc939d36434604a48974dadc59b6d9cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2c3d58ee559169657405ac4b42a100dbc5e8f3677e0e4e091876035d65f94ae0
MD5 e856ab91ee0e4996aaf39ff4fa78ea10
BLAKE2b-256 b984fea217be3d06ed53e63dd9d49dfff35e4ae845aadf5e1953d5b058360a1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 29e4ec4a3b55b0ff05a34386e8bf3fdd140c62697efcfa807cf3fdbfbd5dfef8
MD5 9aebcc9ebd0d85d058c7bfc90e4355f3
BLAKE2b-256 cc0d832536fc6f83dc2504efe7a521a33b2149572ce884ae1765d2a010949364

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5fae2f0aa8a4f0176eb288091486fb47f19be1bf4400b2366247269d1b3a4d39
MD5 dc2d8fc2040d62021b1294f46f93d314
BLAKE2b-256 625e407970db656b7c11f5bda6bc3afe6f8e47c3ee5c0a7430afea5ac7c05e6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 34e9b9e22fa6baccc5f577e7b3a1b85b463f381cdea2efda4df434ce029e67b6
MD5 af92f4d63aa4810a0aad24c5beb495bf
BLAKE2b-256 057f2ce00675a363c514c73bbdda48c636655f33e4cf9c1a1621a67de214a915

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ae1c582e21fead942391a7b70fa24ea0859d713d7f22e67e387d61c5df3826ee
MD5 91dad964e24856db4b5551de38eb9162
BLAKE2b-256 cc11fca61ce43ffd2d78f65c3690292288b34bd3b7a66710f0a537d450691e7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bf6d6411d1013eab67064516dabd56a038312a2e6c5b8eeae3a2cbdb646b3ab8
MD5 4b1d1c9884238497f2beadb6fd46f6fa
BLAKE2b-256 ecc2b2bc70996f24fe60156ba7ffddabbec53dd8015591fac325a9c997e75748

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d750b2f90038c47b109074666dd2109c589bf0605694c36a595029ee73aba0f6
MD5 e7e8fe80c4c4ed59b261def1c5461b22
BLAKE2b-256 c4e3a56dd3f7bd19bde03dc61a168a427c54b70e7652f2e6752caf6043cb0876

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8792fa7ae9a1ea72ee7f73301d02331a15dee341e068bd58c1553a3c98f6ceb9
MD5 2d12854af83dc1356799ead4327d4bdd
BLAKE2b-256 6fd64eaf8f421bbdac21980811c415f397e3fe440b779821339e1618c82a2ed6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 358b8fb4b77aaf8a92ff85de3b9acbebb87968981bcc77f2acf0ca06f38dc804
MD5 41808b5444a48bc5d91428d9d881bef5
BLAKE2b-256 9124434909dddef775d3e97e804918942a7a49422dec795580d71dabb04c9497

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.6-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.6-cp311-none-win32.whl
Algorithm Hash digest
SHA256 d2bc5166b436f6e020b9e8b6341d3e8e7d35303f3266ea7b29acdc3eee87af6b
MD5 885e76ae5ef2b672257e1456937adc93
BLAKE2b-256 ce4ad2381c49801a68b1e38700c677e3a139a4fcb28cb65d2c7394f6e88f0734

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e3ae587b99d7ccb5c44d0651262ed247040d3b56d8e4585477a87c175caa21aa
MD5 710d4d954236474c9e8bc03c76b11c79
BLAKE2b-256 5bf8da26e65c2fdc6beb6692a3bfe62a44c84ba17d7eadd65fcf1af1d6820614

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7373350a7ad64c2897b3ad9f8863536ff0d342ad6cf61b5a02e0c2934722bc01
MD5 9dad9bd09dd2d4b594b4613ecbb55495
BLAKE2b-256 5a66ad44ad064637037c94e5a20c3d05cafc4ad83a911df8018f7b6ca5863b1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 857099ed74292a06a3e5ad01720b48c693c99a94d978a4a65a3c00ccfe64078b
MD5 5b866540f6315e38d0a91890cfb13aea
BLAKE2b-256 576d53216bcf0bd578cbb32b9bf5401401b59c4243d626765513b0e7c2a922c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 356ba50f55328d3b4352b1194d8d6e8cdc8878f6986eb02c20c8764a846351eb
MD5 49ebc8823de53331d537f8dd5baadb8d
BLAKE2b-256 a61411dc0fcb3b1e17130c86c8069bc706a915b22b7d2f75cf1a1201a595da47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e3177ea5c04d684aae8dca9b09f66ffcb772aa81ffc80dc9efb205c7ba2581ab
MD5 65dd379a9799424b8c36e67af13e7d8f
BLAKE2b-256 f2f2af146a4cccf9b4e578f9b4ffa3cbcefd92d636aef7af75ef437ebeeed5f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0947f33b1d241c1969ab26c24e3a02e95bbe99e8309713f75578320fba924c9c
MD5 820d7904b5de6f09414c117eb0f23ded
BLAKE2b-256 5ca93b1d1193ffbb7db61fdeaa1d268287f864141667e52291f54dc4c525f863

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 05437661c75b0208a7030ef608b40a65b98bcec14d5cd71aca480585374f5136
MD5 a4cb664cdba75e6b0b2c33f4ac7b9af8
BLAKE2b-256 a37db0bbe63c01a6a4110259445419b0a24c910495ef81d90fc2bd4421c62ba9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 74408c2e60adb0571796e998708edaf5ab9131f167f75d5e91a8dcbf58777013
MD5 41cb67c551b293114f75f639f41c8532
BLAKE2b-256 b50fe7ae618d53f1edc17ffb5d8d2b076cdaaa7ff03b0221279b019f662442e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c15b0d27d41414762de1b02fbb1fee6df364ce0178f1f7da677aa85f9a9d4d2e
MD5 748d837051bce5592ddc7c304cfd0b6a
BLAKE2b-256 0157d68e9d3ce261ebec96e4a548de7b80874ad93b6b72974d8d527d29b5d3e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 824e3074b11b27e87bdb4a25d25d5cc8366b158b599b2108cf4090bff861afaf
MD5 cdaca64378e609853db21050dfc3828d
BLAKE2b-256 006b53f05521c55f9fc6e4f338a01e78ba82bdc484a0d6a3de9e5f6f7926edb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 82435312403dd5411d1f9b21216bb7b9db4e66f035b0af2aace922ebb08485aa
MD5 caffa274452f6a18e71c8c93c73b09eb
BLAKE2b-256 7c694e14e71a136347037a003ace29d3f2606b537c2c2f3db0d5133ddf82d80a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.6-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.6-cp310-none-win32.whl
Algorithm Hash digest
SHA256 23caf6fe9f994819033b11f7a4c690f0f3f59b0d064d977322eb84bde6844735
MD5 e4f1443cb56f841fa3a0adc22055fc04
BLAKE2b-256 eefeb50dd2f67db61eb880e0b57fb41615f31270cf35af7561782ee55335a8ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c73f61b84bb127cae6a7db263f2a03f7ee4be2133973d6ff5299cbc34ccc3f0d
MD5 236a833aaef565f8132abe728acf19e7
BLAKE2b-256 1a83404107b15e3f794b503631510c3785799345a037898b6310c68490a631bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ad8139119122f5ba20528cec0ee8c3e132fe194c8c52a17b79d779d37f6b83ab
MD5 bf4f619510e58c877b1ac8c36fc90c4d
BLAKE2b-256 2cb7db512323098eacee92800d867751b50dd3e2f891742235f4785c1821276f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf963fda62cf16b0ee7bf8f16b437e16423cde970a57b9066b4002ffbae15031
MD5 3eadacd538e053aa4068568ddb1e9191
BLAKE2b-256 667ef157deaf3a6534a6ca44f33f5fa39707759a3bf32f6f5adf440db61f2fed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8185e0e0326ae633ae1c9882496711a5c11e09ee5b9a2aca5fcfe08ca2c26ac4
MD5 c3607e702e0156a17c3f7386ea9fb1b6
BLAKE2b-256 d769679414da628ffa3863c0f549161b4b88c12e295315b505a936024cb72e68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 358b37b770540123cb03f1e48af0c4bf213b0f5609ecf58f2b0e99fa42c98443
MD5 20fa5931ed6dbcc7d93224c1d03d20b3
BLAKE2b-256 26c339c7683f0a4e7cb80858fcf0e4fdb83348e8663255047597ccbce8cb5d3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b8eec8f62a5a389d165bcd686051a065d822a26a40c6cfd663937d214bc3c16f
MD5 254e843eead923a6b867eac5a1b58e8e
BLAKE2b-256 fe3881b4b9cb142ca3ea238c45f40887600a64fcb1caf88e1674c5816bd6f3da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7d2111a47ea40f0fc7d30addb16de630f8ce01d1bfc8c1c1ca9e65520b780ca1
MD5 e9f2c9dfdc3a787aea0ff3a638cb67c4
BLAKE2b-256 956d906702a7e8398217a68a3552766e4dc04f00915097f300e4e543f568df1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7b4405e54a025d2902bfb4bd132029fd48a883c32806bb4cdcde8d6e608dd791
MD5 7834363ebf2555c367ec27641508e3de
BLAKE2b-256 e3e6a310a25dd024e2608936e888a58bdec84813b7535d4362ed72b3fe3b40a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c82d5e92a6cc837d7d099c8ff60a59b773ed47f31e5539201de4f232c47554ad
MD5 c0cc972e2e33b4cca0f5c65980c66137
BLAKE2b-256 ff2e4bf7e7065e60c00fca602ccd2afe12a709a42e5b1f5102cb452d603e05b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 37275b811d42ef7acb00dea50674588fe9ba67be9e25206f3c51ebd54cc4bf32
MD5 fd9f2305e14030ce9c4fce17d75fef2f
BLAKE2b-256 2c917c5cf848e7e756804abd3430bfb70d1c8750ef50f45519bba34da69320ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.6-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.6-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 0d2c592e647ae32647e48ef6b2951e2f9b1517fef0f05fe1dad1b73990f0066c
MD5 fd9b4aa5f3fd406432dbb16b4b338e87
BLAKE2b-256 c14a991bdd6de97ddd62ccd3c9e549617dab013a8eb345e38061fb7a03e65750

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.6-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.6-cp39-none-win32.whl
Algorithm Hash digest
SHA256 e7c9670c99da3aa5d82443b9c119efb0a41726d52c88fde9e922e0fb98a06d21
MD5 5689ff78d82d14c612eee51635d1de80
BLAKE2b-256 6152b02ffab25ab1e90e18dd190346d3468a5a01e9534b89b052f0c0bf3025d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b57890f18549d7d54c385abf989d4225e71d5d695bf79934a2a8c6b99a3a0a46
MD5 8f31c46d69111812493033696b80a24b
BLAKE2b-256 149392c12cf473c0892239628a49be3f3642c7b3e2ce9878398597706eda8a8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c6c8ff12d029d5adda0d6edfd8dc2443550fad86bf18934900a7c50c1b08dbb2
MD5 74bd73bf1296c2cec64876ce4c34dd2e
BLAKE2b-256 22a87f4ba6ad6d199a7f311e7483edaa9ca5f84fbb46b73303ff39e8fe717e7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 05d532952137cd0431116dc36a0f0ca3dcc2a46eb6999e4990b89da99169a38a
MD5 1303d41e55ee733c3459712771604db7
BLAKE2b-256 4b909786c3c860690faff4bb47ca05bcd9156c4937a7de91babdcc30a60ac694

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0c0ea07697825722cec19a05094b5cc415ff02fc3852c85d932bd5ea683dd0e7
MD5 e9ef7d9cf7c83849e34545b92b724114
BLAKE2b-256 b1b8e7b14c3e40fa6dd1e1430e6e8451769be2530807969332582c9ec64a097a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a2382c5e3b93ae8612dc4dd14d97f7b5cef67a6c1d83f450dc7a3ba3f69b7783
MD5 83247390266473e1697af81e8bd936d8
BLAKE2b-256 c85ed028fd2828031b52182e603526d334312296ef04d3def4c496aee837282f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 50d1400a5ee0cb2b635a0ccd4c731d5667519cc0ed7a629fc3a245ea91c575e0
MD5 041f69c3980d701f1b5cfd3acad828ae
BLAKE2b-256 a2b2bf22431150c62f209b8ffe25812d5400d4c1823074b379a7e262be1c7311

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e0e820634e07a7b3d4914f2aaa05613bb9a4251aa7d36277a298dbdcc3220761
MD5 04fe1fd3f921cb8f87dfcfcba7e11901
BLAKE2b-256 878d0f74f0c57b2238568576d92cb2766bb134cc8940c30273e759af8e5d5224

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c5391a92cfa1d6f1b84e0d6b587873f1e29e0228c1b91d4289920f8c0278da47
MD5 c2dc0b3dbf986172f9a7485c623b5711
BLAKE2b-256 d129ff6054a62bc460b72465b62f262d485397ec402f5f62590047dcff306919

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7a8d4f0a6192c7aa8be7bd2bbf40f937264eecacf5634b1abcca2eebbe8ebe1f
MD5 daee4cf1ebb76a77254ebb12f8420144
BLAKE2b-256 7eb4e3ba8c7a54b7f4604afa7d354c3f5f1ee7befed13bb0618b58c3beb8fa6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9852ac1f17a578779ec0828b79172c4114dfdd9afa015d098e35d2d0b448e167
MD5 b1c82457ed221312725a5dda3a638f6b
BLAKE2b-256 00cde1ad674e1d0ee1ce0b0706a3df52676d6b45d7d9c41f53f9ca0f456928f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.6-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.6-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 d9c9cbe79bc038a81e3e28c2834ad19fc475542d325ec836073ecd0259952db4
MD5 78cf0f94b209c052de388e46aa9a7fc4
BLAKE2b-256 c9fc84e988127ee19d884ab68e7fd74f1d8520d22e6f460c6adc62388f9dd1c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.6-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.6-cp38-none-win32.whl
Algorithm Hash digest
SHA256 1e388baf9dc953aeab4c948d6ef982c94eba64b661b367179d43d9a1d1a9feb8
MD5 7741ed91a8fc5a7f8eea76a1bfcf1df4
BLAKE2b-256 1aa24dca65e59eb1118c136ec8cae194a8601dc4f2d71f60c269566e0238179e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bb00c98c76631d472a6c45697a372c88b46521566ae96758020a68bbde0dba35
MD5 785bec127f6718c383793565cbc7d700
BLAKE2b-256 cd7846c629f5ac73fcd3598e845801abfe608be5fbbd80c69db0e4ed9c07f677

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 723d6df5110a0c72d23ee986d5c22cf33d30cc022a6a6ff972b82325c44a63d2
MD5 7fffed1230619a2ad3c323475e9b0df0
BLAKE2b-256 45b746397c6265675fb31cbaaf6ec653b6eb0608450bb29aba2294c4055a6973

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2938ef3e23a5a15c3b9b755e8323c51664d5797de733ca69f1132f0b32ba7b04
MD5 c6bb1219a0ea2331b9a295780e40d4b6
BLAKE2b-256 3035817a8d7f5e3960f00eea7d58a904fe54bf97df935e2c004cdc37a8c2b7eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 50378c143d0a870feeec7644edc4e8ea0c5381eb48ac78c2d71c1db78c04fce3
MD5 2b4d0ba72f806f02981722d31eb5a0a8
BLAKE2b-256 eb7a80c963c212d6210dd7ddaec1f22e34779f1403e2eff43a76bf302af9484a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5c4fb70bf41f595a9ab96396f4cd5087c2cde95b7a1001d31cd68a10f67a239a
MD5 822229988a5b0db1123f574656fdded7
BLAKE2b-256 849160bf8a16d310c635d63a13e5d91a38eae6a94455fd76e77b600d3b21e213

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4ced01475430949aa1fd0a0998da6556a5fa873fdb915747cd16d26c5d3e4317
MD5 ecf0009d1999a837291f0c8164c5c085
BLAKE2b-256 72c964ce9c83cd7b633b3434f55d3ad90f25873c98536e86547607edc371c2aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ac215780e8b5d67f32e02c1c17645fb9fad00ac5a1421e308e960597d548616d
MD5 9dd37b13333fa3410c3b381b7f2346ea
BLAKE2b-256 2c238676fe95f918dea4180f90309cfa8e5260e67cc378a8477548825d65bc51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e725ce3aae985a4604b3d51e3e2c8bc0642737477459c6fca9feedb783b18289
MD5 a24b73c1f972c01070601df3b09a6d62
BLAKE2b-256 a801794cb71eee5c707a326030d547b2ae70d97fddcd17999993007f9ab11fd2

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