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

Uploaded Source

Built Distributions

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

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.8.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

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

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

psqlpy-0.8.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

psqlpy-0.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

psqlpy-0.8.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.8.1.tar.gz
Algorithm Hash digest
SHA256 ae9d38636e0e3efa24107e4c372ca6d42c586c1980362376d814a2fd75e73c62
MD5 3f2ae5e491c4474b4f92b5b8c5e6a1c0
BLAKE2b-256 100fd37dcee8451cc2b146480d004bfadd794e767b87b2c0e5ef6fe0a33ab10a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c46653df997d21866c6d1bd8d109ded1561e6ead7adf9b03b76a8d6df3140a8
MD5 bbcf31cde95b00b759418360c3185571
BLAKE2b-256 e061afe849290f0a0b46d89f820da965f8a96e44413e6d9ec4d7ca581f838dbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 75f1f31f1c36852468d5e2826c88a47780f472f6e790f4c7c34305ef622ce8fa
MD5 dddeadd522735a2672240d2e335dfde8
BLAKE2b-256 76d1f93cfe7565471eb5085ae38296ee3f57d076c9e106ed4f89e34a4bae65fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a64eb5e5e55952172378b0afd299caf04341464f35f1646b25097e4e9c5f4291
MD5 470b9aa791b6aa4633011232297e07b3
BLAKE2b-256 1b3a66f9fefd5bea9ccba0a866b75b8347f7586e40e019e5dfc384e3b7b9d543

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 72a48aada32633b3c8e97eadd5370bc04565fed7b66dc2fb7f3e4f28bda41f93
MD5 84fe665852b3c338a63d4e5af6ca467e
BLAKE2b-256 8cafd3b0dbb00cc1a5f1afb6b00596fa24e32ef1e3a7142367bff53ee1f1f1d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5d9c3c49df415084ce175bcfbedafc5eae4c599fe79e9c468c31bc51c3f43d4c
MD5 51e520e76119f4521df27455f695c282
BLAKE2b-256 2495e52ae4bca0b7d9755092a0ea4b122d916e86f69cf00ffbf75ac17a480dd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1d3708798cf4c0e9e5c40cd04306e2455071fc63f4cedcafc003c964c4adf157
MD5 b28a82452f5d2d382f1b9e48f860eabf
BLAKE2b-256 b3beecff8553dad6896f59e512a73d8720d7405a1e4f5c13c35eb67a08de4a4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6f5fff62154a4280a32a1a0563544f99b46fac20c101233dff835993ed705f11
MD5 ec78c7132b9d84c78e17c2484c7aa0c6
BLAKE2b-256 d1a44dcbcd962dd9ebc5a9e65f938986cf5779e3e8af9adb81f11d9b0dcaa71f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 af4fe863985d0845dc7a8dcf6b2a6bac5afda667506a1bb99df253db4ec00bbc
MD5 374e242588274934a7b5bc4ebb35454f
BLAKE2b-256 146c897c0aa3653bd8468a6083bb7c7bcd1cbde63073ff02af318b0ce54fd734

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 65b80a93464c6546a4398aa78e034764726140fed00554a64998c9333d9c0513
MD5 3fe98491d07823462110b0b9f956b338
BLAKE2b-256 d6ab241b48f2873664cddbc5ff362556aeb3ef42bac421bee265558af807022a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 75f06c57a2a92f1616342d7c18ba49c0ba262913e86d0ca0f701d20c1e085620
MD5 e69bca138c315871740c8082be84cc12
BLAKE2b-256 7a270cba77bd36443dbe22d177d2cd55bd4e80e626f8a4171e72b0672435dda0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f17df4186fab8a7a6143627cc717da7b4a9b43cf7f6ee385ebb226389098d2c2
MD5 d6423eee855d94dc082a598fd16af286
BLAKE2b-256 a1d58fa2fb2f35acafa2849d0d8e87c9b12238170594d2d00cfbbdf4b699525f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5a07527559312181321a37bfa0612ceb9a763c162a5c74de9ac60e3b54c75483
MD5 6ab4eef0dbb81640e080ca4406c140d4
BLAKE2b-256 3036d7eb488c81bfb7c381337813dc9393a650357732b5cdd6d988e87a9b01e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 79b19e1f046cfc588de980a01652bc4e7148271774921a722f0bc5b741dbf157
MD5 bf13c0fe40d60f017900b5192f336456
BLAKE2b-256 80842d7d5e8e4f7aef9dd92afcddcc34fb86df45566c3bd8b4974a46c88e1a0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6b67d68b79ad3e1d9b1563a3b5241c114afeea252a7e2c840ab9e2c9d71e8561
MD5 212e9393e083a65b2457c411537f6c3e
BLAKE2b-256 058ba89b07059ab8613fcc0d162eb412867aa647fe28fae2cecf1069c3df11bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c84003cfe3847babeac747f2e5a24c28af8a6a127410d375340585eaff455f51
MD5 f1766600ed380d14cc4e90d68b25c371
BLAKE2b-256 253a8f01ea6b48c024ab849e1354d809cd6f0b9b291bbc233eac8c7361590485

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 47973e35f5778252e00690b4723f12adc66be04833b934ac1d5a81f49f24b567
MD5 ca97d6b338f0da735f965d4914235231
BLAKE2b-256 d3b83eb5a6307d9d67c042eea8bbdedc67472b7e1a123c4e6b421cb732b9ef86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 610f41949cee98a83458ba4394df7db9c50702a996352c9a914577c574ef712d
MD5 71eecdb01031baf7c2d950045e2ea18a
BLAKE2b-256 a50349a44c3cf6f3288770e209c8e0a8477a95885fcc37349342a760838cff13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 452a070d2d5125bd0a83f62464810199263964ef8503dd4bfb2fc09c8c031947
MD5 7944302a68998acf12fb71bc2926e309
BLAKE2b-256 765d0602b232de3e49acd9a9b0956849eece148d4b5243e7225faabfe835966f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f8ef150df49f5e0339a33353465d737fc62d582793d12aad6f1485ff9034a386
MD5 1ae182220c3e5e07b06fca1cca75062f
BLAKE2b-256 0ece21f7704c17ecf2e60979dc7b2a67f120170e94422e7c4dcf1ca20bb3fc92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9480d7e5f70498eaf380f7a429b95cdb18cc6d676d7b1bed03c610f8bec38495
MD5 48bf4c1617330d3b8b05beda91e6b8e4
BLAKE2b-256 aaaa1f5b26dae33f5e68ed3defaaa13b47afda485b30e85dcf45e4e5e31e8ab2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 66d99b4ca79c2c11ce4b8cd1711d8592e5ace2cf0b83a489fd264f40d28c1cf8
MD5 c6095320dc69db09ce31bcbbf35eaefa
BLAKE2b-256 29d777fda343326b1bea45d1b8b54ff0051fb2e5ae5f81635ffd8c1e783848de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7b49ca2f7a52514097d3eddc8ef82f45edb899693a4be2d74880c3ae6836ee66
MD5 5a36e3cdf0ec51e340b991573c12242a
BLAKE2b-256 8cc2b12d84cd977c551c96191934d3fab0d86cbd4d2c3edfdd10949cee2fc09b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 935e501ba56e98bcb0e99f2f26eb096405f3e32a4734e0e82035d5b0c5227cd8
MD5 e70a13beb078b871980ee79a431de383
BLAKE2b-256 682686060b76637a75af96a5c23c0a24a151f5d45d61788acd419bee8ca91ba6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.1-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.1-cp312-none-win32.whl
Algorithm Hash digest
SHA256 203c60eb112675cdc8723dced261306303418b3bbd7ac05e112df50dc1075c7c
MD5 e14e45a6245b98c613c92c78f12a0565
BLAKE2b-256 57eda1a0e2338320b74ebb7d3482deb6b36d45267d9377bcc3a4db4adc2d5259

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7f0d97d893aab5655338863d6f0e18fb56503201730dc471d2627a332fb3e790
MD5 e357aaac96d194a9ce1c12911905d7d1
BLAKE2b-256 8c6b142e5cda04001862d30448aaebe2155049d1ffecc4684528a9d7c2e15e80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 33c73282e903703803c402917b25acdc03747eca709dcc381673b5f20a29b911
MD5 0848137c336ce7b4194ee2cc2ccae4eb
BLAKE2b-256 a3727f191017baa3789442b4efe29d8c8f156d2f6fd49265bf9e750e485ea207

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 72b9fe3a6a34e480c63ed33caadfa541444d34bb166d1e861068cead9c06b128
MD5 cb9998ada0054f7a9dad8e5cb685ad9b
BLAKE2b-256 0054f085dfc39823e4a705e71e624fc8f5680f31c12511e2c6b74599ab86cb0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e204b013ffa7541bf445896a95a7ad2971ca76af6955eeba3b49ce10dbe3dbff
MD5 a542b1405acae8a8861f810a76dfd25c
BLAKE2b-256 eed461fcf8ac6a6718ae72a0f12df5fe7620c57526e357951e18d9a2003b969b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 106cfc66f07a4734f150f823bfadf6b37cb46071a69b4443c2cbb0d8e1fb92c1
MD5 3fd42365eadcb0181294af5c14725824
BLAKE2b-256 e796fd4ba9413194a3cba197c76d27e892b1297d8afbbf755bbd3f9aec555157

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1d5c82a76db177c85f97376a45b163199acf4b6df210ad783dc2c73897fecb0d
MD5 86d1c550dcf51cdea000eda6c185ad38
BLAKE2b-256 2529282cc475d14c36239eb8001c3740c5a4e0156eccf426f14065beae375867

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 082f8fd8b49d5b7fc4823795f95907234b91ce6225d039a41ff8465095f8e22f
MD5 3f0b623329bbfc43b75bb6b927058694
BLAKE2b-256 2a1fab34052c6fd53806011c42bbc3195f9fe0d3f96ae1bbd415f4959d8accf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dcce1f81a0c45660e0ce98eb2eb3b32862bf692469aa0aa8abc767bf65978a12
MD5 2bdf1b37e49e2b7bf5ebdc8316be460d
BLAKE2b-256 541ec5a6971028d2b04a2f6a76e5280ff9bb50ef856cb342b511927aadd7e3e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fafdc4df3bb6d046a27640016203a83d426919d7fe1291b430b528ca173bf410
MD5 afddb8154770063c73e53a1f1e9d5b99
BLAKE2b-256 da9617a15a410e7c39d622658f855c57aa50ca72aab01d1e47edeffa7a85af9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d7cf734da4aa7f97a53826a15f1dfd44c5162b5de27381d6e132e107f46f6266
MD5 7e648288cb599d06e17210761ce1ef49
BLAKE2b-256 4684d87e905bb752d3b23bc5092c17a1f2c64f5111502c1b67448917f070a136

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 6d33588bef65149e2f7c12cf68eecf1f5429bc708a74d554e088b384912ee0ab
MD5 3b00eef76b6096860e5756467e4e5805
BLAKE2b-256 c76b4c6b3ca95a5d69857d0dbceaf0df0a9a6b7096611fcd8533334c3a4fecb2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.1-cp311-none-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for psqlpy-0.8.1-cp311-none-win32.whl
Algorithm Hash digest
SHA256 a13c61907c1981de9e522a13fde65793db0ad90de62b87e40db05204c57392f6
MD5 cf0370368534adacbdee2b8b97efacef
BLAKE2b-256 c574407a45717447ced341066ea8f19fd85c9e8ff7bb4b16c9d4307344d16487

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 906a75cb22db112e2b5c6ca9ee096c3e09598ab5296c0e0bf5d12c83e4c404fb
MD5 d76c090ef4d114d8ca8ed254aa8fef6b
BLAKE2b-256 326bfda4b8e7d367b0eca1030c7246a834f9dd12e2c2cbd4ab84021ad4b42798

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 77db080c31ed241f39d0e3207396f99b9814edb8194ace5e0476d923b613ff7b
MD5 2e5350965bc3b9a5506569de34e7b771
BLAKE2b-256 49d3b8618f0c913f1f53c223f57ffb40ce3a492715deb1d3c636dfb0e1b3e8e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 16ae95c4cab65ddf473a70017567e59aa474570f7973f778acc44c3956847c0a
MD5 cf03ff13580f193ff4ca95573fa17dbe
BLAKE2b-256 d88640423a0547effc5fb57ba96f13b8824a7f5f6b8db1b9afadb9b6bfcfba65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 237117d29761155dc29e45c8e4099a372d0fe0b0ba77b0a9002292c77a085996
MD5 3079ce4b5fb7302ef22d81644dade6b9
BLAKE2b-256 7039ce6eac7d3f10fa649329eeeb2297a600a1ba84cfba765a653bc71f281ae5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3c6288ac34efa010967b83a0dc402f76a33671acf8815bfa0f481911829fcba7
MD5 38de8e2d49c6538e44a9935b0589b775
BLAKE2b-256 2b0db60742942bb6780dcc7a422e455075064ed330c95ed65c3210d8fe5102dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 225c739d859ec034fe2425ea7ae7153688f6c3e8c622b8e6762a6b73e2524680
MD5 49a9364a1accd010bc00d4ac9bbf5be6
BLAKE2b-256 af043d77065d4d3e879ad328e556c8a2c2019368fb588c4ccbea17992f014e09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0d0a9f2fe217f62e586cd3ff15a38b4b1e55611e87037f5e9deefbf83b6331c4
MD5 9ec8b9c3fce709b39c17e33accc79271
BLAKE2b-256 65fea4d2d6a9ecaf4ce0c7474c75e8ec144ba7e7596a78d688e6d69af10b1345

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fabc20e97188b44553d5fa7604c1749949da21bb683c8840744fab60cb2e032c
MD5 9f874599619a23be5f470d55a91878ba
BLAKE2b-256 e1570fa32dfe7744952104ccfb5f5e9e0cfe767261d59b506c4577b4b54b5390

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2fd5eae84c29b9618898957b698aa48d9b8d181ded71c6d848a88ee81f7c5db8
MD5 63cf5f557c47f0c7b3c324a66f4c174d
BLAKE2b-256 2a98492f442abc27bfa9d18afc475402cb2c2f3a363d1d174331ad7953f276d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4891a6d56ab28692a7bc51e7169b23f11bf971231d2ebf28a567f65e0c0ebee7
MD5 3e5bd812aa949805db1a249bc85156b8
BLAKE2b-256 8a3029fea3eea87951bf3f6efbd8928ce448dc68ed38b1dca3053de8ef80b5c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 ead81594aa9b2cd4964626047af537d8f2d5d8e720530ebc63b9bf717d6e4f94
MD5 3d572efad09be52a675852d5bbb2fea9
BLAKE2b-256 779b4ca3926a8f815ba70750839f1746ac488ed6bb77481aefcf67200bf56fa6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.1-cp310-none-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for psqlpy-0.8.1-cp310-none-win32.whl
Algorithm Hash digest
SHA256 e9965b8ce8333cd9ce3b334dabeeebbdaa8979a2b3f9bb7e853b7aecfbe29bb9
MD5 2c19e175dce7dab48d4b972145762c4b
BLAKE2b-256 b724bed5fb422dc2550d2f3bb9671ef2978f5f5318d63a47f12b88056ae330fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 55a48f70b79ba4c0dc54174c794c5443e6107c81748ddc5a372050152d4a05c1
MD5 26acaa9f231218a0082070f4646ff0a7
BLAKE2b-256 f68783bcc5b813b31a4087c48036a96dc823ddd930521de9dfab9a6aee43659f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6a14004b5a8266bb257209901a8ea35f46f9d53f162db76885bfde7c6420079a
MD5 191b0673994b9aca1b7e9aa4f4263a9b
BLAKE2b-256 aca21e7be4204d2fce2462799651d4329be96377565f224f579307446bcb4e1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29b4063679a544c7e6d7d81a8e3dec7194d68c5b42c2407820d9fb391753ec0c
MD5 00b805f72ba34b47a4da8ddfc0a270fc
BLAKE2b-256 8cc58dbee648583365287223e1167e69240c07c776de3b9472bc0c7bc14abdfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9c220c05146f34a9cdd21c61f370ee220c46bd6b6e9c971e340a2a74847f85af
MD5 a779077983aadc0d3d2490fc4a109beb
BLAKE2b-256 26418ddf39d329081cf405ca5ac84982c2c03ed2794cf8afb46082b09951cbc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 74f91a15972210d9f4f5b00c3ac9a59b810b0de210313d412f1824e7a95f0be9
MD5 4553c8f229cc3b4b6606eee0bc7a3dc8
BLAKE2b-256 0196a308af17df26af4765b730bd79b53d17c02ea225a35f7e19bc9963f9bc41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 85339c484baecdfbc090124a2f51bea93d0cd980aa581a38a13af0c246338a4a
MD5 071c5466eedd77e51052053e03b9f921
BLAKE2b-256 6676b59b16fe2c231d8e63b67bfe686d77cac4e171b1cb8361dc83da01fa3cd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e1900e4fced8e4b4a0686f5090f72e0be0e5a3df2b559544b1117de4dd48a2d2
MD5 42b39a44791cdb2a6fbf18fef2b6569f
BLAKE2b-256 b587ae02474ad1ce04e8d2690360d90900765e649673e2bbf44d73030a905362

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 16e43e191dd8fb7910ca9571c307423d851ea28613a3520ad4dfae8d4ed9a477
MD5 647fc3b95432a7064cf58ada927626bb
BLAKE2b-256 6442535f72efed2b86fc530c13b2fd9385c1280f21c4d44e6202c33b8aa55515

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1474f9247c380eef1de8c1b2dc826bd12a6df4c1856e80beadd17b0ae4279563
MD5 e8bd1473932b8f524c2b4c2fd80352c7
BLAKE2b-256 d4cc93a966968f27a4e94f21257afe7f9636ce382a6e4ab4d732d0279bdd4211

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0212d74b10280d609d5db9b2e1a8d45d286778701369f3e1519ee00c2c7429bc
MD5 bcb59b62fc3491ccb82901359382de3a
BLAKE2b-256 d371a6bf71192a2e1272c9599b5f6251965bd41cbf2775a2e30cb01baaec096f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.1-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for psqlpy-0.8.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 dabd2596a83fc3daf4fce0e52c32e0f8d5a7232da79ff78823668c4d44873e12
MD5 f99280b9698d82d15321532b85f0c8be
BLAKE2b-256 dfa1f9481b0efa0f0076a30cbf7df8e8e4ad2fb081d19ef6687908a35ffbac0b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.1-cp39-none-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for psqlpy-0.8.1-cp39-none-win32.whl
Algorithm Hash digest
SHA256 65365dec6ffcab6013538c4550916d34c57315a4060ef811f21533578bf068cb
MD5 5b0387929c477be3b3a14aee4e7b7a03
BLAKE2b-256 5838fcfc6c4d3e8b985e096a1a178b5cf6fbb90a1b0d4fb646289373eed44d4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c3949fe58355c830f3dc19e8d37806907f8827e618aa3ee20d7e1fd4f7426359
MD5 0f0cb38578e283bc950fc90a09c63ce5
BLAKE2b-256 07431987dfb0c3d33e514891b6038a181defaf48f78333e6b73564ac25ba8ec3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6719ed2ff899436c906107a0f34f1e74ca8fbe3f345e54eb2e611cdb15f75371
MD5 1b5b85e166a7c1327995016bf27f9cce
BLAKE2b-256 67576b26cce0ba7636268b05d9185f7821bde37e2b65bf1fa1ddf7e475e93a04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ca3a4fc5d7d5d61dc868f0d9dc2aa7f9dc3063cc95866563fd29530afe107352
MD5 4b12f239b92cbd5d73b33840e57c0192
BLAKE2b-256 43d187e741e051b0fccf0dfe108e47990e39d92fc11cb5d0e4f9267405047a70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7edcbf66b309e01c91810f9f485016e70d36b0ed04405a5cba4cfa0736586e03
MD5 3d5170b772ff19af3ffb804b23dae85a
BLAKE2b-256 a7938da734618399b8957f563eac4a5cdbe61b053a014ffbcfc31d6b61127643

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2f269fdf21a1af36e5aa8d551649368af0d749360e41dcd469ced18333b4cbb0
MD5 6fd0e56175f434d8c98f34b564e7af2e
BLAKE2b-256 2c74f6e97c97a992f7451c5e6924823cd6710d846094a4b4cec6dfb02b2b302a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2b57001e1ebe5bf737912febd47d08f5b2ab5f4e91d1b14ecfe042affad3cc95
MD5 ca1489ba79ed3db9ad2ef9377bdcd632
BLAKE2b-256 3b77001a227a3333e273878310f768389cb2629de19d39c04ab980d4e294112c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 39c6cbc739d3e8cf533d0b09ba21f53cca93795bfc0d87a757c61676fe748ff0
MD5 b6cf86753813ffa6d45ae276a80d7573
BLAKE2b-256 d996f1962b3937352e99c8b2cc4945fb3adc7753a2b0426723fb11bd7caf46d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 102385bc44a0e11bc2bfb8454f416dd0873f0b1a934b4660b3ba0cf5bb70de7a
MD5 d8c084799092ff07367ddb84f96d2a5a
BLAKE2b-256 ba6a33cd5510f2502d2ed989bba62ea2bc77e4b57fc6a626c8e39368cae5859e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b51f2fb648debe2d581407ce789d6ffaa8effe964547461eac3c6f4ab8acd8b2
MD5 b43c4a3e99a27f396258be470ee740cf
BLAKE2b-256 a063bdb96fb97bc229d921a47f9af66eb20cb4fd7ebcec59a6d3733b9f2770ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 53fe3b1cc7124621bdc27ade7902149b56f701c030322d8e5afee83b9ced03bd
MD5 40c5c46e471553fbaee4afce092e013b
BLAKE2b-256 c7303ff1237d905418a15403cf33b1243abf619304b9bf698f558412dfe68ecb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.1-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for psqlpy-0.8.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 3b3e9ad8d0a653bf9a3ac896530c0a2ad9852f218fbc4fd0416aa696b5ca5513
MD5 4da542fac4501349c03c11d59e8ac1ef
BLAKE2b-256 63f6cd1aa112a517ef9ec54e74fbbd28f94bb26a826c3add6e17261dcf868a84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.8.1-cp38-none-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for psqlpy-0.8.1-cp38-none-win32.whl
Algorithm Hash digest
SHA256 3f9c44d08cecdab4b2d230d0a2fe7866ff31c6bf5818830a73b088b0f1748b54
MD5 b35fc7ea2bdd7be93b2a3d39ba0492dc
BLAKE2b-256 b5b97eda42d38f30065fa2cf6e42c690a7e544782302a5f2e4ec90c6b8d720c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7461ca4d9954165b72a8835555ce3252f7cd85b0cd8f5d320a1e4a533917338f
MD5 e1bd462e3b86b53043b45907f919095f
BLAKE2b-256 d254c6216ce3e28bb974f00f603c1534f2d463d3dc7e0fd479b7c0d79ec8989d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f1345946553f79d4fb5a557830b27cf801bd2c101cbe98815a889acef317c7e3
MD5 31dc7951e18405e78858c31be99ddf78
BLAKE2b-256 9a93c716ac352dc3aef6ab88ae90663383d301cea1ef4756b7f210d041aea82a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 91e0f800410a71415892221d27fede0ec4ce4251813848c5f25351c7273f234c
MD5 cacf14b2d42c93abbca50d418cb5ad0e
BLAKE2b-256 77b74cde3fb34559ee20859e2eeb580101977f00df6ad8439b02fbaa180fdac8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f5be95292be5ffde69f1bc1df687e466497eeba0886a77cac0cc9caff68d3c74
MD5 2256bc164c237f55a32a10f9c8cebd6c
BLAKE2b-256 6238d1856212015c96ce3695fc5fdc98cfbbe8c554b3ca3a73849f0c65c38830

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 409316bf789c0cd87a5a011c963f5d3620db5a0afb6ccdbebd32293be6c487e6
MD5 93b9c2493aa79b92fa243ad1a2efcd0f
BLAKE2b-256 40ca1afbfa09214ee06b6fea7f16ae6a4f279773f950d649cdb01070926db623

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e184807cc0e35d242ddae0d5f9136cbe23de105495fc78f74031c449f94ee428
MD5 27211b5cde4ff090eb6ef011abc03d6a
BLAKE2b-256 cd0f0f28630a65e79fa97b41c0749ba7056c1fd282431fb1efc3ed7d5085a969

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1d107b1d6a1def2ebde34ddf926544e209f9b11b9e8a08357a7dcec47d66d492
MD5 c05ddf83e36d6a89cb771c65e6a9d1a4
BLAKE2b-256 1b020d37c7a25ddfd97946b8215b1214ba7948b344530c10dab9b35ff99fafc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.8.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d11897319941378b14e00eac95e6de0397f931a5f8c34d2a1777a9b81f94fb6a
MD5 f8b6dec0eb187edbcbc6a901878288d9
BLAKE2b-256 23c15467e3568f27569516155732645ec578f33ce06fc7e1ed36da5b4a942d82

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