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

Uploaded Source

Built Distributions

psqlpy-0.8.5-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.5-pp310-pypy310_pp73-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.8.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

psqlpy-0.8.5-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.5-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.5-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.5-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.5-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.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

psqlpy-0.8.5-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (3.2 MB view details)

Uploaded PyPy macOS 10.12+ x86-64

psqlpy-0.8.5-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.5-pp39-pypy39_pp73-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.8.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

psqlpy-0.8.5-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.5-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.5-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.5-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.5-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.5-pp39-pypy39_pp73-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

psqlpy-0.8.5-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (3.2 MB view details)

Uploaded PyPy macOS 10.12+ x86-64

psqlpy-0.8.5-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.5-pp38-pypy38_pp73-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.8.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

psqlpy-0.8.5-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.5-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.5-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

psqlpy-0.8.5-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.5-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.5-pp38-pypy38_pp73-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

psqlpy-0.8.5-pp38-pypy38_pp73-macosx_10_12_x86_64.whl (3.2 MB view details)

Uploaded PyPy macOS 10.12+ x86-64

psqlpy-0.8.5-cp313-none-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.13 Windows x86-64

psqlpy-0.8.5-cp313-none-win32.whl (2.5 MB view details)

Uploaded CPython 3.13 Windows x86

psqlpy-0.8.5-cp313-cp313-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

psqlpy-0.8.5-cp313-cp313-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

psqlpy-0.8.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

psqlpy-0.8.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ s390x

psqlpy-0.8.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.6 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ppc64le

psqlpy-0.8.5-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686

psqlpy-0.8.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.8.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

psqlpy-0.8.5-cp313-cp313-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

psqlpy-0.8.5-cp313-cp313-macosx_10_12_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13 macOS 10.12+ x86-64

psqlpy-0.8.5-cp312-none-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.12 Windows x86-64

psqlpy-0.8.5-cp312-none-win32.whl (2.5 MB view details)

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

psqlpy-0.8.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

psqlpy-0.8.5-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.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

psqlpy-0.8.5-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.5-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.5-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.5-cp312-cp312-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

psqlpy-0.8.5-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.5-cp311-none-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.11 Windows x86-64

psqlpy-0.8.5-cp311-none-win32.whl (2.5 MB view details)

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

psqlpy-0.8.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

psqlpy-0.8.5-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.5-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.5-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.5-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.5-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.5-cp311-cp311-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

psqlpy-0.8.5-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.5-cp310-none-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.10 Windows x86-64

psqlpy-0.8.5-cp310-none-win32.whl (2.5 MB view details)

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

psqlpy-0.8.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

psqlpy-0.8.5-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.5-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.5-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.5-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.5-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.5-cp310-cp310-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

psqlpy-0.8.5-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.5-cp39-none-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

psqlpy-0.8.5-cp39-none-win32.whl (2.5 MB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

psqlpy-0.8.5-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.5-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.5-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.5-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.5-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.5-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.5-cp39-cp39-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

psqlpy-0.8.5-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.5-cp38-none-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.8 Windows x86-64

psqlpy-0.8.5-cp38-none-win32.whl (2.5 MB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

psqlpy-0.8.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

psqlpy-0.8.5-cp38-cp38-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

psqlpy-0.8.5-cp38-cp38-macosx_10_12_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.8.5.tar.gz
Algorithm Hash digest
SHA256 ba559a3b0aae01d68725484c812010fb46195e053cdc09d1af5bceff31eabb5a
MD5 dd778e0f711700903a56946a7e0e3b67
BLAKE2b-256 317ac79b75d888e4d73a792d21c3c65637afc4edec8255cfccb9823a2632d097

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 79fa03801296bc8be37e59247a0a53b050c7243be26c9bfad1a9d0ce019285d1
MD5 5f7f30df0b09d40d0d0339c45f5e9cf1
BLAKE2b-256 f0aca89107e48903902f2cca2d697cf8f93a70edc46b39c597c30d51ddb9c302

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 be0b36cd292137458e5afdf337e04129da25d49ecdc8eea06f4fc07b1570b9c0
MD5 483843b7b1adfd9fde36590fed661b07
BLAKE2b-256 42b62f91efc5c87c4aacf3c5888f4ac6bc893104bf580a892a1dc0a4900fbf50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 daebe4d8761abffc50eca2ae721411efabf81caf55d77904700953baee88bba5
MD5 ff757e02a0d50a785ebdfad9fac825e3
BLAKE2b-256 4e3e5018a4b08505eecff8cdc9a8f612543266bd978d80c7524f926d8a126f5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 322674329d49f23c5b6de29049969255d1bbc2608cf8ce06005c1cba058617bb
MD5 90b3d281bfe6f4a9c1d29f48cad72a03
BLAKE2b-256 39698f1a14a2d64355f60e4f7caa4d2742967ad5e319e9e51eb0fc21dace494e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5901ec4f27a2545031350d082cea5ea4df33564d26f08c4fa46ff128757b2378
MD5 f7e515b7fb73d1f9f6eb7632525d32ed
BLAKE2b-256 84b37f0f6937a68a5b06704fee9b1a2cadd94707acfee18e2b8088bab902e70a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 576e5211d2f959ad0f6a0f9b3813897e5e4078ad19a9bc3c971ab4ff4c611bcd
MD5 0f3c681f5063edcffab7c3df97d2ca87
BLAKE2b-256 78b02908d9145ddbb532bfe5b76d8c7a7feb9414dd930e98780ab67f998cec92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 378842a433e3dec42a22066628354a17f333b75000f7cabb4e9d16d8760a1679
MD5 88f7def4f4fb497e154c8ddc4c6d79d9
BLAKE2b-256 43dbe1a326a93c7c9e0fb9b37a28d25c3bce36664598934b231526068151d01c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 51af946a53b27700653e554de407d81d8e428383057f171394e7cb1353fe4387
MD5 0a736b6a3bdb347a15dc8b54af9b81d4
BLAKE2b-256 21fd910c11869c111c1650ae89cb36f06da8079b0a6c267b61befa4e3109485f

See more details on using hashes here.

File details

Details for the file psqlpy-0.8.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7efaa224e0dd45b219967ed50f6b24bfb831f93460ad5823e18f9b84bc444b8e
MD5 15b10a3f55895f8e6af420410efea2b3
BLAKE2b-256 368486fd63023eb0681a0e901cc96e0bcebbf76b9ca4f4ff1a0c45a321df7f3e

See more details on using hashes here.

File details

Details for the file psqlpy-0.8.5-pp310-pypy310_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 18cc8eda0b9c1e64aa54714ce5d5f79c60ceca403cab24d72b9bece9858a7542
MD5 e68dbabff8117143848ee38bd5c1bf16
BLAKE2b-256 06913d8f0f66f0804f4afa2415178e3029e4bfe9533240a3ab6844995531aac4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 59b6f09114711d2678887bd47d2998788af9975831ef3c506e997121c68dbd99
MD5 37c7c8261c4a57cef14d26214f0d2465
BLAKE2b-256 14d92182ff025f3245fed9012f2974df765f06b6a9209c7ac2e97369adf2f166

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ad81e00266fee732b182e643b4e85ba5908edcee32d9b7e4a06af10711274bad
MD5 4e7451cfd1315c69ff2968094b9d6eb0
BLAKE2b-256 05ec66c9a499747b6224b82951e1924adc8ea548b5fa6dbe0e252d4275cca04d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed336d71bc59fb10223dc83bab19c11d9092ed1946407d7bfb6320e971f7f709
MD5 17db47b35d0ae81d2388702fbbea1c5e
BLAKE2b-256 a2752ca921606093604745921c7c86108f4270d7be5a707df8aad35169cc7bdb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 369ca28238448525e91114547c96349d784ba493d4bacf45690910618233d2f9
MD5 e67588c060c20c27ba45f3c0b61d03bd
BLAKE2b-256 5e7943918206695f8af8a9170c710f977cf2adebf53498b5c56094d66a81bba4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3e766b9ba034561fa1d11454851171fff290c051ba1dc6cb33e9153d23aacc9e
MD5 d6cafb04d934b40e4c37507069d1d207
BLAKE2b-256 95c7c49a7a52611a345a17d455d95610a7754040a465e9e0e6df5be0cb0073d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1e474b076f911667bbbfdd52bac3270143d752c2b93f5d5bb4322a2b8a6822d0
MD5 73f0cf89cbbbcd4d7d0d09f5386f7b5b
BLAKE2b-256 5b6e02b161710cf8826721c99a9bb24f598f0ec0e4b039dcff7087f66a748e06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1766e774f695acc5ecf6d47b317d38be7d11c7c6e3439f53c37936df4f98b1d4
MD5 5cad28c0abbd90084f123b0585ffe968
BLAKE2b-256 abd54df97771141eaba0b1b041ead19a94581b62fd57d381aa43d4a822711534

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c758d62e34af1d55275b692db48c0db4c82de5c4fff6117ab3fd491b5eec8f15
MD5 8a22e0f5cf3fd04fbb19d12793b8a693
BLAKE2b-256 994b01d1387dbf08b6fd5b47ff1d07ba1d1d9d823d51f31ec412dc6b5f371562

See more details on using hashes here.

File details

Details for the file psqlpy-0.8.5-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c7f01db386977c2b124cf73ed56d052ed12ffeb85b3059d9e35e606e297d78d0
MD5 eb5e9f5e8bea38e8834b961d588bca9d
BLAKE2b-256 d0a96fc362be607503e96fa05812731a34e3f79eb652bf6cc746949ad0c57477

See more details on using hashes here.

File details

Details for the file psqlpy-0.8.5-pp39-pypy39_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0f5368e5b7cd53fbca02163f58813a5e37edc1f5bc5d5a23099d76c225a3a156
MD5 d455074b03c6a276192adb8f16d7bb8c
BLAKE2b-256 4539090728b302d6838d2577a6cce3fee1a496513e3e802da4b3f0dd96706786

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e0ef0cadf9149e6082470a1d1140c1a811cb80f6c85858bf3100c3ee163bb450
MD5 3686bbd393762c280c7da2224c867c46
BLAKE2b-256 9600b6612619c73dfc627f577ff347a0bbc9943281e8e5d17bf4bf26ea3de095

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a60155755312702fdb8a03a4aad9c67f70249c4599a51456e39479075c47e0c5
MD5 ccfca79a353da23886a226f045b63202
BLAKE2b-256 4c543525247f35fbdc5296d0e63f06f8dc503b27bd6d922e7debb9d5f47dc7ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c80998de7d45dc6caa4b370396aecf71087a330e946e9708828fe7c0fc3e019
MD5 36d16befd80985539ad7c7a2f24bd80a
BLAKE2b-256 43559c2e65c6425e3ab4cfd6bdddd6cebe6df4465866562366a6ff969b3e8082

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bb6f568600bb2bb12694bfbb7d9c5a372156b1f00b37c2cb652604b8bef0b40c
MD5 3f726b43aaa2b7bfe4def0c8450a413c
BLAKE2b-256 d460cd59894671cc77d2c170b52b552b547e7f5bb9a7e20e7dacae302391400c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4210fc25a85c29978715af1f357a4699ca69a5c1671c322869d6ebbfef766a74
MD5 f52096ea4a6c6dbf55647385481377ea
BLAKE2b-256 1ec4f2d4f1a4b725955bf2e10157d027f3c3b64d8326feba5f82446158de6529

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 088e55837dddbd3c211f7976db1455817f7e700a1ebebb7387c780e8bf209e0e
MD5 fa05b0e9a4c70fd6caeb4b58f0b27ac7
BLAKE2b-256 88704679afa3ff3155065c7f5ffc56e78999f6c4283fdb3d341a6b4a62b26cca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5fda71244c2578623b15363a401114927e7328d6230c664a08fb46010879579f
MD5 aa6180662a28a5a661e8b926eddc0f8f
BLAKE2b-256 264e68216f085019459ff33a92527eb2be6a1bec07a7755b50e61be7c27ba81c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 66834af122eda53b3df9d76efde9c70494b8c16033d7cde730a2d6a6068566ba
MD5 67c43ff882ce66818a064d062c5a0d91
BLAKE2b-256 2ee76aa3d278838f6065dc2cfa303d5644fc6c49247c47f0b0277c183b3d8451

See more details on using hashes here.

File details

Details for the file psqlpy-0.8.5-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cb360d5236d2d09b4dd8d07f256213524e84d1784031cb211e49436fe53d4cd2
MD5 09ba81776984891e913717986227cd38
BLAKE2b-256 3ea71e6af286a85b213cf9eb1d6ffd2661a49d15a1a6965946cd1a48df60a74c

See more details on using hashes here.

File details

Details for the file psqlpy-0.8.5-pp38-pypy38_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.8.5-pp38-pypy38_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 541564a9f934ad665237831bb93678b36c521051793ca0fc861cff6c0bbc1a87
MD5 b5ad32b543719eeade9aa059cdb1f34f
BLAKE2b-256 d0f1bb65d00b5a38336ee4584ff5b8cb53ffb2c995bf90b7a2cc3514ed07a19b

See more details on using hashes here.

File details

Details for the file psqlpy-0.8.5-cp313-none-win_amd64.whl.

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp313-none-win_amd64.whl
Algorithm Hash digest
SHA256 3bfe368e9386079224fbfc3b989bc327196b2a36faa9c5362a8e096c24f517b6
MD5 83e4ee33c7ca0be846873dba9d8188fe
BLAKE2b-256 d899b79db38b7a08cdfa9b1346e20a9e9be7382d4ea844cddc2999daea090ba4

See more details on using hashes here.

File details

Details for the file psqlpy-0.8.5-cp313-none-win32.whl.

File metadata

  • Download URL: psqlpy-0.8.5-cp313-none-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for psqlpy-0.8.5-cp313-none-win32.whl
Algorithm Hash digest
SHA256 6ea97c54c795f1db5443fccabaed8cf62b3724bf7e810c8e8e88de69dd154fd2
MD5 539354b9ce63b4f50d4659be169f4342
BLAKE2b-256 6c0abb6c00d1d08aa408b891ab1e5f3254fecd6b9231e95f51b56321a18daa7d

See more details on using hashes here.

File details

Details for the file psqlpy-0.8.5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff1e62bfee29e2c86bea03fdc3a84ccdeb24b3a7f66d285d6ba16876777c8185
MD5 69d0ae1daff4edaa143808df9d59c51e
BLAKE2b-256 0869382a3bb616511d851e824044a134dd21e5291eaff3ba01460433c9df0f95

See more details on using hashes here.

File details

Details for the file psqlpy-0.8.5-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8dde3db5fd9f175ebe0c32e13c052caa44ba2fb6088367a3b19d757da4fab9da
MD5 5e930d1f0b1a33fc63f94c57d86cb345
BLAKE2b-256 2bbb5f7b08fa346115eb9688cc8ebe44c25db36eb348293838fc1148589b7d86

See more details on using hashes here.

File details

Details for the file psqlpy-0.8.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c34a4eae8f3160462af898eaf32148473cd43b0caff754b89aac0bc52a9d230c
MD5 2bd69142d9007fa367d5b1798ce00eaa
BLAKE2b-256 8391afa223a8ef19295d9ce01742c74023d2a7738d573949134781efa836fa91

See more details on using hashes here.

File details

Details for the file psqlpy-0.8.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 58c80f19de407a1bac2f484f24176a414133b5ba49a54a517f1f32ffeb679811
MD5 2e1a07c5b6c4bc406997a1cb1c517652
BLAKE2b-256 ff448d67a3ff7b3cc66171e97bb84df3e73fd28cd53dec798f4a32cdf0496c6c

See more details on using hashes here.

File details

Details for the file psqlpy-0.8.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8d571890658e632e8fbd66221c2ad0cf8b1f95e0b63e4520da2f6f7cdd39274a
MD5 d545b5ca10279e9bf086289799c38503
BLAKE2b-256 8a03da0629f4fd332bdb8f699039c1adccf40d1da2200204762af60dd79914b6

See more details on using hashes here.

File details

Details for the file psqlpy-0.8.5-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1c7ca792e7731ffe032b6b2ff1ee951eb5b69f85fe804b322d037b9a918ab9b9
MD5 7ab7ce8216e77262caadcb1b7c674cf0
BLAKE2b-256 97a28ea0a81b07679f8984e379e1007ae6395ccf2c08c6da4b42a61f8c9873ac

See more details on using hashes here.

File details

Details for the file psqlpy-0.8.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 16783a3906b088ec3276b44cdfecc8633cbc08ed07abc50c085e4b016f184b59
MD5 8b303d2b4375730e2586f51d4f6137fb
BLAKE2b-256 f85d6e670e0eaadc41c2d150006d79225ffc6405154d6d7cf59ebc3409a30f92

See more details on using hashes here.

File details

Details for the file psqlpy-0.8.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 445222db8817d250ba00f905c903f78559f57315579d4fec0f9289852594b586
MD5 7c3c8dcb4e30bae8dbaaa694f3fc8cb1
BLAKE2b-256 8c719313e15050c87ba0cfaad3b954eb9089a2dfcf14080651abc3fc7b8e8b1e

See more details on using hashes here.

File details

Details for the file psqlpy-0.8.5-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65bff80433da0e355ef96bd69e1368a2201de628bf073f3679113bd1f2976064
MD5 2d40898d181348a39dc472540c865a4a
BLAKE2b-256 f4009dbd800c704beb42304d51453a391f76a7db10c9117e084b7319426d1600

See more details on using hashes here.

File details

Details for the file psqlpy-0.8.5-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 07289ce215aa4b76028f285813280c01ef4b127acad079ae80179d27c5efc031
MD5 243a9e884c968fb65a422ab976819616
BLAKE2b-256 35d51a5b4539f26253ed952d78a47725d274dc0e88cec9d7e926a9ec8af2e71d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 f9d8625b31f2c37c3eed1bd92875174f25fdc992b5ecca9e6b4d1bdf0210287b
MD5 fbb2f7de8e4e7995eb354697db93ac92
BLAKE2b-256 abde683785099946e2314a00c45c1716b4787a2247f7d10e84883f10147b8573

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.5-cp312-none-win32.whl
  • Upload date:
  • Size: 2.5 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.5-cp312-none-win32.whl
Algorithm Hash digest
SHA256 b677ce37c57808b753cdc096c8e53dfe64f7892f6f9f9db1578ff259df45ba49
MD5 0704771493138e96b06ae87cb91ee779
BLAKE2b-256 466a2fd2128ca2aaa57b25dffb978dff79daa130439d99117163010d4d8466d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d8e4a4def399ba736c73817aaff30b71183b15b4a49e7e3d880c27388da2b9e9
MD5 455937f18e9b293f93a4ed24fcc81f6f
BLAKE2b-256 290ca638f4be0ddc97a3c46e58ebd67342cb0034883974fc2f08c20fde2ac410

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b59df09e90c0e3fa56b823fee432c89cde97af02270549a97e59035ff1cd412a
MD5 a3d966e8ecbfd58949fb54fabb090882
BLAKE2b-256 e096482ae152a5968e7286f77f72d6c261ac26f8b5bde288fc6f938daf1703f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c4ff8568ed193ef46ddac7e0d0965f55ea3931fa4ac491484eb932f22b15be2
MD5 3a8ad026ac39d4f5982bac5fd4c1e4cb
BLAKE2b-256 64ab6ba4bbf724d11ee4a36e0a88d1d7bbb5373a0157cf17efc54fbb214f1066

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 63190d338aa9904259242697c20552de035c847eaefb632dcf9291a29ec22057
MD5 f2301e2c5bab585af2aa2bb7958807b6
BLAKE2b-256 1bd7f853235446c6c34f38c544d94d781a18b704b39f70caf88122bf7696dbed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ee27337dd24f85029d4157dbf226a0fbc0804931b026cdcce17e46211abdb4d0
MD5 a4c99703a38c92696aded2772a2fcbba
BLAKE2b-256 30b07cc2d24e1fda3364ad005ffc339e8f084586793a87a387c9c2f1f2ef42f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5f90623134ec2270d36a7bfc2640a9780f5b02a904539109c866ec9d71290a7a
MD5 b8fbe09803532521edf479f6f438bc75
BLAKE2b-256 91cb41b56bfe226f294256176762f8909d2467f1714af5b28daf97f86ae4e8f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3697f36725df3498f57fb99984e1e23169a4ed11d6a2f47f7706f6f46b32d005
MD5 9a3be8768d7267fb3c8a7a2c42c5299c
BLAKE2b-256 df5bf65079f9cbdf305fdb2db7d97da965fbaa525d41e8d28f989964943b4dd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7532bfc866f678c446f6fec44ac6b4f642384ccf0e3633ea118768ea9ceb42e0
MD5 f1dbdd9ac18367110900ce84db8d157a
BLAKE2b-256 2c676499eda50006407733a690eb6d5a0fec393da683f75c9bf11524fd3761eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6d0f0457ffc66650f1023a7b0f1c912aa2de21f466cad8f12fef081ee3223dd5
MD5 52b244b36544f97b5d6d9e2399b42c86
BLAKE2b-256 bdfedac6a2facfcee5a1b5cf8ac0154ac910147bfa11d875bfa50d3301e7a1fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2e8b7fa9de23f1616cf1287312aa418cbe3cd1a7ae1f0a4a0e48ab0e8597d1ea
MD5 d2c79a86cb5102f6e74b1a71f0a1ee55
BLAKE2b-256 75e15eaa3a6572bbe1a9a92cec836410b41fdc7665cef4e2ff5dc5679b513335

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 fa80612798abee47739ad6ee01d7f6816bb78372eb6505d4593e588465153d17
MD5 52f12547fabed25c02f9bf7cb2fe6d36
BLAKE2b-256 16000a4db5392f1a69a33b0511c015a2c1c51d9b2f4cf97f0af2d17fd602fd4f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.5-cp311-none-win32.whl
  • Upload date:
  • Size: 2.5 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.5-cp311-none-win32.whl
Algorithm Hash digest
SHA256 d054c99caae51dffad1ad97c0ac8fe8c75068d8e52d334b939f089420b6225c3
MD5 d7f2948a37d91db5064874b6aa2afd53
BLAKE2b-256 c736d5f6986b3ddd7a296346b03965c8619a6d52a333a69c3e1cea15bb27ee3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 13b0cdff199e136edda9ea3a6bede13fb2dadc16767de3400a1f1debc2373535
MD5 691b4a7b5a6e536e59add3f7fce0a1cc
BLAKE2b-256 f94c9276f2871378e4ca8c58890971fac28835394a0ac26a48710061bed1b194

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5a5635643e0e523a03dae6c3eda086ea2c0e7370dfed7d5af890e435cc0e395c
MD5 753f5cd6557027e5e9dd039eaf6e8745
BLAKE2b-256 99e46f5824ade260bcedb6b4d3ade6d8ceb8de707ffbc17b814b35c185a99c6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 68b4c2aa2e659bbaec4b202126b5b877bed38366c07d7f3857622992a27aa19b
MD5 1bf4466e688ed0b3ce3a80eadd4c6bcd
BLAKE2b-256 d8bc3de398e8a330f36bcb554d2209665fe1dff070239ddd3d31aef2c873a81f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a37904fadf7943836e56f8c2d3fd99de122880bf65603c999c44e01389d8131b
MD5 6cd8c7f41e5ceb0e8e8503b2e978eadc
BLAKE2b-256 0165d8133fe761d9b9e60506eb0300c5e17ae950c9a69920e2f236cfc8edec5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c21a2f638948f74fb1a2c0b0c0661991f891e6f77c057033b614c42b58eef80a
MD5 7a9e67690483183bc210afbeb5c3aed7
BLAKE2b-256 2536a9e54990a583fb2cf1720e3232af1d764686fe8aed1749d859de1c857089

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 25411f9aa2dc9849c7a6152d0265495dedce570433ecd5a6a408ccface635c0f
MD5 48a1c8936de53cde7cdae7182dad20a0
BLAKE2b-256 99afaae05267303efb0a23a679512f7bf16565ae2a021691b8c3dbcc5c4becd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6a0b2697fe6ebee83f17995016c8a198a98f0e1fc6621ff92141d0e1f4c93ede
MD5 cdf9a0f2fdce0bab3a911acca37bab1b
BLAKE2b-256 ac636927001abe62db387ee1048eb2eb44df76ba20c5448a1812209fb774245f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 52875ff2449e03631f30538020a3d4758271e17aec0422a012dbef45e77c0b0a
MD5 fb27438d3751473d720c4b00844f22e8
BLAKE2b-256 18880af0e60ef3f37420b1d94e029366356bebe19cfaf4616a2f68dbf031e6ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d3e6844499a8a436822a19446b430adb2768d6cab2418887cc914760a2194bec
MD5 302b213f8a681377c27717b0022c84c3
BLAKE2b-256 1c58e0d02084cb01ae6156dc1c3901682ff5982dc6952b8108c3e9f68338505c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1dba475c48ae531e0bda815374cda54b83993f00db0171fdb8bf659f42c17860
MD5 e60a237fc8c836821365c544538efd3b
BLAKE2b-256 1676c2cff2fea31e44b889203a7b5b52f96f440609ee15fbdbf99713044b931f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 be2bbcb56531050821896490301c93c8235782bf3f6974a30267192a549f52b4
MD5 4487b5402876a3f178830be7ce415858
BLAKE2b-256 deb1b39a11f78c1a88ed52dbf301a23047b4283bf0f1530921b81d86595566c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.5-cp310-none-win32.whl
  • Upload date:
  • Size: 2.5 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.5-cp310-none-win32.whl
Algorithm Hash digest
SHA256 24ea1f6e2532a826882be336af810ad22b85d956c0b3d1640751caa022a42404
MD5 919bebb743ea3c5efac2f145c84b20fb
BLAKE2b-256 aeb90717498bcbab38c750a6395a8a0d717551445d48b7f234687f69a1248274

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b1c9e64ba79593823a3cc972736c1cfe29bd69ab3d6d085640cce21bcffbf3c5
MD5 9c014e63c81cde8e80922cc4f2ce2bdd
BLAKE2b-256 78ce7361db218eba96933c4e4b1482013e1b1e53557545307d64c6f5b8ef871d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b8062fb6bed281c9a8105404cc59fec34bdab83dbdfdeedb6a7f00133dadad42
MD5 2698402b8e434dc532bba9c921e2f634
BLAKE2b-256 979ce966e8a404b455f47d92fee38f9e3e97927a3f3bb63c48c0ca943905ffa2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ac55f0cf0c176a3306f209270c3962a520c87829ca3765c6ec225c859b8d5cb
MD5 692d6f2afc55cf3750a2d17f99baff14
BLAKE2b-256 e18c0271d3a46c9cc2bb736ccea461e733800997e5dcbbda1625d1f5e6116e04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 be074a873d29e771d850e286cbf1c222bbfd3000c4fbd7e2c788828243499216
MD5 463ef4b843c6af4262b0625a9dadd488
BLAKE2b-256 01f9225f747f5ef99ca84ab01bf8275317ca0385e339415e3b6f8ed8f9ccc61f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 47ca05d331349adcb789f63c39c507fbf1fa3b9bccc139453068e4c739211b21
MD5 5c14ebb72470fa075d8ba0609e2598ba
BLAKE2b-256 a75ef56f02b783f211947850701528cf0ef0c112e6e974466633973f203368bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 946e2770674e6722b01d8e52f3a6534499dc982c66e25d72621a3c1799130bbc
MD5 0558ae436e724a19ae5017897c72411f
BLAKE2b-256 47f914d293abac85c67457851fa760ede431209666b366df4f58727b399405ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 200c3c720f9dbeba9d15cb0ccf6d0459b42617a58476650dc965f1cfada99e0e
MD5 2114fb207dac9f4f9e0f1509cb5f8c84
BLAKE2b-256 777a8dfbae2002d7dd48a6d2351754f09136b2bacd35ab0ec8eb511d20c9ee11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b3ad4f30a47160a9e503f4ff7e223084b8ea064b47344c977095961c455166b9
MD5 271931629d52439fe7e9a648c1d351c8
BLAKE2b-256 7da08d50de7f1b6729a4fd17675e910455e2691821cec12ad82b75f1f7149ee3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 799067219dc0067d3d3ef080db597dfda04355db1565e098e8cf3285a5b410f0
MD5 b5c36022a28246b17447dc0048131765
BLAKE2b-256 4b7799d5d0109e830ef2035d242ec63235f0f45414ce555963490c74d3848e95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c3caa796b4290fe35b98a1bc0fb5ecfc34c2cb2713f5d66dad8b89af30032bd4
MD5 c4aef94d5d14ef071b442e2efdc1b995
BLAKE2b-256 f827b19c91029c55f02bbf29a558b494c62f91c9264fe48b70a9957efdffc581

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.5-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 2.8 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.5-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 e42fbdfe5997ea4ae5a9a7fc0711359feb56b521b48c450e8269b6cf3da03304
MD5 ac987b43ac184fbd47bc7bd34f30e83f
BLAKE2b-256 be2c733e73b1f502b175b3f8895e6f7c1e2fcca5ff35d3967ce46935a7ea87ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.5-cp39-none-win32.whl
  • Upload date:
  • Size: 2.5 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.5-cp39-none-win32.whl
Algorithm Hash digest
SHA256 7ae98e7806f2986cea638979854db2a3bcb721b1d185802d3dca1df6b41ae58c
MD5 122d10c3f974b2a9e79e0d99c948c463
BLAKE2b-256 e4494c0539a5b37ce753985e529ba4ae836a92ff3825df5e29b89285dc79cfe0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cb87f28109527177c088b8b75f36119163b5f652472c817d7bd32d5d50872cd4
MD5 b536cfe452ddc1ed4d10d4bef4530a29
BLAKE2b-256 cb0f81185539d9fd287f30a7dfcc9bc8e872d1fa1896c9434ceb24c3a6ca2df5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e8b4f43f610031343e08a9f2196c697e26d4e44f3a1b2bd87d4b70c032019d65
MD5 687d7155b3bc2f47768020ce6855aeaf
BLAKE2b-256 1cf8ee058fe4c87a5f23f3b1e55356379d053fb23983e66656568e02a73efb35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa00f7563c7e0d4fc222eeca4ab8af536404a737ed28d4e29e24996df5eab73f
MD5 48e5ea093b44bfc760379ed03654b68e
BLAKE2b-256 10570afe649f38121599ac5ecfda92b84169e2e0745d0b5ecdfdf4cf7227813d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6f9e20ca76cc9f0807ca866f7f6ce0380cbba81736c4fa0deb1f98cedce5bfc5
MD5 f986f6478bfe1e687f62464e442f2f4e
BLAKE2b-256 06547b70002e0eaac46a026d14d8dacacd846b9f09568673aa98569dbc627dd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e05ea1f9acb3ecb5976cc84e80e2dc611da8d6d6d63abafdb0824234fec53415
MD5 0b4c6c922011a3f662f3474579c9fce6
BLAKE2b-256 4ef4aa4f8908ff07e740428c36609de0ab68e14c6c1a4be51c557ca693b98305

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a5293448b4e9075e46a7a9e9f862c1257b7271305651ffaa510c99d5694190d9
MD5 2cf0aefbc4ec331a07a8d98b0092624d
BLAKE2b-256 b5a0077fd7eb8e0065d68532d5373b7a6a3e4774489bf1cfe99df38ad9ee435f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bae4bb2910c8e1529e059b7a21fe538fb0d265db171770d32d90f472601f4d5a
MD5 ecbeebec46e0e7212589ccc1bae20132
BLAKE2b-256 482a9b55abbf620b0e41b6d88f514197dd48c07e767f7f1cbb3703368f8a8c00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 396cdeaf10b9216f33d397519991b79a6e5858facb90864b75b3b257a2656688
MD5 f60e608372d0b727301ff40bf5f320c3
BLAKE2b-256 cf9c9a49843008e89592f5a6ed104dd2bc9351cd1c2988fc3617f49df9866f94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 16ac292275b012e9af6f77e931e1e0344ff61f9c25eb5a2979bd24b7f263fbb9
MD5 de3474ed472d640ddb6f273a83f010e6
BLAKE2b-256 53f664f24a2a7b79cdcca64bfc1b997f964026308bbc83effcafcae282a2eabb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e7a77bc5da3d15c36529b465d82a0bc9c735f60a224d55bf6f28c283ca6e82ba
MD5 c96afce338b67d7665f5faafb23407ae
BLAKE2b-256 8a2125f1f1fb568ebe170bcc4de5f3c410b11f23fd5c973549e360eb2c247094

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.5-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 2.8 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.5-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 008ede47592f5c2a48a192ac7aa96b3bef2d3e30f5c6744d149e96bb03605939
MD5 c2c8fb438da9a0860f60a8af7d89be3e
BLAKE2b-256 9f91b218a95c37f917aacbbd14e1ed0359eb9841ab1a2b9d076dc6e92b2d471d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.5-cp38-none-win32.whl
  • Upload date:
  • Size: 2.5 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.5-cp38-none-win32.whl
Algorithm Hash digest
SHA256 b936485d64b1938123fd3d62736cd623417653e820839881fc0c8ce90884e4c6
MD5 744a5678bd5d2d8db48806f60f385fa7
BLAKE2b-256 ac5cd57ed4a70b3f10675762eaf0fbfde4e6813841ca192e3662535e95cc865d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d1fac48e0de53a1e3beb8998debbc868cf347e1b5a1a4b702673e32e98de54a5
MD5 6bbbccddf197b2c5e2243f63ba1bbc15
BLAKE2b-256 689c4a2198f225cbedac11fd33432e1fc7412efdbadd960ee9104608e1bb051e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 94371ac2fcb22d3b7385b09e669b81391915dba07c663fdc00b21d43e726179f
MD5 14d97637f1923effe61d076d01075e8e
BLAKE2b-256 1d66d3d3c0a79ba7c210f2cd062857ee701f252cc04f3a0bc034ed591bfce4a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 84dc7c535fff366f6f99a649b6562cab6f3099894b9c4ba3e8ca6fa4ee13f8b0
MD5 539cadff4c2ba19636e9dc384598fb72
BLAKE2b-256 10d1561a50fc620df6b3e6e7ce03a4abf9979892cd17e3c9f9c9a3b3b8c8bf74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e33bda790dba147d489437389438f07a8b8c96c2306a18c880390c38d660f099
MD5 f9c913e17c76dad099caac79e001da3f
BLAKE2b-256 3ca8d555c8c78750134ff47f60e433646e8caadac1a3b527dccd41789a61cd9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8a38bae11fb1c49cbe54c762b0d635433cc3762cb2c1d2b4a33a52007aac5a66
MD5 32f9e996fe29cbfe86e0d01ae43c5423
BLAKE2b-256 2f9a51eeade7920dd8320a11449166fdb5d3a9796f1e20a506fb3ceab93c078d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a8b75258c66eb54582b638c7a1ff83ed83e4ec546ebd0c0fca0e47e038fd3897
MD5 ea8b8f0261ec2004e11094b452f4d997
BLAKE2b-256 70aa99b5f1600558076f4d98fc77ce9cee0e4721874d8d653a921454b2dacc63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bdc6694288583dd70e9925cb110fa1f3d707c13fb0746c9d66e6054c2f1ac9d9
MD5 78cb0a3389170fb927f4ef6c9bfe1e9a
BLAKE2b-256 f898b3bcb8e3a6a4faf36be78b1024883203001e60de17722b03e8db0c6b0d05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1498ad1faa5fced9bef31b2dbb9e3930ab11ddd0ce5f9281e89597317f4e9a99
MD5 aa49ae835c24b951c5b92171def46753
BLAKE2b-256 a25fb4b35c44fc6431e1d2d025d46d6944d642b957f48681b1eaf50026e314dc

See more details on using hashes here.

File details

Details for the file psqlpy-0.8.5-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cda311c1a31b1b8abd4c6faf6f17aeec01f0ea9c6058c8918af2788cf3ceb3ea
MD5 52240dff4e4b9e79c006e6ed21f5fb19
BLAKE2b-256 f0cb40539e85a7f4387e6c8d86ee6a35ff0c06ccf1a80bf7e9410129123039ae

See more details on using hashes here.

File details

Details for the file psqlpy-0.8.5-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.8.5-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 368caa4f0419ea18e7bf50da099848807062ee8600f9b12a4993b89aaa39b082
MD5 f4011e9d6c298cdfb014be94bf0be53e
BLAKE2b-256 b7e984598171d3b77874e71db8e98cfef4765a63be966cd100ca2f3053dedcd3

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