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

Community

Let's make PSQLPy better together! Join our community in Telegram

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

Uploaded Source

Built Distributions

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

Uploaded PyPy musllinux: musl 1.2+ x86-64

psqlpy-0.8.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy manylinux: glibc 2.17+ s390x

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

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

psqlpy-0.8.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

psqlpy-0.8.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

psqlpy-0.8.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

psqlpy-0.8.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

psqlpy-0.8.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy manylinux: glibc 2.17+ s390x

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

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

psqlpy-0.8.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

psqlpy-0.8.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

psqlpy-0.8.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

psqlpy-0.8.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

psqlpy-0.8.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy manylinux: glibc 2.17+ s390x

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

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

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

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

psqlpy-0.8.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

psqlpy-0.8.0-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.8.0-cp312-cp312-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

psqlpy-0.8.0-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.8.0-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.8.0-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.8.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

psqlpy-0.8.0-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.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

psqlpy-0.8.0-cp312-cp312-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

psqlpy-0.8.0-cp312-cp312-macosx_10_12_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

psqlpy-0.8.0-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.8.0-cp311-cp311-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

psqlpy-0.8.0-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.8.0-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.8.0-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.8.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

psqlpy-0.8.0-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.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

psqlpy-0.8.0-cp311-cp311-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

psqlpy-0.8.0-cp311-cp311-macosx_10_12_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

psqlpy-0.8.0-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.8.0-cp310-cp310-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

psqlpy-0.8.0-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.8.0-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.8.0-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.8.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

psqlpy-0.8.0-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.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

psqlpy-0.8.0-cp310-cp310-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

psqlpy-0.8.0-cp310-cp310-macosx_10_12_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

psqlpy-0.8.0-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.8.0-cp39-cp39-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

psqlpy-0.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

psqlpy-0.8.0-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.8.0-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.8.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

psqlpy-0.8.0-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.8.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

psqlpy-0.8.0-cp39-cp39-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

psqlpy-0.8.0-cp39-cp39-macosx_10_12_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

psqlpy-0.8.0-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.8.0-cp38-cp38-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

psqlpy-0.8.0-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.8.0-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.8.0-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.8.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

psqlpy-0.8.0-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.8.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.8.0.tar.gz
Algorithm Hash digest
SHA256 0c6feb443aa3651998e845116e1150649b344f1a08d430ab109299787428f84b
MD5 90a1d498cdbd5c75a726a7a4aebc67a6
BLAKE2b-256 d74a699ae98b4ba7d3a451d7d8d475b4c1482391fe3a28bac2482f6f397a9b99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5e8b4007486a701274cb6c12c96e2905377f3903b41d03d98c753d59d81147b6
MD5 8da93ca680a102217ecc831effbe3338
BLAKE2b-256 30e5aeecaa0c517d0231944447fe70466b8ca6d7aa2e9337c51ba5aa8c10780c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 46c50d50be1922a29c16b7bce20e9e28d18d288e80c44074cfe83a017ce77126
MD5 04cae0bc21cbd545822d7677d9b19d59
BLAKE2b-256 29b102cd50e6c40d216a81bf0f041ad00f545b6acbfbddbf60a6d0e869b82822

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 06b9694bf522cd637be1ac03de91a9aff0b1d9f7db9dd4fe5e1f0dffc24a0bbb
MD5 1847e645cc756853ad90090892aef100
BLAKE2b-256 af8cf779afe849efa8bda93f107190a793d598c6331ac7720a93bb716de9a811

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1a19c46504fc0bf260a99c82310fb273579d6e78eb00b86439f3268f5929bfad
MD5 e03e51f719ad172d430a6a0bfcd1eb99
BLAKE2b-256 d393c1b44a547c1a7fdebac645878aa1fb1bf7a21a9afc79f73716fdb9db0a5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 290cd09d7d849ca3aa140e7410b24dcc53adb7499991b56e4dd4997e8a13c263
MD5 65035f628133b46a1117b11e156cc994
BLAKE2b-256 f0898edbfeda11a42f535cb3fe8cdf875d8a46e0d0c4955639c4d2b1752605b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 757349e8cb366b7eb1201eb7f43fb0f40cf5b63745ad61df415fd4fa8a2461b7
MD5 560e3e8cc6e99e108d7ce29958021d4e
BLAKE2b-256 c60dd5865c2ddf287e309413efd4fff2d0e8e9df3930a3d554abcbb8a83b266b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bcb36c78f6f0b70137b9839749ad3e2087fdc4e70b3bf7aef2c0315c032e0eb4
MD5 e4efa134d67b6ebc5289d877558199b4
BLAKE2b-256 74a66300a9a9f63db756bd72a899292b744e5da13494df06feee6812201cf1c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c7ab4008e30185f08e54105f408068882ac047dc8d062d31caa4acae39384e9
MD5 9d93b260e96548e121d533a3ddf206ea
BLAKE2b-256 460a84886dcf5fc1a0263bb0e7afc2fdb56a05182077e30cac314675244a080e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 80e6228190b9ecc8b49e3a98c56164dc38837517cdb1ee48360aa20eaee84abb
MD5 4254663e0e1e701605d0e57f2b290dab
BLAKE2b-256 f98cf14d9f9d3777982d21ccdca43264bde2db57a98b8ac4a0870b3341e0ccc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 96ed18151cb712be1e8cde32d37afbb8f4768d0870479a3ae9ddf3878878717b
MD5 66c94e9144dd59617a249a96d919ddcb
BLAKE2b-256 a5286acd33c0d2f861f3ee62fa2388e56ec99f8636e623439647e526533f9d0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b6d08f1cf87c92111d8ba3008aa90ab077531766e971333bb8cb71482c93163a
MD5 0cfd9134e937ac1207bc01045127c8d7
BLAKE2b-256 69f8f1bc742d5e97cae95d0502ded0fddc3ff54b6e62f6ab197764412cc5047e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0201da880e3897eac078105c3bdb9da718f2a258c1930b7a3ceda1b8ea29eae7
MD5 7a01fdfd65494c2b04744978e3223111
BLAKE2b-256 e7c8843ce0aef06a83d2e8002f7e269779398fe7e0100d11e88153e50e342999

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 90e51c56ecfaef349f841cca8ca8a2fcd47f5a5ae9ba42eab33ca1fc8b038569
MD5 dd8d0e8e6be3365e5870bc357166dbce
BLAKE2b-256 3fc30a55b9d57259a16b598159838e05c2b0463526fbf27a083bd66b06ed2301

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ba01e4a38fe41efa3dd9a96328cc4768eba84412dbf7b2aef95814d77af38104
MD5 87a00909204c9963180a5182abfc3c12
BLAKE2b-256 5ef8339277da31dd8a5e35e1b7df7cc176f487764f86f174c729126fa4c8ba13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 af0a6ff75bbe5f7ae1cdbdc633025ed2b0a0cf8abef5881920797a5e08ffd81c
MD5 5a34eb74bd9d847e2d5246f547f18731
BLAKE2b-256 5ef7fb05782e742941f068d4762752aa3583b1c4a771c47429ddf1f8295807c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d60051b8ed535d40178a932a0cbe1e328f333ad402abd01db23be0c8544e27f6
MD5 dcf77afe7f30febb8db875b08a641e76
BLAKE2b-256 ab03421bd0ba4275a2fda28d7a2d79243058866a26d1f4e47de4e1ba24694cf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7bc8821e9648fe3de1bc9d7155a2f4dd80d2b1b8c98ab5836673007d2eb5006
MD5 6d2b4d87e7af4914b0b69b3a33b86f08
BLAKE2b-256 84e3750a62b255193b16c665dd5f6298735f37b867022b490a0fdd860ac4eb5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5003e8044a2b6be30729a8ab09c02cfa8e37618c6fe78928f4b1b9de87a167a8
MD5 6d5d9c55b0cf59c9154e4616258a4205
BLAKE2b-256 0f878902f76f446ccf8bac4feb07b1f4f5bb3d4682ad3c42ff541d2ef0b98bf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 02174fa6a334990649173e7d9d28dad3b1f2ffdcc9e4124a70f50b7d5d6d9776
MD5 ece0c09aab959ef520e9148703546596
BLAKE2b-256 6cb4336692f6a26ea08467f3d928dfb7d36ca0feab4419b2ffc56924143c74a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 71674922dc1aaa91c06718c979df41accdb593bcf661ce08f009d25d82b7a87d
MD5 87efe063a7bfd859e039e6c32b33ac67
BLAKE2b-256 365d572509ff0fc3148fe911b5915d3c44bd36c968497292bc55dd26a6f6e878

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f865ff5f5b5622d05c9e7e27eb49b134f26393ab0ff5af040ec20a3695e737bd
MD5 8117329d187f269530e28a911791f4b4
BLAKE2b-256 5b4f8c75786435e10307abfba258e0a46a121e43b046b306ac52ba6116ec49b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ee236db71629507e303c5ff07e7584c53fccc241ca3a4e379e1eb8be40bceb32
MD5 982a4c30942dab8d4e1824dcfa9a69f7
BLAKE2b-256 79a645204492b9801ce2bc944cea4f178b6e6c7110773b7b484a4d25762742cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 885950e86679d31aaa20c74c938e6947884ca18be5deb8e21a7d5ceb6a3afa9c
MD5 8160630f05423a4e73217c003f34d7f6
BLAKE2b-256 a348941c2ab53fb88324598adea6b5dd5fd2128083b0673e8c182911b65085f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.0-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.4

File hashes

Hashes for psqlpy-0.8.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 7a8dc46ce8b0a5753d43cdfec6be57076ebe9124c4b24208cd1ddbe6ed2fea95
MD5 40e01e11ee0e926ab5eaef194a0fd066
BLAKE2b-256 745962f445dedcc468296c7fc565e41a987c2902d2edf9714504e41dde3b5f31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae691be77d8ddfcd06f6bd9792ddd0f7c5e6a17156a7cf2372a2ec6ff79f0156
MD5 45c4a3fa80633aaf558d091b476beea1
BLAKE2b-256 98fbf8a46d3cce394b19fb1db7232deb65caabec2239d2c75bcd79701f4c193f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d361f024b0eeef333053df65c820e29c0e12382d91c80f1713fce0e0d14baa0b
MD5 27737b701363309e3638755a272dbe05
BLAKE2b-256 a4751497571bb0f8effa7da09543127aca441460ecce5e5e3860b811dfef1220

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4e7808d4e9ad5fefb38180827416e89bd54fd914be606c3674c544278de6f5e2
MD5 ec8ef2f16e5ce0d3c07a32e27ad3a2ab
BLAKE2b-256 b4190323c1d1764c9f2283a9e9f4d30c57a835e3a69a047e6fe51577b151138a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4a50d315adb81d23a6a3952c82e1a288778731a0728c0ab87999ca954d5d6732
MD5 4dd7cea8a8f18232c77e5326915bacf2
BLAKE2b-256 af21fb52bceeea1af6694aa5f526cb7ef9f9c99f9ae3c1503eacb4a72158ddb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 df9c8faa5c808b06f3a1dbcd1c124a19ad8bf118889eadcd1ef3a9ba26ed79d7
MD5 340242bbb3dcf7d2f28b86f2a382a3da
BLAKE2b-256 683548bec1b1f0e0b629dc816e320ef3b8bc0086dd74ff398ea4c4502044d8ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2e8dc09d69d9e06f79288cc842fc4e722e6e5f52b84d140eb303861f3831cbe2
MD5 5e9e7b74bc0e8a64eef625b316100232
BLAKE2b-256 8ba44991eb5544a2dbe65620b34c175093e997c47586a6baf3c57fd0c331f649

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ab0878d82c58fc3b471ce59f65d2672c789b0bb9da0056923f73bb2fc45bebf6
MD5 18014c71a1af450806ba912a1931b4a1
BLAKE2b-256 86f7c8b8df269e4f42905d42661fa33d985d3ffa9bfcfe40d1bb7e4a8dc6c663

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e414567d318bda745875f58ec0414ea94b479591cb10bf3aa6c820302f4ce607
MD5 2447016dc91fb970b8ae6579767c82d1
BLAKE2b-256 f640982badf2888a544315ad9ad0054370a8b6c31ccc744603088396c0c1b48e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 35f14b5209171df74d9c45b328884b60b44f4f2bb8d35024185cec54dcbaf2be
MD5 63256986419f01778c41d4cf9589e0b8
BLAKE2b-256 885a44e333bd49c0d07881804b52cd4d053ba7d7f17f523557b28979d2ed1d3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ccd3c975e160eca1180e5941e33d8aee72020dd487583294f4a2876268885212
MD5 350257a79a0aac205e40f8f4864cbd41
BLAKE2b-256 5bf212af46e6ed847a028348ed3f9efb025b2af27c2df8cbc8666e5c2964399c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 b914032d1ae96231b71d3fe6d2fd6693a365ec3a2cbf99e24246aa0d4e7a826f
MD5 24f78e1991864f89dc2acfd788bcde58
BLAKE2b-256 503e2ffa903f11ced8d152905049193c3df14fcf0418225b133ddc477334af95

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.0-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.4

File hashes

Hashes for psqlpy-0.8.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 f9ca5597310b305d1b193ddaaab7c7adb3791ee42cd7a79bef8e4d02c922597b
MD5 9f4910eb08d7e5c08bd667708ca7fabd
BLAKE2b-256 4e0471917ae6b782de6c0569e81ca28ebdde3d1e25cfdcca5333066b5141f11c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 295d06cd3e8d8a2fd96c997cbcecc8c863f5e80bb53180e65891117b19bb211c
MD5 69b02b0b40145e258c7d786d88162992
BLAKE2b-256 bbdf06e6187befb5ae036be5aed090c5be970fd1d1355546b52d42c5d1e34855

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b6b760807d7a0d4c614e0ac80527da4eb6ffd3de1240dcc1bc0f9e88e2c013c3
MD5 bd5adc4c0c23e5c508bbc60033d8603a
BLAKE2b-256 977930e4dd518ed55f5b47ffb345719bef913b7cf4faff5669fec84f2a66f19b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7df335aaf1337740b6d5e682b17026758d4cb6890cb6c9fbaee625265460b850
MD5 c76258cf073dd6274922abd089736817
BLAKE2b-256 08057a34d4fc5091ffaa7b1113a756724af6f11d76d2287649a301f865cf3f80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3f375ce137de54e7f00e298938b5f639a558053dfec8155425f95f7d98d2d3a3
MD5 34167fa31a266a1aca038ca581714919
BLAKE2b-256 3a45187023e14dfb58a5cbdd6257eb5f5dbd433ee7c41b20427ebd9151c1b033

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 33237c6ee67e6d84b98aed03442ad59c22058fa375f173d11e300326d26f9a1a
MD5 e8766985c9b2696274188d4c2de914e9
BLAKE2b-256 5b6ac4e44eb8c6723eaf67bb316a73e9755af686f9b177ac547dd677df7d920f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 19de387a719de9d224f6b32b01f01919e6c7267cc137192b300f3f268366eb8c
MD5 e63b62a97a522b4f89744bcf7727c684
BLAKE2b-256 952ef4aac01fe380bad8ab68e58c098baac2fe9f03c752aba45f34146d763a7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f7c1e423bc26578d24c8a27157bb914263087a3f329a9e1c25b69f21bfcedd75
MD5 1ef3d3c7cd78d53f1a4abe39d5366803
BLAKE2b-256 e3be6e49b8749d458c6f7a114e5ba74d2dd1b94a69bfc92c6020fc0f91241bb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0b1198fbef4de7978949b799b7d587d37ca0744c8f9c740b67182b08566b8173
MD5 67195325a96a5ae8fd36650db2a04677
BLAKE2b-256 1d024111c3e76882783273c9ff3d5d1069363fd1d1bdcf5bf451cfc2e3ce43dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 822263a2b4563bf15ca82ac15efd4bcdfd2cc9909f0e1c730b39163f83c002aa
MD5 233e9deb57d31e4fb9603258ecbf9699
BLAKE2b-256 9a92d45077e1d4ae93f4c6ae67b0c371e0b2b755af8cf2231e8e17a7eb4621df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a269144014d6c5c7704f7abebde38cffc4d8a3b67dd4589b873c6c7d9e684434
MD5 7674066ec496ca92f4c0558c27b2de02
BLAKE2b-256 999239f8b21838e6257e702f7ee5c4b9213f7e7f77f0c5d67484c7875a2dfd1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 ad2e6cec847a703f1ea58dab9369e41e9d2cebb8a3d71762010adae2fbd49d89
MD5 e01143180afab1ce5363f1f1e9ae6fa0
BLAKE2b-256 7d7a174b3eeef17986f68fdefc48a8858e39110072405e9d2e6c02ad427b21d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.0-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.4

File hashes

Hashes for psqlpy-0.8.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 ff7ff2a242c16f330c4c1ae81a8965d80cd9be994866a03f6ff70129c3911e2b
MD5 8fc018d0562323fdda9d805190b38f2d
BLAKE2b-256 accbb68f6607c84ddb190cb67666b59b0f73e2049466ffce49cc612d1d298f33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a5a29733a13832723416889f4fa3ed220449635ab7a876f440097a8bd7dc27ed
MD5 ba60bf6a7b1b6626c74e03be7b4f5db1
BLAKE2b-256 0c0e263faf1eeb0a07b0b66991fedf7bb898d515a7ab8ab16734895fd477c04f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 94b574a2dc06b5405d7ba69ddf46289a1447748b2d315d2a89590259640531c3
MD5 be5700b8be570fd80513f7c42355f13d
BLAKE2b-256 c0dd2665b982125ecaebb34131add6f54a975a1b55da979f5f4db8481c8a57d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00cb63fdf1766cb8bb3846764d44eb22144e6bddc042f8ae623ea627b5bf9172
MD5 fb063cb318581a4b6d9536d7d3f8ce5e
BLAKE2b-256 d82c6084aad559c71f4b5167b73e6f93d802983519a995860a97f3c13b4f915d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2b2b9b1b87220d7a307076796a22d9c87635aa4856e507e0c0f8fbc0e783d90f
MD5 599b304e3a767d38dabd5ccc92fd6223
BLAKE2b-256 3899029dc53b4398345963054a9d597f38f7f0307316bef30aa8d50ee890e176

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8efaee164d1102a613b09052437af2e1b7933b14e35c400fead21e74ca2d4cff
MD5 dd976ed6a9335dcec2b7e4fdaa4ff01c
BLAKE2b-256 d831f6b67fb6128d77be3335de646ba8157f91f90b1a05a2987691aafaa0cb7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 63f6a0d1d3c4f62382b280a9f899f3c7a8bbdb97233b593a9b58d4343daae5bb
MD5 1ecd5a497db08fabceabb05b242e2fb1
BLAKE2b-256 60c924efd646e52c28327da2b1d2bbd3e6ca9ec9df1a588c1d46f599f0ceaab0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7c22fe073d2c7aa28c9ecec9047730e150e20fdfc84712d6af190486b1001c5f
MD5 f0be0336e25f2b450b41ef582701a434
BLAKE2b-256 7245ea5122f87c1fb4e948844d41715a3e5da8c1d1313b9409b913e87ad34b5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d73832fab5c55d36f818ca4060c17f24b6ee23ac84dec3065a4f48605277ca8
MD5 e368bad6201db8bc45ce94945cf64c80
BLAKE2b-256 7f60aa8677d627127c0b9224cf10af0ffa6fcd82845e9c76b4c71a6db371d3bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f60bf6bbd6480029bc052d65cd80cf82da3e8b1587375dfc44f94a97d6f91c2
MD5 2422749c4fbfeca852af27e9c2df5145
BLAKE2b-256 ef12a1bbf4f3afadeb4e591a4c8115125f5cb690b4f8e3a57a1a98e6df671c3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 db5c459a5a7d976f7eb0c708faeff5a0d3a73db2596ff068e29124140ab802ba
MD5 dec67a918face071b2034f8cb0ba97a2
BLAKE2b-256 1656a2d1a94d39c95e59b07317c0d9222eddc40a9bc48c8f75803c8992007556

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.0-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.4

File hashes

Hashes for psqlpy-0.8.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 f1ce2c517eb87389aa09c785f08255d092f423dba5ae1f1b7a87fff305f27e47
MD5 03af12242c7bc91066adc6c37de41b04
BLAKE2b-256 7ef8df59ce90587d3838cdca2c90412efe1696bb91c45bd005f1e87933b6411d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.0-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.4

File hashes

Hashes for psqlpy-0.8.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 8df39feca32e5fdac5d99aa821e85eeda2a1312fe7b0d0ef76d296bbf6c417af
MD5 f598080a8a8e502c327d0ec8b05221fb
BLAKE2b-256 60a0ff41e50eda8281b8dc9957862a4d842e883fa35b7640d792765236cc7692

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 162479d267fa0305f18b7cff6405af239b5b9f44fcfb9ebd518fe925b1f214e0
MD5 74127f2b78483d832a57fb31714ec5e5
BLAKE2b-256 e804bd5f0d730806e7162212ce7fdfb24168c5437dda8d29b591fb691b1cd76f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 df3bdd26d795c6027e32e8c75c31fcb22c583083a44f276fca852f24b3742e94
MD5 085e87b3d17c2b005eebeb5b03106873
BLAKE2b-256 798be94b790369f2fef8b3a4f1b4fedab4b9d1bb6aa228335d93625d4da4a8c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65dddc09d0ae035199dfbbfec1e5aafc06e3b06c90e99186f24dd01dff5cb619
MD5 9fc8c022c1290e6e99c726f6de974695
BLAKE2b-256 36b88b083841a488d771a2ba4ad34adff462fa4476cc5dacc64b86b28f3fc5c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 263a4df0b294e2c5635821cb2049bf1a5c88db6a6621e02b823f780a29c620d7
MD5 5dad1f5901312b7593a47159e55b3643
BLAKE2b-256 4bb267d8c10857af17e6e18cd70d8453ed5342c8b12862a30a21198794e4a6aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bc9e644041d21a6912e9dd5c303669acd2b8fdb5dec34d49b0dfc938f0005e4a
MD5 107550f0627a0e3533b37faec8021f25
BLAKE2b-256 a6d8e30f7b4d7a1daef7a102bb9fe2c8b740e4ccf5d8324895c334d1a3f56dbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c7d9bc9d0e26b81a4ef8d89baf390df87f5562c5bc9dbba29dd7c24b924c0120
MD5 151dba490e8a3df054e690062c29fc93
BLAKE2b-256 5243988bab897be53df966c320cf8d261d35a0e0e168b12883e7b72ad3d93e84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 da39a93b956e07e2a2bd6e2b9e0a8a95c62ad6383e81c13870e7d645d04ff75a
MD5 2f885fb6a0788bff30fe6143d2b31512
BLAKE2b-256 56737eecc2a9d0e2201202fe370cf18175226168072505e45b751d27f56c080e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 11221243f12de95978909dac3c6a505b88713f1f6fc64a259bc477bc0213efec
MD5 affc8792683ff3090751cdae6a99b20d
BLAKE2b-256 056ffe20b9ecc1288bb08870355fd4416292c818181a884e4c0e54c5f192a195

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1d1edb7d02b3d65ac020899af9bb542f61ca467b6217c9e24c819cfbfc51d2e6
MD5 0d9a392721c59f441c977623dbb61053
BLAKE2b-256 61f916fbfe1feab4858e64315bfff3fd6b837fc0fb1bc8a64fe3aedd740efe9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0f0d994b3ea54128d34e7632beaee9b593a6acabe8ad875bab07b8caef9c8984
MD5 77640e12b29fc841dd687962f3d323b1
BLAKE2b-256 23488540d5eaf09ecfcee92628d4478a7f0e7d285557f1dbae7248f07df1c42f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.0-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.4

File hashes

Hashes for psqlpy-0.8.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 ef540897fe74bf8650f3ceaaf5276883b83df520e706d21dcf4364ebb4e8c2dc
MD5 f1dbe690666a19755e2413e8669ceafd
BLAKE2b-256 f9d5288e8597327e46a9c66b62870c71ad0250424eb66d465ebd926a01fae1c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.0-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.4

File hashes

Hashes for psqlpy-0.8.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 1313dfcd08842d84f0c62ab9ac4c1c5e9e15e8abd8e5a53284b40962b440b843
MD5 4f70846c08ec7de3ad665ac5ee9d0e7a
BLAKE2b-256 8e48fb8980b0e20a8912e631bc71476149ac87c7bbba819238e62781327eead4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6454b816e24caa37f71772da058325256db2fea2a8e62a71c4879cafb58540a1
MD5 56f1e5c4475f1f51add1da52d45d0517
BLAKE2b-256 321e36c86534efef6ccd485fca42eb49c18338fc476fbe330d6a63069b0553e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cfc23244c25ae7e56f931df1e5a913fbfe935faa4ecd851f8f8508c977579c2d
MD5 48d62f5f9a796961b31bf561b03234c2
BLAKE2b-256 7824ec7849e5afc6fd616b6e6053380d67565a96e863ab05d94693ed5fab0b02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f49e120cc766e2cb9a35478e34a1f50581b3642cfdec861cd3843d9b72cf1b38
MD5 d3cffdcef664e2e7776c79ad55528703
BLAKE2b-256 3c168178d7723d7f5877cdddd9d68249406e4aa3d7831067a17e9401eba01948

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 113c5f878bb137cd8d98e5aee549cc2a59fcb96e4a624778f43cbece611b3e4b
MD5 29217d061625ea555f84e02962045217
BLAKE2b-256 bdea8825f6ae12ad23cf46205d3d1539cbf0a921ca67ac958f840b41e3449e5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bd67f5d00e71a8a1fbdbd96e1a6bfcd3616a8e0b67132d394765fd0be47ec193
MD5 3109f3d011bd4c0635a0f125ce7a58cb
BLAKE2b-256 e945cf6e91bcf80bf1e43f60d4cecc8883b90c1836bc8c17f3154bc264888969

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 acfd711927df1fa34369bd60c024ea53e89fd64cee0240416eb05151d902e4fb
MD5 942144a397b838eb0c39dac103b3f2ee
BLAKE2b-256 041b4e42dbbb88946697ddfe7782fcf566506c84b23171bf1a6ae3d4fc5d1b9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d7e949a014043265c5d9507b41892079f8f9793ef9269167b772afce0e3e7cb6
MD5 7b8cd557c7c86394185d97fbc63e5f6c
BLAKE2b-256 36bfabe94954b61535b1d54a9200f40293166a2b461ea6b1cba011dad83461fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 852645f9e1c7d80dc2874d5396dab833b62f495a90e0be553f6cfd7c6e2218b0
MD5 6663f19f4a4651d635311ffd523077bb
BLAKE2b-256 2d8ff1ad83ab2884bba75eadfff4854bde8e907aeb4df5155463b8d7c5a11976

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