Skip to main content

Async PostgreSQL driver for Python written in Rust

Project description

PyPI - Python Version 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, poetry or uv.

poetry:

poetry add psqlpy

pip:

pip install psqlpy

uv:

uv add 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 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.11.11.tar.gz (288.2 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.11.11-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (5.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

psqlpy-0.11.11-pp311-pypy311_pp73-musllinux_1_2_i686.whl (5.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

psqlpy-0.11.11-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

psqlpy-0.11.11-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

psqlpy-0.11.11-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

psqlpy-0.11.11-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

psqlpy-0.11.11-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

psqlpy-0.11.11-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

psqlpy-0.11.11-pp311-pypy311_pp73-macosx_11_0_arm64.whl (4.6 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

psqlpy-0.11.11-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (4.4 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

psqlpy-0.11.11-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (5.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

psqlpy-0.11.11-pp310-pypy310_pp73-musllinux_1_2_i686.whl (5.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

psqlpy-0.11.11-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

psqlpy-0.11.11-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

psqlpy-0.11.11-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

psqlpy-0.11.11-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

psqlpy-0.11.11-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

psqlpy-0.11.11-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

psqlpy-0.11.11-pp310-pypy310_pp73-macosx_11_0_arm64.whl (4.6 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

psqlpy-0.11.11-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (4.4 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

psqlpy-0.11.11-cp314-cp314-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.14Windows x86-64

psqlpy-0.11.11-cp314-cp314-win32.whl (3.6 MB view details)

Uploaded CPython 3.14Windows x86

psqlpy-0.11.11-cp314-cp314-musllinux_1_2_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

psqlpy-0.11.11-cp314-cp314-musllinux_1_2_i686.whl (5.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

psqlpy-0.11.11-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

psqlpy-0.11.11-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

psqlpy-0.11.11-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

psqlpy-0.11.11-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

psqlpy-0.11.11-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

psqlpy-0.11.11-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

psqlpy-0.11.11-cp314-cp314-macosx_11_0_arm64.whl (4.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

psqlpy-0.11.11-cp314-cp314-macosx_10_12_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

psqlpy-0.11.11-cp313-cp313-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.13Windows x86-64

psqlpy-0.11.11-cp313-cp313-win32.whl (3.6 MB view details)

Uploaded CPython 3.13Windows x86

psqlpy-0.11.11-cp313-cp313-musllinux_1_2_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

psqlpy-0.11.11-cp313-cp313-musllinux_1_2_i686.whl (5.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

psqlpy-0.11.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

psqlpy-0.11.11-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

psqlpy-0.11.11-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

psqlpy-0.11.11-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

psqlpy-0.11.11-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

psqlpy-0.11.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

psqlpy-0.11.11-cp313-cp313-macosx_11_0_arm64.whl (4.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

psqlpy-0.11.11-cp313-cp313-macosx_10_12_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

psqlpy-0.11.11-cp312-cp312-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.12Windows x86-64

psqlpy-0.11.11-cp312-cp312-win32.whl (3.6 MB view details)

Uploaded CPython 3.12Windows x86

psqlpy-0.11.11-cp312-cp312-musllinux_1_2_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

psqlpy-0.11.11-cp312-cp312-musllinux_1_2_i686.whl (5.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

psqlpy-0.11.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

psqlpy-0.11.11-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

psqlpy-0.11.11-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

psqlpy-0.11.11-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

psqlpy-0.11.11-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

psqlpy-0.11.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

psqlpy-0.11.11-cp312-cp312-macosx_11_0_arm64.whl (4.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

psqlpy-0.11.11-cp312-cp312-macosx_10_12_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

psqlpy-0.11.11-cp311-cp311-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.11Windows x86-64

psqlpy-0.11.11-cp311-cp311-win32.whl (3.6 MB view details)

Uploaded CPython 3.11Windows x86

psqlpy-0.11.11-cp311-cp311-musllinux_1_2_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

psqlpy-0.11.11-cp311-cp311-musllinux_1_2_i686.whl (5.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

psqlpy-0.11.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

psqlpy-0.11.11-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

psqlpy-0.11.11-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

psqlpy-0.11.11-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

psqlpy-0.11.11-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

psqlpy-0.11.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

psqlpy-0.11.11-cp311-cp311-macosx_11_0_arm64.whl (4.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

psqlpy-0.11.11-cp311-cp311-macosx_10_12_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

psqlpy-0.11.11-cp310-cp310-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.10Windows x86-64

psqlpy-0.11.11-cp310-cp310-win32.whl (3.6 MB view details)

Uploaded CPython 3.10Windows x86

psqlpy-0.11.11-cp310-cp310-musllinux_1_2_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

psqlpy-0.11.11-cp310-cp310-musllinux_1_2_i686.whl (5.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

psqlpy-0.11.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

psqlpy-0.11.11-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

psqlpy-0.11.11-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

psqlpy-0.11.11-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

psqlpy-0.11.11-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

psqlpy-0.11.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

psqlpy-0.11.11-cp310-cp310-macosx_11_0_arm64.whl (4.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

psqlpy-0.11.11-cp310-cp310-macosx_10_12_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.11.11.tar.gz
Algorithm Hash digest
SHA256 703d8a1d31e04a418ab7e6062323582edb5379a5452542df4e9d20f0fecd611c
MD5 f040cd956cd706ad55f5b45fcdf63e29
BLAKE2b-256 776ef1a05e40379606c1f79659549fb8352d115fe6902819d1d82a7db37f354c

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.11-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.11-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f3e96964955f8b0c288d582337b3ff5672d6686d0e552890d783325d612a3b47
MD5 ad1ab9407830d67bbc65618066335a10
BLAKE2b-256 18ba1a57fbbfbcec805c654f9988f797a971a5c2dd1bbd1be9c47ecff4a8518a

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.11-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.11-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5155a6fca5511073bcd430930eb379b20045877250247cc6dd1d6532c185126d
MD5 aed07dd7c006ccf3cf5ddaaac0aef131
BLAKE2b-256 78cd120df7d62cc775307268859030fe31d2a951093053347d728cb6e2354607

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.11-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.11-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a1a7126009340ed854706f84ad1d09200417a2ca43a12b9bf80e5442f29f4181
MD5 4fae52d47523705eb39ba97559e4a2f9
BLAKE2b-256 410f688e485718a0fb33e0409bc070debad1c935017dc70900e542fd0492f75a

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.11-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.11-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4d9d1be5d0129e8c242014178556c4c636676ef00cf7181ab76b6eac6f41efbf
MD5 613b4d5031e5acac53fbaed6946e00d4
BLAKE2b-256 33b4cb59d2dcd3ff67a97f3d862c817e914e2ffa039f072662e660e59ab46630

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.11-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.11-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7eda46542a942303c690c5fb94f73ea751cd6b6d70e5c6e91fd2a2f2b417639a
MD5 70bdbe2e397aa255ab254e00d011c2f6
BLAKE2b-256 599bdbdd6e8ee8ba48603c686972f3e29bebcd6a879285be47b7461d791e2e88

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.11-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.11-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 877fa85307cda5152956b9f112fd7f6aa91856d14b28f3d1b39a5bb9e6a9074b
MD5 23e774385f6701f13c19ec793580b9c4
BLAKE2b-256 d3a351e24688e89adf9994eed1d88bc09e5636900cfe58e7fdf1ac79e15a1b40

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.11-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.11-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3d6da1aea816d419192e9dce606e0dcf67456097d6626074c0245610299c1286
MD5 afbb92197c9d94b8f07ba86751dc5c46
BLAKE2b-256 d135065302ea482f1c50dae517eeb01868970593a44efd3567d839d3be44bfdf

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.11-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.11-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5dcc6f3620fd1a95af421aa22a40683b6d83fbb4af219c251a91d639845ccfb0
MD5 09fb9e06ad36cc0ecf5cd021cb1839ec
BLAKE2b-256 7b539e34a95a23971852416f3a6460d78f45a4a590d27b3fca525d7321cb38e5

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.11-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.11-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4002e5d5395a69c10cca0c57bdeaf0734dd7fded23ed9117137bbd467010dd3
MD5 e7879c0f6c0238db29076fbe8554723a
BLAKE2b-256 8cb8d3d439ce88679990b12287f64089d4267901f8ed808f54d572d6b354a6f9

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.11-pp311-pypy311_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.11-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ac5a7aab27c2252162a442931805d4bc57ba9fc257a83d30d625c48883a62dda
MD5 c3e427473f6c2475fd919479ee37bb41
BLAKE2b-256 440da567def8faa6211a94a236a044b2a380fe75ac66cbd8d6220e2b1592da32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39cae79bdcd9da007913af49a4b2eadc4cdb9719976afa1ae0c3318414906e0f
MD5 94c037688a6bb97a9bc7c2f8d0dc5a18
BLAKE2b-256 0030f5ffc7e4e26e7fe150cf9e1c5f1caca7f6bd71ef67642e1ff92c233fc076

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a716c7116ad0a828d53069a89fcfffbcd56601de93a1a597ab913bf221f26c01
MD5 6805ab57172b00d02eedd844fe57f55b
BLAKE2b-256 13a4cbf329a286c39c58eb4cd456664d98f16927b5fd94a50743a7fda0c872bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5797d09fca51ad41a857655ec952085d5178ca8a15fe6442c21152adbb9fde75
MD5 af3b782875ddcd167832681d64b118f0
BLAKE2b-256 66e3f94e11d92c7db53cd55291519278b45aa8ba193c0ced89bf5bd36da0a53e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d7bce3e89933e1f37539501955a012312b5b444d09e26843d81f5c1c16894b3a
MD5 7125848370f139c00042c150b9020b53
BLAKE2b-256 9d8f9af2b94a4f512cb2a9d43fb78dcf5b092691d2414def9b57ebaba7a56e13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0d0add04b129061a30ed662de78cfe1cf8facabb483f06da680d2e38c6819848
MD5 64be174c8719a77ea2213ec81b46e2c6
BLAKE2b-256 ec3e138915e1afa31cfacd28a0d80e0cad4851b464ff02d351ad8c61a4efc470

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bb12a634e2c462bb414cfba8d8a7fa6d1f88a65141f010eda76e89ad8846c3d4
MD5 c462655cba77c165fb555d2381b4f30e
BLAKE2b-256 6a41eaf21e33b2a2f5801de0baca1b5d4f542d4992b7765e51b013cd279c5d7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1911cf5c85b2a3c0359cb91d1cee5cbc37a433ca6c69fdecbd90cbae29e53355
MD5 76d595e32a9caca8b76eb742307f3c0b
BLAKE2b-256 66f2ef1007313f5099d1af3e24f64038e9cad6e2ef77bc41f7a814a799f565d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8d0d4611565ba3eb52fb5fb091a5822a1b72aee483303a90b0076b3ca83959e1
MD5 5ea75eebc0d82bc089e84268b949663e
BLAKE2b-256 05e5e77aea92b533f34b708180953a8d5024d24da9cbebeeeadf80fcdf5243fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a18cf445f2d8bd66728929107ee79ead1919e2216440eff35a7e1d45c22945ed
MD5 5679cecbde4f8a56d9d91690fc9a1f20
BLAKE2b-256 2fe8c4ec68c93e79dc35b3f52f6a4993fe5e371a4931d6d22ed6979865661766

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dafddf944fbaf21dcb84a70e2fb1a9c8fb21fb188a3a87f62013aa758088ce66
MD5 340a36cefd85d0ff8c4ffd0b36069749
BLAKE2b-256 2d56c62cff6c50672258c23efa6484d38c3121284ce4ed6b5dcf91bda581f57f

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.11-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2e0506ea8190987cdd3ca4476858389709b4152d6bb1c69c66e96a8dd0daa97a
MD5 a19a4974609217862404ca53776a67c1
BLAKE2b-256 33206f481f8dc879dc4914b6294980bbad26097495927e07e6b0fd25703059d1

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.11-cp314-cp314-win32.whl.

File metadata

  • Download URL: psqlpy-0.11.11-cp314-cp314-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.10.2

File hashes

Hashes for psqlpy-0.11.11-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 490e59e4b4714bdfb66e2ce2859b3940d1a901914546071ed2d3e28b9d7ca271
MD5 8c0ae27e92a39aab1e92411ea343068b
BLAKE2b-256 1e179fe5f52938338c9717fd12ba13bcac092ccb228578c0e27eaabe2d17756b

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.11-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ddcc7270c388527500be36cb41536b18891801813330b38b5fe66273650440b0
MD5 fb75d283735ae4fe1f114fb343102ada
BLAKE2b-256 f8261054b808649bff73fe70df52d05043c3863dc83639aa9f50956231b4d54c

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.11-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 89489cf6d9e143d9ffb924e1dee946afbdf4eb3084a8bf12837c428458343b7c
MD5 ddb3ceb584a27c0becc9b038ae11e0e5
BLAKE2b-256 b9e1e4606dc82ddd1d07778d5d221be70e2386090c91146122cc609940577727

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.11-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b3957806d957029202a19983e33108b8e32360ddb95f9f2b8e92fd00cd52a831
MD5 828f8a79a4c673b68c7d0de0bbbe6359
BLAKE2b-256 0d7902bc97387cc48ab8c7ea7db5084fe0512cc550c465c8fe0d0362d658b546

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.11-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 348010950e252bc35f935bf1eb128643b53c85cee6cb3954a5e47f5e29474b2b
MD5 1020c1e2baa4b1b249ea0a1ffacb38ff
BLAKE2b-256 83bffade01dbb3a3a118eda1ab60face04b3ecc7875c8945618cfb9108bfb129

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.11-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1162e27a35e7b6633158fea4337117838ac9e03455594727044bd823e0d26060
MD5 f377b659d01e00e03a7fac822638bd48
BLAKE2b-256 93df1a67af61d66dcf25e0274d5ed1b3b6bd420163aa12606d7f6b020ced6924

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.11-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c967b9879522bb935418bd5814e6cd9aff7ec023e671ecefaa4e3722633d9f41
MD5 2117047d78e6abd9be8e1599134e2e47
BLAKE2b-256 f43e50fa3a4a69f8c098271df5f4baf2363d86204cf22467c6bd37bde2803c48

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.11-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 eefb48e98641b9c49ea020f357d96ca617435016eef7ba15d91afa718eb3c4c9
MD5 1c78bd57edd4586340a6f6ef89d4b533
BLAKE2b-256 a0b37972736147c070ebfd38b75a90bbdf81b8b8e863de59a81e9e2a05eedf2a

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.11-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0049d4e05d4b1d57aebf0950c98e7ebe6094a88e0426de8e9d58465c3af62665
MD5 427ce5239012d7c240d5bb16b42986fe
BLAKE2b-256 7c013f0196608d89f25d1da30fd28c8c0360695cb31769694009d8b7bdb8255e

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.11-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f2610aade251a0e0c34153ae83d074ef8b009e8d713954bc7f5d3aadca3c0cfa
MD5 286bddd9bcf5a14a15f765a625536c9d
BLAKE2b-256 9012532e40c2fbb04fc23056b1459455cc45da15b262482ad7644510c67d8ac4

See more details on using hashes here.

File details

Details for the file psqlpy-0.11.11-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7ae0fe951a596d191902bce2969926182fc69479c54784f276f2f883556bdf78
MD5 cc7e0ae870f461db8478f6e68cce704c
BLAKE2b-256 45c9cacf8b800ab250067ebf411745fb5d91047e5e011ddf53a379a3e8fb9577

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1d4278360c0c6c4d870bf22b747095ede02247d46081366ca2cc58a0cfd85c9d
MD5 4ceef6045c6e5377cf65d0199b81a49c
BLAKE2b-256 c9aa13be9af60ee1743c2a618157733f5656d1c4627b3299cf2befe75308e0a7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.11.11-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 39e95d8a24915058febeedf922d70d45f3b2352993b0b4369fe3f141f4e213bf
MD5 988a5a6655a78d7655e0c9de26526b82
BLAKE2b-256 3fe93395390b22032532f270aedd321e54f9a943a1c3c3be8e97ba47fa469d9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a98212d27fd01c0e9587cac80f1f91df9f4f8634244c4171ff24e2179319c32a
MD5 3a3d5da8e053390e36fa9809e94a7e65
BLAKE2b-256 588d014ced6b5936bf6f20f65257d591917331072e260c921e1d0bf4f4c1420f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 eb7af832506a3eb7e6187e18e41dd2d660f73a11d43fecf06c80540e29700b29
MD5 9bd104abf391ea4e95d402242026ebaa
BLAKE2b-256 f4a79b63541c6e9189c3b59f8ed14b31b9aa4efc29b1a610938bb4053d6c52b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2c3d8ca3dfba08466743196a7138cfcac363a1607eacc5a5fa3de182364a8b16
MD5 f99bf6df5424e09820519577d30c5c46
BLAKE2b-256 0040199c1cae928f7d48b9900a11ea77ae8936b64e21cd5223d0b6aeac1976f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 063c5b2305944c63a136e9ce712f19d80e83e921570fd4c289f61e1e721f133d
MD5 ae0e5109b46b9d9e5005340c5e832ecf
BLAKE2b-256 d167987d8142cd05c449c13a02638094f438244903ae7a8ff89e0f248e2e75a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0abe9963b52ba1542c91415c1545603a4c8eb5741e6aed74dc722518c2aa7c97
MD5 3dd103142e478b49155e205f7e7947a4
BLAKE2b-256 d74d2c209edffb709dda3c422b16fbb6c55ba2438fe1eaffb1890bd7e6e374d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e8b074635ba74d1e24cb1ddb9c0e8652e460c2299ff976a7a40dd36bdfacd0bf
MD5 50c173c4b80ef615a2181791e4c5ed30
BLAKE2b-256 e517a9ca151f48b9c053dd16402055f50c55202f0e37ac62dd3e8d9d2ac5fd7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 446b1fe27de138c453a395a591c3739001cfe29a7a76afd00312b78a74d5ee89
MD5 7bf563cfc7df948b30dac8964be3a2cf
BLAKE2b-256 36a025278fafcf4b844ed893c558dba22bbdee005b495599c2bf8cf7ef5342f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 43f1333fd7b1de6a149f44619aaedd71fc92fa79b7cabd5d345a094f1263553a
MD5 b7013e1e2a7a87a6af1a5bbdee833a86
BLAKE2b-256 935b94ec900f60d9622569553b745bebd4c5a369a52188560687eb93099ec8b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 671a6f9ac10e0b7ac98fbef5cb92446741b5ad2ae2c3785ad9d654549517d97c
MD5 e6b1398ad3f84cd92541f98753bf94d4
BLAKE2b-256 b2d825da644c75c01a7f8c5482279e8679a8793c950a970cd350b6374fe34aff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b216d9a90a15a36bd4c917186754b5e63b00841e859fc8d7580dc8e6f4359e22
MD5 10f5bfd3582d3a65634e7be0cf966ad8
BLAKE2b-256 48543326ed7c4011455a235f101f8b4ca654875abafee9bc11e427f831b54221

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 776e62bf536d9e8ceaeb3e8460e47fb8cfce57eaf56096ae5f596512798c7a8e
MD5 adab4c8d76bc6efc68e890ea461f5bb4
BLAKE2b-256 8677337de1a1b5a4a516af98fe09d039af9cabfde26bf68acb2b200790d5ce12

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.11.11-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 62b0434f08d0c395d1a3a3b8688e628e458a138b4a787587ddbfc8658b2982fd
MD5 01c523aa40110085ad5abcb7f7c5d310
BLAKE2b-256 df90d6d84886bc32329a1296b334a0a709698180322f0b74a50c1355d6fed154

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 401a4bbf877d0bd4a7b5942d5004f9f17962d6fb1ba855ee76f456597679be0e
MD5 23c5d53276810ca710981171afd52c6f
BLAKE2b-256 1c28591281adf81b42bdc7bb0a4f5624ae07bca2b608f6506851d2edf0aaff3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 809173d1a35e5cc1a07ebd391542b6642171fe131d62a0ddc70acb8f72dfbeda
MD5 90ae30fce2911fcee0b5eab5a363d074
BLAKE2b-256 b5716daf267ea648ecdadf063274155fdc8dfe20d400bfec6b70bf7a93e55a3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 131cc7fb81daa2a78e8b438f63eea833aab37cfae2f809a0767c1cb82222e5ea
MD5 df699dd8639f02ae91407d249569262f
BLAKE2b-256 b583608cf0b8012a14849d7851e740034771b8b00c3d3867b857251777f06e7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c324651c69c3cc088a46f5f96f68aa2d385525ceea635c337537d3c1784f2ab0
MD5 6f3a02db25ca62eeedb1296ee22342fc
BLAKE2b-256 c6da5e8c2d7381295aa5b53eaf8cde798690ee779858e011f4337d45207163e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a7c00cd6cedfee1bc3a24cea6a12eb370d9c47957dbed58b344542abad146685
MD5 e2de59b27b3e51b1eb5f99c5e53d850b
BLAKE2b-256 fb9116ec636a6516b2297d8ec5209e4c2f9cf54b440e8bf8488e7b91ff6b39cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1ac4f50d7cb9557464e6c14ae9132cd826bbd70cccea2baeede484ea0e38bfc4
MD5 24c88ecfa57ecda38957d634ac7400e9
BLAKE2b-256 e12ee53f3ae9874a23ce04a6c3f7397da1332a6218a445a42d7d744573b22905

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c3aeb7324e6ea87d81a9ceb061c7e2fe1a7b5bd572b9e8069b0b3d9e9c534dc5
MD5 f0d4bcb377b5e6f0566c18a47d1d3cbc
BLAKE2b-256 153a9e287951cabc5ace399561b856ec826da753d696edda6b5efefa32887fd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5c9eea9fe6f04812734b387ff584e67c90e6322d2ca4f6f36aa2e6df81623ffa
MD5 f27a39314403ec29c4aef0db4b40f10c
BLAKE2b-256 174529ef6d4d25f8e6881098e90e2fb9ef987cfd4fa1da25f043d5a3f8cd869c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d95693cc00c91dfe5491b973dcab7750682c9f631ddd407393d654afc74020ef
MD5 4090eb2a502d2e8dea953ca28b326d58
BLAKE2b-256 bb327a049356bc1c74b8e4c12f957b5ae837cc4853b8d80c3b1030fccb9dd02a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1ce9e5e1721729ae3b6e7caa320f8d4f6986ea2d41ebe32e2bdd85ecccb41d32
MD5 494bfe7d81842ee502d9546ee87f6811
BLAKE2b-256 0888abdf672d41cd1d77b392755a9e8ad5cb7744fecd11c8279185839ae33179

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 de60f6bc0fa0d427072828736fbb361d0432d2381ed78797aa4d6c485232fec7
MD5 b438756a16057563a704eaf11cb0148d
BLAKE2b-256 a002df59b75ee162986b3819dcc0047c4c349c9931d30028718f3e240850143b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.11.11-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 13ee33085d7a64bbb1d44c95cedf41446ba77fbd8881304e4e986883517378dd
MD5 8d0fe7f055563bd31d78a2870cc26ddb
BLAKE2b-256 bf76d9e945101b447f701f5e29b3e003526f9d156825c9268e86c2789f220d09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7e3ccd3bf47950bae60dd6838eacfb837f5105895958e8906f5bd96e8e31aa97
MD5 c837e76a69a13feae433c1df007d859b
BLAKE2b-256 b22f07f51587650ab0d217532f658ca02bbff0d6eed67fbaf5def4a8c4b38ce8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 36964e8b9c772a450ab364782641ecde2a00d96c74f30a8ea64f5392140ea5c7
MD5 d40d4c95cdede4283f40418d3fb23c0b
BLAKE2b-256 fef2a24ee94002384138e7fcf7cfb7b134c851b1d9b07843f2803287d42b6647

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86edb2a766406c6282e02963a909ee528a6fd15d43ba2910faacaa18862f833c
MD5 42657242e9bf5c621a63b65415f40d61
BLAKE2b-256 63f9ac1ee8581c3d75bf7f23d19add987433595f61ae7a193a538917182520b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0dd88463ffb135003061c809a91b0b0541a9ce1e95d6079bf1944c0c1433e9fc
MD5 5c2028b121fc678820ee04e71bb6bcb7
BLAKE2b-256 260ff6f7e3bc06bfab42dc18f3785424e492fc73059e4ec3d14803489a4fd7f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 61545f10eaa742ee3e9ad321f82677e924048a283bb6edf0187cce2a034f2f94
MD5 0f92e6110a434016c6ddbdd979dc3053
BLAKE2b-256 539c285efa0e4ba4a9600e4388db846780ef9c02fcf510f957fb3f07524dd080

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 feec4e61b6ad9a136dc1d5f39fedf2a63e1bc7aa42c6b7ce39d2e64df2e2d253
MD5 2b23462d9a15b74c3fa71464d015e0c3
BLAKE2b-256 9985618ae87540e8e407a1d978e8eb5110c552ded91f4077736a0e5414cbffc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ba2e02b591b8468e29ae75e5317fc7cd08851014418ee2e752089fa876ad9675
MD5 86dc084ec34cdba50a99f53195069150
BLAKE2b-256 88b9e4e47e387df86c5e158aadc6f864cc5649f2ca1e06af17d6489529afe685

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e94f545069a342b6aac60e2031a8532c40cdfc073d7433ad69328759b39dcc2
MD5 9506c3a9734b0bb178f14a704a9f4b32
BLAKE2b-256 8febe3ba2c0715236a2248fedf36799b0477b6cd34b74f97856b82dc4e06a0f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6c1e21dace1aa9162e2b4f086560e22f69bee2a34a2e3f6908f4dbf914ac8273
MD5 57c8803dd2195ea42f16bdfff95ce3d1
BLAKE2b-256 56a605bffab03a855020e39549e79e105c122ae2a40a94f83af604d2ae648a29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 828c4914ff7b32ebaad9f1f68b8e4fa5153670895d7f766dccf58663d6519bbb
MD5 da2cec512f269315da5aba9e77d88377
BLAKE2b-256 1d1a769db7ca64ffca230562772ba10df2588d4bfc86e4dfecf89a066e9feedb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bb6bcb27fde01b682d9a8aada2b1fcde2eb74073d8bfd035b0c54c7c2308b76a
MD5 1bcf1ba03565263bd276da3c1bcd0896
BLAKE2b-256 322c7355f399d30c40d67acbd9aded276454a99820f4073ae95b2d73f8854c78

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.11.11-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 26bb95d9effdc7b88571db26d814f84ab5cfbc8ab0692175f22503f7e43c7d09
MD5 394d678fe16a16dc673f581425280269
BLAKE2b-256 110e50f1e503ee46106275fb21768fadec2a7f5b9591d98bf03b64e358d4c59e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6a687512766972803bf079d9a76e7431276b0b5d6abf9dbab0acf84461468696
MD5 2f8b8fd1e269c4db6b918d176a788db8
BLAKE2b-256 29cdbb58b5893f90750665f030d7ec36ec46a65d0d4cbd2e663247b7b46e8983

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bdbeb81b7b0cf256f639bc393405ded24459f81d400dc713832ed9a8907cb640
MD5 0313d4805374eb72514bbf203e4bbfce
BLAKE2b-256 88da2d04d68633ad72d845df04dce63b033707cffb9d4cdffc420ae089a200cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87b7a7da04bf762e0c106c2098bac5edf1828b42b694635cb237baa03ee6a9f9
MD5 21e3574d4cb352d293ad03f9223ef2da
BLAKE2b-256 94668d0f809574e3069d7e668e70d9f0084ddf0ce0012654e864bddd1dd4bc81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f9d0df05e2a51e0c1fb80b94533512c9598b12383ebdf1d1b59ce8b20417d1dd
MD5 606c4888a47eebb69ad823a341588a7e
BLAKE2b-256 756966aa5f19098868f3c93988442c1fa35a59ce5139d497bf5c418a0d57a32f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 154eaadaa00464fec672580b5cb6b950e2f27a3cc5f5e692ca951e8b49677eb6
MD5 e8139a860d711b5a2cb12a404d2f03d4
BLAKE2b-256 cbb5d030a1e898f10c62abbee34e0553932f7a257b9eaee29dc43c122f0269f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4b35e656b001ab51ad157b4f873447d18ff4884e3f8d54bb80e5d80ddd14037b
MD5 80d7132835f4e7dd51616d90d5d5b72e
BLAKE2b-256 0af076b02e1b189ef500606ab508483c5829f26ae70c3ec9eae537eefa530b4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2a0c0e0352dafe4423196a46f474778eb970b41d1abe68a466eada0b56a6ce43
MD5 f8c1654afdf78ab918776e49c3ae0159
BLAKE2b-256 743446bf0a7a51c0d922826f5dba72d3977cab9188640c774910485e66cbbf39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aaad4ff1f1245e17e93334bc84460651abd23111989cd8e1896238a120b78631
MD5 07d1a94dd4ed070ec3f40a52cff3007c
BLAKE2b-256 ee9b0bbb9d6aad437ce9c63424f8a11bfbd7792e3d63f47e767ce09a65fbabae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 efbfa49267f74ada62dc28a4286bc08fd0492c0c4246ca8663a17cf5cc7c1529
MD5 bef32a2a045272d5463b01962088b81d
BLAKE2b-256 449b87fd95e3f19feb4f2bf1c180b6945a1a286528a44aa54fa57c74284dc204

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.11-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9631c4bb567fca5ebb7d28673eabc4f16deb0b9887f2eb48bd9f15e73b55448a
MD5 b4aa837011604b49cf6fabe3a7740145
BLAKE2b-256 1cb49359389ae2438e8a70f6e521d779e9cd936a5857af932e33a24d5c8bc03e

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