Skip to main content

Async PostgreSQL driver for Python written in Rust

Project description

PyPI - Python Version PyPI PyPI - Downloads

PSQLPy - Async PostgreSQL driver for Python written in Rust.

Driver for PostgreSQL written fully in Rust and exposed to Python. Main goals of the library is speed and type safety.

Documentation

You can find full documentation here - PSQLPy documentation

Installation

You can install package with pip or poetry.

poetry:

> poetry add psqlpy

pip:

> pip install psqlpy

Or you can build it by yourself. To do it, install stable rust and maturin.

> maturin develop --release

Usage

Usage is as easy as possible. Create new instance of ConnectionPool and start querying. You don't need to startup connection pool, the connection pool will create connections as needed.

from typing import Any

from psqlpy import ConnectionPool, QueryResult


async def main() -> None:
    db_pool = ConnectionPool(
        username="postgres",
        password="pg_password",
        host="localhost",
        port=5432,
        db_name="postgres",
        max_db_pool_size=2,
    )

    async with db_pool.acquire() as conn:
        res: QueryResult = await conn.execute(
            "SELECT * FROM users",
        )

    print(res.result())
    db_pool.close()

Benchmarks

You can find benchmarks with visualization on our docs

Community

Let's make PSQLPy better together! Join our community in Telegram

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

psqlpy-0.10.0.tar.gz (276.0 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.10.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

psqlpy-0.10.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

psqlpy-0.10.0-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.10.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

psqlpy-0.10.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

psqlpy-0.10.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

psqlpy-0.10.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

psqlpy-0.10.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

psqlpy-0.10.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

psqlpy-0.10.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (4.3 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

psqlpy-0.10.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

psqlpy-0.10.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

psqlpy-0.10.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

psqlpy-0.10.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

psqlpy-0.10.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

psqlpy-0.10.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

psqlpy-0.10.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

psqlpy-0.10.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

psqlpy-0.10.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

psqlpy-0.10.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (4.3 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

psqlpy-0.10.0-cp313-cp313-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.13Windows x86-64

psqlpy-0.10.0-cp313-cp313-win32.whl (3.3 MB view details)

Uploaded CPython 3.13Windows x86

psqlpy-0.10.0-cp313-cp313-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

psqlpy-0.10.0-cp313-cp313-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

psqlpy-0.10.0-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.10.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

psqlpy-0.10.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

psqlpy-0.10.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

psqlpy-0.10.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

psqlpy-0.10.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

psqlpy-0.10.0-cp313-cp313-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

psqlpy-0.10.0-cp312-cp312-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.12Windows x86-64

psqlpy-0.10.0-cp312-cp312-win32.whl (3.3 MB view details)

Uploaded CPython 3.12Windows x86

psqlpy-0.10.0-cp312-cp312-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

psqlpy-0.10.0-cp312-cp312-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

psqlpy-0.10.0-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.10.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

psqlpy-0.10.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

psqlpy-0.10.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

psqlpy-0.10.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

psqlpy-0.10.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

psqlpy-0.10.0-cp312-cp312-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

psqlpy-0.10.0-cp311-cp311-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.11Windows x86-64

psqlpy-0.10.0-cp311-cp311-win32.whl (3.3 MB view details)

Uploaded CPython 3.11Windows x86

psqlpy-0.10.0-cp311-cp311-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

psqlpy-0.10.0-cp311-cp311-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

psqlpy-0.10.0-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.10.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

psqlpy-0.10.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

psqlpy-0.10.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

psqlpy-0.10.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

psqlpy-0.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

psqlpy-0.10.0-cp311-cp311-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

psqlpy-0.10.0-cp311-cp311-macosx_10_12_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

psqlpy-0.10.0-cp310-cp310-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.10Windows x86-64

psqlpy-0.10.0-cp310-cp310-win32.whl (3.3 MB view details)

Uploaded CPython 3.10Windows x86

psqlpy-0.10.0-cp310-cp310-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

psqlpy-0.10.0-cp310-cp310-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

psqlpy-0.10.0-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.10.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

psqlpy-0.10.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

psqlpy-0.10.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

psqlpy-0.10.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

psqlpy-0.10.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

psqlpy-0.10.0-cp310-cp310-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

psqlpy-0.10.0-cp310-cp310-macosx_10_12_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

psqlpy-0.10.0-cp39-cp39-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.9Windows x86-64

psqlpy-0.10.0-cp39-cp39-win32.whl (3.3 MB view details)

Uploaded CPython 3.9Windows x86

psqlpy-0.10.0-cp39-cp39-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

psqlpy-0.10.0-cp39-cp39-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

psqlpy-0.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

psqlpy-0.10.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

psqlpy-0.10.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

psqlpy-0.10.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

psqlpy-0.10.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

psqlpy-0.10.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

psqlpy-0.10.0-cp39-cp39-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

psqlpy-0.10.0-cp39-cp39-macosx_10_12_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.10.0.tar.gz
Algorithm Hash digest
SHA256 5df967bca23c63d8337e2bb47a7935597d9d5a836142b457d0c423010a9837d4
MD5 f7729e271eb906aa2debcdcc48b4a4dc
BLAKE2b-256 0281299639d5a7faf7a8eb2cd1439b31d95a4dc1555b0d148e3bca566b09fc11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 91a87cdc7249ab57b4deaa55671f3ca0b6e0014d160c96aa84d6aa07d4beed9d
MD5 f4e3a82e16cd7cef7edb7079ed357535
BLAKE2b-256 e38bce6dbee18df08237f555d75bb28f7141d6e74997cd5b61ad93853bab8fa5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 04eefa0fa180c1f23d19ec427331978793db63f84e231cb0f18dfc56201bc4a8
MD5 ecd59a179fca02b0160f908b008c31cd
BLAKE2b-256 6af6363f13a489a96dd9361858311adffa08c258e5e40db0e451dcf8b58a6552

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1ae81aa51ffc61b0fa81604a604ba2035d150434b724b873b89504872fd1cec4
MD5 d7555d8cccabc2314319320c9cad4367
BLAKE2b-256 e0363f91ac81941f00d94eec9ce32bb508766112f5b290c879b26bc19a1dede1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 53faa8c6633ce29cea67fa495baf6df5452625ecdd8422422eb7988528c7120a
MD5 291b67b3b82c38f3ccc65794eb67b889
BLAKE2b-256 2f349c850d7dfbad9f3f162b477b9376b64755954ad33a5a2afd1eda0f0f1fbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ee459bb2866f33be65ccb75f9a7f0614dd71c518ac617919fee0c9f985aa5165
MD5 2857040724d0562a2687c9b180a5cce8
BLAKE2b-256 6a15e27321fb56b372706848f6bcbc634fc79251cffd2dc8851aa3b35f11a257

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8ed6da7fd255eed915ef70e64042fb97d9ecd2beb9763e7b32e86f159895bc5b
MD5 04c68b7286f0c6ea6ac2bcac10db59b3
BLAKE2b-256 2701331fb16b7d7fa4ad1537660c9e72c387ee23cbe598b4d2341bd294122260

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a02a9e73f18fbe7f97e8e54bc45d1d4476d509fa565589b6408562d69d503185
MD5 9db98fa75f1b165ef6850530cdf5b815
BLAKE2b-256 a6c0cca40ecadd02c6a2fcdc22b9563a9b2bdb1ea2f473490c9f6bb8f24a6437

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b1c943f3af7a0e292cc26c544f2cbf02218ffc1b28d7562ee831372eb44f2c7e
MD5 6d2c15257a01d6247fb741ab9f4b1b43
BLAKE2b-256 6189310ee268587f2bace496c7960150f4464a0973ac4837cc5d129b6ccfb7ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8df5f8cdaa04ec0344944ba824e469d4cdcf90cf86c4a0a6239c061728258a8c
MD5 11f2eb58a4079a7a2307678def29a176
BLAKE2b-256 156f3d6e8ad0c408a784021dbd5f3b763f017208a21634832c369e3d6c9d975f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8e3e89fb0462cd8301cd331791d807f8a96c336694c22621370977e000052188
MD5 42464111d4783deda2c9bc8c6a749cbd
BLAKE2b-256 723bfceaee482284dc3107d1234229880c8f2632d1c0256eedeb4caa381bbfb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 786cb7f5a81993927a148c89e71fdfc993d953959ac50b05d97324ca92c86f2f
MD5 06a1f286f48ab2af0728bf5910b3c815
BLAKE2b-256 59fbd824eed2d03d0b46c31e84ced87155d2a797b7536f65cfbde907f8c02be7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ee88acba5658286e860bc324e182c858dad7906b5957c2ee76729fc1474174f5
MD5 980998e3fa765088592498ea8509d235
BLAKE2b-256 d9667beeefc21dfba9b425cad2a4a6e366495e6e554cfd502682efb8fcd358af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 55193e200bf5446f2f60bdf8e3a41783c217efd2c95cf8f052ae30a5f81bed1e
MD5 a571c4ecc1a7c67f26da3e4252d93def
BLAKE2b-256 9cb9e33844c295c9e0a0903512f2954d4d0305e5596ceab57477ce2cc5a66b4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 198e7af677963520b9946564abbfd86058167c250629bdbb2411ad90b33f4657
MD5 0f65c434db3b398ea204e7d7362a8217
BLAKE2b-256 f916a9a18e4fede7f4e23e3c733b4a36a7d01fc242c2edbb2f48dc67aeaabc20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 46c512302700350facf86fa690da52e545a3dbae37d58ea87d8b7c160c510fda
MD5 e09bd9d0a0d035b266c20ebb2956e357
BLAKE2b-256 1601fe8b35dc799bb7e6a81a94efc0d5c65f09c045e85ace94366e7a1fc7ed4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 56f62f8c5bf55a1e7c7a06f20f418ea997cd4c89bc1b885c86d89d5369e5909b
MD5 dfcd39358b4946966ecdb27a07ef2e14
BLAKE2b-256 d32c8f9a915b696d8ed334f42aaf6e6de24b3ed58648bef9ffe4e68350bd13e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1aed5874d8012bcabcdad85562636690493b4f8bbad257dc8987a9e0fb7a642f
MD5 96927d924c951b901bf6ef2cee65a902
BLAKE2b-256 1ab52027bf070bb113e4f52e63305a3f3665b67ecdf51b42dfe442568e1e5b46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d5e08bef3cf5459173dd12523378412ddf03ce67613c2e8d7d9c0266895d3631
MD5 cf9c49e1be37b6dd7f88a79f57686474
BLAKE2b-256 a55e9ad32ae2a721f2d6e960fec8bd6e1bd62fd5fa0cdc9f1024b54308f9d6f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f483184eea0740c4608893777b6b6326ab847423aff9ef33607a6ff4761b7d81
MD5 9b55b5c0a243a797136e7508fdd7410e
BLAKE2b-256 836a60cd56bfb5a1411ae28108feee229246a7d48a7cfc13a9257b962c0761e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1de2f00d4066042b6168e72dc03fe6b02b2bee248428c9bdd43059adea72ee73
MD5 adbe4485607c6ff3ee74bc93f36b7986
BLAKE2b-256 b9994b5786d6277358a8b5d46b6e98c3dc2555b311c09bf79974e573c079beb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4c9717ff7e7c31e398b869dc1739b24e62f3b44a8cfd057e3f900c64f4a5c7b7
MD5 c937567eed386b34713eb6f053e7928e
BLAKE2b-256 fd3a61b657accc3b02307e5046d33f7b5460376d7b32ffde98ec168d2be834ad

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.10.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ce57354705f4a8e4f0125fe255c6edc0e08bc26cd69617a80ee1db62c6081a50
MD5 d27647005c30008aef208722af454426
BLAKE2b-256 1f7cf0868b79e9203b46ec2e17ac883e2100f953657b1469b7587ad11985a69f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 46eaa5cced9dee272b9e78ecd1e6dbdb66896031d24af8ca37bf8aca54e04927
MD5 4c7036bcf9928ed0874648383fcde519
BLAKE2b-256 e230c64e12051224b41f3d7ed8184d764eae44d470ab5144b4ae59e23ba8eac1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 22dfe33a26c752817ce20b35e56a0f10431b3f40a45d98f7f8f50b66758ca51e
MD5 58f4776c827920b65052faf39b68d114
BLAKE2b-256 904581740f0ad078138727b93b18c7b0588a717ea6e41e1daac24020d3823c01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d7afde1e948afa3b50e8dc97f01f950e7fb92c35aaa7fbd085651922cda036c
MD5 227df206f911785f7047745571461ab2
BLAKE2b-256 377405e9f6d5edf6fac414f33af044e86b617ee8ab5560f27f8e84b33638bc3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ee5b4efe5e90ed4460ced98c07545cd4dc67c12d9b2c412f74e59a9084e6561c
MD5 5c2b32f43dcbe80fb90508829082fd8a
BLAKE2b-256 bc4485e8bb2e479300bf3baeb408563401793698b5d8f3be7a7214cf9d173998

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c35ea59008e15b917db1a0c07f0cd06f8e17508fb5be241bb40bf36bd9ecbc1d
MD5 47f6665e83ae8e84db25a2ec253f6cb1
BLAKE2b-256 82bedf401e8985305e4639ba50d31f49593a448858f099e51482a6d0cabab42b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bf64e69b85048fb7a55ea2bbddabf922865e985ee158a6ea59ad52b21e49e484
MD5 67e4ac66d18ece50ccd32c5eeecd932f
BLAKE2b-256 7a3939dc81e88da3b2fc222c4b2c49c8c9f3828a78ca228bf47a4890f0ce9a3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8e1a7d43df9942674c5bcf1b3fb86aed0d0cd862739c73cf73dcd1abce17d0a5
MD5 0ca7c0d71049419e20519152bb1a73fb
BLAKE2b-256 3e2e6f29cfdd96b12fb2f8a671165401ec556aad5cafed9cea11f2b281e90961

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9ae2ece7656909c9d7269ffa51fe088fb1acf754d46c07dd7fdac5fc05e4fc0f
MD5 c7b70ed3f4e2e70b811430801471b8a4
BLAKE2b-256 da513bf5f4b99f0e08857a351230ec5f17dd36c7315b4559791f5f4968528300

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f607f46789618786ae33395b73d4ebc278fe3cf0dabc81d66e1b13557d72cefa
MD5 f9611e943efb5efa4395323bdf52aa33
BLAKE2b-256 46b8e1b9c16c97254a63edaa6781870ddcc2bc89a492398221032f277f7d2d50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ae0cedaa6eabde7185f15d2f9160c1a1b83d5b660dcbc2439d835327419a9dd6
MD5 68e22526c3d8ddb171bf2f9aec512533
BLAKE2b-256 0a81f11ca6fe94ff6536e9dfec5f1d758b646f2ee25e2e2be9eb8dda32a3d1c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f96eed7a472b25eb65761e95acc0f3f1d774205009d44952a7ba03ecabf0a1b7
MD5 a55f5437ce39ae261f7675f02cd1b39a
BLAKE2b-256 0151ea3189e472c829ebb50ae08da6800000314105aacf3f05f995089285ac43

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.10.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c4bc973fe2f75ec4c343def3ebad68925ae25e4a7eea439fb7fbb4b0c11fd3d7
MD5 02496a0d54b9e530197286a753fdd0d5
BLAKE2b-256 9b03c3bfaeb344c8a36b1f06be26d57fa735ce72d9d5037f088ee3fa1a9e4536

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 50af82ec9159d26cdcc660d8b7a0d77552b6093bac5a921f048ec70a0c8402c6
MD5 378be3ab6a4e4a8d9346464b625fb1d8
BLAKE2b-256 29cfa87eb712f9de72e99a90926a4e07376be3577eb3c78ea2a0583d30c7f621

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4d071d66838a02ecc94e4dd2ebb01d0d6c6a1855295e52736f0c9569b80f76fd
MD5 c410824f096f5860cc38407182eaceb0
BLAKE2b-256 1cce2080412fc89d066915460a252d9496f9c0e3f1724c0d06c73217273c2c7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b1a30960b3aac92f66db3a3e269363557bbb181cc8e0a0877be7397a0e94e52b
MD5 53aa1228fad4a0a1e59d6d6a1d758d81
BLAKE2b-256 183fde3d72687d3877b2d90a4241d331b8a563abc5ab72f4dde1bdb2c4703431

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ecd13506b83e1db0133e5bdf6488014e07b3b9dbe894d7cbf431d6fbcfa3f64d
MD5 ddb9871bb97a997ec1b1a58e7a26f761
BLAKE2b-256 59f2a04717ca7726361d41866fd69d282685f07d751680edee6c60535ccbf629

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b05e8557b5cfb4430f54175079973d768dd0d67ab03835a574e86e0ee41de2bd
MD5 5c798848014866abe5b97f524912099f
BLAKE2b-256 078436c7180239d8fc686af4825020e9425faced8239b1b50434448b77bc7e65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0dfdcc1d03ecb0e964962c6bc0806794405fd5dc989e835f5ffd21748326e408
MD5 e5f25927a1c49631af4ca5125f760f41
BLAKE2b-256 6fe57b025fcf95092060ad3d44b13c3a0017519d1696cbf4d1cd60c1717282b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 545086e40f34851d9d003e1a500fb96b0594645aae1a5f1e075f75ae7660a945
MD5 1edc277f30068e9015727160c2b04c19
BLAKE2b-256 57e96f5a9f8a74727aea565ae20ab94c02d6f88fc386289d00b0fcbd501f85cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 22f0d137305862797d6ce2b9a64279af7d3a1924c67acb1dd848b6f9e7e1dc5a
MD5 08c70b41c47b9678799fadbb02388c03
BLAKE2b-256 68f0f764d23d517202861d531141de3565df28661c468997748756953ac56416

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 def026d1c285ce7a1e7c18c9a1f198b0830d7ea54ce47b9c40f8b4ff72d88029
MD5 ac72f83caf463857ee9f52f852316645
BLAKE2b-256 545de74dc3b4c97d5d7833de885cec5ffb75525b65399224cd24fe54fadcba4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5f4fd171f2fc3e0abb0d1cc3ce2caff095e4f52b510a8a06177efc281017e354
MD5 c96ea6fd53fbc3a02d49daffe4b75692
BLAKE2b-256 70198789ac5618671eecf466f8a9dbf127a14acdf0509c3424e27786168bd3a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 031826126a0e37499a88fd485ffa4bbea354f287e40a50652ba19f66498c37df
MD5 d9bcd302d887e31e595e6fbc08e2a2b7
BLAKE2b-256 0ec049499f8eacf597cc00f0e8f43128859c1c62fce18bc4671df43818a683f6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.10.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b7630b285147610b2afe4be20d79b2c736aa273eb25861b4911c95395d42fb45
MD5 bf2c70cbf8ec089226746e3657181bcd
BLAKE2b-256 a5171b82bcf283295f586a56e3bac6171fa1c7b2030b11435bf962e966b6f8a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 acd715baaa7b9d1ed37f416b1b17dfc635a4916390050104e732b4d5d1b8ba8d
MD5 8c70f5bc33458e51ed458ede2ac14535
BLAKE2b-256 c31b2b53331f04345bfe054fc0dbba27d8f53967c3097711239cd932dc63dd59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5062dfd8f4b1e898d9b08d46fc90146fb98688cf408c17c10d7bf88559c7bf25
MD5 50cda06a05359d6cc01bf52b4c03f422
BLAKE2b-256 c9ab9322d4e6194f43f898041ef65f57c3c6452cdb0fb282a07915f925be27eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97962c5da8773daafcf90f398e3ea5cf2fe5308a2ed49252bc1202c1cf9a894d
MD5 76a27d9ec42da362eb22a2521a838e5b
BLAKE2b-256 7e26df14367f36c2a9957f071c59d1012e60d9d9182add7fd6c66272ed6e906b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5167caa865b7171956b5e5554f9ec873d5a865f6860dd99483977e2b84990825
MD5 a197f052a14882e83de5d648cea76473
BLAKE2b-256 545e24e147fba82f2547aaa9df6f28da3652cd26d6dff77d3f1dfcb0e6746d30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3dcc4e2dc5b986d8c776dc37c403eabbad55b57b7a361b22963c44aa7bab536a
MD5 096ca11809e9e4191e99ef247d56a64d
BLAKE2b-256 a56106ce90b5ac1828b1f509d9c286fffa2c51dca1a643f920eba583c037e3aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e232dc13fa91202fe968e9b48465805d6ed508cbf781fd516ff45f8c062574a8
MD5 3b275eb2031dc4c938a6306a582ed0dd
BLAKE2b-256 505975a2a209659a13d2c8b3d9949227daf2de812d49e31e1d3d0786ad11369a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5bf2827c1ecacd185ab4cd602edf508db7f51a6ca9812bc13c3ce79448beb8e0
MD5 d7900030c2391a36a3855f50a89d9de3
BLAKE2b-256 2bb6f3ad02185841efed9818c2ecffcf76544cfb8d96f012907af37df6a81990

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c036221e30446a1f9f9e1a94b69376f1c62c0c743cf265326626076c661edac5
MD5 0b795cb886f27e1eeab5dd8fe76e1f9f
BLAKE2b-256 b59249f4d0934e8d2297ff7b39c01b3b2b9d04e7750dcf7b33858e34b74880bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e693f96a13e16ed5369484603b66ecbd566a9aba9514d019b20ad35dd7555c0a
MD5 d118346dd881d27539d894e9cf1c2f23
BLAKE2b-256 8b663f13b1a00c12ba8ad9d522e63d0a90f8083dec32aa6627531bab31bc7bf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bc968ed80eead19d15123c17b31ab41061aeefe70e4f3e45197180c448315dae
MD5 d05e8f7dd33ae311f0a77b4004654783
BLAKE2b-256 a9e858a95165984a24e4c3d48e832151106f8fa6f7158aa3096bc9b0b6acb4d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 517e9cf1b6cdf2e7230d3ccd87def596787571b092be012fd435ef99ceb184ca
MD5 222ce8866870785c148bef820676f59f
BLAKE2b-256 8d82d0e1f217851c0175369c4d155af25b6edc86201065b65dadb4e67b55d9de

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.10.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6382b1c2c2258dc50f490785de58e5edec1c80f48b62069ba1e8a490119e43fe
MD5 206dde2a96ad639a8e5b0c3ccfbb54e6
BLAKE2b-256 34304d704812e62f16e9251e9713ec3ef1a415f8e562622036152dd1ba3e1411

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c2148ba4e3f3d699d3784bee6c2478462f6d1353f7567bed6144ddf12799b839
MD5 5530823b28f0ce2a280ba2010b9e76a5
BLAKE2b-256 e5824fb6e5a6948a22a7d186fc811ed710a2a8019ae1142ffa3a7d9b1d361b5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 374fee897a0ef6a9e2b8ffc85eecef5f7c66a44ab3fc7338b7ffc1846aa0f4d5
MD5 eefb1a5c68ee68996218a24781fb3528
BLAKE2b-256 2b6d1739e4e0914c6b1ce4ed5782a9b468bcc8eae5ea041fdc2fb6648465eb2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7aaa69208b551d50ebb55d791b3e6fa8f51815c926c9594ddfa16a321f6734ce
MD5 49eac393c5e65a9d19ec727bd3b28873
BLAKE2b-256 1df0ea08432fc345c4ed4f55fcea086f32f7f5f30da208846d22e1ebac6d6f14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e4db6322597038b3dbb7a1ba950276b4ef7acd30e2e1d2b09f32bf3720efb5aa
MD5 92f1bfdc9715b7642faa49d377defda0
BLAKE2b-256 11164b858ee4419b811cb5f5b010b906d87b5a573c7cdcd10db8342cee5c9af4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2f5680ecdcba1632b77bc4f441151e110d77822c48a142bcfa8ae6cf6132adee
MD5 0e020e8aed7a25e86c4b2dfe07b97a2b
BLAKE2b-256 d921a607b32b09673d66e47ed95df12f75687d9704f690f03fd46b7c1f416830

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7275bf27e23cad1d9a5f30dcab89c755ec17e7cf1e7409989b6639a04e80ec99
MD5 3a89ac2d219a65e63a83eda221ada55c
BLAKE2b-256 884bdab5d9d1343ef1709595283030318d523ffaddba661a7d967aaaefdb6a8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 380ff349548c10538e44211bd072cf3e457bc568ac2a7f7d9382f19250dbd1de
MD5 d305d02c4785b0fa3a9b0e26a968249c
BLAKE2b-256 f9b41cc6d2fe27f69fae4b12a8513ec7a5b7144423550fb7f149c2503a657d4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a578a23927f4d83250f5675b5e8de9662d31cd69f8c2a1b9a3257a6cac5dbb8f
MD5 139a52486535be372b6c659540510a57
BLAKE2b-256 f3f534ef62312cf830733e9697eaac8b99e925c79d39f5367495339732baf891

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb5efbc3d9e4223075e763ff2d97baf9c962b690fa431fa7571b1a6f97d38630
MD5 a1564a563098128ceaf690a4d421ea28
BLAKE2b-256 5ca5cb4c800853ae704808209535a1e2d40d19ff9dc6131526e4d51a2024f61f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5775ef4bc4e03235b76576f65f66667257dcd9a21ed3afbe4f2edd3526b8749d
MD5 9e0101ad613574f3bc1e77a15ce0badf
BLAKE2b-256 c635678aeb7d0f2aeeea35bca3813aba85e5e55f1c68591b40306ccce459f947

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.10.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d4cf97cfaf01dab7af304ea6dac06a9ee29d5ef3954c88975c05cd1ae1319476
MD5 321dd678101d170f5bbbe42dd06f62b6
BLAKE2b-256 7a8fc90e31a2f4e7f737a2a1db538f571bcb8fce8a763fb7b6bfb4ba1153b484

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.10.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 38bdf8a2db1f161d38e4e43319201ae5b17b3c3e42c8c3dde1c9acbf0500de07
MD5 2293ec6ecaa704ad3d29f4a709129066
BLAKE2b-256 7544cdf73cb0a7c642b8464a9a53d21c67f667f0c2530402c640f8d1f9fd09db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 98e04a8cf74a9c23d7ddd2da0d24cd0a129823cfeb74a586396f1253c19a354c
MD5 93f87cc36282d243f872ca020e5134b0
BLAKE2b-256 81a14b2100e687317d550d136fab7b6456bad35674a9b1b446e14fc207741084

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f2ff2fad7a1f4f67de0b184bb8d2fcbdea2a3abd02d8069144c050d1369fbf1a
MD5 65986e54fb39a87e33b8e9e3cfe2e005
BLAKE2b-256 552c158a36ef6729e7f758b1a49d1aac4dc3764c5b1a4e5d032edb5847df3b0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d13a5b65385dd4609c4734e0c2ca06590f34a7903bceed4785024d3cbd6999cb
MD5 a576e170df5d654fc79e4ffea1f21e17
BLAKE2b-256 a75f3c0473e084d5dbdd377e27b94d4d8c68c4dba2879103f5c692ed9db9f142

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8b3deeee7dc2cb5153baa44f4293f7c1de31ef800044cfbb7a64fe8efeb4f4c4
MD5 c9daf7d8feef5ecbb9af761f0d4b7922
BLAKE2b-256 4bcf46cb7f183967daa992e6a6eda1fb67ab2c201b560f46649366be6465ee69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 46221c41b1a932114d1e718801a9ca5a1282eaa892bd4863d0997b4679bf3f79
MD5 38c36118e789e2c5e9b12a9630865b8c
BLAKE2b-256 79b27a9844b99d48b69c47621547130535ffe6c95bd6cc6c1d61bcc5ce8a9119

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4f51001803f65365bfbc29aa0fdf6f9b8713314449a0c55b9ea4e224d1f4cb4d
MD5 44cf86f4e5e27fe9ccf9b3160fbe0996
BLAKE2b-256 2643d2ec6d33c10e23af3c33838ff1efa6c45ad39c0c39c67df4a097f5430bc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ab2e91b17998e16e8829435965bbbe9ed10743703f5123b95b9119459766b8c1
MD5 343e9142b8162923e09dac341266ba9e
BLAKE2b-256 56772c41db1068643cf5bdcd87146de7dc74ab179e3b930957865911986f94ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 059c8d4e567cf581be01abb8f6a2622779b1c3103ecab50e88d3d5ba553946f9
MD5 cc89858b6de5634a3047be88918cd9e5
BLAKE2b-256 07c44bd5e7fff76d0ebf48899df96dde15bf4e6642acc08868bcb0f09cb6a50d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1af23c4f7532ca5bba4b8ed80c449e5e718f571a939123aa60029c01c09757f0
MD5 9f6827c5bad19be7bae9a3d19c51eb29
BLAKE2b-256 a5b047a06fb6a34d94a1a3e45298d3f2c05d6e41c2cf7b8cc7210faf194f4e66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.10.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3e00aefa3234db617e66bd31944cfd02c0c67fa792da3b50bd4911c1a8360701
MD5 572e7451908cdc95377a740fb3145b92
BLAKE2b-256 dfc15669dd4265166ecae767c68ba2d3b1957df978dbb2607e7121d05d12d56f

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