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.12.tar.gz (288.8 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.12-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (5.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

psqlpy-0.11.12-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.12-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

psqlpy-0.11.12-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

psqlpy-0.11.12-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

psqlpy-0.11.12-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.12-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

psqlpy-0.11.12-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

psqlpy-0.11.12-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

psqlpy-0.11.12-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.12-cp314-cp314-musllinux_1_2_i686.whl (5.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

psqlpy-0.11.12-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.12-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.12-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

psqlpy-0.11.12-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

psqlpy-0.11.12-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.12-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.12-cp314-cp314-macosx_11_0_arm64.whl (4.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

psqlpy-0.11.12-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.12-cp313-cp313-musllinux_1_2_i686.whl (5.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

psqlpy-0.11.12-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.12-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.12-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

psqlpy-0.11.12-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.12-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.12-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.12-cp313-cp313-macosx_11_0_arm64.whl (4.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

psqlpy-0.11.12-cp313-cp313-macosx_10_12_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

psqlpy-0.11.12-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.12-cp312-cp312-musllinux_1_2_i686.whl (5.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

psqlpy-0.11.12-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.12-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.12-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

psqlpy-0.11.12-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.12-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.12-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.12-cp312-cp312-macosx_11_0_arm64.whl (4.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

psqlpy-0.11.12-cp312-cp312-macosx_10_12_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

psqlpy-0.11.12-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.12-cp311-cp311-musllinux_1_2_i686.whl (5.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

psqlpy-0.11.12-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.12-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

psqlpy-0.11.12-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

psqlpy-0.11.12-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.12-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.12-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.12-cp311-cp311-macosx_11_0_arm64.whl (4.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

psqlpy-0.11.12-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.12-cp310-cp310-musllinux_1_2_i686.whl (5.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

psqlpy-0.11.12-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.12-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

psqlpy-0.11.12-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

psqlpy-0.11.12-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.12-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.12-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.12-cp310-cp310-macosx_11_0_arm64.whl (4.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

psqlpy-0.11.12-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.12.tar.gz.

File metadata

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

File hashes

Hashes for psqlpy-0.11.12.tar.gz
Algorithm Hash digest
SHA256 207cc96a4265a682ae2054ad2f07ebb698fa111df3d7280958c0d5ce23bdfe51
MD5 207f30b19260713af133e8a8b09ca712
BLAKE2b-256 0243cd0864390f4901d62bbfe38940eefeef1a462fd11db6724ca023bf1c54cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f42f6235a778ef6c5ad7a5b387f373ff2c23017afbc699398dfb809b9408890a
MD5 ec6a9d44ec98868d916155f8aa81c7a3
BLAKE2b-256 dc126f8f0b6d0e51998ca10720cb39f19c4223fd948bf666482f7d9cc88ac4f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1436a058e78d5d3be97b088d78a1d7c093d4feb9e659e7a22abccfee2ced2c10
MD5 db6b71eb4aef814cf974be7988d1c8a2
BLAKE2b-256 afedb31211bfffda7dd90285d4ac5d842ae5ace8c42e8c1429bc395ff560aa08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ee14c79ab6c5e4b9f3ec1bc95e56e9e3a14e9ecfb4d426b8e62de8f57928b1f5
MD5 a74d10a658b018f6c25853dffd543689
BLAKE2b-256 1de1c62a3919c99679eca8319cf4bb4729e48124a31ea3fec896d3581b2d4179

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 222d36b03f5dbfc417f21ac930b14e4aaee6ee177913f782f4e6da39d7d53170
MD5 a93a3aae270f34f556984df80dc26bd5
BLAKE2b-256 785d317cf5d45f0cac680c97fd8b0b32caa27339061a348cc2c1664973673a32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fef9329375277181ab46e2a0d5613fafbd22269b31c86afb5da40c2d6d0810ff
MD5 7a2c52ebb0f3f5c148833b42ac74f723
BLAKE2b-256 8144aea3088a3933e5a9d87c8cfcc465539828666d72e28738204f69b241a592

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e46fbf1395877ed76ddf89b69da2762d102cde876d72c224b983838875be0e9c
MD5 899ccb367162e6c401e66813517b23d5
BLAKE2b-256 b48392b37a701180889b7f5ac60cd2b476428cfc276d2ba4b64e28b961151686

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 be793ae0234cb59dc1a90b61efcc8cb9415a8356e9eed0102b114dded0839c1e
MD5 f069e19f845970d156751ee8f81c12d6
BLAKE2b-256 c6c5c0de7d37fa6c53d5d2db297ba6c719d0d7bd6a1dc8aca1cb960a63237c40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 34b4263f9195a755f39fb2c3c8a972627b85a355fb97ac93006270f57dc376e0
MD5 73ba99805134de75063b7597fdb0eafd
BLAKE2b-256 1049cb2d877f30bd7aa1933be4fbfbdec690b325c393386d488b24f511ebc309

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 54bb660b51efb65de587a87f56a37b14673aaaa360e46fe5fbd298c82a35f6bd
MD5 aa78ff3c9dd1b8668921dc5994601cc3
BLAKE2b-256 407a3b7ecae78168bd140d77bb46c550f3ce196e0dbfa6e0a567e2d73b273b81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9366a32ebdc579507afa62289313b89e6067e4f7c1c21e3c4af27c37db771e4e
MD5 444937b494f41710bde1d42a532feabd
BLAKE2b-256 9b35896f2b0f12dda3505d424b30fdfcd30169903735a3fdf492a0bc9b04f738

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c1ee401eabbfeceea58a94a42c84e8304d3937c39bdba30dc68af255f948dd70
MD5 91ca21fdcdd4d9c429c5ec699af5f4c4
BLAKE2b-256 5a32e28d9516728efa24693baf379be92468d48bc9f5de0393e19ddfd3346f86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5e4453c4e2cd30e2c11450378c4514808c6d6ad2b4b7c292330698bbab56455c
MD5 be64e5548532fe133758a2e3873ad33f
BLAKE2b-256 9d1e9b8e0da551af49319122d35882bd978aaf388abe7f0f71c00ec8693a07be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 55ed20e993fbc95ed19e3f2ef39eede07b0702c66c06a8d163009c73246cf87a
MD5 953ceeb222e53875294d3fcdd01b331c
BLAKE2b-256 4e4b7d3e420c59620ce82298075dbe017a61be714558492f13b4e7f20fcc300d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0baa560e136598c72c59d27d618f3f2556899f1af950fa3a8950461e56e766b6
MD5 428997843fd833daeee7395f6ae66939
BLAKE2b-256 3b24b07a5b56faa77a04b11e1bcf9d8df62cad461fdb61f3c5c734e8945b1025

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6f3aad002cc534fc53e1a08f9e1cac491ceb2afdcec2805fd83af38943ca0246
MD5 f9c35ae84a8409331533d21566d7db5d
BLAKE2b-256 87a76deebb0891166ba3ad098a66b70677bc052fb6b408f93bf4d201a4a42e42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 13a2da697119c08d24f8d6cfaa595c6fa8d850a66c1c1c9125649f60a1eea2bf
MD5 852f0dabbe97fa5267ea85cc0c426723
BLAKE2b-256 d04a0e20aa9194ce553c42bd81f01e8a37668324e0cbda46ecd2b9268a1049eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 191a0b5b72fbaf3fe2d3e062ac3e5b86ca91233dc5070f3229b7a574a0f780d1
MD5 b937f65b153fc489188e6abce9cf87b5
BLAKE2b-256 4dc58597f253370fe3e897a015852dc34d8994c297f05e030686cbd9867c80f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3143ca17b3f1fe03636138cbff46de01983065f79cab1d5b0da4c98159ad2e68
MD5 4f86d97fec3823c0074cbd6e73c66bbc
BLAKE2b-256 9c29a841a456173770b399343579a8b8873a2035a3f0d5b83eb8ff43a295d1d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 53df72de33c80b5a4bf9a4c06d45654279c9ee13019894e3662afc7d21d46daf
MD5 5b01b165331496c2046ad474ae555104
BLAKE2b-256 108d9575e06f3099a86f9094f1b50c244b586a2f1d43bec41c30ccae01b6906b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b33b3045edfe01998f4c1191169f2d3ec078478a491f0f43576f9552cde82cb9
MD5 e54fc701904f9e7175125b96b7d3385f
BLAKE2b-256 343c118e9eec52bcbb915b6172211aece5de75f1ba5ca454b738eca66a3a19ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 fc87a7514f27261a72bfeced20323d2b3f2bb41c25043462f59f85982e0504d9
MD5 3397bf08a0fe95d86a8f3d7ffb185ae3
BLAKE2b-256 bf73113fefdbb86ddf1c739e1441cb5ff6341b980e1080617170766894667589

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.11.12-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.12.6

File hashes

Hashes for psqlpy-0.11.12-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 2982e651effbbe96dc8282682a4efead2c59211fc2c5de2a324a10adfa9e190f
MD5 380f71687ce9ec9fc2a39c9e8501dc3d
BLAKE2b-256 7d30092340f4acea8622a330362b64a657981513b20490686d1f2340c327bac2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 440170b23c8a3e333a8b4cb08a9478c80ec57695e3ac88be7fbfb1948570a960
MD5 36041659711b908cf24dedfdb6fc0e98
BLAKE2b-256 2a4019ab0522f7f8f682879cb72d8c50f0e7cce91c8342bb07b45e330841d591

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a410870f2d13a4d1cab6445b577ae116173ae03b6726b22e66536a389b5cb803
MD5 6d4cc7540205107f618c1a1f8fc87c14
BLAKE2b-256 711094e7e54a0e9f63a72df4e04d8924246301e12d36187526a7a525ef8691c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a978b895005243822714cdbe915d34fa89ee3b07359d9f4dc26c6140e64bd8e1
MD5 cea0f34ca100ed4317ff6f24044fa9db
BLAKE2b-256 5994e9bc82a71a57212244cf3828e3cf18865acda680c1366e9fe4942a449e60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ec4c5e7654fab06cdd7695c8ce2428a3f69cb418f7d55c1bd1c3972f96e45ce6
MD5 a3d9fbf6c9f716a7aec450df3167dc2e
BLAKE2b-256 15627eb83c5a989ab1734551a8c6144d10ebc8123373f9e9bc11d0c8701f3ebc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a512ff075ec93a3f37ac1f0508616cc88203cff76ed6e869507748f707c4f156
MD5 952a1f548d4f856fba785d4afb7500a3
BLAKE2b-256 26ae271ad1120c0bbaf58fb4c7609a3627660798997f756812e6ecad1f8afd9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0731c2607d78aeac2c73b5f9b994814a8e607cddf9162135f07124c80e40c0f6
MD5 811785403923eb6e4d90ee07286d85f8
BLAKE2b-256 5234402f494f3acf303cf8cd5a0252ab4fd88bfbfcefced01926941ebd3d6cb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1c555f9bd569f2fa88ff200c48703bba1a59a5cff17f7fed249234bdb7ba7490
MD5 db8da6b8965d115271cbad6251cc6c27
BLAKE2b-256 d86016182558ad7a28933760446fa4f64d80710bee9f019c7391e67d9871f39d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 75d912016129ec58f2ed32b3686ecf9c3deb8fffae726e6c907f45776ac833ee
MD5 e9a0d8ea23a8bbd9e9d7a83371bf1549
BLAKE2b-256 ab32c75032d7ce4746d5b9f27e7f54429bd9871df3c28ba5139570a7461ac50b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f9364e9de88078503b0535227e9e23d51455480bb7cefe1e4d9201a6fbd4b2a0
MD5 2ed6b70474e6d5f52cad9a0b875722f2
BLAKE2b-256 5f31ef0ced480b68904b82c1fc1a6e0e27da0c30912c89f246371cf3c2b02d34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 78d0ce8d3d59bb03c0083eba15567560b246eb6198b1091c037734794e616b14
MD5 3b025d8801a21e6a32a47be11bba69b7
BLAKE2b-256 b3a3e690d44f91eca68f3c8fbe7f855986fc88cfe301203a28ef46a0ef743966

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ccb43308e8ece0bdb8ebf1201aa45bad4b56aaf1d5247cf618734723c67e0e18
MD5 251eb6bd92bb0ac252c7995e91953fc5
BLAKE2b-256 5404776289306b3b281f15995ef454509dc3b8f427065822e2e943e56266688a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.11.12-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.12.6

File hashes

Hashes for psqlpy-0.11.12-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a52d995af9fd354509047ddc58a959d00901bec071907530a8dbda91ca023a75
MD5 9631e6094b03e778a1fcb246fe8606fc
BLAKE2b-256 ae91d35ccbf603c46c7c26f4220a36e91aec01d7949b8a1b4384a0889e142e81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4e47eb07e8edbe70e22eb2a6ce0815133b68cacb5a19f37cfa07b72574616b5b
MD5 73e6b4e8ffc4edac8a7658fbdff32939
BLAKE2b-256 a6f3d4bb78c559c04adfe5642584db08701e031ff31f093332cedafec259592f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9fbcbda65a58112647133474c95c3709679af2c2c2349d497c5162ebe332d3a8
MD5 685fe65b202aa0edb55cf20aaa2b04f2
BLAKE2b-256 7594c5717128147d748e8f6458decca7e741373c6a3ad5364025b1ead6fbb182

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c101ea1fe32de8f0fe282b3270b22b677493c71496893efa8850acc5eba0f50
MD5 f89d605e9e2f556c21b9c401b3aa46ca
BLAKE2b-256 57337bed9f72488a668ccb6630f40267d6bc6cd7ee84001bed5fa5d682908b40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 795849a91925da05853f340148edce7f82003ffb3c588e0b52bbfd6ab0fdbc3f
MD5 98d31718bcc82f1ccb58b64ba797a3ca
BLAKE2b-256 b2e0cd7d9f427d3fdda1859d0e88524ad1b7897ec0057297e83c302ae7e70a0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1870b955b3f45c99f694e78992a0588ba4a64992c2e31345af328aa2e9b291e4
MD5 0dcde5da9dd54058e6fcc2fbda48bf8a
BLAKE2b-256 5ae8338d17d3bcf7aea00510148090d08096053a982bda905eb7bbf2e32db53f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ee3e77efaef7dfae6edfb57257b9dad3e4205b4330391ced75aefda42bea8512
MD5 08cfa5f7602601cce31a53af6509ce62
BLAKE2b-256 8f096afefdaf739b908701de2533957b48c18a88001ea3525edc72816b19748f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 299f6e4f38eedc3426b7f29923b6986c04bd1c9c9c403d6b80fb83acc554b588
MD5 3616d09fa083e81dd5143f43e7b570c2
BLAKE2b-256 f2bb4044cb7b48df7eba2667347206e8cfe96f46eb7bf0e4c128e4db1ccc5e2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b848beed642e3c8e68b89175b128dd73263eec0c5dfcc38bec527290980e8047
MD5 1e37a1154a6d56ce24b4eb338184cadf
BLAKE2b-256 77ed2a48cba76c76033a20c443c4c0e90b0c427aa70ae7285a1665a7ee4eba17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee63d7bb59879528ca509f4a578b824697e44f5006900418d8640980f59e452a
MD5 6d4b9b87ffd05bf0eb0c720452b7ae53
BLAKE2b-256 b10a89b8326fedb2453c20b4e4ece123a0be4ac4a7ed4eb60804e17fc8d3a22a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4cb98a1b8b0dd321876d9d8eb6b0dda039e348d3ae90c4e80f8c56d1e6c44d71
MD5 c933d37cd29fe7b410f6dcfb93581b1c
BLAKE2b-256 db6ccf49896e5ee2a733bfd663610b4b8767f20f612aa5cee1da17d6db9f018f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 46e4c650febf3c1088b9896f3dcc1267e9d03525d5eda93990f6561251372ac0
MD5 d8511311b5f38926d81c820c6e241c2d
BLAKE2b-256 aff867c683593fc43d9dfb787693e4a0909846c3df928cdc790a2acd4098d692

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.11.12-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.12.6

File hashes

Hashes for psqlpy-0.11.12-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ed836536a19bdb1042002f14e0d844456c6d64ebdb2870f83a4003987d8f8839
MD5 4b629ad4af1863b0fc9b19fe7efa6f05
BLAKE2b-256 0220f6ac695851aec69ddd2d2de508e10190c9747d7dffb94a2e019c1012cf4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 65fa8b7c65afe1b526f19ccab8597b0d698def99c01e12cd1606cc6f60133de8
MD5 ed8930f004ff90e935eb6d6d4bb4d300
BLAKE2b-256 8f7f84382499c463334976a3393bc4ccb288ef484851877218326ab16c9978fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 23a4a49e9f72d933ceb3cb78f799c9ba7ce8198aa5af815cfa5b289b243c1bb7
MD5 3544b7bd896c96c23c9e326577eaee51
BLAKE2b-256 7ff77edea92d5e213a7b1c03013fbe6276b8423ebfe4c227958c31976254d06b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b3fb0d5c9b47467afeb9881f65f125c6e2d6ca81efd7c57b1bf93dee6af3ef4e
MD5 488a66194523a4fec73852e46d404602
BLAKE2b-256 4a17c996814e03e92cc0ceb21196134d21c63a65f44421387fbf72713a7d7d3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d13676c24f598b7e421d47e0d02b68d6cbb7b9d3a92f7c70c0a0a82d05723b65
MD5 e232280b07a6dd47adabfd60c6c7b132
BLAKE2b-256 6fa0f2bd9a6c8ef761a31c9bcb6dd9de7b1d496f2e569a6cf7bfc841269450ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f7f19c7a115adb7e5bc6ab693df59eee563ec908607c27d6f8a03d1afd5a8a8a
MD5 b4407f94e61ed9f28d9116426c74857e
BLAKE2b-256 c892458959237c95f39ff0e0f8c8933673fd8ee9a383798c210939d07ba770e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 00ed1d6fcc05a21a395d2adde7a4f9406777722d3f6e6d232f464bc0c23d272b
MD5 f923fc5f570a755fcc91d5d36f2c029c
BLAKE2b-256 d748f3bfb918d08e4bd03c4479f4754bc832a714c14e1a9731d48508faacd111

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d1535ca674e7f6f45f1d55098da6bde35534f86dc5b37ab866b61101d98f80b1
MD5 a3a919cb821f07d4eba249aab3b8a264
BLAKE2b-256 1397e4fef0c3a8cba72278a634907e18210db159f35761bd55817008aa744795

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2d880fad4a1ce683fa1576b444b944c9b742217d1d5dfd6a7037db0863747a29
MD5 a3ac132e23d08be11db7c2d8e05de387
BLAKE2b-256 a1d694815b04cf4d49ec03b6be27f4de077b69d73f1788b98ec0426f1119cb05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b5ba88fdc13b34a1349a5798f6ffefb2877c6e05130575a42e770f10caf0570b
MD5 9c61ee18c54b7c7eacb83d00da575d5b
BLAKE2b-256 abae6116dd8df3575962a8c62ba783391d6b680b55c1b793940d20ce63fd405c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9b2008173a7e14d5999f054315e17026923dae39aa2981dc5743ec49f64d1a5d
MD5 c4efbb8954e837a61130be29cdc19c41
BLAKE2b-256 f6d9ee1dc074c248e645981f1ba00152299487b92ce4e2ae4a8efc0b66d43fa1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8be2298647cb02a9cc8f5d16f818b20326bb3e80860c917a594ec56cdf95d3b3
MD5 5a018161b0fb55aad95e813d6a365228
BLAKE2b-256 d656d5833a283918d536a8dd6faa4d8ccee34a9126536cdd648e72f93da1446d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.11.12-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.12.6

File hashes

Hashes for psqlpy-0.11.12-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 844ae15f83b74d8458db61691178289cd22a11a3bfa859b5c2eb9765327c2e09
MD5 7cf7aab47088669742f26cea89195a81
BLAKE2b-256 8417a2a8301743add19a69f5edf1862bc53180e793e3886474eea0f98efa7e2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 02b6af79b8a388b67a08f88e2d88b8e95847194006e786eb357dac15568d789c
MD5 17fcb81c0e4a03a09e4908e55e2308ef
BLAKE2b-256 5fd03172b6f6a16e39ac68fc5e13b85ddfd30ad17028cde91ff82aed31bfdbef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bb4b62c5bc3f1cbe071faf34f5fe0d57cb53269a86abf818f879e430776740d0
MD5 f0842848e212cd0af44508469543684d
BLAKE2b-256 0498a96c7419d206a049e5523836f73e89be20b837708d7078c1e8cc31c317f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 42749ac188f7ecf5ef598233150ff6a4c58285d1896ab33301b11ae4af232c52
MD5 3687ff61a5ecdb85bb922a51ae98e7fa
BLAKE2b-256 e0cb61011e930dac54865af28aa1b1b37381250f1a82f58f36f0b0222f0c2ba7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fb6e645d7c9bb2cc2f8931d1c74bbc61d6df59eb27d07f0d56b5834346ef8190
MD5 fb0cdd493ef4b3ab934eb209a5c6e34d
BLAKE2b-256 85eb4f775e92adf1e0c669741722ae2668bb01a00cf6fba5cb8760a255911ef0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8ac0ed2111a7c465e3bd04a1b2a3dc2e963d9f532d796ab7713b2155cb418388
MD5 f21d58475534b6fa6042d3d24ac844ca
BLAKE2b-256 e5ec43aeefcf00207d72259baf4122a0117ff6e97de443a838700e36c38d2711

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bf3defd8fb9683d6c4e4d6f3eebd04e8c0b4b471d4f9b6fdc906f6823ad35eae
MD5 232c2efa3b2cca1e080f2544eca19006
BLAKE2b-256 ac8d7ae6436b8c28ee26719a7769123c401f02c6c3aeba112bd57fdb3f852748

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 909cf2d0429ece957d2b7d350f17137d2a0351ca6f9a30b28626ad7b7c83b5f6
MD5 f8e84fb5b7536dbe8730e18992e6a8a4
BLAKE2b-256 efdec62b1b3dc6b2e6737b4d01a8152331449d1e1458a923b0090c2d27d628a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d618b755cfa01596cc4b7a26b6badbf37070e92197051924a7ddc1bd97ed5756
MD5 37dd23f7116bafaff3acb2bccecf6e06
BLAKE2b-256 5626023b7d6cbe32853584657bbfb2d77a73d303ceac4ff5f70d92777fe4df19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c09ca6a78dfe405e79ac471e335ed477f50524a07ed1583e9e06b478b477ae85
MD5 fc3ed43a5427251d38bf6efa4953c47a
BLAKE2b-256 e0d9a544f6cd8ecd39588f064a0cec7bd30a7f502e278e57c3fc170657d826a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2d54069af850b49cd23c63f28b307bb0f79a886d8afa3805837ac9e6f5d5690c
MD5 5d195923796bb1b16a1ea5f157504248
BLAKE2b-256 854a75efdaa2d853745c378e1995313f94b3d6e426e8d0c3060f9af4c085e1dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 652ef081528aea1af558ae0ce2a79c65fa9a57354c7132390d53e946dad2f7f9
MD5 cfa637b9aec713c31d5fbbb9fc01f16d
BLAKE2b-256 e4ff38acb2394bf7c0ff81b89ae16a7bd8e7eecc0c97fa1dc62a527d863bd879

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.11.12-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.12.6

File hashes

Hashes for psqlpy-0.11.12-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 dfbf6befa68edf4fe93049399fd896e16e3cb86f97cbf26df7e1dffb31f51f5d
MD5 428aa04a23db13c2b217da99eaa403ca
BLAKE2b-256 97b81f6a1dd6f05e89e84d112003773720de4e9bb9619ed57092be52b69fe478

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e6503b90273e0edd0c1aad75c786e5c28ac00278e27c83a8d26074b98ee85160
MD5 5978975c962c0a92c9127a8bd65625f7
BLAKE2b-256 7c1e952a38d5089113329de34cd25539a3ae687d3439b7a2f52b495b02ff0131

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dc9440664e5ed804cb9d9c374dbb210eb2ade274152734855277b5079d5818dd
MD5 ffe436a4f55867daca15fc2c157525d0
BLAKE2b-256 10d047eab758c7ec8911336d30c5c8858ab2fd7f12567ede71d2da55ce712f7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 42fb3237b32181a722d1169a9155847913f3e460f49232e7373ba808417168fd
MD5 c2ce0eb08a2c6bbceceb4266065cd509
BLAKE2b-256 2f0b1a853ad384988d29978075b5f74ea20084852f52f9222385411818b0a019

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2c8d561bd1e2aa0a0921d1e29f23dbef67e189819c19c89890cbb7dc6bdc853e
MD5 495929cc0c6ae134343406eb35e0ebe1
BLAKE2b-256 dbb48ef02da94d069b697586498f9f13b50c467b6da993c46aadd60890792ec2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 697c1f77ef4c88659eed89b0af35d84e543db3b3078ffd9bc985440ca97afc4c
MD5 08214e0e4057756f46abdacf7ac09dfd
BLAKE2b-256 b2915bbf50e8acf22c033c0310cb5a26db7c27542dc94db06681767793b75b8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7d471b01108901ce8ab4eaf108c80b7ff13d742eb602818d0057bac8bbcffb26
MD5 a6b66371c5c764606ccb1c58973cf818
BLAKE2b-256 2c199d9ab2369550c4c163b85041b0bb4f0d56ef8baf58c98bcc09d6a7a19c38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7f767be36248e2175af5db476d021d3d29e231703a64baad6c52b016a7a66093
MD5 872472f91e1deabe5d8bf40c8ddaa102
BLAKE2b-256 7483e6e3c2347f46d6f1e5052b728c33499f47895fab1a8a38a57ebca8c6faf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 391d6d4057c85b696f904e17571d7410c931c1794c74ff6ae8ff75d71e9db638
MD5 d46be24160a69b6156d28ab60360e70f
BLAKE2b-256 a27ef9d6d027accb4cc26bce6efee3bcd021e6d262e59aa8de36f1dedef454f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e5620daaef83b98fd0d95ed4ded4297a8f80c6ae361fe72ca89ee373d9186694
MD5 5f71c3723bc64fdc39afbe77b40c71e7
BLAKE2b-256 7a0bd1911b6d824fae14b0dfafc414a436201118b3f22611bd3bed39d68adbc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.11.12-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 86570795c36836cbc16577ab29e63996e2db142cad7d9696d0b539020f672f46
MD5 740b51e62bdc75b589d5696065cf2b0c
BLAKE2b-256 bcecc0f4184f7e2e1132fdc9604440f5722ad7488457ed7d422c90b5bdcc833b

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