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

Uploaded Source

Built Distributions

psqlpy-0.7.9-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

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

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.7.9-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.9-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.9-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.9-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.9-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.9-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.9-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

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

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.7.9-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.9-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.9-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.9-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.9-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.9-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.9-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

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

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

psqlpy-0.7.9-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.9-cp312-cp312-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

psqlpy-0.7.9-cp311-cp311-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

psqlpy-0.7.9-cp310-cp310-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

psqlpy-0.7.9-cp39-cp39-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

psqlpy-0.7.9-cp38-cp38-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.9.tar.gz
Algorithm Hash digest
SHA256 b932e3fea5987f3e88f1bff2a68a066f0d078fb17aa799eb6a6e4bc1b9eee5c8
MD5 8523b66655e4d2ac9d06ba30fac21d31
BLAKE2b-256 7b9f93356a18a1155ee3e0e9f01afc8d00c927fbf47460efab34b7b2d6619227

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 755b1a540f1ffc03e5f2f567fdb6e2a6abedd6c0a6f829f70197eeb762dae82f
MD5 8b5f029f7177657735064bc9ee986136
BLAKE2b-256 8d57c9ba7df2fc4933e220f50554a5a3c0b3e7c74d92b1abcf16f2d4e91d101c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8444f17156a18749e5ca2e21b49d31bcc01272c51e342acd9a208e6696ebcf4b
MD5 f91aed766aa7b011a5dfc459df60fc68
BLAKE2b-256 9aee4d221b497e94b00ea3218d50616dda1c68e2f3271488bb47c6f0562e0e80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e576fe2128e20bf83619de444d2718d7f765a1f755b0ce7647cd8985d9e8feb8
MD5 5377cadc9b844933a7f26278aab75fee
BLAKE2b-256 dd1f8dc4b4327a82a1ffe3c976d52670bb48ec32f1134b93796d3e0142119633

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 df5d3ea43d146be7e1abb1e90d3508f34db8113d080d340a53baaf232cecafc7
MD5 6cfcef829ecc3ba8884ae17fdff03cea
BLAKE2b-256 aaef535d02839c8de9d6577050b2283147f8b042e7792c95e7f39519453cdfa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 05fb8f317a010b4d2939ed1f9d7aa4b9120cfe0ddb0cddf16ef5425b3026cb37
MD5 64b0596f728b14cbd6bcd0cf2a816387
BLAKE2b-256 e827f998f59d9dcd8b9f9ec3a66e31c388c32f02c8816d3c02608b54bf16f362

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1c9fcee08218d74841225e357054609858535cce6e71fe9117f31e8fc690bcf7
MD5 8f087b9142a2b112bf1ad5efd38adb13
BLAKE2b-256 733d7a683c3ed463598f1c1f0afb8cc3b9db87a3d96e39b1645190dc2e224f57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9296bfd333eea3975c6511d359e00d175d3d1520ccfa472f15c4085076c20c5b
MD5 357957363e967abde841327c99be07b3
BLAKE2b-256 5b713703ff89cae45dceda3e7fddef8d586ba4353e0bfdd1b905d499fba85040

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3c5aafe117432f305f6a836b0256cd9383f67f08977c06bb29b8c5d5055aa925
MD5 01387628042a46bd13e3b1c505b861ed
BLAKE2b-256 506de7f5fc76a08c1e3afbac065feb514ce68435d514150a3b2299a058bb66a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c8fd912feedf039055a7ee7dafc20f795fd88a7e46464482ef24ee77cb16c459
MD5 bb3bcd3a5fe74ec119508cb60ec26d49
BLAKE2b-256 9a29eeda436b08992d2c7231e41982d13281d09be72cde3d3137d8aa59fb4dd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f93f9dc5ee23ecb7b64aec62a9baa51a8599c6e61b119e1d9cf6583948fb0a1d
MD5 56aaa205d447f1242ce86bc4796e81e1
BLAKE2b-256 1ac650fac37cc27190519072181b2e8faf95a5067c0cd030648878488b40f4de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0d46361734382be94a59f00c51e8267e0df357570cd06391d3dcf0613b681fa
MD5 a194f9bea94a4f42a144325288102abe
BLAKE2b-256 e86ed6f6c982d89b0ee2e7014388e8e798f552c14bb65dabbac6bf3fd3ee7664

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 74497365b94922de1ed10974d1f96290b92b3bc9b213d0fb3b937a59e08ce728
MD5 815b095febe8def320896e15fc26d0c8
BLAKE2b-256 39b972857f4e5d16127d01bd3a0cf8004fd8442a4b3dad1cb97a2032d75f6b42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 281ad282c042a8acc1d772e81a77911eba0c9ef1b732e63835766f760b961cb3
MD5 93152f5553180b34e7d96cbbd0bafff1
BLAKE2b-256 2b19905fff7a2dabb13da5b122b7d89d9b827c0e39f68b045cb69f6faf490c35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c2a08a2a88148501d69704ce4feaf9f2941f3d8abc6a58e1e8761e877ef0dbe5
MD5 1d328fbe3fcd5aec50e3414f9836c79b
BLAKE2b-256 7b9dd7016e889ba4ca5a46d7e3cd2c8c874f7639246179a04645cbccb8e6ea01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ef00601e34d8acbb1d14cdc4c336830acd09a21ca188690603e121e0dc1bc193
MD5 55370fb7b00b679da5c7f8bc88e401e5
BLAKE2b-256 20ce69246643f03749affaf4657c03979f7e023b2da113865862f3a7134137b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7ea58183c5caa2ab2fa346b3eac424bc4897e2ff3de2ab431f13d42b314e67d6
MD5 79c43fae7c0733dc54dae27b00b8f3f5
BLAKE2b-256 9580ddeaf45ead68d9aa714f133254e1fb70128241ff3f532de6351af38b1d86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d46bebf483ac550ce7b21dac8d7147d34f246078f33d22afe2c06acea92aac0
MD5 cfda7c7600341f7978bd682acb82bfbc
BLAKE2b-256 04ee8a26c31f8c4f82a636ed02edd1bf0848c9fa4ef76cdf61e746cb7689daa3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1c476693cf0d4688bd5ec5bf621a63c8e014a03eb56f291169a8c71876a0d325
MD5 906f460071b47ff57fa546d96ea65815
BLAKE2b-256 9847dc3c20cc09b9cd8e5da2b5f17cec8c58595c5af1b951d59297d610179157

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 180932b0c902986d539c1efc3eec696d070283211c41e4f6e6a38a9e57a65300
MD5 8ae09b259aa95a69586ddd2a55d59e92
BLAKE2b-256 e7a09afbdd6f089fe4eacdac5378b33c45547dbdf95a6d8139676fb5e24a301f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f002784f93a8427cb0fdaf1f443509e91982035d0599d64ac26642dccb44c42e
MD5 edfa52d0162acf4755cce9e42424b0e0
BLAKE2b-256 ad8e907cbbd716c347cc34e10c4cf5664ce5f707ae4dfd5ffdf8ee88468f88ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bf3ee57c6d4a049b3b573b147e863342325308e506c9e6077016ec30f7943ead
MD5 2f35297daf5a6b8427f9cb0ff0f84d76
BLAKE2b-256 e4e8bbeeb1e0deb44ede4ddde6fb0376d4669cc7bbf59de1a600cffc7b07f080

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 497bc7065d936845d26f031dcc1ef52257381f84be104d90849a707fb8ba57f4
MD5 1e09d85b774fc07e6ed1cf7100ec832e
BLAKE2b-256 0f8e666b60dbbbc38bbaa824a31f4135adb2617e35e9e7fafe1dbc3330f25e0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 25011b9b720c7d682813e501c4c9b8e92a3c1656e36dfc5154a994b18cce7e41
MD5 e9b31f48ff727b332c972abf0841c94b
BLAKE2b-256 457e424eab093273a2fceff2b8cf1cc9fbfab7df4ebce4659ff7f8e40aa8ff11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.9-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.1

File hashes

Hashes for psqlpy-0.7.9-cp312-none-win32.whl
Algorithm Hash digest
SHA256 4020751945f6e7f80be7d66ca9c1fccde1078dd3dcbfd0106abdd2ff570b082a
MD5 a1c41f80be66bacfc9e272786182fe1b
BLAKE2b-256 1ee2da7a0a73550d423a3b2a69e7186255deeb1000dacd640ba8d0776d755a30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dd9767cea6cdd80dd162f59a7b2b0ec3b55c153f7e8820a949e0a7298c1cd97e
MD5 d1c32b9dff50b3cb44a707de550946ba
BLAKE2b-256 f1d6996bdd868fd1b5fd9400e4c7177b3915b553f1d56624d77e8cf2e9bd975f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9ec836270bf1e32a458cbd776625f6720674653c8ffa55f95857083ca4f0b2c9
MD5 94682b1324854159d34c2d2337ed656d
BLAKE2b-256 7bab7ef1faa8185e5a914225a0f3a94ff43608427ebb21edb612be678a13d627

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9cb63c52079329ef89bf55806663f68d50e312a01c0f9f58f25e1626aaff34d0
MD5 2edcac16417255a686cd58528194107b
BLAKE2b-256 0c690b5d5ec0a74fa9a954d915ebcd1dd91d67ccdc0f4c2c578c88d42b6d35b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cb6eee2b3a1d7352b0d2ab809601c6ac529cb5f75224489e009e4fc4950d0429
MD5 afba5fa21c320431fa3462ebc798ce4f
BLAKE2b-256 12c5c0fffac86dabce69a5749a0904be5c00978d49e722bf8f438c70cb67f887

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a8b7fe7f779fbbe82454c52d4796c1c9ee8f5c9c654d0fc0fca4790247100218
MD5 11f3250382f4b00c25c04cce9c00f341
BLAKE2b-256 7a2b5cc674d652eaa2a51d57c78916948ddea09b4f9e149abe2db5f6e8209b72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9534f8368b3c691fb5512d0d3aed5e7ecede7fb2cc26a74852b009c54e45d48a
MD5 ae8013a7c01e5f1a8aa507e2f3892cac
BLAKE2b-256 d6a71ab6e7e150fe71fda7c162f8b8666213df0eb696ac333e53a79e2a678590

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5c9e946b1d9fe9abed2b2156a7d6dc90477f41380eb872ac18a3035ee267e684
MD5 18977d7c57b9a7e617728c48c2ee288b
BLAKE2b-256 33bb22e2b59f497ca371781d886718d7b253d971720ede09f3f586811c7ec5ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 505c5ce735bfe3871e72eb7b5527a143c51bb14ea578bf15df7c1df98acd6e19
MD5 9db4773ec4497521f29bd6ec0944f0ab
BLAKE2b-256 f8d56155e1b5c10c2527a5cc4193731af39fde3c631a1c3219de8580488e1c8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c5837cc92d77606311adb73a60411f455548cdfb0e6539d087072d581be6845a
MD5 7f3a7e9467deb193d8ef6ca34adccdcf
BLAKE2b-256 4d7ac7557aed5e9fe112491faf6b4e5c23f291d223402010617274b3f179b40a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 40fe5d2caf5fa03193200e1891d317c1b142c0366635fdf7eebe98b58b872543
MD5 35b91282b7be6f551f1e8d9a1b77b09d
BLAKE2b-256 1730645650fbdd37cb171f0b5e283df71084425fe23de0940e51acc9e62eeb04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 831862ce0cd6ff2ed92e699f20fd09c7daefbefed29da622364b6ff9a69ce79a
MD5 dda0eab5a8507acef683dce211548a95
BLAKE2b-256 a824d63b3182fab096fc66e181a90aafecd30cb7fbe21dcef6a9c6d85d505e87

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.9-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.1

File hashes

Hashes for psqlpy-0.7.9-cp311-none-win32.whl
Algorithm Hash digest
SHA256 248349c4c79e61924cf65928520660dd3101494314c7e762fe26c4ca77da8499
MD5 1b01c321b951cfa7e5dfc372b1ce744e
BLAKE2b-256 9a0f2347c97281ac227e48d168365e5b6043dd60ae761b9a54ee257f4b3d1092

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 29eb709be4889654c7741e07a20a492aa54c9993c3b2c5973f9ed22f50a2abb7
MD5 1869e4e436e71219c51ae76b6cab2936
BLAKE2b-256 cb7680f33dd6263f32a27f3917f60e6e111829a1744ff4701e9bb5dc52ff7fab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d3c397abc892dfbc809ba4860f86d2b16a10a32467833107f9d7021350ac443c
MD5 d8a674a1f04b09691838e622f3fb2e31
BLAKE2b-256 bd851ea26c236b40e9513d1a9e3ad3f9344a0ecb29d8821a7298d5fff8654112

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85c739960dc5fee40ddcb194e798cba02c99f2e93eb8b6bd4e0f8995162e1f88
MD5 5479cedda7f5b5de625aaaeccfa54c22
BLAKE2b-256 f789688fe55113dcedb5c22e489ba4d35860491df4eb4e92e02b4a9678793d2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9d2e65d195660f31bfa2edc1bacf9888be064ba613076e1a56a3bd979ca8bc4b
MD5 e959b7cde16737464cb81795e27abc0d
BLAKE2b-256 24c3b22984116514c0da9304cb75f39f7b74a05f9a6d1246c8201a8eea7319ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 25b5e65ea7e81110b4a0673670e40c79f29ee3a78d126f936088b7b4f692e39e
MD5 7ab9318218778af46dd52420dbde3a25
BLAKE2b-256 b2609a032ca48d762988effd300f1822fe9e7fecd5fde88730b204f1f5ca3d52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 92a154a6594eea3c3be5de30c8df2b5cf7408f9909179c14e8ab75a449f1912f
MD5 83029e11bb1cada2a2d9b732687a8e6a
BLAKE2b-256 8aaae70b4d4f163940708b058e0aeb42251a441c1cad57630e371c141848677d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d10b7d91d6a3d2a5766057f08a523308e3a84f439252c85246027603ddb47fbd
MD5 106917f1771649cf3974db1519a436c2
BLAKE2b-256 8bc580bc1912a2922302fc712e39bba9367f0dc61b7bc601ee88802d81078411

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0dec2ef9635a1de13b6f851a0aba8cfeb4272c7749043599bf1a1b07a15843a6
MD5 8d911be05c32fe13dd211f8db3f84925
BLAKE2b-256 e3863a6186039f7b2c1b434b7c427881d8768ab5e5f22be6109db4624f90fc41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 122b1c906fff0bc07c8c31599c69ce21d7e07b79229b5930c8e57f13f4225446
MD5 06fd6782d233794ab41533e5ae43502e
BLAKE2b-256 34dffc196527665bffcae3519b0d45d310ae761b87684f4c46c4a2509fc3bf24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7d2d5cd15b46c9aa101e46ebf15289ba484cd8ea2bf0efc3506ae30b1f04bc09
MD5 92aacd5c337c68982a0e14693f6318a6
BLAKE2b-256 46697cfc9e760fedef302a9fe298e7aa85e722457dbcfb79e1e5e78fd0b98123

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 45a5bd9eebf9d46acbcde2b7e83f1e80cdca0e73d7d18167ad6810ccf2e51247
MD5 a90b7c0440135000f999c0239ff14cd5
BLAKE2b-256 32e5917dca164a3d393f842610b23f17635f029f26826df05896e71dbe8f63e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.9-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.1

File hashes

Hashes for psqlpy-0.7.9-cp310-none-win32.whl
Algorithm Hash digest
SHA256 3be4e63fe96a19041fb930593f467baaf1726bc01570e69583a39b38d595796d
MD5 c5a877745a7b76c28c0bc4b61fcbb72a
BLAKE2b-256 d48ce12686f1da82e259a59e04ac8a2a6be45eae893522b89ba87f27762bdc4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff1774427c3ca9483d28a840e3322cf4a81ce05907cfc23a7794236d2a984be8
MD5 bbc2f47561197851df0222374b313947
BLAKE2b-256 1e0c7e979fe387d4a6ed1b161677ac2de99e81953d04bf71405ca56a502121aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bac29fdffdae6cb732325ef17ae1a51ec76a2291b3c648214bdd2fed231cf2cc
MD5 3e0f555d5ae255d9027701779cd18f77
BLAKE2b-256 50eb1ac9dbc564da55db95d2a6d09d5488b9faf7b1f9b5e9fb9cc676708c3f12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66c16a6fd78c5b400d8348ef0e41c40acf84001b65c841f74310876bd21bc15e
MD5 90d371d98a67329619b7c320e9212a7b
BLAKE2b-256 98fd83f8e11af91bd39eed31ba849164bdf1f5f3981d19bd65adce4ec7bf9aba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 79afe92f547ac7d2d6c396c7d8d41fb3bcd4980bdc613a7ff8f8dfe47d1522e0
MD5 37d8695190dc82fd84aaf0ebff57e442
BLAKE2b-256 a989ce100b969f53fac8836ec58ba60160c01e2f16bf92bd96c8afda00e87e27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ebe0333eb0151984282c3a33215388a56f948092aa4f9f1c5c856de7039c6251
MD5 de2a4f181e9c977ffbdfaa8962ccff8f
BLAKE2b-256 6a105a6272bb092e9e51be425c5bcc078a57f9bc3b389b69565aed23253d300e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 11dc09b933a769424360e09ab8bb64ba6339814a7aeb1279ab4ea743aadae0e3
MD5 9431473f99c1bd89399901b771da493a
BLAKE2b-256 d61f927d5fa6908d17a6da769b793ca12b04f7627080ce14bc6cdaf72510ca20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b14830f0dde1d7c4225d072d112d1c6c896e56bf399854cc6d502ea23aed6382
MD5 2bee76a7275e68b0f271f46f684b91f5
BLAKE2b-256 e9fb021feaac7f2bdd6db95a1285dbb43f5a54fe99d8d00b6a28d14c344c8cb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 06616ba5ed0ed9ea394af2fcd4304ee18db5267d5a11d49dc8540d137dfb0325
MD5 f0e92f2058ee04e825441bcbf9c1ea48
BLAKE2b-256 98afdf526a85c972ab59eabc22570b332a451d4d358eda781801b52b6a7c4e26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1332b06243bcd5c24203851eb3db5a4e87d230ac6c4268c025bceb2129edc3e7
MD5 d46d0c2a987fc79a16bcc79edf58ba3b
BLAKE2b-256 d59544f194da561848789e403cc1966f10cd221ac1fd015851d9b223fd9f778d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 74aeb474c207ea2f4bb508d380cc14005a56a5a659cf86bcd7dc9e748e425ca5
MD5 9e62573452020180ad50fe8c36b48884
BLAKE2b-256 f7ccf9b419bdd364530a62c8e2f99c34095972a6f962d8f3441b8470c6301a5b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.9-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.1

File hashes

Hashes for psqlpy-0.7.9-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 264e90782f0715209ae9cb228b205c35039625f15b8c9b2b0400d961c11f64fd
MD5 cf34c69af26ae4ba2133be990e10fff3
BLAKE2b-256 0fe74581f07d38137aa2a5b98bd9f6d8e8d455eb3d99493cce8e5d2611bce325

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.9-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.1

File hashes

Hashes for psqlpy-0.7.9-cp39-none-win32.whl
Algorithm Hash digest
SHA256 16b95cc756d5a9a40ec44a11f27c03a61ff11ea11ea2e78314a6475dd3ad2bbc
MD5 d390e21708e8a076c3c2b97a7f3f9208
BLAKE2b-256 f2627e388cc854288ce726bafafc6d80e7c127539d91c4052f01273430a8b95d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 520fe7e263adc18037440b6cab330c1b18f104e09eb289a1b883ddcfefcacee8
MD5 8ee4369d05d06e73cb8e660f9e655f4b
BLAKE2b-256 2329760f828971809414fed6960245a7dd86542d871fd049ed6fa8e5f3566eb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c78745f14bde837d200acf636635b9e677150ec3b68741f671e684df3f4c5a0a
MD5 4c01130e177ed0e6627216292539230c
BLAKE2b-256 424e908d475f44a806d29ce2238ac4f7b56dcc53889ecdc6080b3ae0c81ab297

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a5dccb0f717e800faad9f142c678d8525707be2cd15e2bb81f9d2540749b09bb
MD5 3b7a4955c99eff71ce1f58416e01d564
BLAKE2b-256 192d7a1268dc0a6974e109fa55e3247d99d179b2b06337aed60e3ef2b4f078eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3d814951ba8192bea88adbc32bb66450543f19787bf9cb04b1bbe16a52b0d8d8
MD5 3ddcb35376e4076288c4f23143832291
BLAKE2b-256 63dc6657d3d8c8d91b3ecedd6ba6bdef63ede65123d49bf6803b3c4aa06efa82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0a0797c5d15d391b619822d6a549909f655448251aff9b20576fbc5a46569b62
MD5 a3b881561841f1320c4e14ed61ae7a72
BLAKE2b-256 86c9ceb2b4edc89e925760f52824222a113cae2d002cf6d208f45540f3f2ceee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1f0f2d35bd3d07b5e8fd807657d046c4600f92bca7aa30a9e3c54e5abca81003
MD5 b462afd824211996b6f6c767b801f344
BLAKE2b-256 b9ee6681828da1db8699abbf28eeb400cda8a285c21c0f08373580c77142b8b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f68faec9a00bc7775356913332cc67e1fcbf2145f8da0dcc5edfc60f8fb5648f
MD5 cfbc3fc4808a0b128b97cb522d0b8cab
BLAKE2b-256 3590c5db378b62ba8018cd7ddae3d19afee13fa5c5f4056dbfd0ad50bb538617

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03cdda133cfbb20a5bfd4d7723917878cc2bbafc4c8bc4cd8a8ea4c573298238
MD5 5930cde3da1bca3733523fdd4d1563a3
BLAKE2b-256 5f2510487b31f70e73aa8d8f85e0a25e4f26d96298c7288114193c9726a47b72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 84cd8fd1a12c4cdf32319caae843c8757a59269319bef37a70fa4b66842b169e
MD5 5a114231b966fe9be20c01a51ed03eb1
BLAKE2b-256 ba2d2126df18800f2a52d5e6349dd86b381ee731d31acee04505e37bc20a76b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 17da6fb290597c5ebd323703bf633a28a33bd8245d32cfc253f711f9ff93a720
MD5 8c7bb22ff553f93247a1deff94bc5a8a
BLAKE2b-256 6cd6dc47ffaf0e6b1fa3c2b255a9906c93b3ba960d128c2581c5e35c4603a67b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.9-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.1

File hashes

Hashes for psqlpy-0.7.9-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 a59f730cd1562510d92e9387eb536ab88fcf6b570034cab9142fd3fdaea48a9b
MD5 2d5056340f4866ed4e77af332c9f51d0
BLAKE2b-256 21ed1f37595712856c84e2dfbb34c78416b158d144b8eebd972e338d7d4ee5a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.9-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.1

File hashes

Hashes for psqlpy-0.7.9-cp38-none-win32.whl
Algorithm Hash digest
SHA256 43bd2174b1ae6a0bd7da447d7859c4824ba4393d8d910f679676f41503f9578b
MD5 1309b06fbd9e89759fc963638d612631
BLAKE2b-256 9edf16d1033a18369cd1d1764f754428ad0a1e3a3a113f685b84209fbbe9e767

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b776c401af2dce320d77efbc1932286ec6b0ac53e6e1ffb00f5d5862e2d9b23e
MD5 86a2caa4865a8b1027731ff92eba3fd6
BLAKE2b-256 144e78b64c5c5dbffa1389b774f2a802e852b1e6190e16a8b55bf0d852f1a7ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 63344f0bb52bc0e58206ab3caa6d812eee10fa4019e6a66c3d900a2c41f28dd9
MD5 56878d33a2b92be0599d71b73d96caee
BLAKE2b-256 c083c48a61b2b25eaecfd6d331e43a85fc915fdb874f145ec2aa39182905b65b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 98d9bf515d5a488d34a8e3070262a8ce58b4aec83cd4dd2834c967526af1f860
MD5 36017d66dca8597ad6f19ff704f9d190
BLAKE2b-256 bfcbf7fe50f3a150b9174ec31e3b07da513af29419ff55eef50e650ec1583d7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 270df67178537f751fd100f500399013bc800d14b84295aed48101671c39d442
MD5 36144e1e8186604557074db3e8032d63
BLAKE2b-256 a233cc4bc16830c490362f995fd4937772bbd33efb8d8177fe624794b9026975

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ac4909633644ca2305d4496b1c867b8221462a6a8234d19b98bf0c5cd33c450b
MD5 5af90984191481ed05fe6e131b9c2cd7
BLAKE2b-256 e534966a45af9d05db24551a05012407900b58bc9626fcd72f41cb3548fa6638

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2a90b5eb000ec122a1054e66b87db73fb5782452c3f959a1e0a661871f968cfc
MD5 c78220afa31290f3281f36c738611eb1
BLAKE2b-256 0c25f9da3457a086b6171df4ef5ae31505d56d3790eb3a9f374bf9c02410888d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f6dfe59e264bd80a8892ef278b937bfb955778bfa79efc48fb340166d88bedf3
MD5 dfe245774db438a269d7a4f316a82738
BLAKE2b-256 973e819be1b9b62bd6b21b356f21237d6cf9a74aa613baa2ce56317253bb08f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd810162a00f10342945d1404c788b6886b5579d1c8a3b810678c352a6b7aaf9
MD5 12e3d0f92453e81b527c71ed9fc21136
BLAKE2b-256 cf2f7ef2ffb57ab47ca73d60194a04a2dd51973d3fa71b1f88baecc30631ab78

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