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,
    )

    async with db_pool.acquire() as conn:
        res: QueryResult = await conn.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.9.2.tar.gz (267.9 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

psqlpy-0.9.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

psqlpy-0.9.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl (4.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

psqlpy-0.9.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

psqlpy-0.9.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

psqlpy-0.9.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

psqlpy-0.9.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

psqlpy-0.9.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

psqlpy-0.9.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

psqlpy-0.9.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

psqlpy-0.9.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (3.6 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

psqlpy-0.9.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

psqlpy-0.9.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl (4.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

psqlpy-0.9.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

psqlpy-0.9.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

psqlpy-0.9.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

psqlpy-0.9.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

psqlpy-0.9.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

psqlpy-0.9.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

psqlpy-0.9.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

psqlpy-0.9.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (3.6 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

psqlpy-0.9.2-cp313-cp313-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.13Windows x86-64

psqlpy-0.9.2-cp313-cp313-win32.whl (2.8 MB view details)

Uploaded CPython 3.13Windows x86

psqlpy-0.9.2-cp313-cp313-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

psqlpy-0.9.2-cp313-cp313-musllinux_1_2_i686.whl (4.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

psqlpy-0.9.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

psqlpy-0.9.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

psqlpy-0.9.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

psqlpy-0.9.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (4.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

psqlpy-0.9.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

psqlpy-0.9.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

psqlpy-0.9.2-cp313-cp313-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

psqlpy-0.9.2-cp313-cp313-macosx_10_12_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

psqlpy-0.9.2-cp312-cp312-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.12Windows x86-64

psqlpy-0.9.2-cp312-cp312-win32.whl (2.8 MB view details)

Uploaded CPython 3.12Windows x86

psqlpy-0.9.2-cp312-cp312-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

psqlpy-0.9.2-cp312-cp312-musllinux_1_2_i686.whl (4.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

psqlpy-0.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

psqlpy-0.9.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

psqlpy-0.9.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

psqlpy-0.9.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (4.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

psqlpy-0.9.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

psqlpy-0.9.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

psqlpy-0.9.2-cp312-cp312-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

psqlpy-0.9.2-cp312-cp312-macosx_10_12_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

psqlpy-0.9.2-cp311-cp311-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.11Windows x86-64

psqlpy-0.9.2-cp311-cp311-win32.whl (2.8 MB view details)

Uploaded CPython 3.11Windows x86

psqlpy-0.9.2-cp311-cp311-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

psqlpy-0.9.2-cp311-cp311-musllinux_1_2_i686.whl (4.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

psqlpy-0.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

psqlpy-0.9.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

psqlpy-0.9.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

psqlpy-0.9.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (4.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

psqlpy-0.9.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

psqlpy-0.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

psqlpy-0.9.2-cp311-cp311-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

psqlpy-0.9.2-cp311-cp311-macosx_10_12_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

psqlpy-0.9.2-cp310-cp310-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.10Windows x86-64

psqlpy-0.9.2-cp310-cp310-win32.whl (2.8 MB view details)

Uploaded CPython 3.10Windows x86

psqlpy-0.9.2-cp310-cp310-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

psqlpy-0.9.2-cp310-cp310-musllinux_1_2_i686.whl (4.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

psqlpy-0.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

psqlpy-0.9.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

psqlpy-0.9.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

psqlpy-0.9.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

psqlpy-0.9.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

psqlpy-0.9.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

psqlpy-0.9.2-cp310-cp310-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

psqlpy-0.9.2-cp310-cp310-macosx_10_12_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

psqlpy-0.9.2-cp39-cp39-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.9Windows x86-64

psqlpy-0.9.2-cp39-cp39-win32.whl (2.8 MB view details)

Uploaded CPython 3.9Windows x86

psqlpy-0.9.2-cp39-cp39-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

psqlpy-0.9.2-cp39-cp39-musllinux_1_2_i686.whl (4.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

psqlpy-0.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

psqlpy-0.9.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

psqlpy-0.9.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

psqlpy-0.9.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (4.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

psqlpy-0.9.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

psqlpy-0.9.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

psqlpy-0.9.2-cp39-cp39-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

psqlpy-0.9.2-cp39-cp39-macosx_10_12_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.9.2.tar.gz
Algorithm Hash digest
SHA256 5d4e6d088a381455132d1616c42720d5704c5d31a746b01a54c1654d3d6e608c
MD5 288d50b8592125fe48cd7e2d5f4afb1c
BLAKE2b-256 9c517e1b0ca9a9435bde5252813fcc4ed21070106dddf0b969692af0436e17e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a25f87a12c749e7bf272f6b9ac039d61e4f4936be2379f0c5e01200ebb5c5351
MD5 9f7cd5b1304cceb58a1c4b9e485da49e
BLAKE2b-256 7e5d7fabd248a9241caa6ee79a896cd7b82e3c644e3259426a73220520c971d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5f9a8040873872d636c91be5d0a6beb907bed02265e3dffe37a9adb5d6dd19fd
MD5 276171e4c7446581ccd437586554183c
BLAKE2b-256 e234ce6081aa18a11df448f35b16ca8999de5fbc8cc67746a3c6caf8af2368b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be9c551cae8122043d9d8a66a9497c79a47560bacdbbe0b7df93760ac4a69a10
MD5 ef34693e73737b9125284b9293f6e5ac
BLAKE2b-256 f4f9077cda196c45449dd8bc25f4161e111385c0cb17d152df5adf5be07d434c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6c0551b6e2f6c0f65d1cae087e2781752b4785380bc8e2d8ca2fac4fcb702373
MD5 9a5ee67f67ba3af90f9329d96510d37d
BLAKE2b-256 a41d97f0d7a998517b2901844bfeef3e2250377e4a354d0c0ec63a3270226e82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 49f3161d9266c1d855ea41d1805ae7d404a106526b9da469dd429cb6b9fe41e7
MD5 9aa43cf3a816d5d7afaa561db5cb8ed1
BLAKE2b-256 73e91f7ea3a7cc0452ab7f358948fc5debcdaecdbc3232df1c55d2ca6f468164

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cccc3383d97236fb874267dd7a57154d05a541a641cb6a5e3aa08b6f6008eff0
MD5 cd7f9c796af313fc01d8d1fde53be587
BLAKE2b-256 11080bf61086ec65c337eb7e078acb4dfe6fb4bea6c2f00ee6d56bea4522e1f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7abe68791452e36f1f99e5839c3791cf10fc4bb93fd7502a3a615edf6cbc08c8
MD5 f9248246e2e92fac2acda83d6b54da62
BLAKE2b-256 1f4a96a2c5b99b986174357f62bfe11a5676b7cfe67cd3c65515d6aa8d0d7478

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3a8648875c850c00052687ce87efe613dc8caf5679e3cc07f85b3df439e1d55a
MD5 8b3d907270201f893d5e8189fb54c568
BLAKE2b-256 6ef3a2bf7eeb411fa5c875cd25c8bb6221f8c69a1eb5c9079e40d837500e06b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 273916e9fc617ce3a79d7b9ee8855fb08ae925a91254db67691e20a88d2a6317
MD5 31a2cc12c75a488d69d4a2fababf2741
BLAKE2b-256 b3bf007b4032c53855e7cb2b8665d0accef372c4651a09d7d1b3bb4b62c3f7e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 12b779311258f0095c4ce1d5115f180d643c03522018ee547c47915576375538
MD5 e9159cbccc17c89900b0a0be87b47e6b
BLAKE2b-256 53641e41fe506b476bd22327e19014c784a3de2fbe5f0c9800e98c803e0bbcd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2016ba79d15937e6bdc3bbd79e17a840312c53fd1d8f99f8929287bfaa2e0959
MD5 c23888627f0938dcbc753477de6d7ee4
BLAKE2b-256 cb0431fa69c21b7fc6985a726fc658a855379b66edfa43b1d730335555fbf5d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 88e70d34ad21bd60878436e40f246d7ef4c10ec2e5de37a0396cf86fff870e20
MD5 70513a688a52ffb8ce7cae6dd0b6f8be
BLAKE2b-256 a223c969828dd33dd25baf1f151f0c03a2c43d93cedf3287c4419545654a8e91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fc371a23e36de27bd6fcb3a99ffabd700a47f76b87b5dbf50646c6698aa03c0e
MD5 1db4a6dadf1b615ff4c5f11ef2c31b6f
BLAKE2b-256 b84896af0b90c54442fbdd30e073dbd95c40260c01d9d26e3241154ecc573285

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c1a7b901518f6b717b827ec616cb7fdb41892595ddee6f0f12319fedc749f94c
MD5 93aa2c95bb26095e1602b46d2bb473a0
BLAKE2b-256 68b8fc37d385ebdccd0505adb825da800316fed768a8006caa1e29af87992fa5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 85a5ecdb23f0ac78bbd0cc8aa6b434a44b25f55a0edb09f70453651553a2bd7d
MD5 3e4b6d3be07633857875c6c141fec3fa
BLAKE2b-256 10945ade4370c32ebc7d7d72076c74c03cbd469d023fe83e5aca592375bb1595

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b64f7421ff2370b0a3b1e963020d5764e8cbc1016102d68b0f3eb9241938bd17
MD5 2fadbbca605781c1dc2e91a5f757b0d1
BLAKE2b-256 acca091e00d48ae6fccd4885d09ca99acc3a20b82cdfda9ed9e326335af82358

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5c0653e6e8f6fa18f7a7d722c333a00edf76d65028a886ada834ac987dd22aa0
MD5 ff8354e4db3870f46b2193fd051e9ee8
BLAKE2b-256 3fb94d862274d404b6c90c99f16f0a58671a7b40ab35847bd6d6ecceee358c59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9e1be17d61aca4bc52564aa773f6ebc1f807b5a4578e90c252a60cbdcd657213
MD5 7a46270dfaf0f970e703a2198059af92
BLAKE2b-256 793e2d0fcd0429578a2e0679141d5f77cc71c422c0665afbc8e9c09c2c35a51d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b452663859b50f37b17593c526472edaa355712f200d296a8f28d4245a140ca3
MD5 c2fd7237b667b6785ecb771c2661b595
BLAKE2b-256 0d7cf5bf5be68d462a2a209843bb3cde17cabcf27bf51fe55e7bf7557fffe392

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 54db9433d882ac495662bfd7c08994d8cb5198a6170bfe3838289909a6bcf9c1
MD5 e4ec14e9907587b6f9074fb012d28dd7
BLAKE2b-256 7d2762ef0f4ad1dc9b8865a7d2b33bb77a5b98be15d05131a8077810ac172753

See more details on using hashes here.

File details

Details for the file psqlpy-0.9.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: psqlpy-0.9.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for psqlpy-0.9.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c925077fd53454b2fa1a91840c19e8a38e219bbe909789b83a6b63d90bc61ba9
MD5 2e59e754c3964c3aec9457ebb6e303a3
BLAKE2b-256 1c37c907e5d2118cae091e788cced124e3ef4e04a078ce9a77ba32138ee1bd62

See more details on using hashes here.

File details

Details for the file psqlpy-0.9.2-cp313-cp313-win32.whl.

File metadata

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

File hashes

Hashes for psqlpy-0.9.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 12409f4429e7f297a7a5da1764a165f81c6ccaf81163d5beed20b492098e6dd2
MD5 5b3226ca96b045e44c5b6aaf0492a7e0
BLAKE2b-256 91d02d4ea1804cf451a483e4f3fdb44f56ebffcfd4b9f22a20ead658c250eab5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a15d01ee39a890d073ca77feeb63d8de08a41a96e22532a3264d5ba6bd77f0a
MD5 651a9a054ee11fe53ab06dec0203f6fb
BLAKE2b-256 b7aef7e44ee2eab9b5c1ebb89fdd8c2e2465baa3683c9dff969454fc21be6511

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fa965fda01ec53dbbf4c77f110f2162c08e92f0e8f788d29daeab5f1bf0dd169
MD5 afaadbd41eb9baf19d0c3df0af3c0d35
BLAKE2b-256 e485faedd9d71ae9f67d3f20c4467d5bc88fadaf05fb71d9cedf58d0b6879055

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0d6ebe98076c43c51105cae6011f4d410689ce4fd59dd71d39c3534e037b0d6d
MD5 36b3f98d46eb6d30089602299e36f30e
BLAKE2b-256 f17395a249007bf4517871405abe289a42e9490bf37e89fc02b48d84ab82778a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3a0a0613dccac79eb5bd92a63d0fcb5de0911ff0572f377de03cd3f77b9a8d22
MD5 a9c466ea6a63484a6aa41ba5f3ec3a98
BLAKE2b-256 920a6af303aa4f48da8700dfd289c30cf9d544953b6e9b5b2f888f2edabc90d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e9b362b769b192dab509b4b05b68eba6da872d1ca43e92d8c3f82ba03baf0f0d
MD5 16ee8336cb10e5c17358b1449916c52c
BLAKE2b-256 35a9a2e564ccbe9dbc0847133119fa6aa2bd1aad17f39c6e8597d7381b2c5202

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8221d28e38f8597cda699199d92b10fee05b45b4408f6d5eaabe362dfde2f1f0
MD5 6c9ee1eb414e600142d5b147f7cd95cc
BLAKE2b-256 a15c355ccb1735a884b7991848ab392a20a4f99a26632d7b9f0e314f8cd4a129

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9cddeab8593aa1c8313fe922b2115592cd5fd1563a9826a15fe238d794ffa0d9
MD5 1b6439171c37ad78022cfbf77fc163a2
BLAKE2b-256 0d80feefe8f8f1b0aa51acf5ae7dca271aef4e7347401c741d1c2ad6e93f2999

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 44350223da147996675e678018afffac75f9c739ead937503f2aaa9ae9a78ee7
MD5 7e03d9ac5eff688941d386974f34f556
BLAKE2b-256 b67c12305362794c8daae1e5a2843306ddd48fdd509ed659b3e1ee76f7a6821f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5fd2cfaf98848eb9253dbb65e6e19cc8385bd18f25f3fc1eb531a1dfd9350b52
MD5 ad83f6d1eedc67f6c2f05ed146fd515b
BLAKE2b-256 0a005d431fa4d061bbbd679346b739e1ebb66a6d0fe4d0294e2112b56c68ab93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 814095157a06d285b12a7e3e8591d954aef2f936e4fc3340c823a71a8a47508b
MD5 cc7e73c16bed7100c69b20ad7ad8819f
BLAKE2b-256 895990714de83124c945d4e78eed361aebbd02800d87d494b397121b5ba8aee9

See more details on using hashes here.

File details

Details for the file psqlpy-0.9.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: psqlpy-0.9.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for psqlpy-0.9.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b9d0d1f3e639332530953273399304e8e796bce9e1ae4ec177a04c2dd92bf4c9
MD5 1e935d3be6df6bf9ba03833382ee9580
BLAKE2b-256 70e6b71794b98b284f4aaab80da8ac1f211cc06a5591f2e54394ca77719fb4ac

See more details on using hashes here.

File details

Details for the file psqlpy-0.9.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: psqlpy-0.9.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for psqlpy-0.9.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6802c37fe3ff37fe2a50638f19b835352e991cde2442b775dae5b0f75ca10f76
MD5 19be7cfae77923525348e92e7b253273
BLAKE2b-256 cd23651c73cf0e1fbb9dad2679ae02672cb651cc5b9b410ff1865f5bb0a151be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 51e9f6c2933ed8c49c622e7518c7b22fbbe028004ea6486928f00be927e7fe0f
MD5 2cff368e69b4439775248c0c9b1fb093
BLAKE2b-256 02b276310bd8cfdde29745bb4cb3c28f85c81dc40ce945fd4cf73b73c9b5227b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5ca0be4606313ed49dc8b1f93b8c640b07e819190deec14087d461e2ba72928c
MD5 4905ee5e55be8c5d4d6a7a980254225f
BLAKE2b-256 5285aea6f873d797b86f036aae814a7a3779c460d8dacfa9001d3292d8a710ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 300f1306183636205278d3f135fd84dcb4e976a03aa4e89571f942a6f7bf7beb
MD5 a119625e5ab2155a1021ec3c21262273
BLAKE2b-256 1ef0e1ab84f49e6877d76eb215a230e0778801a33cf461cc0f35fb4ad781aeec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b114a8c2d21f69c5bd95de0318f309166c93baf5fd50fc155f43d9bf8239b163
MD5 db209d06d495cfb4a5963940fb3201c6
BLAKE2b-256 79c8db0c40acaa085bb9c56d10950b3647674ff342cde6936adebb4ee7413529

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 133abd8fdbe6cce95618f5b323b45abe6fa6e8f953a8ccc94116f1ea9e640a91
MD5 4cc382a718feb8033ba0eafada6e44da
BLAKE2b-256 513395ae102a1f1423c1b2906d917576c82bd00dca4297ef473d9f69649b6eb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b07a7947eef962f558e6eb24a00fe87f2afb92df1ddcad18d31f08340f96f74e
MD5 204b22997b8d1f07eb7ca3749dd01270
BLAKE2b-256 d12ebe793329237db7fa1286b840794214f1e5e6dcbb9cd757b2befa5ce48681

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 206fcbb0a440a7b614fa6cfe8b78faa317bf956cdfcdb726e850eb63b1de8f76
MD5 3a14d292cb98e617bf0abc636b6d074a
BLAKE2b-256 2c693f1181efd39faa4464ee494148dde77fedf958621c2f81c1780300297a08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9bf5b134922089d6b385cabc1ff2e891f2915f6f14b6c00ec88fe3a90f9f1057
MD5 be83e4c1375d27b2180031b6381c08c2
BLAKE2b-256 9b8a4652583403ed97de9244db34d38ba83a1d88d9d9c9ef451c087b4f58ac10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8ecdcb60f10ee416acec7794fc34af29c1da2d0766ba97a3230782a2f8b558fe
MD5 c103cbefd5f2102f7372a547d9a1a7e3
BLAKE2b-256 5867e8a73654c5400069a8feb90bccb9486eb3986001a0bf3292ec6152a28297

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d45b974a80413f91df36bcd07d6209d2021051f6fe5b3a1f82ee0999eef2d589
MD5 cd2c231b71b9746c6cb21d91dde034c9
BLAKE2b-256 797a89a880876839f8ae60d9677e01a27e20ab7d17046366fafc2b619ffe8f37

See more details on using hashes here.

File details

Details for the file psqlpy-0.9.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: psqlpy-0.9.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for psqlpy-0.9.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ad7690b919634c92864439b75839d882ccf69f330e4df834f07a7725b016a357
MD5 7d8b33397d02623378c8ccad46c13063
BLAKE2b-256 7f654274febab378bbd995663033a807d14ed047a7099d807134d7b9b353566f

See more details on using hashes here.

File details

Details for the file psqlpy-0.9.2-cp311-cp311-win32.whl.

File metadata

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

File hashes

Hashes for psqlpy-0.9.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 521f4a3d0a8c6e8307a6ed3a966b4463adaa3166a2f436b574abaf561c87068f
MD5 c0774391ffaa6e755cd87b7558fbc246
BLAKE2b-256 83a503b4f276d91671d4a2e96691c786f7a596268105f263cd98aa90ca873a11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 82a1d7f2ad80ba3710759b59d125c2bf27e81640a7410b88fe1c4184123aefcc
MD5 550331e5a7bfaec576d8306dbe1f4a70
BLAKE2b-256 75f866224210af69c6d3a70e695f6489f457fb70af43ef68b6660b27cef38030

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4755d381b65d2b774b27e20f13a52fbd085a77e8ca15bcc6ec37c225966e681e
MD5 c47e6d4b3ad8c727bc70ade799d8ee5b
BLAKE2b-256 64c5c4bfc4a3d8a3a2164cf344d96cae09c2e11361f82b3f543fa9e4dbea7c3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cb1de187e90b46ae6839c32a38c09eae33496d0e5f4166d2186865f597c8932f
MD5 6b34cfc27e5ce5aacbce5a765f3bec86
BLAKE2b-256 7b1efec387746cda1cdf1c6c57d071d5f8ce6456fb54f8c54d4d1a5123eccc6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 91028f42b9223e20678989e4e0b53b1e30a265a338b9e1a550a00bf3bd08bd02
MD5 e4bcd9f67a8ba6cdce8a84aa1e024d92
BLAKE2b-256 f9af6ba1296a53cdd2e7b15d22f6b959a1307004c2b866c7073d145ec3abad6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 361eb8fcbde39556013dd1e4d32489ed4572f1db96a37c45dd8a3668a33eb5b5
MD5 7c0b5c4f96f4a1330ef378e75935f6c6
BLAKE2b-256 f483e94fb0f6d0f5a2ce33812600f43c8fbd28414c791fad27f911b2e4387846

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d9f9ae0f4ada4bac99078547865d49f4a34b6d31037c5feb21de719c155b97c2
MD5 fd221f3a7fe357d9656f8468ef5c2125
BLAKE2b-256 b4ecc4b6a219739d9ec289dc0ef3f0734025cafc5503cff1ef351b7c7638ddf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 baf8ada615bc68c84726e942fbd753bafa841b3e0965cc3bee1bf87308d9b38b
MD5 c46a34ef3c4f907f5fcd2a09a965bf61
BLAKE2b-256 1a900f44ceefd73c54aa391c01ce6ab542fc6e207ae7ce3e308bb9c14ffe4823

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4fa32c94ffcb6357181a1a1bc66542a0968a0594801dbf891e74b88394d43374
MD5 3db8305fdb6c447aea93ebedf484972e
BLAKE2b-256 b210351c919fbc37013aab881d5aad60ee4433d7414f4c66f453b27052e242f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 545d117f4c497ceaeefccc4838d5baa6492400c52547fff737ac5065bed56831
MD5 44d206ad708b6b29ae8df04a7d581691
BLAKE2b-256 046d3d1047295412010546f8fcff2c85e8f8f093e0c71479a43233e1ed29e8b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 484b0df701694750c7e29a13ad08fcbdc7a12ebe23eeb17c412384ead1284794
MD5 348d0550f0822f1fff0c03f2d6a0421d
BLAKE2b-256 2688f30d6ca70a97ca115e323d9d9514a7885c0807cd1c228c7c8daf0b1e76a7

See more details on using hashes here.

File details

Details for the file psqlpy-0.9.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: psqlpy-0.9.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for psqlpy-0.9.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 38c8880ef8f6d9358252eb1bffe4fef9f4a956d21a4d59851b02f216666e3bb8
MD5 efd9e2f8c7157687f00d4f76054937b9
BLAKE2b-256 13a98e3e9478c2580ec41041eea4145f00a1bc0c5b8193fb57d4268bf39e574e

See more details on using hashes here.

File details

Details for the file psqlpy-0.9.2-cp310-cp310-win32.whl.

File metadata

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

File hashes

Hashes for psqlpy-0.9.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a0d009faea1bd475ecb52228dc269b5ac8cdbe9967ed32bd7225654fb0d0a368
MD5 22cd038e3f008d07d35423a821a3adb8
BLAKE2b-256 8ca43bcf3be9500980a79b8767f07411a7ee2c074935d5f93e3a5c22617b0b51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 32aff22004949f3023238ad4f8ebe3d9ca521d6a5464416121d525f5b03c4856
MD5 88f80189c5604a9442d07fcfd2ac8a5b
BLAKE2b-256 ad6ffde2cced21b1ee6d7afe981615cade26f07f647cf9e07fb1c4a04f8bae9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 33eca4410370a143c408310c50b001373dfb1deae2f002697aedec8b9d20c9c6
MD5 2f0929313cae6853d7e2a32f4130ea2f
BLAKE2b-256 4e92d3f04ea5ab3f99007a67dc5034e9bda6c840af7e7d07fd64c7b3f6e39284

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 148518ec1932b116138d300e7c9e809f59a94c4538b6c3a9929c61791c296942
MD5 a42b8e258dedeae8a75f68c156e04c23
BLAKE2b-256 c3156465c85005faf934761f30bc5c465df4b3a68a87b270bc5fe87bc4427e96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b544674f8f4d49d22be9c359a3378f8514e4901a940f7bdf634b2578fd7572f6
MD5 355a885bda822ee1a220e5e1eb20b1f0
BLAKE2b-256 c873b2d127d65e34a0b023e8143f54ff7a14f48f2a1cff3f789b57877d750327

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 922e8c118baf525826f448b50cb19eb8179a631c064642a45b5aa1baa4bd1e9c
MD5 3d42df56894fc8916f159f82840f0398
BLAKE2b-256 a9a33e1f4f47931dfa448f9acb097a77881adf82784bd303df6f588a305d66ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6ee9465567eb2e8292fe106ce8e7eb3e331cbbc34beadac491fe5f960f9cb967
MD5 afa38861bb45c4be7f53e1b72bd28e87
BLAKE2b-256 01e02ca6de566d7e820bc3e61875eb7fc777dea5d0dfc922986d351a31d5581b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b0a5e46a7e8876425679bb4841a545fcd5eaa2a21b80799541c37446c9978238
MD5 5ead16cc1a491d4df644a0ddbf6709c7
BLAKE2b-256 7d96dda9dcb40df5ffaf724a5f46586611599114e6a69fdcb2519388caa11e81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 79d0fd2ccc1e72f75d3a3b6c112a3aaef60d615107686cc484bf6b5529b39990
MD5 0b5dfc478b3f87ae87ad550e801db4ab
BLAKE2b-256 dbf59f20a16def9567420397557a6a9d1a4350044bca0ec2179a30be788c1520

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e408cd15b7414d2340e9131b70f77143287f01d5fd66a4af162d831889095f5a
MD5 ececf63ddd4527ff6a894c1bb845e50e
BLAKE2b-256 c08a7b4f021daa636794bd9ca11efd023091bf7d952559ce0e6ed155a5a18bb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d02ad5b9fe845aecac05507bc9335601aa520dcdf99d991f64dcd9369d652647
MD5 a76b2d872e3b35327b97d4a3d6d2c768
BLAKE2b-256 11a639df3fa24f27445a29886a761ae76c357a39cbcaa90b3b29cf3cd7e73fad

See more details on using hashes here.

File details

Details for the file psqlpy-0.9.2-cp39-cp39-win_amd64.whl.

File metadata

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

File hashes

Hashes for psqlpy-0.9.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8e9417d2e63cf784f28f56566663c453715a39d2a4c0ed7e87903b6c164ea191
MD5 38fb23035bb072d0e96ef9118744c68c
BLAKE2b-256 78c94cfd72a0cc46603509be4c25a2b95a7b8f0e639a9703108e73cf9f16e284

See more details on using hashes here.

File details

Details for the file psqlpy-0.9.2-cp39-cp39-win32.whl.

File metadata

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

File hashes

Hashes for psqlpy-0.9.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 71b6aa6b291c0287d7192844b8ae6b7c9ccf41849a60cba5f8f2217e215f6121
MD5 3aeaa01c9d1604f713055beecc09e049
BLAKE2b-256 5f961c022c16e1d0261488f3cee971b7bdec09a065a4e574e827c18a7c1f0ac6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad585d0439318e0e0b4170fd91f850ed5c9cb3a27eed4cb1dc79093a93a65e5e
MD5 a73857a55b5f46ea91f0fc1585696307
BLAKE2b-256 dec1d715789b994e5da402eec506bd97b733fd9308be8440df7a9f1e7324ac9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c18d671f88f01b2b469346340476de6592281fb45acb03ec647064598daa3fc3
MD5 6f2fb974a53014c3816e4d12fdb9e542
BLAKE2b-256 88cab54f718e790f608244c915fc6da54b5d4296a470ea24059575b6588ca6b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9285f2423f3d261e18401cf41ca643a53edea87470080c12112ce6731508544
MD5 631757b601c44221e17db020e36cc95d
BLAKE2b-256 2fe865d0ecdc1326088759b751dd157b444c3cdf621cd8e536541ec99959d0a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8a1d8af5079208d465121cb53768119bd8a640e8d253603d542086695f2da365
MD5 1d40faf047f01533f02893b1996240aa
BLAKE2b-256 71c496a7cdd03dab6243c6a2d600916e57ffd8c88fc3a80e5831099f495f9578

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ab9ec7b62e1a45fec992a4761e10d56ee72c22aab52f922497db41ff37990590
MD5 44c059c1aaf1fc48de0308854aed856b
BLAKE2b-256 28d4c3deae6c31a1e415019dc0f3ed68f72b812cc65120caa0fd3100a7a3a00b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ff3cb12ca790ee56889dd91077ca0d4decc030fae5c346a4aab2b7fc93b72a32
MD5 0b7d7b0af42b8d0ec27a3bb45a6ca9b8
BLAKE2b-256 93c3da218af1153fc6c0d233bc73a29edf101a10beb2f18b270f1114a1a42a58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4baa06ecc9e243bb94749117422b3781b8f2a73dc1dc8d721218d6b236c9c165
MD5 2dd794722022cfa37ce36d3735e90ac8
BLAKE2b-256 4f5c7bd66aee57ff6c8de52d3942907e886882b2a81b85a4c327782e053130e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4c765a7ae1767a2b9a4215300b333108f6ed051995bc91e202186e2eeb60e371
MD5 a6cb8c9330ea81e5f86aef006abf7fdf
BLAKE2b-256 cc5e2687fbc377d067268caf8d6cdaa08208896ad282872ca4d8f2a3853917ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae29899bdff97e779d168fdb0cac178825b3277275738f0801d5078b7531a01d
MD5 2a6c26a5b121c48eea323e7f8d13f35f
BLAKE2b-256 02950c217d3ba48072f620040abe51e08f267be9e306f073bee3d3b3d7037165

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.9.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8d2deed1ff7cdbc1d4485424b850768ff503127eb6ac92008ada1a33127bcd97
MD5 34366a56846cc6ad538ceebee6fb1b5c
BLAKE2b-256 62acbf186451c9aaba2cbf6f8dde43b4eb20df9ebf5852493c108008c4dbb4be

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page