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

Uploaded Source

Built Distributions

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

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.12+ x86-64

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

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.12+ x86-64

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

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.12+ x86-64

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

Uploaded CPython 3.13 Windows x86-64

psqlpy-0.8.2-cp313-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.13 Windows x86

psqlpy-0.8.2-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.2-cp313-cp313-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

psqlpy-0.8.2-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.2-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.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.5 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ppc64le

psqlpy-0.8.2-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.2-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.2-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.2-cp313-cp313-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

psqlpy-0.8.2-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.2-cp312-none-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

psqlpy-0.8.2-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.2-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.2-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.2-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.2-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.2-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.2-cp38-cp38-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

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

File metadata

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

File hashes

Hashes for psqlpy-0.8.2.tar.gz
Algorithm Hash digest
SHA256 e5a0c003ed4d735aa37362f12aa6042cf90c32cc2883fed79482851f1b3f8542
MD5 7cf6dc3858dc866ff3caa229e0224443
BLAKE2b-256 71634b1f4306166c0b4bc1d1bec252a7539f817c208f50420bd65049a7104605

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8e1094b9b60bcdb42dcd6f30f120dd37885d4b35b5405f2f70c5a2d38a54ff02
MD5 3b6f7a80c4138844766456997cbfe256
BLAKE2b-256 cdae7cacb8d025b64106669e2689bf78f3571161af46996f8cee48fdd139d136

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9a4ca92b9b7da3d7748ccf107d6948aed793e916832f7dbbc3e8029fa2136ff4
MD5 b5fd1e73887c752191b56ed859a49432
BLAKE2b-256 5cf62c5d5fca58342dfd0334ebf143d77b6270142e5c98eb1f9c10c739da6ddd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 369f943c2c97fed034f61ce1cb58dc37c45cec89e292378f6cab4391fdc58932
MD5 1a777b277d3b867cde307370b2127af2
BLAKE2b-256 fff06e521ec53d742fcf24e01c6ad90b4cfba265d2b8f69da0217af3c7ae7160

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cae582a75f7400c14d2caa032b8027f56843f8ca941f28865143b8b78d0b7a9a
MD5 7523fa93087e9e6d592b14756d0bf847
BLAKE2b-256 c0dd74af233167fa10613d01155e892736500c4bdc643c50242231fcca01fd2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 07952cf49666e2b32b0acf76a6fe9edb0f58cc35d8a8754486d678ec7068d0c4
MD5 0fb0537813042c27022eaced9f00ed24
BLAKE2b-256 624cdb767a2f72bc993c530f10ecb9e85ca2797d7e46f0e461c87f661361cbab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eb5d915692c5ca3daac7305ff2d386ac81fd0a70566d12480bf60064eae5479d
MD5 075659a2ac24facbcef202bb860c415c
BLAKE2b-256 bd4c8f5456e9e3ccfb5f9cf041dc850d768b7bfbf63a514265bcd4e206b8f370

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5fd38217ec526fdce19c91b346ccbdee4e786b7f299bf2d4f153f6a4e132c878
MD5 99d3fc63d92bf7bb93fdcf40d4f7a398
BLAKE2b-256 3e783dc6ca59ac95acb66f63788e82a9884496143d16273e2d9097f9440256aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6a74e9cbd6faed0de4dfb32b157becb31d946bd44a1938db8e44e41afe962b38
MD5 f0a778edd3eef9bdf457e257c2a50ed8
BLAKE2b-256 7d0ccef16b191b5d7d814c4423566915b41c94411314b64863cb75788e5df409

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3fddbde466bdf6829f1218e8e86fb57fe828285d9b1bd6aa4cd5b1a3062e951a
MD5 c85b8634a6fa9d2c2438a15c13f24547
BLAKE2b-256 36952bd1b9b14edd996d845dc6f76fb2f4284e89b2dcd55755722774109c0053

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 51841b20782a99709732bc1f500c38487a385deb7e9f164acc46454c5211bf76
MD5 ae59fa1634d19346eb380cc89c7731af
BLAKE2b-256 f493986c2e8e1699449e82c6758a6fc37b3bf121ef875251e9c9f41f5519f5d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 056f661fea5094880bcb9d7451d84492b0e7cdda1bee95c1f40758a7f0a9b499
MD5 4f6ac01b071f6e35b9ebc189b698cae1
BLAKE2b-256 c5f7cf65cdef0cfd5517067a9f2a39c28697f29a2a8fa94481c9ba681ce354a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 efa7fd5611413aa4431e6ef468b61815ba060c47ee32b6f3ad601c6706ce77b2
MD5 f7f6bdda4a89679e6116a6040b6d7f88
BLAKE2b-256 fa0c56d93fa181e476e6ee59cd8b10b2b48b557ac726e41295a4d180176c395d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6823fb1e95df32bf23cdecb8465eb16fd19a0ad0b15b0c21b8049f7058f66740
MD5 52e908ba7d9c1fb9540fcc5f4c59a60b
BLAKE2b-256 14bae77c42fc99f4548e856cbcdabd0d6e34f026a05125424e381e5d51f3b387

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 04892014e54b068f381145133d55f435bd01c3b50116e9efb81630e434dcbad6
MD5 23ffe2528d4e6346760137e0bc8e0fa4
BLAKE2b-256 8523620eda9361b1194df8e64b97216db864c96a47b2f130f047e3986c27170d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 91197d31676a71cb5caedf4dca213b131646dac1850108108629a63b55d2eba5
MD5 c6fb90499744d3f24e7a0090cec397e5
BLAKE2b-256 cb569e2e4ad31205060e333a09448980da09da54832c502e8e0721ed60cd0518

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 306b21fe467f7423e5c4a77a1f833f820f94edcfc13983a5bc93b28ef35550e3
MD5 dce4dc9ac6ad04616ccafc8829ff5587
BLAKE2b-256 4ddefef5c1f9bb6168fc18427e691f5b9a9aade4e977b42b8139b16229eef40e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 314f8901712765b893f6eb06fb28e956de7b42717e57a37bbf8bb13aea23b93d
MD5 1e834f5ddad3947be75ed75f96173bb3
BLAKE2b-256 9fbb660a01dccf576ac66ceda1f7b043729e0477b0297379cf5c6f2c3a203e87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 50e888370522efaa1c1c4f0a0f3e474719106ee9d74927a88225f43b948143d1
MD5 f65371b4017aa1dd28607c1cf3c6e372
BLAKE2b-256 51ed71418cdad3e6261a9be25297391b6d9a2612c0a954fe876ffbf98e778e9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 954e358c5f2f3be163d95d7b2e78ddb537884a0c4622f3d8add7d620b0db81aa
MD5 686441aaa41e0791e2395753ce6a26d3
BLAKE2b-256 4af53d7295486e7101a160d145f512e62f94b4536d88718e69cf2e4a8f4dcfc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fe033800e98c4b5cb83fff0a46dc799c1cc2ac0773ee70487ea5787b50983e35
MD5 e478beecbaf2dcdca4cf4482229224ab
BLAKE2b-256 1f7c43e3f4a92086fca1c0ff18c40b082b0891a559741ad30d503340fd637a05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2bc245f0e67d793fb0c2eb5ce288bacf22f296ceb0ce6437da4d1753e6a3760
MD5 67aa9ddea1fba5272d014a6ae410b8a7
BLAKE2b-256 09566582cd599952edb2f28839ba65992b8c8923cbf552d8c0b1b20299ebff64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 222be6ff3819bb71d61b3cd8ced1c96c111759cd199bdc32aa55be262690e17b
MD5 caa73e544e7af475751b31d67f5bb0f6
BLAKE2b-256 ef9ebe244f0aedc607017bdb55823feaa450848e1c6edab0ee61b4b44b28e6fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 909e04bca62ce72afecea45efba7610a20cb4a71d111b2e0a835136dc86459ef
MD5 5d593b3f415d7617ed1e3e23438e25ef
BLAKE2b-256 83ba0935b1584d07fd756d7b28e1ec1654441ea9da572fca04f764070ddf6c0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ffb32315e8ab46583a886d7300e52c0ce78fd7a2417f0043084ee563c7d25070
MD5 735826125d71d72bc7625c7d2b647afd
BLAKE2b-256 0e9ce1221cf6b3f91bb18e5f507db3551f9bf1fc4966414b95dbe30f492f1f25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f579925b9ff7ef02eadec67fc5cd0c9168f3c282e58bc5157465ca8efe0ea17c
MD5 75a31e0fe8cb272add630fdd9ff94358
BLAKE2b-256 4c6bfac386ead52f63a91d3a1d8b9dc1c62b296ab17dffcfa850b8d32154ea5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 73c0282c6274c43b191467afb8fd4dbfa3c422a38559477e9e82569da0fd6a56
MD5 2eef6940ea4cc87c319277e2dbeef46d
BLAKE2b-256 bb4c20c7c431d794cfda873df3e98e8bd07d9080e58ec1ace89ae8f9dcef3c57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 084f6c566cd6d106823fd34d7eb1f01467f7263e67fc5573bd6404491c217a88
MD5 d4f423dadcfe2c9d0f86d45f25b9ec70
BLAKE2b-256 d5fc01d1c449357989bb946430dd82330b683264e3ced0730c659bdca144e165

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa85a7493192e329166714b647d97911892d324311658bfd9e2b5603f2461ae1
MD5 8d995dac5ddad96ed42b355d8b3dff66
BLAKE2b-256 aa16ae0e1c171211af9b10f80bdc73e20ebf226d83ef6baefc4ad89e3b967312

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf3e822294c68829db36e2c02dcf15058be60f6ec7591ec1f31ca411d8a1bc56
MD5 99c44319ac64176e35dbdcee9bafd00f
BLAKE2b-256 72649e651363b77a33e205d7a7f9331a946b7204160b57b6898e63aa99d1e25b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-pp38-pypy38_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fc99ba57c9c1c429f599c9740d78d85b648a5a466866eae39be7780558c0b3f3
MD5 4466d0cd804a95882d537d9a28395797
BLAKE2b-256 63cb7a037c284c6a036ec6bc3bf091bd7e72bd3afae5256846cf5a44b4e5108f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp313-none-win_amd64.whl
Algorithm Hash digest
SHA256 503942b68348ada32a664d856f2e450f1a13e96aae755ef2908f037a96909b7f
MD5 e69a2b1f056fe8ffef5e98a66b264524
BLAKE2b-256 0f75ec1290b2a2aca7f09cf78261db44cd9c6c41dfbdaa75fca0659db5b97f90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.2-cp313-none-win32.whl
  • Upload date:
  • Size: 2.4 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.2-cp313-none-win32.whl
Algorithm Hash digest
SHA256 220795d5212f63a24b04c2a4751483600dd0dda269f85bff78dc5de8d2745eea
MD5 2e83ff2d16ea3028c1b68df4baea4afa
BLAKE2b-256 02b1c8e71e642edb49622ad8e3677ef1212ce887391c29da2402a67da89703c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d4109d1ab17a1bd3cd77ef6e444c184ed32cb193a1d46bddb7730c9b2112f6a8
MD5 29ec43a2e63ccf221f7ac0b72a66f55b
BLAKE2b-256 16ddc19983fb67c4bd8b28564633006abe71f44687a32ce8326d75ec9fc8a3d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 240f9a25054ee6969a29d2a08ccd726b90d048925052aa3b5fe457eb4537fc33
MD5 cde49aff5330ec71d11e692342e334e8
BLAKE2b-256 9234ee10beacc91ee8178c98f3b5b27fbf40554e33db7f660aa529dd7b9697c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d68529adb017544e7127beefd7d1b062f8989e2440bff3420b4c007e36d8e97c
MD5 6255bc1058f13af28493aa493936e7a2
BLAKE2b-256 5bbe5c0a142a4be09840bd6f0a9fc5a3db2abbd3089bbb73bb7616b714eed145

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dd8a64bd1ff2455eb09d7c97dfdec146f3d4ec834664cdb2c490429fc49d53e2
MD5 bd413dbc41e7f15c35be363ddbf20b4e
BLAKE2b-256 22a06e31483dfb9b76e1061ed7df51d6e4222bcafa053fa73d64cb9fe799fb1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 93062817d6e35e68edd8fcd1f5dd940152a0c580ee6815858e83184aabf5ebe8
MD5 0b309774f28cbb45faa6f4ac8fd080fc
BLAKE2b-256 cedd46692f650b07693590818f2d21ffde8d0df5a3ae261d5f6250d2e8990177

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 803c7b27e6d50033316c7196b7e9bc0a0353d5232d190d7f7a2488ae332419bb
MD5 d9e0a44ab8bf5a92218da48e8641c8ed
BLAKE2b-256 1fd6b12062283d25c27f7bef08b02def35482ef80f5b0acecc771dfb058b98d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e02b38a18df627d0b39e4db8e29848c010813e2d83cbf98373c4b08ef46e642d
MD5 2d75f7a4b2a878d1e4a62a30f027a68b
BLAKE2b-256 b53bac9a7046f3945973129962ca5ebbc777e376445fa31d524c69e7db8fb0d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d44931757b31a68bc8296ecf0ad3a8febd96fe5808377aaa97288237260cf466
MD5 1d2fb58699d61955fe69dd65a186bb4f
BLAKE2b-256 68a688aee3f523b72eb2917a5d8a79a486089ba2da621a37313c32cfd35be509

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1cd5b600037503804c75d8cb9247fa2f74d38c59213473c4dfa52cb0bb173def
MD5 66669d75ae17e794811ceb989e6cc70e
BLAKE2b-256 f1eaff096bc646a5afd735210835c771fce82de4becf4c5750a9c0492f6e98e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 743bcfa1dc9fa60414408901592339f70d7a6b2e6c93a52eeb12cde67151ece2
MD5 90306cb3c82229efaac681dcfe8941d9
BLAKE2b-256 3a590fbb90042f581e838031dd6468b17a24952dc9d2216d92ce6f04d7b24253

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 01baf28f47a7134d0b7b69af210d9cb28ea03b0b92a984001a191889228bc499
MD5 9a0e4f0bca44507cf10591f511cd029a
BLAKE2b-256 1153c72c8ae4e38a254a77d89ef09562137f69ac44924d3e3628edbd219f764d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.2-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.2-cp312-none-win32.whl
Algorithm Hash digest
SHA256 43299e95584b2d656ac04029553a382c77073de1b9f4d5343c11c974a8b79fc3
MD5 57c2c68d1fc5c6400e96179ed3acb013
BLAKE2b-256 3a5b292074dc942dc53624bf3eba8004d1ce1bdf869afeb37ff0671839401c2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0fcaba0aeba32fca7dc7651b21edf7312fc91796f7c61a023637a95fc9a7474
MD5 c1f5df1ca6af1fe3012eb007f01a6b4d
BLAKE2b-256 6d3802ae520625138a10fb6a5667bd996ef89bbab8c4860f537d1c6ea4c6487e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 22469b243d333940bfcf717e735a11f4b86127f328f70d5a114c02f6b662f33f
MD5 e6c67ae6e9eeb4c54f8940d54c45be56
BLAKE2b-256 0d0d0b6d923c1661d084f2690b38e9a69652950cd29057df76882d9b12a31788

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 09a20de163842e049990f588a747e50570d2d930c206b6df9b222c06486fa9b3
MD5 8c3c36db64149fe88f4b4c229188ee42
BLAKE2b-256 c2e2ef19895b7edb918e0cba20a434cbcbe83ce40adba6d8a7b060054b41d297

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 38caca17bde02c4b23c70904bd0cab6a3afd9b69b5f71ec76bdb6e2d7c98a71a
MD5 e0614aaa1faa33a11f56c3dd455cae3b
BLAKE2b-256 505e5928a7fd5ac80bf54ba06caeefa16d2c4688b03eb8f3fd8969de2fc1db40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 85723152d04c88202393ea1ca92ad2512e909c7dc3bd73ac653250175c92923f
MD5 a3bb733a6ad4f1a9cb9a5fe62128c7dd
BLAKE2b-256 db515ed6714ce4da010b2d799ce4818d7adcf8421fffc9bf2c9e572ea7a35f98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d1c573428de76ae42546c0decc9ceb6dd56da486d7468f03bd45f9dbf6e7159f
MD5 deb3dbbf53c911e8cee9a8038c328887
BLAKE2b-256 a7e191c6e575c947ba656fb39ea7c4326e9e4f1949c0d704c88aa1548e15d347

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 30adec1217760e5adbcc486991fbfb5b907115e70b7edf5ed8184085977ceda6
MD5 4ca67f624bb3ef2a2f447ab16a70025c
BLAKE2b-256 56bdd7a1cc3736d90298137b39ed7fb6e94db859a905a0332840d75e21a61540

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d0452c63a141725e429e4a230b359caf4719d51bd320525337a9a3531b89ed71
MD5 7c3d03e2a9c447734fad373363a82382
BLAKE2b-256 1609eef0d3d9c63a8ce9d0a0976a0edce99d53fea02d788a1a79048781086033

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 97a1b3dfe8757b47ba6c05e811a9cc52a67b9ef0c5894e2e03172d0c96aee065
MD5 1e5e5892c426554a2db26a38279ba428
BLAKE2b-256 8bb23cf54b20c1df4ce0c6006f423398382380d4ff5e86b3b3394ba6085993c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 13b7ff7e2d33af8fc389105b79af9e81112573db24cf18c355a1e9cbee5dfec9
MD5 b42e6b43e514410cfa892955634cf0c0
BLAKE2b-256 360032eee8c78adf94d0958431d583e7bcc44ffb94d0a46c6aee15948ef20fe6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 2c454c6e9ba77c2f3da5a8ae2c3ee45753d31ce928f3aaa92144f4f206221b01
MD5 2f231c10186464ab30b9abe89fea309e
BLAKE2b-256 6fea7fe38340df035da958850ba989bca9a455ac3d26672c124c440b8392c3cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.2-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.2-cp311-none-win32.whl
Algorithm Hash digest
SHA256 10676e527f86a6170d93792969582ea3ae098af649ddf1260920b7e25f6cd975
MD5 101604268d364a40908c771d50c0842a
BLAKE2b-256 3ee55630ebecf00ce1b19ecfcb733bccf5d8322f93969535bb36c99133184dce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 14f790fc5e325fcf76693ab4f674d19f9e456877a91d9b9b349b085941890ac1
MD5 741572f54b8cec23964e7c712caa0543
BLAKE2b-256 38bf884e310e931865b34ea63a3bf7ae8a630bd797e006d67f8ea8a2de8c55d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 339552b4dda89ced7f877c58cdf3259030a76c56c1c4674fded6c997b0c5bff1
MD5 068fccc85e79d31c8201156eb4fc6b78
BLAKE2b-256 b0449d9d505f582b7cc3c8fba60aa41a53af6332a1161b29c9f3b43f5bc9b815

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8f781a10f6cfe64c985b35976c0346f18c115fa3e6905747718f36c0787825e
MD5 538449684c1cedef51512439e5bf1b98
BLAKE2b-256 b3e420d4383a3c99c33254bebf2a2a2ff80b91455cdf94cbb49247c17467a9bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3b4ab363de84b5a01320c492e3e1e92242fd59535c9647a13bf13eaaab3ef230
MD5 79abc14822361c5f98efeba8bc161fbd
BLAKE2b-256 3546aea395779caa79c009d2cdd20acc3483d275eff5c531de709feff97ac9ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 53e79b0190e17889cb9361f975dc8f7c53d7c8fb6966612bb3177f31f5c919e7
MD5 4721dd0ec03a0adf6884b00a2e06eb20
BLAKE2b-256 a6ee462d7fdd032cc6b6357bd4db7f7d28de879fcf3c3ec0bcb64249db3a4176

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 52788cc014ce52aa23a049bdbe6cfe50fa6bcf343ce6a6819a83320d46a41fda
MD5 9cbedf533ea7659ecbe26c8de999f0cc
BLAKE2b-256 a96da676b3fa251c2850b4f46fd0634d00c0ba76d3af44dcd500a7ca49755265

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6aaa1cd2238816ae1f7270584632352a367b9a234cde8e145a412b0b9942648b
MD5 4fdcb2a2a2adea379f92ad7673cd544e
BLAKE2b-256 a45b023d05353ff9bac0ab3d99f9883bb3a952716621b03c7aa4a64a187e93fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6ddcdd45234aebb05636905c272d13699865225821748388ddeb4130e9693ca4
MD5 7378cdd2b6a6c1f548bcaa14f777cc33
BLAKE2b-256 8a1582b707cd6e228bf24055bd751bf25aba99babf234992b1385bdf44f3c1a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c44939df9b84a88ca5c803f8dac67e57d75c319f0bbcb052608d15fadfce93be
MD5 917e504b2a5bb2b7caa7cd1e60091040
BLAKE2b-256 74909e98c35e3e1fd772b5bacc29ca8d4739708b9833cf8b922eb800219bacdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2861af5a6e1d287e536267f92219feb0d08b4ff416c611a63f1562088cb6e2be
MD5 831502ecfca9969ff937dc28e1cdf347
BLAKE2b-256 09db82185f4ca52244d5e38afff97b660673c3a346fc59b58385748dfecf491c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 860992ba3e9d1dee3f8ce5e7cb38703b7b8dea23e20940aeb4dbafafdf860e71
MD5 b27682105b0ff4987dac3f7cf7875590
BLAKE2b-256 09be76febb9d416310407a01d6562b412cc76907bb5d52a2da636b55efbfe8b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.2-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.2-cp310-none-win32.whl
Algorithm Hash digest
SHA256 fc06c616017441b8abd9aebd9e60716fb54c711c0400a39d277d3530524189ad
MD5 7c96cb219b4054e6f367df98cef83587
BLAKE2b-256 4dc03a6d70a55a071680056390ff8db1a38d6a2ca14bc778c5cd5e151913f1a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 45f439ab3f120a78b4afc38775821cd325cd3091f6053d61a800540132effef6
MD5 65828464ddc05f3ca2d477106f7a2a7a
BLAKE2b-256 ea6368f9b1882235df5d649ec653b1afce697107a446863d0ee65d882910d20d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d18d2de64f22027b22098b7251f17b813349acc964567abdf83e4a21e3e58060
MD5 2489ca85bf1b2f4f02014aed06b7bafe
BLAKE2b-256 b544108ddfd2e9ad5c399529b5a9eb38b21072a38368e9c48275fff16c72022f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 58653d4c7a5be774bb4fcd6325e35ac451f4692e8d273b57d0867ef937fd5860
MD5 b6a27b11ba0ffd04da3fb77bb465d5ab
BLAKE2b-256 41c36bb80dbc78ae924ed68f2e594a92d103b1aa2ec1c72f4d7e6b8df5e8c0fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 80e081a5dbbfc9df7d6e2810d4340676e0fcdda50837c8f402666262e8022f6e
MD5 a04cd09fb9fbaede94f9c4e95e708e85
BLAKE2b-256 6fe56974a82f6dddcdb0e02899f02ac5dc6aaed6437ed0201332d6e97d034932

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7a9d4168148fa9816d4a03fc02817dba99c784cef0b7e5e212b91847bb6f49ec
MD5 d7f9693d51c6946ed21cc5de4fde6fad
BLAKE2b-256 141d6f7cf73eb66400d001ff05b173c68ac0cdaa11742d9b429fab4af46e9c98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d570ce4b1137a10750922e0d11c64bd42b714a836141689884448add1ee0373b
MD5 2e2dd1d47c40e5bf630d74758d10b96c
BLAKE2b-256 6d8152587fac80364c04a2a9e28475a43858b48fc5df24dcf7fedb3708d536af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 38ef01c2922b416410594accd8d3b8e317e0848ad9405cdf1340da80bb3d44c4
MD5 d1e1f9d2990cb8349d131681f41f3782
BLAKE2b-256 f190b2dc06d707846de02460160cce0756fadb0fdaa7af690b194312e526670c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0243a497125d4b155102c96e2723b3fa58b95e40a0aeeee427ca88636a3bd0b4
MD5 8653eb685db55ce2bd959ba666d563d5
BLAKE2b-256 e991c3f6174fdbe69a17c0e31a8a155b1a4de4fdbcb3aa3f0452c38ac85ec63b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f68ad64b20c12bb32235c4efe44f582e17b42b1f4c14f638c8a593a91e0401e
MD5 07d32b15733fa9f2002d5b4b4bb0aacd
BLAKE2b-256 408a318e84d35045f222a79239cf6c5eb791fc3f4dd3191da078c21061fd8f77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1b59820e9e9cfd837c835e8e03dc2e41d10de710785096da23e33c66a81c2dfe
MD5 af29bd2cdb0c165c928fd80a9d14e009
BLAKE2b-256 53fa3ca15fc3f24a44ae4d8360d31bafc118003880e3d31d685cacb1ca9a1dcf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.2-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.2-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 6289ff703f9c741641085d033177e3b526ff4663fedf404420d2bcfd7b15a498
MD5 2548e20ca36bfea58cc74155e3507377
BLAKE2b-256 b1f9e8db5ea00308419a85590fcbb79eab6d40082e1fdfafe7ed364b5a208c66

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.2-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.2-cp39-none-win32.whl
Algorithm Hash digest
SHA256 4a2916add243cef5cda199b6fdea5d9ce03eebb66264e5c2fb92fd8e3d5f1fdb
MD5 378b85cecd7efeb49d7499208fdac1d1
BLAKE2b-256 39f0811826bf3467330dfc0337a1016eff8c5033951646f3199f02cf232631cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3ee04978b22800faf0a8838eee61733d1525961527060bf5d6307ad4a7d70179
MD5 37256e717920eb3c76d1cfee12b7fd5f
BLAKE2b-256 4af1b3ad5b45d7d36bdf4970df6518b47bf5a136a32163a49b12e7f3e976ae0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 08949b9bcaf25bc57381192a643b689193ebbbd7089c405b7d83626a4b04606c
MD5 14e0a329cbc2a7c0e3b3cb616749181d
BLAKE2b-256 8ba2f4f38ced7c5077e849255cd5e1453abade79c71d02ac28488a075bdbd78f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 92cd64b19070df1c22c68e72f83d5a7bfd80c4213c4b46aedc3ee1f02dd23e55
MD5 d8598f6f4002d05456222b1ab4989e3f
BLAKE2b-256 3d6672ee11804845d3ea4660758a2489d5c5c33e1db67db99ae79b8e5acda3f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e62dc4a85e12fac6479a799d78b4654d9094495d751959b4421e27ea1d1f24db
MD5 ca541215115f276e752ca1cec2b05450
BLAKE2b-256 67cc39a5aa62221e53d024ac4ffb736ff9d9b31cd77366a96f95dae432418f31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 29ffce3bf84996debb20050f4db4ef40ec4ce54a872a62d4cc747412b246fe0f
MD5 922e69bab741c807b21ed570a46108f6
BLAKE2b-256 b6ef6b3ce83378733f5f11d40a16b3b33a5604bd9834e822df2a01cf54f96d9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8c34aba3f18ab35d57bb8f6eefc6b67a2c8d3dca6156713b9802c00e81b241eb
MD5 890dda52b053ebf216d9e1ce300e5153
BLAKE2b-256 74e4dfb3d99c604d461c74545208f9d407c04cce2e16fe3b0f433a510dbffcad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6071ad57295a4630323b5719ef1b3ba69065fe34e27c52bb1c9081d832e74191
MD5 7909b880aa67daba629e9e8ee417b00d
BLAKE2b-256 3cc71bfd9dfd08926fefa8742836a74a31fd98e0e24fb976822169414c719df7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bdaf5bc5d80e237125e735e824205b5be84af99abb1f3154e0aeac751fe325ac
MD5 058e922f233a2f2f1ae95f7246ac2502
BLAKE2b-256 b5a7e5002a27acb79549303574c9ba8d1df46a5cd43415ab0598b3dbff2289ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 785b89c5fb4df73aa6a0026c5b691bc458a042bc197265b59d8d5bde11c72d95
MD5 d987df14cd0e18e568afc4926b6b05e1
BLAKE2b-256 27224e49bf52d9fa7582bbc1ddefb7efb7d54a23ef573832e061e6cd1e0ea67a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 57c61ae0dad7beb6cf3cd1a5bc14fb3a6a0bb11cb3a3d4280b868625613d8307
MD5 f59e65044c8a6a6a1363dc7a5616436b
BLAKE2b-256 fb980ec9818f725b6852757e8c7643eb127a8eac7f1956fc9112b14562ba3f6c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.2-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.2-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 55a6e58921409241994c49704be77dfe12595fb85323c95eac5549159c8189ea
MD5 2de4dc2d57a1876cac7556aeff9392df
BLAKE2b-256 58b1fa96284cd895acb38fe0654b21891ffb23f1dc408a4877dd9cd57c2af841

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.2-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.2-cp38-none-win32.whl
Algorithm Hash digest
SHA256 3e5487603867c6d361288ba9401820f1e515bd10cb7c8fceca4e8138f0783e2d
MD5 fa5b4aba5aed04e2d6aab409ee95400b
BLAKE2b-256 c5754963c6df893c50b9c8de44454cf1f9a23124ff589e2963fce2ff4c9f5d5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 48b73cf30d5829477f0bec32eb8902e43a63be4b5db1dc1cec56546b9b4026a5
MD5 7387339ec5588c9d8f00b03878a7786d
BLAKE2b-256 5704d0e04d13b6be7631d03582226a08fd0afc9fdc7663a4b5a665918800111e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 81d630296f2dee36e202ee35bc14c413969febe049d8c3d7d656e78babdf2c4d
MD5 7bab768d341ed562de607d1f26282825
BLAKE2b-256 b3372c9575588aac9729e91189974b73c3b44f8b61bfa64c09ab79fe00266f1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b21b480303e0129e3e216e5e73abf7d9613d3fb8d5db074e507fe93731084645
MD5 2d8a5ca9f29164b71ae50920b21f74ee
BLAKE2b-256 2a34c8094f20180e0466879bd87ebdeaa78771882c652001cb155e83ca773126

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e00a8fbbfd293f63d2b0305320ff08f09cf5919a82233edcae9a4658e0b1e9bd
MD5 ea03d0cf9023c4bacb459c557fc0a03a
BLAKE2b-256 3d578b2c77a25c82d3ac0738d2f360cea469268c6aaa2df9980fd0cba04a56ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 461a318fc02c24a3e56d0c8844a7e6cf8b1cd3072aee5e150270b2df6e37dc79
MD5 2cb50af1dc2bed96cb6456d5555c39bf
BLAKE2b-256 b55d47f513ad9318e38f7e4766294ed7e15fb6546786525d50e091e3b68189dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4326b0eb917330be54b923441e5e42cac2f8b5655537eaba5f7451b735756155
MD5 c625328ac3b007e95cb158d9fd4263ab
BLAKE2b-256 20637e2a3f8fb64cffe1fad66335475e3102d2514fa8f6445958e93a5d30f3c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e222e7acc6c34982df8a2e2754b676b6ffddb2a035b4ff397e164daabc2854a0
MD5 634a2e0bfd8f06fb9bcd17bff97820ca
BLAKE2b-256 77c1edce439d81fca92ae90e63e109076a2073b757fa811e17c0a20ba98a4147

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e8d85bff8681e1c0e6712f6e1215052fb699f0ec0f57b58e8547fb25caa0fc83
MD5 c6f568fe5524818c597fa101319b5550
BLAKE2b-256 1130d55a6784f1efc1b041335c37c50bfe9fddd3e2b239e30f2baedf47e98c95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d5347614b07a6f66306846f7ab5c81c8bc8bdfdea5bc01b28284b617cfb5424
MD5 a798117e46c89186e27d774528e94f4a
BLAKE2b-256 cba564eed1117fc05cc250e83af6e068ac110af7344045296693395a4201b840

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.2-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f657345914944483cdeb107a7ab669ba3f96b839ead4cfa41279cc78b09dcc9c
MD5 6a46129af2fc266f2be1ad9f0faeb69e
BLAKE2b-256 1b5070629f8ad993ef3cd4e6bb520ff92bc9548df394a98312ebd35f5d2a2caa

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