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

    res: QueryResult = await db_pool.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.7.11.tar.gz (250.8 kB view details)

Uploaded Source

Built Distributions

psqlpy-0.7.11-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

psqlpy-0.7.11-pp310-pypy310_pp73-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.7.11-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

psqlpy-0.7.11-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

psqlpy-0.7.11-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.11-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

psqlpy-0.7.11-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

psqlpy-0.7.11-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

psqlpy-0.7.11-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

psqlpy-0.7.11-pp39-pypy39_pp73-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.7.11-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

psqlpy-0.7.11-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

psqlpy-0.7.11-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.11-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

psqlpy-0.7.11-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

psqlpy-0.7.11-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

psqlpy-0.7.11-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

psqlpy-0.7.11-pp38-pypy38_pp73-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.7.11-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

psqlpy-0.7.11-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.11-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

psqlpy-0.7.11-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

psqlpy-0.7.11-cp312-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.12 Windows x86-64

psqlpy-0.7.11-cp312-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.12 Windows x86

psqlpy-0.7.11-cp312-cp312-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

psqlpy-0.7.11-cp312-cp312-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

psqlpy-0.7.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

psqlpy-0.7.11-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

psqlpy-0.7.11-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.11-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

psqlpy-0.7.11-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.7.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

psqlpy-0.7.11-cp312-cp312-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

psqlpy-0.7.11-cp312-cp312-macosx_10_12_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

psqlpy-0.7.11-cp311-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

psqlpy-0.7.11-cp311-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.11 Windows x86

psqlpy-0.7.11-cp311-cp311-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

psqlpy-0.7.11-cp311-cp311-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

psqlpy-0.7.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

psqlpy-0.7.11-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

psqlpy-0.7.11-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.11-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

psqlpy-0.7.11-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.7.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

psqlpy-0.7.11-cp311-cp311-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

psqlpy-0.7.11-cp311-cp311-macosx_10_12_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

psqlpy-0.7.11-cp310-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

psqlpy-0.7.11-cp310-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.10 Windows x86

psqlpy-0.7.11-cp310-cp310-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

psqlpy-0.7.11-cp310-cp310-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

psqlpy-0.7.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

psqlpy-0.7.11-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

psqlpy-0.7.11-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.11-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

psqlpy-0.7.11-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.7.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

psqlpy-0.7.11-cp310-cp310-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

psqlpy-0.7.11-cp310-cp310-macosx_10_12_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

psqlpy-0.7.11-cp39-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.9 Windows x86-64

psqlpy-0.7.11-cp39-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.9 Windows x86

psqlpy-0.7.11-cp39-cp39-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

psqlpy-0.7.11-cp39-cp39-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

psqlpy-0.7.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

psqlpy-0.7.11-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

psqlpy-0.7.11-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.11-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

psqlpy-0.7.11-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.7.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

psqlpy-0.7.11-cp39-cp39-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

psqlpy-0.7.11-cp39-cp39-macosx_10_12_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

psqlpy-0.7.11-cp38-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.8 Windows x86-64

psqlpy-0.7.11-cp38-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.8 Windows x86

psqlpy-0.7.11-cp38-cp38-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

psqlpy-0.7.11-cp38-cp38-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

psqlpy-0.7.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

psqlpy-0.7.11-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

psqlpy-0.7.11-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

psqlpy-0.7.11-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

psqlpy-0.7.11-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.7.11-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.11.tar.gz
Algorithm Hash digest
SHA256 2d6d17ef5fb00c4427528b2b34d0ee80827ea856024394eccc3f880ae1fbd312
MD5 5304456706738faa8f66975e0db1cf3e
BLAKE2b-256 f23f50f029224f0d265d8038ce8c5cf05949893f9792bbd0df70632e37d81f5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f56b49a4ea455d1d55916ff813a31cd9856251ad578435f121499666a4553c75
MD5 a3f100aec9671b0c7e14bc11623e9e93
BLAKE2b-256 015d83c7e4b5806771c4d677c2ca4884369e8c776ee34d1e55c9cfc62962f270

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 635d44a8c8eddd172beabf7e5ac4ce2b15498b0c9dd0013fdea34288248b48c0
MD5 4efd929cd4891a3f626ea27188eb4967
BLAKE2b-256 d2f7786a639210ff506149a51cff53f4ba5d3086f56c609b12f9e0f7f150070a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 60121b7f09decaa8bfa740caa8103cf5a98b06c3146528d2be48e83da9526869
MD5 e1fef7eca503027cc91222b7763b7607
BLAKE2b-256 6f5c34dbd45e7299b1b8e8f8ef7482c25f8451a19c9ab35081dd43b121d53d67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0dda9b4960251eaab4b439b8ee68d83a16bbd66b7a34cb49107adf8dcd1947a2
MD5 5d20223ebef59083ed9cfca9c477670a
BLAKE2b-256 af2be23652b20884fff6eb313b15329311cf1204eebca049831a4854a524491a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 64e17e6cf76dd47524dc2ff27d481b4fd3cb7620dd32551b6cfef0b4b7f83057
MD5 b445562245d7ed745694590503e896f8
BLAKE2b-256 759c3d088a8ae0eb576c9cb7d84485bab35cc266eafbb5e4fa6bd5ae50cf06f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bd23710c08d53568e3a7c5661adac4d7b35acb9dc9d121258695033331ff3bf0
MD5 21372c026178552b6a5b1a96210f3a65
BLAKE2b-256 7aea69fd7bdfb0ffb1afd4ea7366752d775dd6fa71c2649c0e63cee591cc4900

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b3f737722b773e73be7dddcef0cbd75b562c50496abee2322d5ef9c797637803
MD5 be85168a1949ccbc4a942a413af65516
BLAKE2b-256 8ce0ae0b22ba268712d1b97e47ca3007048f2908088dde89d36013d1bdfee25e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 648e338cf4fc746b609c709d82c317673c06270f6444ab51089b8285c1c508e5
MD5 b308566177433f7ad272b91a7d3cd5c9
BLAKE2b-256 00b61bd6219f902311099ac978974d34730e750e0a690af5f5356e9d854774d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1789c474aaf8d7930172428dce6ddeede9b404ae66a4a8312067c7a07675bdb9
MD5 47f5c477a5899c3320788f9eb352836d
BLAKE2b-256 ffb4918d2e4e9ecb7122568e2bcf3785335a51b961fe32bee49be509bb2c6e86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cdae14e8f68ade18ab7a5cbbdc89fda5faedd540a6cf60e7da9825f81a7fbff5
MD5 0610b7237bdd5003c9504dc78a133bea
BLAKE2b-256 4f4a11209057a84ea3d996f2065e593eadf23bbcfde2b1c1100a47cde602b095

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4dd92943f47bf96803eafbcac3f24e9bcfbdba822d5146a57bd3df68e6bea596
MD5 2ccb5cb1af36756b33136fc401045d8a
BLAKE2b-256 80c3873ab6e56b00c9c32328e046dc653ff07ad7d8c0ad04556c5e17325ac304

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 edeff9ab420399053c6dc19480c0f717f0bd7ee9c955f595c71dd64acfbfa067
MD5 bcc02037a89bc0234f2e033f312fbae9
BLAKE2b-256 d3ce92eb9eb1d2f90e6d1dd4a9f93b0dd1c8cb80cbc151fea024c4b41cff2775

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c10cd4c7c8d274f069f7c84c1cddb25f0db1d19c25e084b7b30e4d0598022843
MD5 ed37b93d4c608feb1f41cefb76fa8378
BLAKE2b-256 88721edfd722f1c587fb900575af4f0dd5b4b100c26d137bd475d5591d12a55f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cee09ff94cbd5aa164438f921e5e6d3c8e824e887b1ca25d78761934c0557b3e
MD5 1bd8f68cefbcdcfef543179ff5ef730d
BLAKE2b-256 897aca57ad77f6bcb8060eceea5de81135ddf3b31bf6a3236c1dd11ba68e80b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3287ec73f79c3c19069959993ca5737373a493b3259f95ab9e29c7c9347c802b
MD5 d201c9ea30380603b9936fbca3b9fe4f
BLAKE2b-256 ab605b8dafc6e7a1feef2cceff985bd932bba2bcbaf2ebdad0009cf40354f594

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e0a81ae8523b8f1b08b80243e08754ecf3819ee3a003f7beb0a8e82c241cfb6d
MD5 9fa1b385bc81307d0e52f2b1a74d4e3d
BLAKE2b-256 5de3c48866b18b2525c7c39c7753991cd55d9984af307166e452703b18e51df5

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.7.11-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ebd7efc00de878b2ed9d8ccaf030d6e4821cacb2385d71acb64c92f792f3344
MD5 635e8301e5aa03c11b7e94d8ee17b2f0
BLAKE2b-256 348379b9de5ad511279497fa336f7786523f7de954555127b8ddbf01d4845f3f

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-pp38-pypy38_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.7.11-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2c2cf73ec79544b00bf11c93542a1d5beb7b5adf12a99be0e7f62f3530b25b35
MD5 4be65954d2e9b7b8ce76f75fcf0ed42d
BLAKE2b-256 476fe264d6ac18be32cd5d0ecd7f7a56fdee1f70e311f2190fc17672d71fb7ce

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for psqlpy-0.7.11-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f6a1975c63a4ece29c44618f82d30f82f1362a1d7b38072eb823cf517ea26331
MD5 5daeea869c466760d126ab6278bd49c9
BLAKE2b-256 9b3ca4188242ddf4c473e515a95f0f8003b869400ff7f799cd6b3bd13b9d3538

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for psqlpy-0.7.11-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a00b5a4235fc91b20aadab37361eaeb62ae7cf1d9acef7b6028d4b3d1612c7f0
MD5 3574419e927bba5713f7c873384ea652
BLAKE2b-256 9eb059ccb45eaedcf027d2d2102aae2d36c75bc4352dba6e4c9870b55e3f3363

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for psqlpy-0.7.11-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 64be0ded658e4a465e076d41df9cb253e75d860c0e77385443e78c089abc6eed
MD5 0f4615f7d13656b54d74cf174e83618c
BLAKE2b-256 42403a6f29e633f72f66b9b423c90a3176dc6db9bf52f9ac74d6e131fc554727

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlpy-0.7.11-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9e824732e5d0e4c3a598666d4837a39f79b975d00430549caa41e8c14bf386a7
MD5 1ad6863160ed5af56a2d9e768e2168aa
BLAKE2b-256 e4cee03821773ee0d258358c56c7697cbbc607e44f7ac709800639a3c2d57bd8

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 57658b3ea07377753344c0c476122e758a047ee5b9d0f31355a7e9747c8916be
MD5 4c6081f7e8ded78d77763d1bf3e33f88
BLAKE2b-256 a3c0a63226c6a6ec557f9323b79162bda0b7cd3c70e667886930e18be4f7c657

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-cp312-none-win32.whl.

File metadata

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

File hashes

Hashes for psqlpy-0.7.11-cp312-none-win32.whl
Algorithm Hash digest
SHA256 524553ad51115c8bb9d47e466b90110517b1d6f2bedf93f6755de8629a76040f
MD5 61ce0077868f59e9b5adc28c4bab1019
BLAKE2b-256 61b9ffa28d63bdc33b5ad3d4b816df1bf7500f5b93c4940a6d9d73625f5e2da5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d21f2ba32af1720a4bcf8ce5ba9048674c8ddde9dc2f896b3ed3c350a8f17f8e
MD5 68d52224c552ab7a0d167657717e03af
BLAKE2b-256 458433a4a0c5f624f0848940013851e26721aba296836d5562addd8e07feddd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e49c07d50d39491ddd0083421e5172b4adbed1c07e623f13996ced3dd18507a8
MD5 94efa8f752bfcd135fdd5d2624aae7ee
BLAKE2b-256 80f6acba948b051e32c0b8ffacaffd2305571d2040b904282341524957416811

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d9e6a26c1135c51401e4428a39e23d408e6a4158159399fe1754daf633392c8
MD5 573061de6948aba90cd4199b236ca5c3
BLAKE2b-256 ae918eb322a7b13d8589d4858012155890b430150324f110d20ba5ddb5cae157

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6125ae1215ff8a3176a7539597e83f6e27562784052be2a437592ea8d7991508
MD5 1242877a2f8bbdacaff0c0cf86853098
BLAKE2b-256 64fe30bd909e3f210eceffa426b9f1303eca6b90ca6e92397ba83514ea9f1a3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 52c71c3dc125fb1e1e7066f152a98014fbf5a89349332f54e71930aca84e2f3b
MD5 772eda7e93e3af519baa5d907886cb17
BLAKE2b-256 4f626ca7f741d2292bf7ce63b77180a306fadb6f4a7cb6d2452dd76e32b6ce3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7be0d6f16fbdb160b62a13a023e76536b606d629f1dcbfce9e43b051b01245c1
MD5 680866cf84448a66ced01c5da5c37d79
BLAKE2b-256 200541715a59bd98a049ba19ed80d6e4caa7a5a4c1d6253cc289bbbeb17678a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cd20bbd652b21547d5fdb7f2302d748948d7795704245fece1d8eea26da6621d
MD5 578833caf1379726fd9786c6d4eecf39
BLAKE2b-256 e715b89f54d15776dcb8f0adc4a4dad269fad673580ff1e9c0054b6aa8651398

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a598d8838277980c9d1554ad82ca498221139556e591ee9dbf21c631fd9820b7
MD5 4edd0053185bb82e2d3aa9b0f4bfd467
BLAKE2b-256 3954d2115171972e2a5bdca513f2f832c542ade8aa735a8b04b37abbcfdedef0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6ceac6919800525803d52cd45cf4595c0aa34c01eb1d9277bf24cce1d35e94b4
MD5 a42e1993b13583254beb2508fc5e8159
BLAKE2b-256 f34153d4c74bdd695032e623469ca514914cd86522be496e517b96d2d263ebd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 07e73016562ff66db1d05e9bdb4583c76aab478cb574cb862559a38b9e3569ec
MD5 fc6391f2d497178a1500271db746bf60
BLAKE2b-256 948e58855ad8fdf3c7b1274e5537887a510063b4068a6a14d0d3a88fa06f2b38

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 ff2fd871cc36195e491e3ac7314873fab753687de59ec9bb28805c6d43863a5a
MD5 43e996bedb49cbfe6c2a02b2ae3622b8
BLAKE2b-256 0ac9d8f762a31b71030934d0fd9b6adbabfed32edb7e0a52e01c463c34751028

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-cp311-none-win32.whl.

File metadata

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

File hashes

Hashes for psqlpy-0.7.11-cp311-none-win32.whl
Algorithm Hash digest
SHA256 ccf8d6039481408a5f1f1a79eb228870be3db7b70fdf9ec2f493a9e199176a86
MD5 1a0a76e7366af0d772450ce612b6df75
BLAKE2b-256 d6fa0f410aeed5b895f1103db0eafd06a7d39f91ee79043aeb1d0af2ff90eea2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 86ef031749bfa75f03b6fedd3323a465e57c2da1b6c71d6ff761611b58e3dc58
MD5 b74959a2a377406de1084668e4181121
BLAKE2b-256 82915a9e2d9973ae2eb48df7402281f21927f09be3f142fb6cb2caad2713306d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0c088342f06771f4830f89e4e4bed6bf6524ac85066f16c79e018e22997f4b6a
MD5 57c9e9d32f2fadfa3e16713e4c3b137e
BLAKE2b-256 c5d5f5e5021008b734cf80cd59cc66b1a5345604a32971e76d66683e6c641df9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d54691253612672debae2d08de21366dedd302c77831cc4812d3c4defd4f8424
MD5 9d8c920e6ea4b0a1f602f0ad72861ea2
BLAKE2b-256 030e6dc740ad7abe409d8540301ae8f30bc533489f8b9ff4785ef02c3bf45908

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c856899b05b59509c6a410d5a81e4e5ed31c6dee5433eaac70879f83d5a915eb
MD5 a30bf20375e416c51083253327105ef6
BLAKE2b-256 a059a11db93c3e3f280bb29c68d284503f9f9712d6e1abc77556dcebd65ec2bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ae7334b0521a229e54c97fba5aeee9af16bd55dd1cdc92e4fc8bb16c36640939
MD5 b70338a3dba97445e3c68daed77d5ed8
BLAKE2b-256 75c885924121d41b8326c15cc22096723fe0b48795c5424c0e049c752fc5224a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7742a8fb98c9c1f41b57539f8595b10b93a462aec9edb75f69b84878b5da9087
MD5 f903b77301a44df6b91ea1ce48df6bc9
BLAKE2b-256 5a6906e05eb53ff15fc1b04e131752fec703f23b03f3f1bd531cb774df240893

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e0da79c4ef94933b89bcf4b95e9b549a7b366445d800b213e37752ffedb20159
MD5 24744e213a31db212eb8637e00e6195f
BLAKE2b-256 c5fe72f56351a406b05143295c95172372393c38491033a1442a4ec085ad926f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f88cb80ec506571187f54342112db2eaac1f2b2e25085b9fdb8ce896e89344cc
MD5 93d195e482994f60b214f1cd266474e8
BLAKE2b-256 aece0cf3165567f000579b75f640b671aff6b8b95c5121d34427ded49722919d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ef54bb0dbeccd5c8dfdff53fc97c6b0904674289a9465d8a24cdddf3cf83972
MD5 13177bdaac7b1979f8f38836992bf8db
BLAKE2b-256 df67fe6bc47e094909d7316025be31ac91834b57efc43d3e048ba59518407eae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7e1ba479e0a65858e181b7916598f247ec5269f7649a4341fc3f8aa018f0a647
MD5 bb0fb44a94773d387556287560e33a1d
BLAKE2b-256 0e296f965a80e94aae68750db1103c3579d113271509c2bb68f00c242bedec68

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 92f841131804afa885c96cdc91a5efeaca609b4219e8d1c2487065dc8c98a6d4
MD5 1e1950de42692edd329709e32f59abe4
BLAKE2b-256 b2bd83fd9d17b56dafdcc2e4327754273dfaa204232ecba0c69b96581ab63ce2

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-cp310-none-win32.whl.

File metadata

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

File hashes

Hashes for psqlpy-0.7.11-cp310-none-win32.whl
Algorithm Hash digest
SHA256 4539b9331b6a75113b76896cfa8ab666f1801519ffdad99c686239349e1b33d5
MD5 76fd8036adf56f96282da3d7b706b17a
BLAKE2b-256 9f3ac57608ed4bcbebbda1e1f024c2532559f64a63852fb2ca68bbdf17509b15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad16ea3584a9028aecf8142f3148879f70f5683ac9b27fe66ee5c0f024164dd9
MD5 2b8e86cc4464b30cd34a0ed16e50615f
BLAKE2b-256 b3e3b39b214c92737738cd23549b43fe46ab5dd0cd75e41b083877060394ba7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8ed0883343ee21155c211d5c207d3bb55bd79ac0f513b56f94ba10374f29e8aa
MD5 adf776a58d737c71494e0d9b4368cbc1
BLAKE2b-256 b1f686455c147f0fd5ffdff5644599287ce7e3232b3969653c90171df75ff215

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b5c7f104c3d1c4a659d353dc19aea36f99a5a1610ddcf35fdd752328e36f780
MD5 da6e1a7f42d7211f5b1f19aae3079248
BLAKE2b-256 6e656a63215212fe5334eb6706713f468c5ccbe67cf15d512cbd6b207c5838a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2b1835b5a342e9f953b3ec822a8926ab50ea4b84afcc141f1176e84b4269f8a5
MD5 b0ec9f4c54550eff73a32aad6d79a64c
BLAKE2b-256 bce2a42d5b7b1ccd7b57f2637a61d59d3ab3939454b55f9d91ee0d41b19c0336

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ec6085d8cd7bb4d5f369f8f7eb1731d26fc177eaf6462d374e3169c6bb8b1ed0
MD5 f1ad67172df70a052da503d1f424b147
BLAKE2b-256 d9fa9dfa816a48d617934e6f9aef88d9493b41fe4c47ce28d72f7d2b5176cddc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 61426f1898c471f38f99b30cde344c4e3d1aa46da432609febde73cb2c385530
MD5 2a2e026bfc3b997e1a7a2d2d62dd3199
BLAKE2b-256 6dc19b693eeb36f86591157dc6933fc4b5bccf0598c9acac621881b732dfc1b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1f85bbb7aca879f4287c1a7b915e49c3f1c760ab895f602c08e1ff2249d88fff
MD5 953b0f57de8a8bb279cde1e43f75a4a8
BLAKE2b-256 5ac671e5467642b3b6b9f4322298ff0cc71eefe16c27f2dffd41b0e5f9793228

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0f1f138d7eb68a67ed5ac5010ee7a89484d27977dcab9c3d1f16e5858d6a453f
MD5 b315937bca1cbacf76ae3c8f2d4e3dd7
BLAKE2b-256 a645477b293b3dd5017eb3376ee70618271860ca03425930a6344ab0e7443abe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c030278f3f0a66df7bd916b08fbd713d03718b8c0b00a2236ee9377b88bdaa16
MD5 0d85c9215b1aafbbbaf87bd5de40947c
BLAKE2b-256 24764bf8b61fdaac7db8e9fb4a9beee0f0641544b089fd92b735d2c711cb6bf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3ef6d7470b0f3a4c959591749a4cd3e0a8322b4600714fd54a6e21002dfd942b
MD5 864581b76d67c706db35bb284b645d80
BLAKE2b-256 8949cd6cdf757a52392df923b0cae3b3361f0963d30da80e006399b1f333a8c2

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 b658ad8be7144506bfa486f9218feb29cbbabdccc3a574de111d96bab2c90c6b
MD5 aeb8c1b2e7d25d0665e6c3474eb41b53
BLAKE2b-256 b9b3dfd06be874a2e604e225f236f68f018675b02fbbb3fb0244f2a739676a89

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-cp39-none-win32.whl.

File metadata

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

File hashes

Hashes for psqlpy-0.7.11-cp39-none-win32.whl
Algorithm Hash digest
SHA256 c33994d6d8af640c9524c6bf602baee5d7cc29dfeac0982efaa23c2ec37e34d1
MD5 077434abd75325cdad09dc359e1992a8
BLAKE2b-256 1db7cce64c4215d630ea6db131152f97a9961f6d46b9481ebf2b88e4fbe13da4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c8af771ba00b579fbad065fd5dd51c1ba2e3d00960516b81c3df076a19e24e85
MD5 bef7f4499fb55a5cfc379dc43429ffc7
BLAKE2b-256 f7f2d5a3aa4da4494fdd6cdc2ede432014fcbb19312033775f52a9e6253848f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 25ba7080e7fd79ee86d50a5c509dcf1eab1cf290085d34a2783401db9101a058
MD5 6623199b0f4309a3d7ee76c69643ac6b
BLAKE2b-256 1ed643be15879b9cc4dc0b39eabf09a4b5cba920fa71125f8d4d1a603a857825

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 df6b4d29bca4ee87a8a1c4c807051ad3c4984b1c52f2991526105e95d5e1514c
MD5 8fa9335b9ce0a17aaf3479abdd73496e
BLAKE2b-256 c165bc198b3d2d05d5cb20de20cef48bb6457d3701fe8430af52a94163da6c25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8f0b833919b402977e7d8f80401233bad21e239e4b4c829178a57480134677e6
MD5 6acff082be47d5cb0e974e6140839d8f
BLAKE2b-256 c34a1d8b9aa7bea91d48e94ffa78f511d50728040428b5ff7f4d0be9188d8a2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e19fff1b714b73c18363982cb40c519589597d4aa9438ab94c07277a05415cd3
MD5 1ea422eda5ae8a7fe98809498f89f1f5
BLAKE2b-256 b190a445f9d40734c8c95efd2de14f843e19646f8911e1a2c7a8a9c58dd48e81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b9976726223afe4c4152e5e0412d398b043a503674a191b842ec0485a85b0b79
MD5 98c3ca464df9ea16a90fa5ced49ff0f3
BLAKE2b-256 99078612c6d39f2d24a2ebb5087f9b68486114b9ad9f01f9b38f56df9f0ed52b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e1888011204c320106a9cf5e50b3603757e91327dd0bb470ee55aa9d86699c85
MD5 191b0b16c2375ade30b8eb8b41194174
BLAKE2b-256 fd7c1504be52c25b5976835e55224dcb9fd6edcd072d3e2a084bea4d3f707759

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f29058f4eabcfc263cde83579bc7d1eadb5ace4cf5ece63556cae8e4a41ce8e6
MD5 af26de8317aae79ca67eeba9761d43e2
BLAKE2b-256 4af4f360885974049cea826a3ceebffd58a834939b159514df3cb487a93df8a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 02835d8c5c23f0474299a8572c75fc097e2b6c7dc146b1cc4e40c8ba4747a914
MD5 414ddb522cf6889c6a8bdbccacc6125c
BLAKE2b-256 1a98acb5a73bf3db86019d53b3ecd960263f45285b3ddaf874183fc9282f9638

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6a256234a4f26daea28d9d7011f66480ef40872e592f540e9535f630c5f33d71
MD5 95f413d907c52035908e781549dec160
BLAKE2b-256 656f3699b1277f3adcfa4522524f600c1cc5476fca23190cdbf91c5f466ef67c

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 55909228feca164c2c906bcef0c037e92cf729ec06c38d176db79e7906817bd8
MD5 814776b96f0db92d104c1a07f55d8ace
BLAKE2b-256 0c4b0f906a3a0634c388ba1ef6be3ab0135500ce6dc54cd41cb4628a53c98a42

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-cp38-none-win32.whl.

File metadata

  • Download URL: psqlpy-0.7.11-cp38-none-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.1

File hashes

Hashes for psqlpy-0.7.11-cp38-none-win32.whl
Algorithm Hash digest
SHA256 7bd046936a193c892c3f38260be9a46ccd9c06d316a0ed916107521ba52259af
MD5 d0fbf0a4430ff02f743884a8935ee3b0
BLAKE2b-256 ef7faa61d0f91e4de9436df82b61d4e1926a4d5571303639abad6ae4d87f4f43

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b977e8013f4349b3eb2b2d478868311a351be01500536ff17b62d75c4fae774f
MD5 8112086ac194c29a0e5425cc12353aa9
BLAKE2b-256 877f4a1e87062521daaf1ac1358828615d3a1214ba48bb26040715087df44abb

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 171c1b24ad26d2f38bec1e3867af5ac0985e2f3004c07ea68c7acb7cc09c1de1
MD5 b3842b9b5c7abde7fdcacd731ed1f935
BLAKE2b-256 ff823494ef7f340b28a8abfec34a03961e2cf4488d8d749ae54168d25af95b93

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a97cceea39bacac0e78ebab03650dd974e638073e4507462776d43933f05d3f
MD5 85ff3beac1c785851c20a08bb905d784
BLAKE2b-256 faf67747d3a21cb1ff10c02c6b559569894a0e5afb3cfd3cef22223734dd1db0

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 93596f6bea0d60a488d654ac7553cc8ac9376536326a8fe99e9d21228023b904
MD5 e21eb8c738cce761e0c1040c92345340
BLAKE2b-256 026af01b52e2f590e3350e5567409a553bdec178a24ef650acdf65c6168752c1

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c2ffb3558383f97e0a6672dde6114b467ac435f8dbf44ac02ad6f0eb90df26c6
MD5 d7e7fd3917c0e771c4c569842766a200
BLAKE2b-256 d0031a9522e16083db2b5a211a6aa7f824dd3f2e38a3ef4494619ffb2fe2d163

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 79e8478284b5e71c4bf1a840d80e7e6325984f04c776b329c6ec0fcaf37581b2
MD5 eceb7fb218d878edb9b2a973f3fd19ad
BLAKE2b-256 cacf7cb465c59f96daf2f8ee996821ea77bdfb37a598f32dd4076c076ac623fd

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c8a88b38e3fd54984d70ee5e90c7b34d9003359926fccce4f759ff8d14c39441
MD5 76c1476c4e52de4c7443ded3c17ae832
BLAKE2b-256 c8dfc3d5aa7b5e40ac61cdc843093ac32342d6302c9f97f2ccede8a13174907d

See more details on using hashes here.

File details

Details for the file psqlpy-0.7.11-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlpy-0.7.11-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b5f3ccba2482bcfae8cc70d9b081b1ba8bc245072b9c66a21afa471ca5c7a83d
MD5 0874770b4902dbee93fcae39f6e33b4d
BLAKE2b-256 5841d4d7679dd939c4ac0b0508ca5163f6097c8e71b33bae6722a360cd4df0d7

See more details on using hashes here.

Supported by

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