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

Uploaded Source

Built Distributions

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

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.12+ x86-64

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

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.12+ x86-64

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

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.12+ x86-64

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

Uploaded CPython 3.13 Windows x86-64

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

Uploaded CPython 3.13 Windows x86

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

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13 macOS 11.0+ ARM64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

psqlpy-0.8.3-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.3.tar.gz.

File metadata

  • Download URL: psqlpy-0.8.3.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.3.tar.gz
Algorithm Hash digest
SHA256 dc6458aec64358917a22f0509be863d4c1ee06650b4d1595ccbca36850bbf455
MD5 aaf9c8475f8efa7a5a7b159767a23842
BLAKE2b-256 05cdaaf9725b6c91fd2179d03fd167067544138acd98a74691b27ab595e6e284

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c39fc785201ca33ebee53f165c73d0535f8ce1112427b49b66868d3142834b08
MD5 048fd13cd005a5325d9f487204613dec
BLAKE2b-256 60861ec080a2bf083891a02e5a21bfa68399af955b03b87cb64cc9143825a947

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9ef73958cd4890212d9b198c2ffed97b19ed407b9072ce116832e3d66704aeb1
MD5 3f8c5bd11b4d8914af09a40a14268af1
BLAKE2b-256 d0c1936466d3413993918b6c3d547bd8f2e7059b4fe6f7ea8c320d6cbb6b18f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ac1803e0ef925a0e841c699b05f3365431a8d1cfdfd1dfe99bcd543da1b8e6ba
MD5 7d087e5ac11d8705c31a8a9eb977d8b5
BLAKE2b-256 61818e4ce3351477df7ed0704d84bcbdfe6298592b1e3a92940bb3f8d6e9de13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f47f4da3a0885126a8e59db88403a6811da2c98f7b13ffa0c76ab936bacd7d94
MD5 98a7bbafb88ef56f2331ff0115cb4f3d
BLAKE2b-256 ff5e613d1695c57e59b6aff2e0f619a756df85b4c1d8d2700f3cab063acc16e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 79d7be43ceda3cfda0dc3f11e97160077730c048ecfea606b9f049f4c348f9e9
MD5 89f083819877f245445450d1a9d9fccd
BLAKE2b-256 14fd2a21366ba325791ad86399299e9ba4633f0fa752139405d72706e3eb55fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d20d1730e19649b0631fe1df28ae258e3f7403e063e8d6b02417c7514caebf72
MD5 2fcbbbe25c90278d116bbf9674e3afce
BLAKE2b-256 4a5a47db69065ad98157d58231ed81296034e9e29bbc2560d993068cadbbe60d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e62e8c5191b4c5a224b10192b2dc327eaffa38325013525a333de12347a60e50
MD5 0c52fb101401d130520c47f3fdcfad7c
BLAKE2b-256 c7cec216e420fb04f01ed4be74644084d04e85fd35d5532c9aef00984fd4b8b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4f39c344e8ee6896941968c2c3d77f9481befae4694c8b461192f08270d75b86
MD5 d164cb50abca02ec012d5c8e997fa5bc
BLAKE2b-256 f5e5d86fdd48e74c8b772ff12af7b4715fcb3898e9eec8493ef0586405bbadfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 85c28535759b25833c96e88a407202a8f9c71b11e3c5762ce4034679a3368b61
MD5 ad3a976c6bc4ae6c87fe19775b21179a
BLAKE2b-256 451c04ca18ec022b43c5fcb7166256d91ee0ead9b7eafabcff8d6671608c22c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7997c37bd8e24a14e108b367d1042d8d2803f20bcb559396a5cd24fe3d2be098
MD5 95d136b30afbc0a4350c74f639e1c3b0
BLAKE2b-256 8a73232006fd0f92e77d75fa02cd4b52ab2a89b5d580f553569b5a891816e0d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 133d70af2e22bfca7b7c334577358c242273c5ec8b55c3dc532ac283c0afa1f4
MD5 f3665a284406680be1b4e8cab07598a2
BLAKE2b-256 425acafa5eff8f070a244244e6e46e7b1a0ad325ba1f588e7bba5a1e6bcf9926

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5c498e1d634ff93eb061ded3f315370e14625fe07325d2b7c4aa2cb22b228b1e
MD5 28f84f30cf0a7a57387568bf62786c2f
BLAKE2b-256 32cc858d394d576d3c74819f6b9d585e7b9fcd2cd15809ac1aca5177feee3983

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e5bb00c3396a8379e8fd999c1f656b8abf326f7081ee9e356a8a46dc9493ea5
MD5 24967627e05f8be17e4a05113d7182dd
BLAKE2b-256 7d9fa3a9ad69975320445f8660eddbc6c2cd74c59beecb6c8693022fbc45d6e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 15a08b986faffe034e07063223e40280383bab881b6cb58253de25a105ba7d3f
MD5 4ff7e2ea84e8a0bae867d6ac46287875
BLAKE2b-256 dc78a21c7d32fe43adf7e222a7b660c494db826eb052a17f9f26bc8061866e2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c7f380c208337713632d49738305f0fa2f39c083da0783372b45906d142aa01d
MD5 08181de5015d341346f2eac2a0d7b188
BLAKE2b-256 f341779302b54df7c5382fcce0301b76e757fc63fdb9f513ce8365be1a80cdcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 328e6bf30ed4977dd19ec6168ade896a0be110434d53a6d6a248ba93993bacec
MD5 01bb2eaef2c2d8155d94ff19bcb8a386
BLAKE2b-256 d6360cdc8b6047d2b395435feef23efce60feb884916f333d53e01d8862dfadc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 45a05a95468cff31c2beba57a280298852d54a157577c4b9449c01974dc3eaf3
MD5 e5d6a6904d24a8c1a0d494319a91ab4f
BLAKE2b-256 dfe2d6423eb53c896e8c5d299a9df71aefb3f30e588744dabdc59ff31ac4edd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ca57aa6946d50e56b0d9ec80bba1f33f273c4a869e69aadceaf586ad65cca0e6
MD5 ee27eda2bf4c0c9e30045e051015e559
BLAKE2b-256 b0e527847beed74f80051bcd2f066c810cbdbb485002d9d70e2091a12c0db745

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1d03654f026f9f9522e6e38b3c2987fee5beb4dea2735f435025c11e6416eee0
MD5 54a336d57da415019988ff850bac470d
BLAKE2b-256 e96f407447434c6d5bf7180f01fa2b5f4eb7063ac069f1fde6edf907f3372c0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 65b4ddb17669834038a3f4a1e446da7f276006b061f1271d3a417d867c028ede
MD5 adfa6e78d70abe245c17b7bf02e664a2
BLAKE2b-256 2837fe28456ef8917cc7333d5ec77d55de985a0ad2767a079b843969c0548ece

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35353e4629558020a565832be232c5e450b6387d42bb685f00a323b767809648
MD5 3c6b50d5115d1b261b7bbce0d38f5bde
BLAKE2b-256 d1a82f3076c96fa6f714b2249de42305c47886349a183fa04bdf5d57a592f70f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2f18c68c4a638deb5c78837336ccdc020aedd20a6a18cf02e6af995b83987878
MD5 aab4a3c330dd7b72f92ade135ed55cc4
BLAKE2b-256 01c6ef18fa40b8ae06c3e89deb2de86e9a3f36f54ae56b9160d073922ef277e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 23da9894f1f995c44e58e9e14d35f0d8d783853b65751d87a8e58cd3abd0ec86
MD5 864d808bba0d5fd7386e0e73830496fd
BLAKE2b-256 ee5a5d6ec7716279ed36f22faed7a96b539fab8579c2322f4ebea802298c2ba7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a01615f9bca9ebb7e8b9f2d131a852d30223959419f1c9be4e6eeb318b980709
MD5 2567712f2b37f698dfebb1084aaa9748
BLAKE2b-256 1d63f57ddd489708cb462c93652261b0d8ae51ff888d5fcb24c5d51180bc8098

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bcfc6e72480efda12c043d6844452fe1b7519535d3e3db4646960d2b99f467bc
MD5 199db6d439f306e3499ec27fe15059f8
BLAKE2b-256 b1678ff5b7ef4ed01886a794385a9b1b9fe88419e21f8800e6ca0839e4dca5dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1408ea92bcdd65eb363f7215543d70bfd3c9aa43e0b9b1846b3f07aebabf092e
MD5 8523fbdb14bb52cb48ba1743ac00dcef
BLAKE2b-256 83ba3a321ea28181896ee91e0768ef92faefc5a8d98d64a0ad64f989ef3c1f40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 32772d05f053013aed559920984c546de4168705ff05588c6807210ebaa12a29
MD5 c2d76fc44e50307a823f2ce62ceba6d6
BLAKE2b-256 7b7c19a2ee4abac13dd2ca56c5a669384e64db6ed7251ac793b4f06c786384f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd949ca21c9ccbd5c97fd6777ed67b238b6fa2cd4cfd7a8136ec69db1ffdbb03
MD5 130bdb96bebcabeb343968b163e84a97
BLAKE2b-256 1d67d1f5131b6eb3ce8a97ed8d0d33e228cc864f46ff04094e7911fdd90aacd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61c13bc2b9b67aa0ccfe104037528e231240da26764e68d499d382d23ba35edd
MD5 83a96eac5ede7f68f93ab99723cc79ba
BLAKE2b-256 c4f514f465ee85417c304178d6c6e7a98f3633bc5ededdbe8ddfaa9074b8cd05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-pp38-pypy38_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7f46fc6ee49be0eb8f7c774b9aa00dae8c478deb2be3e59e8f365b901877c16c
MD5 1be4678946a78ed091b94ec89e02f25b
BLAKE2b-256 8443cac388cb51a29dede18a4d31874331764bc5ec8afdad7ba8ff6f71ff777a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp313-none-win_amd64.whl
Algorithm Hash digest
SHA256 6614a5da2c7997cf4c3b3868eed3c1c96b76c7b1beaa8d1e490b0958fd5d418c
MD5 ca6e1fe7e6574a2f7ddff269179b16c8
BLAKE2b-256 27b11b2ade00a2ad05ff841ba807db7b98ccf643d8e689c9d8cdacbb6aaf2934

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.3-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.3-cp313-none-win32.whl
Algorithm Hash digest
SHA256 c37bb9789d89d4553271f833739d64ce7ba61b7f8f52864b03f55689eea3c113
MD5 194555652a8b55834e6e80dae9194267
BLAKE2b-256 3a810516aa13c23342a69a8f1d88de75b094c2256789df24819d4a005b2e169f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bc48f8fb49e5c47995787aa9b6722973a7766ff4bd4b76ed7c95e63e3a891e8a
MD5 58c389f00d90170ea0a055648d228cd0
BLAKE2b-256 e990d38c5221468399d7a2e2342c4092ce19f6f860c50e7ea948c49c422ede04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 67e00a8a51573333cb936fbd631e806ecd054897d0114eb03adf024719aa115b
MD5 bc3c1a19573cae53016e368151ed3bae
BLAKE2b-256 74d4901e851fe17ec74a08597c5a52434c02c955865bfbc9e4643c47991533c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 076aa2ca3a033c399365d7aab54f81b1491e244b4309cd5d005e0fbdc85cbf5d
MD5 ac48f04979efffecd5fd0e28c8f73564
BLAKE2b-256 951a8099315397091e3cfc1ea75faf5761db3f9365c3f094348f795d149cdb13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 96204b8c0da460fe305f0a92d79a090d98330755d406762abf733ee9e70b6bd2
MD5 72ac6470fc28a61212e84bc44460fc36
BLAKE2b-256 0369c37e62fef67fad130e00956a0b6a261014db1b349da2f086c912a4d27822

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 221fc341d6875e98d5c9d3bb672ab4771cfa01ddf667e1b26bd4ad0ca8f39b87
MD5 c048ffd92246a50a077dcbc3c65ee362
BLAKE2b-256 a0c99f3c3567f89f2cb2c26d6b6f8354ffdc64d67555c9d57b377f6c0d812e28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dfdbdaa27caef11e6b333facebb55e2c643a314612a22bec02d580194e846744
MD5 71b5a12007604b646d37abea2a400768
BLAKE2b-256 67aff1d107775eb400b75e7fa370b3e20398551f852d1bff4a537514bc8379c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b7b8c7b01b52d69cf897e37be53f67189cec0fe37a65ebcefa3b74c1daf59705
MD5 cf15d907cba456fb53bc88b960a13244
BLAKE2b-256 4b75b8006961352fdfa5d22ef4d28ff31cb52b34a8aee617b06ad2f6c8fcdcea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 08cd58ca357a2e035c5ad590bd36c903bd6d1dad232d6077329da8d28313369b
MD5 8cecd2637159b9ec1508435bd1db9a05
BLAKE2b-256 a121fe2b2056a5530b0d6602fc1e2c9734d386f1ce3ba1e90f46e66bed0ca384

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd398d29bc85d1e34e3ea7fb9150671ab8557124f24d4439b5895499457fd1f6
MD5 a04e5d534bad66ee2be1ca98caccfb01
BLAKE2b-256 b5a6b68a99f141a4831317f2f0716eccdd97bf49422508113cd9f60fafc3dbd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f9eb5b562d8c3c657bdc9a2ddc1a080305f91ff94df6e57eab4bc6cc6c8da399
MD5 6a66c6003343a55db902b58dbc19ab89
BLAKE2b-256 565533108901c703a52bd89d631e7dbfb4eb760396db3476fbaed9e1bff147a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 8925b7d8d825d6c22b0e0b6cfb2e1bc05d32f92a1850989266c1af2d7efd5946
MD5 48543c6e5f11d723fbc82fa254780a1e
BLAKE2b-256 b805a813c301109d74341d472737f078bf6193b9b4169c4e0e36919d2e10b77b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.3-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.3-cp312-none-win32.whl
Algorithm Hash digest
SHA256 3a275bf7bf00a275edd4db7b06b6652b50ae0af01e2b78f067323d71b2b252f6
MD5 ad7ad69b9a615b12030e631ae9e1e64b
BLAKE2b-256 b8cad4d6af391023ae80e62b9c6628c5dc4e40d3014c6707330f07398ae3b4ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a80da7887183987a89cc31d09d211adca9f3ec3a17c56e902a849c27d290287
MD5 16e0f6a1dad6377c5d8adffa0c366d30
BLAKE2b-256 c898ff39576599167acafe0727d3d1a6672de7e1bbb96d4c42d74f8256decb8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 869951d9035c4a58a3ad0fa2900e71f901355d41742341e05044af775138fa44
MD5 13d9aa397e08b42febc72c5a9fafc6ea
BLAKE2b-256 881e6f62c9e95a36418b9b9cf51b7b9de8156dc9a5b8189eabe1867076181205

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b3a9ad6b588078b81528f23ade0050a21245d30300b6f7c55601e5912b2ba770
MD5 7a82aa891028ff654cdb3616a48dac78
BLAKE2b-256 423bfd99ac5e52aa6900b9a98d8bc207dce26702bdb517d7874b645336d90d57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 293082001796653ccc86d216ce86e09f6e9b683f8dfd20b7140b98953186d583
MD5 244cf04c4faa9a5969cf49bf3908b0c8
BLAKE2b-256 fa4af6a4c459105bb8a3f41f7d8c930a2e9a65dd35d4cb8675e0cb7104449ad9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f5d830139999d36b2c0fa7936f76fc656fa2285eadad6c3f1beaf7e3eccfaf0b
MD5 80273e8f559e25f4de672e21e395615a
BLAKE2b-256 fbc6d091b32b86e1a9d9219cb778a5340066c3c61ab6f4e3682bca4fe2d08b21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e5e8388a06f2a424c492926ca91695f418288e252617a6d0ada730d7f2daacdd
MD5 3ac81d18764b6ed3f74c01e5479b98b2
BLAKE2b-256 a6d199e46aedf2d977d968624372ee20c1ae7cc07d90d98a875a231824b4d0be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ad61e070d3c190dbfe0e13d7a68c9cf1953337c0e3edac20a424b189362659d9
MD5 ef080366939563a68e9f7ab316ac7010
BLAKE2b-256 83773f2dfdd27720df9f9f425c508595338a3c52b0fe93a466712b8a6a20566b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c81ee5cc850a85c358fe415a0a870ed9540e02f27f52be49db7bd295c7c5c05f
MD5 f637ed8872da5d139f3925e77845d621
BLAKE2b-256 3244894c3c53e0ff31285c262f29008e754c38848ee7d463bc8f8ec01c1638a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eefb8868656dc02f98825a520ddef3067c437001f0b8526eea3540c6e3db6234
MD5 838174250b9d453c1eb5235b47f15ee4
BLAKE2b-256 2855211c4676fef1afd7200619a8eed8f36c8a041b06cdfab1f80a7f467c928b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cefe5138aba4e50ad149b0632583c9ed83b4d8ddd2bbb22ec0780525f277aed0
MD5 d0e32c313b24b1dea03cde1c077bbf47
BLAKE2b-256 2ec904c7b732a8f76d3d310efc52b32143054037e289e372595a55270fabf712

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 5fb0549c5b2a9ef0a50d9ab53bd7d57a865f21d56cb800bc21a2b6dbee5b49f3
MD5 29dc36fd8cb75278c61182f4053a5607
BLAKE2b-256 7bd0984dc476446e47285ba4abfb044cc535453caedc9fa0e844935953d33148

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.3-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.3-cp311-none-win32.whl
Algorithm Hash digest
SHA256 e311fdadc4fedad8736abce4fad8e048d26c033625962044081ddd84bd8e6ea0
MD5 e0a69c2aa16ff6db72142c0259a3a33c
BLAKE2b-256 b27e14651fe23c9e86e0949c875a4c0baf0a251cb125b20081af23a88003ecba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ec511576d13f4738eb950ef2a2e4fed40f2b4168fc725b3e3d81bc8bc3ea5257
MD5 80dcf314d6425ee7467d948d76d43bd1
BLAKE2b-256 d17e67087805ea6af63e3710038bc68105b88ebb226fa2df6e9ccc272647b309

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9bb7097d66a595eddb16451fedb0179c0d7986cc7338ccad0796cf44dfba97db
MD5 5647552e8797f79b28510f606f0faacb
BLAKE2b-256 bdb27f855daf7f212b6f18a16ca074ba9a8f7357fface7a3af3381565de1bfe0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7638b32da6f734192387430e6a787e6adbe6491db028bd89eb9c5fe189693fc8
MD5 1774d09e1a8c84b41d95435a3210cafe
BLAKE2b-256 08c08190556f65a84e442bf0513e83e121c91e0202d9aab107c2d48b313d80f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c3d806f2df0caac07527875383e6f326e906d9d02d7696cf44be622cdcdd9ad3
MD5 d72f9b8652ac6b48b02907280ad9f5ca
BLAKE2b-256 2b9552619d69163d6d2860736cb1cb55b633ad6fdbaed6ae8200b29305e7e25b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fb5563fdd7c28f212cf2366cde8b43356569be9bf9653c6b20cd8aa59d6e9089
MD5 c12fcae441cf2dd8e2755fd87303c829
BLAKE2b-256 894f185281a32e98645df10e72916f3e3d9d9e2147210bab468ff603a72255bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 daf27460213fe3c8e9491d4555c71add502fbaf265c830cd34d29e9e1b2994de
MD5 17c6be2d583a36d5fbb41d73d8488e3d
BLAKE2b-256 598e20523ab3b2d08ec1607374c2dbc7f150aac5b50bca5ed16e37e044f09e85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fb452e6591f9b4dfb4c7059e73b0fb9de413dfb9edd33578283b5fa277038f90
MD5 3da8aa4e491d03a917e54d926b358a61
BLAKE2b-256 c311499fb5de2880a189a688e9fc49fcbe3bb4eb206ea732cfbddadf7c360d9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 69c6aebf3c1c952a63b622b8baa5116c15b7bf95ba6a2b10dc59819140022bec
MD5 13133bcc23894767e204c7544e97738f
BLAKE2b-256 a4e2a7da45eafee956b24c2abd59400f9ea60e227003374e979799c6692ef150

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d8ca80a75497589115e5a1833a5c0b624b0e671e38cbf5c61ff2f59339215f4
MD5 b67e43b226839701a967e6af6ac77f92
BLAKE2b-256 b778e79cb737f4bedf8b246f652dec359ab551205cd2d96c1852d51b2bfd4baf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9782da01bcf8652db9593a489930677ebffca9af5b5210e8e557bd79dbc5a6a4
MD5 c2910893ce71a898b665e88a75bacba1
BLAKE2b-256 99c8e7cdb953fcf4c18105de214c90c9109a2249555a7fccd1474d67378a8e15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 bcc1a7c6c94ffb6c5a959f0dc7398c008a479e3007134c1f7c6b5f4e0f32008f
MD5 4125525da6dcdae121b6fd521935c2a1
BLAKE2b-256 a22a655dd7db234e6a6db1348a4e7fcd8f10639568eb9211f17888cce45884b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.3-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.3-cp310-none-win32.whl
Algorithm Hash digest
SHA256 a2f8dea9d9283c7cf3f6078c464b20875ba608b286cef6754e88b371458cbeaf
MD5 e80e170be411d94feb639e0e0e3b167b
BLAKE2b-256 21e5f676ce76fb02e4988cd62ba43a4e5958c4338739dbb7492e62082408c522

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 331186c97dc2971a9cf8976333220c5ce13196bbee8983695a7c86e51616d126
MD5 6aae5b9b63f2f86f35146534b3957688
BLAKE2b-256 23ff3a0690b0ecb69542320f54b3d9cf243aae7f5a18a5982ba3fb1d24700fa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 379330d4c74bb3a5a0032d2e89b8c84cb8cc35b10e1a722a73f6e9695d17d0fd
MD5 06839dadf4381a6ba0f345cc945610ce
BLAKE2b-256 eab5842db8a6daf1e6b6a5f39f688af6b0faa189519b2f9dd93a893a4c05f1c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9544324ec91f7840c1b803f8f1bd3c5f5222bf0ffddb66208040edd291c78971
MD5 b5862aac5ffc1e8f5221a54d0357b370
BLAKE2b-256 024942728a6c6710d7e36c182e5c8e10515d2d170c9a94fa10c3e7347bef814b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 957eeadf621908a2de6642f08470afeae395437743c3156bc8284e017a78edd6
MD5 34a24b6ac926b4e88039bf340d7d34e7
BLAKE2b-256 6b086be6ae53784b821162a4af00b246a805601eca7c9e827b029428b2dfd695

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c0830ca0dd240a2bb6319991aee8d00f631bd1a19e8034c994d3646a80d9d22f
MD5 daad6786ca1fa84486b2d918119e6ab0
BLAKE2b-256 6ef7a1fdabe40576d246e5777faa0179df97a07fffdc2a027058c194a1559580

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 331a67b12749538c072ce23ce20a63094df951a6d11fb60e35c4e6dbfc760fe6
MD5 2837c769dca13dd4c715220f4e3e21bf
BLAKE2b-256 c24b59344becb52e5e15eeb40e4ce35148fde44ad544ddbe77834a7e71e375e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dde62bdd07bf31d42b981f2b7aef1356e0cae4b7c779a088b93414c1fe64ca4e
MD5 c0ac893c8fca56d8a3e866a366bfbcbb
BLAKE2b-256 a9494c989c65009b3bf1f5f0db1fc6ec426b53056876815c91d3761ed2818282

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fbc589ee6766f4f7f0733145ad6b224a144c7920d3a640172738887e3dbac58b
MD5 d21ea7032beceeb906cbfe2396888774
BLAKE2b-256 8eb1f43b84fcb5c82af28c0397d4e822f147e667427699638d05208b35e169cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be45fcd65d71f3b027d31e8b7ef635d494b1427f1b555cc0eee3a6edb942c094
MD5 145f72b4a25b88734d5f94d274d937da
BLAKE2b-256 27c40fac6fa8277618e3a6b423e60f9104ec477b171364015355eec8005c2ab5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 580a5ac29dcc557e79c5e225e53cbe71d3f38e35c505ae6342d4ff5b7fd2d793
MD5 eb1ec42403b519d53b4e45e873940da1
BLAKE2b-256 143e40ec3acae4bba4ab413b5a8b604a5a8b91d51e86011b84b128cb1ea435f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.3-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.3-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 7736072675072d49c0a91b7f882b925f9ad1e4113c9653ceeae998ee815a7e1e
MD5 d9af7013f46b2cf71287a3267327f0ab
BLAKE2b-256 036caf738301717082a0a762f221c529bf114357cd63976db681861a87d35ee6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.3-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.3-cp39-none-win32.whl
Algorithm Hash digest
SHA256 6962b199a1bc882713b4866bcc2ea0addb7a25225ef16a33455e1cca497d0b9b
MD5 6bcfc370dacc9eb90129d595f6513934
BLAKE2b-256 6e81c39a6e9bdbef6b95dbcdd3d761ae9ba7bfce34e69342942f0e761daec38f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 00cdb1b1e96b314f3efecf97ae0aeb1fb3def43ecd462d93fad3657ac515d1a9
MD5 67ec45cde62e21fb49da15ee2878afff
BLAKE2b-256 cecc80bddccd8f4199ff4c3d6b1e23b8406b9924016abac0fa7e24144d4c8cbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4c23f11344c20cd48fc91139e973f42283496c9fc2dcf0a578998b28b5a65ab0
MD5 302979410e8338c78eb16bc48a1e3808
BLAKE2b-256 dd78bcc9eec724cda1bd6877491a58d5d66b342719d42d14a6d1effa8da6efb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86d44322a367e34e3dc6d21601e9d501da719b2ed25bc274d833f8947c05c540
MD5 d336448320e96c655d1fbf101ea7ceb9
BLAKE2b-256 798fcfaedf4224b873e18b5a7983b3a3ef00e40b5c78408901bd6781d3d2064a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 568c5d368e2cf38d2defea254c7b364dbb2fbf5cc417b6df62d41f8ee1bf77e0
MD5 ed1f4b7819f9dd0ee302a9e36a660c45
BLAKE2b-256 490c93ccedf93c8db16e4f5ba251873c31acc019dc9e3762f8250f2a05b551ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 34990ee1cf0786e0c790c5a3a57e0a9879dd7b9606c0ddabf0755bb95a22f9e1
MD5 56e1c781d5df8bcec1f703bdd0d74f55
BLAKE2b-256 d5a576fd2d70f986d8bc58c9c9bff794453f84c915c83d0628e32dec331e0fe2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b1e5ae1ffe4cf47a271563dda871a91de72516208ee7d77129ef31964ca9d642
MD5 7936e88855cd88a704ee56335624c7ae
BLAKE2b-256 8e9c360369335cd6d18a288a5126dc7799a9a26deb7b8113611d3b3f3e61a206

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3b71c430bb82f7f2f851c8c4e2b98209a663755c86db681481916307ea1ff118
MD5 30d8c66be15650a6ed6410040534d2e5
BLAKE2b-256 d7406520e79dfd8319833b5d23df2357653eb1bed5894cba758b62f5f32f2884

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c524c3815500bfcec7a8e2406d319b97ebbba25e8d604470b3cb076500bb94c9
MD5 21cbecefe619de3dfdbea768203c5a7d
BLAKE2b-256 d7aade97e80d0602d9d83a832981acc1b52ae785b33d767ec3893c7dda41fedc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 acf49f04b763d67aec3eea85e17cae9efe88d079c4191c87d3e266f4859782cd
MD5 1f42361e2eaceca64e6737be3eab45c7
BLAKE2b-256 88c02fa90a8206f078adf9115bfc21f338452a239981dbfd88cc2a85b59cc6d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 356dc52525a50dfbe1442d52509353fd1a24c72ca2b37aabd4c3b264128901c3
MD5 a0cf7ec12ea0037f8a98aa29b5831bba
BLAKE2b-256 d7088189895ae63b5788eb46a624008080225bbf55254232f6e78a52e39bff5d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.3-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.3-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 58ba92a05a90d70df72ea0d117448470ae3d31743477a30aafe754e0e42b4aa1
MD5 6f6052c8bd63241ff9ea4b6fd6db0047
BLAKE2b-256 b808d1b81c9b5a41e160c0280dc0d84a785340208bc89ac3a87a1b18a262acb0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.3-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.3-cp38-none-win32.whl
Algorithm Hash digest
SHA256 7e02e349d949cb12a6b88765eca0e458347b1fc4f04540eadd3adeea7416d53e
MD5 4f517017af36fea6fdb4c95a71e9bdb2
BLAKE2b-256 327a982a12b04b905afbb020eea0f391650068ca147370162a748964e109bcc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b06395a5ecf448ff20dc5df5fee66f9e60517f266c056c5081f7769b8e43f93c
MD5 62605f110f37cb9cc2775db04ced075d
BLAKE2b-256 92cebd9ca65c7801c993e48097e67314a0fa53bbe3bc3a92a908e74fd8f16057

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c78bdf8c9dd55e90a4c22bea5203cbc70cf254cd9545b02ef5a61b9d0e4b4409
MD5 cb83df0a6ea2440d6354a2ed28199083
BLAKE2b-256 a7245ca84f66f6b9c9bef47f70f61e65dab2c54668007a675b78f316f8e011bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f3213d03c383f48e8b94ca9717295b496891946c128d219e1e31decc967b5935
MD5 9495fcc2c620a3314a02be3e1efb9ff7
BLAKE2b-256 e2f21d64c3259c63aa42b99289fb2228ce02c2966eb5140afac7aa9d5ee84e63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 afc6f97caab9963c607fa5333c7b423c0d99ffaa0808d7ecee86eabde4451ede
MD5 e9e2f5090c265ddccdda9f8767758904
BLAKE2b-256 b2f56c80e7bfbb0a49ac88197dffd5c097c1dea107d93024db40baee5e8ccd69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 01a1b1cd8154347e3bd28b44479370355c4ae7169021ad4d620268b833e435f2
MD5 e248dd5e1dba06e9cff41568d71770ee
BLAKE2b-256 d541d9acd3010dfc91edbe7cc0ea78cb2f3379d0ded5cce4887af2608c1196b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 937c2004a4a31df7bfcde527f8ad0513a5f781792f5aafa2dffacf131b3acfd5
MD5 39bfdfd15b7e6dba3c12338921da17b8
BLAKE2b-256 2ddd13942239fbcb51e9d363f485470fb60b6b69187c41d55adb733da70b6479

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5304cd16ab0b20933727d16bd3bc9b17cb158d03b8c6f1f2898eb113b212e587
MD5 ec760727a0dcb74a8740e9488ef07f7a
BLAKE2b-256 744eaf2e233b3bcc1ef30ef28353b671f87c9a83743d7804beb7285a50d5d5aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 153c28dce9799faaa2ae20aae8b462ed5c1bccb18edd5466de2b166b39015842
MD5 c627240be4b771357ad7012b9f8d67d2
BLAKE2b-256 e37751c2ebb5c320a2b5a8a11adfc44557872eba9739e79c0c63f027d4ffd3d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c15daea2394cccb9868a5d5b73778b329f6b4a50b6bfaf3064e101b2568b5d6
MD5 a914a6f3365fad99455f9f7197bba18d
BLAKE2b-256 3e25ad36b9ac57105320dbcf188cd082eda2d8ed4dbf75d1efb188ed18e80dfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.3-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 eba196b0ea57fe6c7967afae979cf2f08618ea947087407b5fe6422be67bdfca
MD5 46d7536f7f0d8b8cf9821e46aa9529c3
BLAKE2b-256 cd9e25f06417e7e477256c09ee328734d971c474addfa905a6dfd5dfca2049e3

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