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

Uploaded Source

Built Distributions

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

psqlpy-0.12.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (5.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

psqlpy-0.12.1-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.12.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

psqlpy-0.12.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

psqlpy-0.12.1-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.12.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

psqlpy-0.12.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

psqlpy-0.12.1-cp314-cp314-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ i686

psqlpy-0.12.1-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.12.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

psqlpy-0.12.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

psqlpy-0.12.1-cp314-cp314-macosx_10_12_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

psqlpy-0.12.1-cp313-cp313-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

psqlpy-0.12.1-cp313-cp313-musllinux_1_2_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

psqlpy-0.12.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

psqlpy-0.12.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

psqlpy-0.12.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

psqlpy-0.12.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

psqlpy-0.12.1-cp312-cp312-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

psqlpy-0.12.1-cp312-cp312-musllinux_1_2_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

psqlpy-0.12.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

psqlpy-0.12.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

psqlpy-0.12.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

psqlpy-0.12.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

psqlpy-0.12.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

psqlpy-0.12.1-cp311-cp311-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

psqlpy-0.12.1-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.12.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

psqlpy-0.12.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

psqlpy-0.12.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

psqlpy-0.12.1-cp310-cp310-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

psqlpy-0.12.1-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.12.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

psqlpy-0.12.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

psqlpy-0.12.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

psqlpy-0.12.1-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.12.1.tar.gz.

File metadata

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

File hashes

Hashes for psqlpy-0.12.1.tar.gz
Algorithm Hash digest
SHA256 d702874ef5498671ea1528f8fb4ae299f87983c0f88ea9592f0a40df6263ef66
MD5 84940c3947d7a1c2fa42b06b02072322
BLAKE2b-256 6be87a55ccd9f0ae0343b40394cd2dca45c3e8cb8308c0f89bc19367458cbc2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e3f39ff8aed5d5245c04422fcbe2a3f73bc230870905d814faaf3e900d27f1e
MD5 1e8305e39714025b49e19b45faf982f8
BLAKE2b-256 922c68a496f3d36d9e25d003084c866cc41b2643550b877098b11e3bcdfa1d1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8952c56a422271b5bf0403329ede113d2dd09dd94e2e3690c11ec321d1887aeb
MD5 2ed407a1c58aa1c96a016ca8ff6269cf
BLAKE2b-256 e73bad7263b8a5b7845983d6d35bf5f76808b6db5b8de3645eb0fc8940eac2c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a16793299b87b79cb776fb5d801e440254322c14d32acaefcd0fbeb912834394
MD5 c6a5f87ea750a2f48fba1faccae528fa
BLAKE2b-256 3b06d5048f5b81643474f3050d1837e9977a3563b63b98197d3bcfeec046b11b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d1a6e7f7111b24bb27140264b23f3ead44a707ab161b3b99aa001c4500144949
MD5 8d55dec4730581683e79d6ac084cf91a
BLAKE2b-256 3ecef268e6408849e6a78e72d5b85dc33d947af0c68482a853ac012d961ad3dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 564d38f362007920dbcb47e00a008023a18b01ea65333a07923d1cb12fe2b94b
MD5 1fa9f7118214c5f720bbb998e0e55155
BLAKE2b-256 be1491a6a6b017d3d9b00662dde8ca28f7da37ad8666be5896cfea977b762e8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 24aba98e149e6787b039354765ed02ee0fb84fe5e971f196c9d1a28a8f29e18e
MD5 def520938e65fe267945a5b5e0c3cdb2
BLAKE2b-256 a6f023965396bf5c8159563fe55a6611cfe25a4843feefe6c3d0bb4d338681cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 73366a5d3a7ab4420a07e2314a1265400090340490bac30cd561a5319438507b
MD5 b4973b26bfbb1e4dc8bd10234f7ca961
BLAKE2b-256 f776dc99df6f234f3adfb8d022ce4edd7cb2ea463db790142bc83c8be03bfaf0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d2f90453d54685b7dac3a4a41a5270df1a0894fde8dec98c7e066221e49e213e
MD5 58f06b8c44cb143ccbcba675b5b5f274
BLAKE2b-256 e444080191f8c5ccb4cf9a915e6bb13ca5e0ccb2148fe7aede516eea2a51f120

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0937bddd455d2b9673218e4a6635d07f92acad651d34111564732a447abfb2b4
MD5 0b7cba18b902e35e437614214f734b08
BLAKE2b-256 9e25ba379d09662d2ad6d4c7ec9ca7c9079f8283b3f8361749d95e35771da04b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6a98a3fe1486a1fa570afc4ef2311232ee0c97107a621d845e525d3836d4472d
MD5 15456fa10c587f96501340991220beff
BLAKE2b-256 59892d9e57c6fcc4e0b252232068789ace003a64c7dd373c227deb42d945942c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5e9234ce2a749feb407ac5cf862db4d0e6e67a4f442053be3afb76567e8d4e21
MD5 2654a14419a4bf368b41910493aede58
BLAKE2b-256 22097a6858e3fc84517ac3ae66d32bf5dfa23ef9cb73ed5210f6c886f69be103

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d5d811b158848b84935722fa3f43fc77aeb6cedb8481c53bc7fd0f4158c3ce5f
MD5 dc68ea6c83b687cce3280e62990bfcfc
BLAKE2b-256 10db8ae30cf4b096c4362c615d312924a3e22f0f08bdb45af89ca0ffd3ba01d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce6dea4a70ba98940e803d8d2d1fa83cf1694549b3a9f2e7378506a37da3f3eb
MD5 aa4a40403e3d41f1729d6c0a18d038bb
BLAKE2b-256 1c87667cc20b6a82bb75fd55ef759ce3d7bec23edbd4bb4babfd5d29a7e1dcf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d5a6a10509d56f489cfda5852de5cfb36878497886a8c978ef68034eec560599
MD5 b3eb1688b0ffab6779e854906dddf662
BLAKE2b-256 78f12c69c933daa112ba0654e234ac5dd32d21509ce283262e378449a6af7995

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1adf04bc13086e1d2ee96bb4ce0eab1121c02ff3e3a98c9d5a581834a0008b84
MD5 acb9b6a6683a18786a926ffcb0cfbe40
BLAKE2b-256 887a0269ef3bb609ddfe37bde0de5cfda556b5120043ba816fc92136646cd241

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9a1f63af6205c489a6b19cf0d93b810852b265920cf2a919151f9acc64469a76
MD5 fc6f7b4f113a5500c62e00af62fde37b
BLAKE2b-256 1b4a468214456e7a3d11f46945129a628e2da75afceb00128466341bf3f99362

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7925ffdb717fccb806883490fb134c5ef14ffdf7d05b5d9daef63ed3230ea056
MD5 90d00c0a08ecf3f1466f168d59909d36
BLAKE2b-256 3470027e544fa348032112a09b4e75cfd5a836b2936c46f47cc2be2a3e97a7c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b4228e9f4a0a36dc58d7728e44b835e9a376fc339e227758546d31de9f872e9c
MD5 078f670de5d3f22691cf1a8bc6e851e7
BLAKE2b-256 5b66fcfbf42a1115c5bf5ddd6a868d12cc2b50c12201996baf3d7ff87c53d4be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0b3a318922674ab36e38378828de603f87360404d160912946363c2c4a5157b5
MD5 7cc0e89a4139451cd390f0780b676906
BLAKE2b-256 6dcef66d0ac91a2e17bcba61e18edc89fed59f5333f95b494a799882615eda08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7ea3ac9ce92078137d571740dd935a5ef7520d00dd8669750c3da3e020ba84b3
MD5 bb84141d27f2e242c69f42c015c825ef
BLAKE2b-256 2644f51ec4c450c470cd36fd637fc85adcded77b2a88781d3dd20489acac4e6c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.12.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for psqlpy-0.12.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f7337f373a1d41d1cbc5a53f32232afd5b66135c191357dcc1d6cf4cf7d0c17c
MD5 95be40451ed71970d96379d10763fbce
BLAKE2b-256 513a3116e5d4b1c7cd5fb4825263e0764c431c4e73f0e3e1002aa288c5de6596

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.12.1-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.14.1

File hashes

Hashes for psqlpy-0.12.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 31a5d8bb8fa1a13b7da6edbc183754cc68fc47cb931bd9b96b9edecb77d98522
MD5 c2b47dc904fcb399c5601e26c90d7ae3
BLAKE2b-256 579451ce28393efcde16d6881acd01c4bd3ab57c99258243244581fbe62d1890

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 733251b378908aa6c5738079c3f053c0fcaaf542412abb312cd3b7cdda696e1d
MD5 be7292e943ab1d4ee84c0122365e9d0a
BLAKE2b-256 61ddafb4580af80fde43502400f50bb64f6d9390a25b38d3812b173f3d274ad8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 025f0e8e2d7bf0bf1ef5801ff9a402728021048d1d13e2112ca8b0c6d32cf9ba
MD5 059453eb5ce1a9a6abc952f2e3ff8b7a
BLAKE2b-256 190f958c9a6cd2214c0c485cb10670d804cc4461c7f6ddc071c58549286efdcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22f12b24a26b6ac274d00e82ebc3a21d1dcfedb14e08da57e54d04e62fcd2f05
MD5 1d3c99ab25fdb0eae8db9f446dc256dd
BLAKE2b-256 98bdb9325b192fffabf94d907ec54be11d60d35b064a5376b84865858d9d852e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6a0d08af7002358adb7bac419f5fbb653560be6604aba99722378a549bcbf887
MD5 8449f1ba80af74f9ef7d1fe849da47fd
BLAKE2b-256 8f47a61c3ca2df3f422193ed061c244dcdb5fdaa14fb55cf11d249ca2714c3d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0cc86932f5fbf139394039b0f8c043c59977982b76912e930ed91210112cc04d
MD5 46a40e0f8b0418d847617cfdcdb005c6
BLAKE2b-256 234bef807e98e9b18da5fc683045ee0caa04b8915f57f70108aa82fcad9acb91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4e579dab3be2b0d09bc6605d4a22e55cbac37cf074c9178379699a21276edee8
MD5 8cfdb793774723c98a24b3672c392a8c
BLAKE2b-256 b2ab43e36e95512eb2f1d2d38e6707dbadc0bd7ace495f611eb9f7bd26cba249

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9eb47797fe93f277d02d0ad27bbeec25a583e9ebe9acabc340e8e6eb0269c6f2
MD5 9828088a42103ed5e655cfce37deb9a3
BLAKE2b-256 0514db356715ea66a7b01faf4231b376b2edac78f2c84cee6219fb60d0c6c660

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0d207124e116e07e4cbb411b19f8e7c2b3ae8b186befadf26303a177c4cca698
MD5 3b19163f9fa90498d33a13cdf36fda5c
BLAKE2b-256 04d3933712b1fe3b1e380b52b16fffaf27fc1b246e34133cef151790c721207c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 19e7dd88b269d9b70b2901e066b476a7c5cef3e5a3803dfb859ceef9465d9a48
MD5 e8e008212aa7437192326c9debb3cc8c
BLAKE2b-256 219926245ad49f97d9fc728a1a2afb1d3539a25d24277148ab0772a96ce536a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4e4ab046e5b6d7f1b56bd2b5132299fbf3789066e21cb6809e2f282fc15e3b30
MD5 61dfa53b2398a4190f0ea00a51aa11a7
BLAKE2b-256 d45bba794a0de3dd200e0fdc4c38097cd3fd32b623ba3f26b53b4a1889260db2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.12.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 985ecd6ab3ab08fa4bfd82a9e8163f42b40dfaec6cb198db382d19581061ee18
MD5 3c09baac6df6d1ff7d536f6ec651d155
BLAKE2b-256 a4b86c751754ec08c8facdc547d4421b8a9697a05e7ef6f4b55892c541d8053b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.12.1-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.14.1

File hashes

Hashes for psqlpy-0.12.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b661a601a39da8250282da58d59617b513a40bb0cabd99ed61d78cd5935991fe
MD5 0c76941897f013ac6d8ca84577822142
BLAKE2b-256 5a5810ff06f23fe6042d3bb8ac957fca86185be233bb6f24aa354be00789635f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 62a196493bf67d77aafd3c77413bbf9c7ed59c4620bafdf1e7d595d8052b71ac
MD5 9a02b937f56524729b14cc3f512288c1
BLAKE2b-256 42d834f1e422629231a7118e94d95827b92c63b00711fa7f09fd8976cd4ebdb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c4b3ae07fd5bd5abd52b5650ce960d9d715122bb15c834d83f8eefa7b8d80121
MD5 ec60e7bbf34784072b6620509699e0cb
BLAKE2b-256 772ec75c8f68ea16043cc3f41508a9df82253e4e5c8276621d03856474ca5474

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8d270234cf63624c8c825bd3e94bc2ad77b6002123e1cd18ca2a474a2847191
MD5 115cb4fa707f65402b59aceadd3bc931
BLAKE2b-256 f5172ea4cf620f75e8d3f8df85aa6e176f987a7371c594730d75d2c96463790e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ec4dfb83c8e3893da51352954be387edc9fc330f938843c88ada0fe080cef0d4
MD5 ed6fac4b795886bcc37da0d692b60645
BLAKE2b-256 32ff89542c6630dde48edb6523d52aabe4d172c27c39ca605d2282a2c52afd0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ec2a40e4d04181b7dcc50824c7a2f254add6399caf96d868ec1dc3d5af2d913f
MD5 5211da006635dab95010a8aa41876776
BLAKE2b-256 3d15e9006cf4cff1bbd0101edb6372fdd5bfd1bb035e31598f861e15ae245e85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 66356932d83ce011155cf5380b56965143273048a1bb49079655bcee083551df
MD5 ac5484b2391be8bc584098d525f9d0a8
BLAKE2b-256 bb44fe9d0bd25065305f36214cdb4c5eb007aafc0cefbe1ce5066a2085b2c781

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a3f6bc27927309987a0fc325ed2e7f7080f373a797d99db117e8d3193c851a3c
MD5 e4380d142c2170a1f395c53df892e968
BLAKE2b-256 81ea806c18cb9fe28ade5f3c9da02f433647f35b55db0c5940e6a68a3e39857f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 857d87490ab56578316ac09882c486438c75ffca2be9170bb6cf998b06c98028
MD5 e178662f1d8c06b301113702a97563a7
BLAKE2b-256 7c0381fa3630fa18950b038ab193f30840ef0469fa814693036286d847378fda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 82e23042611be0d3a426be5099ee29025012218c2bc6a29a3ab0c1c3cbf27ea5
MD5 3bd5236166cf58231226886a861dfcd9
BLAKE2b-256 c307baeabd449ee9fb879076420b9a907d47785bba9aed37cc764473d5e8cb8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5ceed709c46f138d402d7f5010e7ace4fcbd21e58fbc6176befac04881f05ee7
MD5 73fcc069c05bc2fb479bb8cdf507dbe6
BLAKE2b-256 49b9c8b8277f9da3e22d903fda31a4bc40e4f31e2cbf9855aa700ff0815ee8d7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.12.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 44bfa21da5d32fed963ec661733806aa61696e56950c029ce929b7e8dd89aeb0
MD5 cdf8000d712836ca4bf16e2fa783d85d
BLAKE2b-256 a9abf0c20d4c73f3b465cdb3f62d4db12a1ec6d478ee32c742247423f7d2a0d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.12.1-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.14.1

File hashes

Hashes for psqlpy-0.12.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6a30788d2d90ee00937eb0beba11d4e10d347313371a8071dede854a2f1ea595
MD5 edbea810725f637cc7e9d3cb9e917ccd
BLAKE2b-256 b6a0bb5642854b58339e02a4116bf64eb5a96dca942ac0d7d81bcca6b5912a0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bb8016745770646b684f653c6028bab35b4ba1691bc25f23125b2f87f6afb2ac
MD5 41e4da753cd32a1c22f2b7817672cb2d
BLAKE2b-256 a08e425f2699ada907af2d7cd1dcea9df4f2e412dce00c016cc7c6d4c4d72c01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9aeb02863f5ef024f14808439d9ed736af81bdb356ace5983f1cdbab53d8c2ef
MD5 3fb61ded6a887a27ac5fff8c94018fce
BLAKE2b-256 08d12bbde6600756bcc4611daa32ea237bca9d5ba6baa29990f859e8347df543

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f807f5cccb8ac0cf62647b848d795620e46645719162e8ade011810f09631632
MD5 b2ce8690d5e6ca50f578f2aa5eca629f
BLAKE2b-256 fb7e637270b20db7c9dea87c1dfa7ed0590424a732071e28549491aed17bdc11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a1dc993b410b3c48a5163ddc3c765b6ed6bffbaf37cb4b09df9221574b8e8648
MD5 553f7f966d670532a589c12186a5ac11
BLAKE2b-256 24d076653eb93c24ac8f4e80504ee27580a237ec6a8b78e34b55fe36c35597cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dfa69746bc96eb931b9cdb8a6de0bc5431abaa02a4a211f7b1fd72cce1a55adb
MD5 95d3feb99b67784a9be0e10fc84bff8c
BLAKE2b-256 99f3159008c6d52192debebdcb05d36be0ed12a99fb38f1df756b47ee3dbd67b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 82aa541906cb2a2388785f3688a03aa296762a8e9bf0b5fd38c044866d8a1b3b
MD5 509367f2fa08ec058da9d0946452d9fa
BLAKE2b-256 cf2d14672c2fe1adda215c9bf1a7b4f0954a0f80a18a854d5fe5bd52afe683fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a466c9fe22bab8173d7aa80609afa018402c8c79c23cf6494500560f87305313
MD5 129b071bab051652cd0a50c864bd6761
BLAKE2b-256 441fc4b74f743f1b24e9a0a0aa24618988ad51531a1884994e54a48d433beef0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 26cf01dbc6f9946af748085b712c1b139796bb5561631285de4b0f388dbdc8be
MD5 01c8223f5148ea063685b2d176c0e644
BLAKE2b-256 f438d055aff6aab84992882e6c4a9842feb3f3cb625c86396cce7d1cbe2ad4c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 98e729fd00b4564ce982ef69f7397af5df27865edf7fddf887cca597a9a34967
MD5 c54ae209670e74b699392860b7e35d68
BLAKE2b-256 ea1c6b57dd9f48dec3e61f4ba54d2c7ea7fad66d8e26b618561e11bc09657380

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 17c26d42e0fd251e309da676f54b7eefdf666690ce3e88897ac0dd78555c060c
MD5 c079666c04a4751bf1ca4fa3e70241d1
BLAKE2b-256 19330146718779fc93a51e9a4bf9d354cf4bb1257d9877b0bbd788e7dc59aecc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.12.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 271ccbb8d6eadc74f9c2756cd9edc327c78cd5b288c20e04ac0b0c211f472f6f
MD5 e7b4dddf3feb8b4e97815bdf609070f4
BLAKE2b-256 1f771d8bec8ad21d7b3c5e456eef174af027fd335dc183c1034520c24681c8a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.12.1-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.14.1

File hashes

Hashes for psqlpy-0.12.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8a2f3f63b73702202c456b3274134f2de1b4701e2cdebe3ed737596554987e00
MD5 8d0e4adb3d6e7c40948ed97912302e23
BLAKE2b-256 70a797a1d5069c5ee0724f9829b482f654c4347033841ac9c94b7da8c7491f2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 528dd4de3f05be318a6b6e21fd0c143555573da514869d4dca970bf16e35f220
MD5 5ece43290389a67dc0f8b04b515e6059
BLAKE2b-256 2fc3921c5c38eb1e783c5ba5e115a9ec0758a75e22214d16e59eceb7e4d4cc46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f137f4e0e3ec7ddb8511d6a48a65b14c250eb82ab43a1af775122d5d4c890099
MD5 8d9767e4c9c8a228272c8a86cef83ac4
BLAKE2b-256 45e908538d8db5c723c7fd2debf9e8c3fb6f64819b88db756881afe519cbf860

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d482504292711c9b4835b7f5c7e35691809128a6aa3e4ae483ae045b97678b3e
MD5 7111fbe81f65486c9577aca1573ef32d
BLAKE2b-256 60ab1b93ddcbef43a05b8b9a3cf955e120cc74f9163965925c8cdff5481c48b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1ca12123c121220a8abf55c2a5a5004bbfd3396bc3d62026f441f0cfee70b1d0
MD5 5fd309423c8fae756158bd47fa8879ad
BLAKE2b-256 3539f21184d43539c287407987e17fb7577fca51761a9f0aa1c68610d251c3b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b7ef0f6249ea107d914573910a9f91da824988a359af7d23c27f274b4061676e
MD5 b53cbd9ca6d79ceea4d4f4a22de5747c
BLAKE2b-256 182df915a0e55630566976da61bbd301c426c01cbe9fb8f2e8e4e3f9b96561f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5f58d4a635472e892f894cb8275a093678dd739c44c916fcc74f27fbb3121ae2
MD5 159b80f5674980c177935ca3c90310aa
BLAKE2b-256 29546d89888acf1bfb78c6cbe51db59c926c42445e164d75d9b9c69f86c6afe7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 860cb87fd26491634a994f76f9d6ab11d0aa4e44ba4b2b532ab9b5623a6bf9ed
MD5 25994e315625ecebafa0988f88a4022d
BLAKE2b-256 e517e2a2e49ccf38d857358ef7c18692ea1cced71920b9ad4671776e7469038d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9e1cdd3ef44757ef32f225a4aaa52db3daf25df1c84ef560f43ca0ae7d060054
MD5 188409883007ce13c290d8864d545e45
BLAKE2b-256 4612081913871867c342c9adacd5847d93c12226d3acd8f7974ba1dcf1973eb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 500ae80c01c3c3f646f5f9a959f1aa9817b6643c81ec2d4a3164928655cd9863
MD5 cd65298feb9c756af41cd2455fa5cb37
BLAKE2b-256 7dba829bbced20c91f55122207dba5618ecc302a08fbd3de17fa4c485ff18121

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4dee6660a4227b4a8ddb94c427e97e99d47dc564c649827151c8708f2bc77f7b
MD5 48f9110fd9d7a9e4e729dcab2abc385b
BLAKE2b-256 e8e69b46aa639882cd601da05fee55a23ff0f010b1d0572a604058f6a97abeb7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.12.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4da20b1ef1c40f936b3d564e219f7391463a6de87d2aa650f01f24a5b638c817
MD5 95953376499d8668e9f9a10e1b83a734
BLAKE2b-256 da46bf7f783141efe4a195afae33d070a110f69b3b192bd9e6a49161ed0730aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.12.1-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.14.1

File hashes

Hashes for psqlpy-0.12.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 77cde1400396c0a33fb59af7bda1df219e9a8684758561e2a33f53e5a3c9d924
MD5 ba80fd52a11c196134b0b2d52bc57ce8
BLAKE2b-256 856301d6442ab9cfb97d07380309d48e1f844a60479e28dc957e3b83ccfcc5df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2d24d30dac8710ccb1416af660ad3da7328094af281e58c457a797d9ff09f865
MD5 2808a8cd8a133fa3e8fec0f644460537
BLAKE2b-256 a52c5572fa1fea8b852ab17de774f0dfe1850162a74a456992e119c7e2f8d4f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e7714d560477e6677959ca0bf7d93bfce22b279f0d8663775ba05b99f2204c6e
MD5 58ccfc389dea2c827570982afbcc688d
BLAKE2b-256 000bfeca31531d82d1c8a7caed45afcd74e504c973061099544cfc83aff92b38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6e1a9d2f59a14a479e08bfd1c166e27d0f05fecf5d65550cb01c1b36e46bb76
MD5 f27c2e943a511929928c7baebf37881a
BLAKE2b-256 74b3358c2f49db6f89ceefc0462c7a6004cf30dae5c1e4771c87782251fb2ecf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c4c4e76cfc7643c9ea5a02930827a9e74da8bce11d5d08b3f87f6438a24e8b46
MD5 6e62bc196ad885e29acc5269fc15e662
BLAKE2b-256 fa5df8448b9ee0a5ce8498191f54e41fa49ad7f6a9f03e66d0d7ad30e278af5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 30422812e5de77fd80362cd6a55c5e620dd71df89e5d90dadb8fe98793f61264
MD5 aee94db8b6c37e6e1edbcd4a228a42f8
BLAKE2b-256 a3a75cf32454073d2774ac0901fa4ec0ec977db85428ebb4a93847b2f6a5a018

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 04b30aa735ec8f1fb35d8203f5cfaab1871ebe989cbc815a60878c173c440742
MD5 dc8ad245d4672de58aa10b8600827ae8
BLAKE2b-256 162a50b0c1574c390d8ed729e4edb5e70d718a6af724dae2098d0d0f5c69542b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f9c4bd6a08f92afc9c9b31ef8e93570a5ad6a5871d95b2c199a53f37c0308a62
MD5 0d80ca797dac920e30267a79b16ee3f1
BLAKE2b-256 dd1d3802c1303675e2498caa1446163a4cf8c9fd3e3c626086b87b61396dd327

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 79d349778bd6ac614d5e4ec5150b0abb3d54ebce35edde7097e9295f67e5970a
MD5 313938f3d15e028f58976d45d4e7a248
BLAKE2b-256 285cf511aad98a3f4573b9cb66b05269caf520081bc5dfd593023dd28b9f6417

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0295f38327e9b06c017f14ded3f8b69827d73ba1de155c70f526ed1800ede619
MD5 cae600a89d7efea9d2856080e889e45f
BLAKE2b-256 3d6aa605f9d09f430dea17aa4a46163b7bc9dbe3d823486dc8ab829ace26d2f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.12.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ab3aa5975502a7596874f6282c1afa6e6e4b9e9784c2018823d5c5d05b5df024
MD5 c2c497640be12dc282a8dd045627b07f
BLAKE2b-256 3ce202c96959e630c5135b1b59d21cc0cfc65a6b288c88fc10eef4175a68ba97

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