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

Uploaded Source

Built Distributions

psqlpy-0.7.10-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.10-pp310-pypy310_pp73-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.7.10-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.10-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.10-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.10-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.10-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.10-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.10-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.10-pp39-pypy39_pp73-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.7.10-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.10-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.10-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.10-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.10-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.10-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.10-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.10-pp38-pypy38_pp73-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.7.10-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.10-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.10-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.10-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.10-cp312-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

psqlpy-0.7.10-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.10-cp312-cp312-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

psqlpy-0.7.10-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.10-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.10-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.10-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

psqlpy-0.7.10-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.10-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.10-cp312-cp312-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

psqlpy-0.7.10-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.10-cp311-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

psqlpy-0.7.10-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.10-cp311-cp311-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

psqlpy-0.7.10-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.10-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.10-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.10-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.10-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.10-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.10-cp311-cp311-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

psqlpy-0.7.10-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.10-cp310-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

psqlpy-0.7.10-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.10-cp310-cp310-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

psqlpy-0.7.10-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.10-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.10-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.10-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.10-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.10-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.10-cp310-cp310-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

psqlpy-0.7.10-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.10-cp39-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

psqlpy-0.7.10-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.10-cp39-cp39-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

psqlpy-0.7.10-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.10-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.10-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.10-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.10-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.10-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.10-cp39-cp39-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

psqlpy-0.7.10-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.10-cp38-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

psqlpy-0.7.10-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.10-cp38-cp38-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

psqlpy-0.7.10-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.10-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.10-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.10-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.10-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.10-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.10.tar.gz.

File metadata

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

File hashes

Hashes for psqlpy-0.7.10.tar.gz
Algorithm Hash digest
SHA256 588f99b9015de96909df56bb1e17fa96c8e4fac2368dbf91d751f5d86ea18b4c
MD5 4a120ea70b409b7919ef768f98927d34
BLAKE2b-256 03ff89a4d9bff9efa79bf961fb3b67a93ae7728b1e24496ed8bd14b6d9331c23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e419f854795881129d4646e4f43a63db8e7fb4bcd0703b4db1c44d93ef9f700d
MD5 db26467fc396dbcbf6593f966cea6aa6
BLAKE2b-256 c9202cf7b4cd2280405c706090214c0591d17c3dc5685baf81589114a51d1e77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f0e5508616017a6e389b84dd197891550847c20ce0e678aed2edef7d16c76e1b
MD5 f98c97150c058e3e511d173af9e4fd44
BLAKE2b-256 891e987b379f3c62e1d6f0325abd281f7b0fd42d4e9feda906a67a84c20717b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b5604a049b8ee180cb2bd2eb90b435c68eefe70bf8d4157bb8713e6b862f56ec
MD5 b97087b8efb48f7d0a47ddf8dc908d81
BLAKE2b-256 cfc0e6eb5b025ac4791bb8d68305eaf5590cea06bafe2e11c60cc9032e85d1c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a6447744f841c4bdb5cdb1bf5def8331e668ffd01faf8f8693abf565ee2398a7
MD5 db1e0991904514cebcec4b9b41c2d9a6
BLAKE2b-256 eee57684430846ec0ea6458d9deef0aa4ca0a7efc8472e0ef54f6adbbc22676d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6f179bb6d743d22a0fd2987fda3a752e17485a652d5a90d3e80ba4cad40bbc16
MD5 e2b2698b84bb3e8de8e7cc4c823d10a3
BLAKE2b-256 d916f633996adf07a1d5aaa847ac57b68c22366119704c90afce85df4fb50639

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 069c6ec76c85f83ac935ab9e947ab368ac1d884a6b6b293c4d236cbe9a3543dd
MD5 3223fcc5464928856cc6e7a65f92bffb
BLAKE2b-256 19da69f5c40d319800c5ae9402800b9d529c50c3ca060a70d3cdbd73db2e33d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 799b18ec9576b7c47952a15c809f9c5c78e4ebca4cbe16f7d2adcf12e7d9d042
MD5 635e1eafafd12ade8cbb65891a0e4bb9
BLAKE2b-256 728cc01c284e04658974b56c1f5edff23b8cbcadf066178445c6a8ec8b55f4b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d4791e58476865603a9e980f782162feaa97011a0bb533cb73aa10ae39f33d84
MD5 25c5112a6fbed638382636eb144a61b3
BLAKE2b-256 68338d54b2eafd21064ef9dd71a3d60ecd9c0ba57b431bde3cf5fbee0d9db680

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0cf6432796107ce663d67f5e58b49a4d07e98f65f8427a0c6b98bdeca25330a6
MD5 597bedc50deb56c9ed6a9bbee0cbcebc
BLAKE2b-256 f1525dc3f4a748be8063cffc3376d5d2ba16fc03e87722db36287f9787fa4872

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 780e053130412868d265e694af10b2372fe767400794fc1485f2b38b9b0ad62f
MD5 36932839d96ac90b9a21dbb5a7ad1833
BLAKE2b-256 63e00eac17ebdc36d2fe0b52540e1aaac7b5fc2fc3021fe74fd736f8a801f73d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 263b6c2f53bee059bd77ba21967f86ba89bb8b227421a672301e9fd4b08d8f65
MD5 8bec54aa89cba611b16e3f73508caac3
BLAKE2b-256 12a090438dec03d1156114b02a5df80bcd744e38473afd4d7c0495d8121a3596

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4273f6c5808170a87bd36a9842eda82d931ded6ab7f466e71b90eb26dcc6ad1e
MD5 d7814ce9d5000495da9d15f50db95b41
BLAKE2b-256 2dcc78c87f07e89ccf7991b5939151ef795e952b316041f01991c3077fd49f28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9ead806b8b4684d535770614248d5e4ee63c572a8cbf0576b82b14021688d215
MD5 dd19b9728c854e7bc8d7b571ab6dbba6
BLAKE2b-256 b5b5d9083f061d9d1d61a2d208f30a2b0374b7c386642ecba6e8af4f2cb2891c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c2850075aa89e5623acbae33970e9c0c47563c4035e80e4e2abe3451559acee8
MD5 3ad748ce76535eb55787fc695b2cb749
BLAKE2b-256 b0a44da358ef6742de107c2860e58c669eb0076934aaf5ad2aa78696e49f4dc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e1fd41d3643e5e80a3ce759c6d0bb0cb666d8029997cd62bec1a599528724cdf
MD5 ede143d74606d376c138515135240b2c
BLAKE2b-256 50f787d11b92bfa9ac1ce6dc6310a56a9a9846028e92120aff08aa44760b4a3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3b8b94532a57ac54c11c4365aedacd204529d1cca1978b119b6a9a90b4506a6c
MD5 66eff569cf283337d11136992309c4e8
BLAKE2b-256 39d7bf38d7c37cbb76747f37b736b92c3e970ef2381bcc7c32dc63c87f08904f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7dfcb2e13356a4b0482d65c1d1963754461353f1b31e7ab578a9d08015a49773
MD5 c5e11503451b1a35f8974e22fd7440dc
BLAKE2b-256 3818b8261444710dac2334ceae516169b987f5e288f367ef22492270e378b088

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 873ef0f33be747ff212d9b3d30f1e8dca448338603f0b31cc32e76b4495beb39
MD5 3eeaa9a308cd755ab7edecf69e913802
BLAKE2b-256 75c7a73488cae58688051dce5be240d4baf7573f45adc541c8173ad47a4dbd65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1be3b6fed114d0d7a45f0629bda9eba0e7f41bb912fc346907d51afc584628f7
MD5 95b7554cb5890cf09825fcf804c6b871
BLAKE2b-256 7cb984e2a24b6c5d2e9c7acf979bdccc4e5f71f6e18c940d5daa2caa693f4cfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 30580b93fdd03f51f13e9b6b4d5f15d12049f0e77b12e8e5ced6fc49885b19be
MD5 48ca2347c4cac4f55eb76d6dade18486
BLAKE2b-256 acc3e7b87097cade0c8fa7f07e5033d175f39bbe1c9d484877d8ffb97588c9e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fa68a8d1600809a4f9945af996513ab82be1d1d962325e3951b3fa5d356a506f
MD5 cb5b2d1b1585f44376934edd801f143b
BLAKE2b-256 23e65832bc4784014b6c7436c4a15b4fdb008bac0d5922bdd294e8b2040a5442

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e4f1b5359e154a3d8a7d7e25aaf6efff58c30d74b6d9cfa03dc4a551a9aea446
MD5 229a0d8f1478d89f25642d96b4097350
BLAKE2b-256 edc068afdc0284b165d2138490a0100f4fec0ce289392db2ac53cb68bd1dc3fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 cd35088d025431e584f27b79fc0b93577f21c1d341b88a39fb8dbe7b35a3ddb7
MD5 f1764d94b22dbf2fe2d5ee9383a4b5a1
BLAKE2b-256 f976c7112764e9eedda4ffe56cf84283d546b6539ef8890bd9ced7eb68458096

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.10-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.10-cp312-none-win32.whl
Algorithm Hash digest
SHA256 a5b0933f99f0c3eb23716e0549b7dfca6c3a6b3558cc285978dbf52c31af14d4
MD5 dcc5a02f80cf285ef79f40993da359b5
BLAKE2b-256 8686c20415cc01a2d7add2d0897e4028ceddf9bc07a5abd539f716e5c6a9abc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3e743ffb108755e478d8a5a5fca082450d78b96c000c22e4d8a50238c6626fbe
MD5 c5a8e4b1d80b6ea05839d4d89005521b
BLAKE2b-256 ab69d2b3487574422f9e7675d18d0e6955598133c3a90d27fa625da38e692e27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 562a0cca6e50c3f3af45285160b763c9b8541aabc4337a887f2b49a0d2b515c1
MD5 6495b14a0f15e0e1744dfdcc4317e168
BLAKE2b-256 f5a6dd2a9b24a24725ab4f91db88db25f8e930d01a3360ee36a2d7fcd1157198

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 10354894b15acd66032429786073b3f192340278ef4333955a98fcaa26a68365
MD5 d4c3ffe36444902a72f3901e9adf1397
BLAKE2b-256 f213ed8434571301f52f79fdebf0f706f548e8d526acdc9abb5554a269d9fb9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 02241752231b092c11e876b2ff40db16088122764bb443a5ae5d6d86a92d3e9e
MD5 b949a38e18084ee1b7202fbe6fc82117
BLAKE2b-256 1e3b3b2c22432592c2caae63cc24a1f36b78fdf8cddb693bfbb3597177cfdbac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f213b596b1a632b316de83ae141309b7dbe70067c5aa234aa21f9865f42acaed
MD5 0bf18d79c7c3df283c42f49689c68bde
BLAKE2b-256 5f12ae98df081e9422f26fcb2a405071a96f1b969693513a037f54e770032127

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 62a814527cf2818c46df9bd9e6ae3dd581f23bfaa7a6da7e4a8052a82e0b9aeb
MD5 8434e6bb442a3f15406f7a94fc28473c
BLAKE2b-256 026e3ab638b33dd68938cc70e79eecbac45ee44c5815ca4424c52ca1dff55f09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 81dbf1787e01d0f119dec55dc63c829670da35e1be299e3b103a54ea4395d356
MD5 8aa38d10be70a9377742b79bfb351d92
BLAKE2b-256 5fa8f0afbfe9b432b4618bb8866a23d1bd6e7786b39d72996d9fee15ea371c91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9255c1c71f8a142892514795546a2c31721bc025a0e90c163cb59a3e150f74f5
MD5 021e02f1264a22b236c424e1387d0d0b
BLAKE2b-256 043b971e128db913ffdb06fb49bce1c2f7c02fa3c4eac68b737f75a035db6536

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a617131027f61f0e544c4a3cc4ebd6f4b5b4f5998817560c8991ad3c3d05f28f
MD5 96ba2a1ca28ad8ed00f7d39a827bb634
BLAKE2b-256 9853f5f0ed0887a7f8259f4a9dc9f04bb3bb2f3f5928ebdbc107a0b7186167a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4862989adb06e06722a0d5c440f51eac57c654ce2c51526f1e57fe17edcde385
MD5 90840b4c5c2db79c7472869cf7628085
BLAKE2b-256 c14cb3cee3aa1a91ebc1fef6d207b544c282a53faad4b94d89beed13bb225a58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 ba9c960019a27c4ac29e28e25816732584a9e970398abd504dc8a8ed3b81f138
MD5 3308eeaf49dcb019bf88a8fe88af25ca
BLAKE2b-256 c947517cabbb3f6a0ccc33062892e1cb5d376c0d3f365892288f980efeec8d88

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.10-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.10-cp311-none-win32.whl
Algorithm Hash digest
SHA256 b107ea16f02706893431829e01a55017e957b983b2208592a43e452f92beb575
MD5 c070a9f0b2548e1be0dcdeff2f0a73e3
BLAKE2b-256 17c6d160b239e7162acddd3bafb9766ad4d3635912562dbb5c4fb5e83a7f5a57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4a176ea58ec027bcd10991f5dd59232b9018f7fcab7229fce5501f3a7f3a28e0
MD5 c6c1c4c04e00ee47e5396732e12095d6
BLAKE2b-256 e88398f883faab6fc532b658c4c01a05aad815b583c38e78a4c6d62e4882e12a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2b884dcdcb1e94ee1653e630217b187984cfb2fa40d7614378538539a73531ca
MD5 78e999a10dd5f62c81aa0fb37e80e6b5
BLAKE2b-256 e30fcb2cbd84ad01474859a453984a1ab25f635c4b0dd20800bf3abe041b13f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a6f2153b15662f886a4477ab06439913e362b9a44efb75165b1a33f3343bc68
MD5 934cb8a94a5cff71cfb5bac270dc323a
BLAKE2b-256 eb15074809c4c261e883387a6b6408bc3ffb787eff8443d703cb51fb6ecf8d41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e31874ab429fee4ba2882d142c1cf715b80c9530631e976a138491115e33408a
MD5 70b6c64104f06d49814dbfd73f94fc5e
BLAKE2b-256 bf17a0aadd31e3e2bb0e5764fea410b315b81c9a7e51a3385b675843dbdbe5ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8a4953ce1f37127c9d7cc7fd4346abc532c03a658190c7036e4f895cc396c0b7
MD5 ba9af1e6a86935b4570be4cdf0f54dc5
BLAKE2b-256 4da9b4bd9aa95fefbb6df68905d24f48d75bda8004a33bcc0a1b904b4be5dcf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e5da9b4a2ebb0fbfe5ce6fad7d175d582576291801c9f4815718362dcf44cb9c
MD5 d617bedccf1bad56d05e5ddcf6e08001
BLAKE2b-256 20b17e5934597ac6ca8b2e43e871352ddf59b100a0f65d02f7add2f087218cc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 138f5cbd6155c244761ef907dbafb47338ff73fce17cf3e7d777346246efba20
MD5 35d7f4aa9bd4062db80fcec04163a1ff
BLAKE2b-256 4d24dfc8d5a113e580bbc004dbcbc0c5a425aed74f0fccc73fe62888c79f1dbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6a049c457dd0fa4d6aab68f1ac8c7cb2d319a21f7cf97a8eaf1fc076fa29a313
MD5 891163e2dec330f37041976555e45bf8
BLAKE2b-256 56fb3ce0b2ecdede0c0f44b819660a89244c8f19499aeed80a03d0e23644ea5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4e4ad0a1e6528c1fd21145cbeff0c1f2f7ac83cfafdd4ff9c8c90bc283383b2f
MD5 76577472fa67c52516accf0f871bef20
BLAKE2b-256 5325efad9b43c5187d27462fb5845d8bd514badcbd926a7765d0232278e262e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9da0b4155cec554e61fbf5f266569ab6b6e162808197e1bc44ccf652561af08d
MD5 5fe3730be20bfa57f480fe58d8a98e14
BLAKE2b-256 aacac5417126d7b0e4fb351208897a7ef6ce764f77176f672beffd7d477211a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 64d245d80924900f7f54f26658205214912cb4d6b45f8ac80d4b743e191cd749
MD5 87e26ec3533c102298210d456c79f53e
BLAKE2b-256 8978d52b3ca118a72dad035c69f338519c33cb0aaccd97251e761a98e0d719fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.10-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.10-cp310-none-win32.whl
Algorithm Hash digest
SHA256 00cab1387370488bc644478d6b3a94def165b794d9832edc3d058ac37ea41d68
MD5 ee18b2c248149980cb72b809b2778f44
BLAKE2b-256 31aa9bc8ab893a96eacbf2f17ead9987e84c0ca63dbb05e45f994810a92ff0c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 15449a4ec19bcbd8d5d0241f2df0b739d33ddc778c21034d94805916faa4d004
MD5 ea0fe2e3b8939ff3e986c681b518538c
BLAKE2b-256 56f8544f259a97b124577d0d1648574a2c079e33e63ad827b056308aedd292ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 42e38489f04d1f3acc9fdfb53de516519a6bacb8462049e04bec7d748bddab35
MD5 c9fae47a87a81957fbef0d93a0f91a54
BLAKE2b-256 92c353965faf4c13766e698a7f45a708b42c98a4862fb6f8734aea83708cf05f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e61818cafe7757683f2ead4e805c26895ee19a001333171369d6455f8ea8af98
MD5 1b70afd2d0a9e2d428e42d3601fdcb47
BLAKE2b-256 909aac722859e65882ec4c2bf9cebdc5ad099a8a0c24d0f871c6f99c813c4c63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c816cc95a8f2b7cf1069fbb2e10f5a7a3ac36e31d96e8d3508a37a43fcf3afb5
MD5 a248ae80fead17f96e11355370aa092c
BLAKE2b-256 21130d7050749526258de0c35de3ae15b629e0d2ca33368094cc65a9526c0383

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0676dffde6374e6b2ac87430d0efc77fb8dcffd966cf8e3352b921a455576b67
MD5 c8ce739a6a2f5f8f1b17723607ccf451
BLAKE2b-256 b0854c2aa622b2fa4a572b92e33d15c8b778c83201cd21972e7152a56ce7b44d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 00ba1463bd3c0d4dea623a12a99b2d5903cbf8fa3664f53e7842fabf51ca995f
MD5 6d977950a4a78f15e23af4267119b844
BLAKE2b-256 e8228c709a69af0b7b4db96dd9a4acd8723f60a8c4c1265e4ad3feae3a4d9432

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 609440002396f21219db4b6ea712564905af0b21116054f6bab301c662da1f50
MD5 ae25fa8cec757d9eb6031b6c3a9474f6
BLAKE2b-256 dd0e7015ba92997a2d1be7b66fa41e631e64bb34490bc826ec014cdcac9cf1b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7a709d21f91c7fe40edbf99188762fd496e8ce9c1547b886239a360795802c93
MD5 a50ff9d3edb691c6d28db18f8c88b2fb
BLAKE2b-256 c779db4b3182b8c5aeff1fdb0df09dd4b41660fdb0c218e2500acad6c6ec5f8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a524764fd655d663aac9db01aeaf20869294e1123233c3b69e147a6e21fa26f1
MD5 ed2816dd22a9c13852c85bedaa42fd85
BLAKE2b-256 4b9d6afd279ef5f64aa002d4679a8692403d2dd27fe5af3f0affb05d24049b8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2180e3bfac8098096cff83687732fd79847a7b07b0e765d2b5bf1570efa20b39
MD5 45d788f35da1367be95f6cd4cee05369
BLAKE2b-256 feba821986370afe3cf3d768f7e130aacf3cc156352d665a824ef288b5ff0a2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 1a296fe11d8bc2ffff079ab028fdf397b1dca5f7508205add7b5c12a955d53ea
MD5 d95adc5236ea76044939bee0acdbe43d
BLAKE2b-256 a68684884735b435176a37732be272d4da22ad2109c3d331b2aff51933e8ac09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.10-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.10-cp39-none-win32.whl
Algorithm Hash digest
SHA256 f9cd16ff4b75a6c61e14c4c3434d6055e65ad9e4d5d63de918e2c0d9a1fbcd26
MD5 3d623d7819979c7e7b7127deb07df05f
BLAKE2b-256 92582b5469cf9c370729a20b89de10a22c63c70d10f1f9aed90cb89ca8df8299

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4e5642d6d4aa45f2460b1786051171103d9f3e3f31205a7ed374c254d321565
MD5 65b3d34a82d7a600c5a041b3e177c41d
BLAKE2b-256 02ce0be346c02293518b5dfa3fc41832f5819705196910cca346f05d2d2d8d82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 803a517b095d9668230512af3cc677cbd675034c93a90b56942e83b841b692f9
MD5 53dd459b08edd6af9f0c9a60921f6e59
BLAKE2b-256 78ba462c5533de2a64b179987d8065bc43d1b1548bbe948cdea3bae6066e85d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dff19fec3f7debb7c4a691fd13188e4eec40f3d3547b9ae7dbcf6d2dc90b62ff
MD5 30936209a1d2b7a6de9c5e9bc030a6da
BLAKE2b-256 44853b75cd85c2190eaebb959df7572a77241ac3d3b47c7f20b8e1b6b3305190

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f25dd951be0cba5c8fa15f1f18262e14d40da48909d5f0437e1b982fcdf32986
MD5 ac158a8cafbe5705c73ad84c1818acc2
BLAKE2b-256 629961893eba39614c0bc3549f06c68d165d53babcd9d96544e1bdb4f2355fb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c74f88605fec086d55a0243bf0f623068f03b9312a6fa3c8960f046d9b9a513a
MD5 eab665280eb38a053ffb921869ccab34
BLAKE2b-256 b4958cff4e388cdf9b9fc54635aca32984a828e755e283bdff4765209c30d872

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4e452bbaa1894efc5141469aad3203e06a962a8573e60f7ad759ad5de28f98de
MD5 dd811b5a4f5ebb009db0c8b4ce830916
BLAKE2b-256 25fb0c89268a4046f0f02336748fb9c0ff2aabce15f8614e883d5c94152a2731

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 491142a24c2769c2ccc0f3af5849e6463b5dc5e82c7727c73c1e73f42da6dba7
MD5 ac9b20a394c37fb34dc78f1f03cde64c
BLAKE2b-256 5387ad4cb577aedde0cdf2e4be8ed16375e73a0b105734004324ebb45a2d0fba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d58605a9ff192bc8ea59b47858c27b84f6bd2ae48b06e65aeb8bf717525230d1
MD5 55be336070b9bd0544cf6a55434b1582
BLAKE2b-256 4dcd286e7160fb22c6ee3356c88aca5fdbe52bb69418c555240f32d3ad5baf85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2ace175a6b74910bbb8ec3b2d204ec03b149a33a51beb02efe990d6463f8baa1
MD5 da7f6d66608e19166c744aae6a685958
BLAKE2b-256 94f15144dbf9895f5521616cf1b273925acf4d98b5c2ef8842881e9b232629bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9d055b15d11f24d229d76c7f8e6ee8a9473e8e1124366b17cc880878cf987f9a
MD5 b165b921708abace0ddcd89d3f98e6a3
BLAKE2b-256 3ed9cf0a2754a838caf43e30fbdf4d6e4ba5a75eb877325081c19cc21e14e381

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 2702e2c46c2f9b150d2a1e0d92663f775b81dfc2ba74515d0663b07810d30962
MD5 6ac2a3bc00ec6371e9b0ee51712b45f7
BLAKE2b-256 2bed67b2862c6967a02fb3d302e43d997886d0aaa7ad3018469bf65a2cfb0c48

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.10-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.10-cp38-none-win32.whl
Algorithm Hash digest
SHA256 f08aff0726b2ef1f0c1dec75835a60d1476933479d88968e7cef01a79145ade3
MD5 5b6335701de8a69d46473943dee963cd
BLAKE2b-256 c8d69dbb7b5b94c9d226de1ceea9af3c944efa5659110c633cc7f2b4119e3300

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 754b8f21566a379829a64a7bd1d3a59750f93ed0eb0a0de8f277bc6839912a25
MD5 736dadf1e3c87a277d67ecd802d84a36
BLAKE2b-256 14ea61df9534d8d7c7bdb2c7c44830d931d8faf9156ee97ec43dc151823d18f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 65d290ecc4e5fa35af20ddf439d3b1f9875288199ee8c88a3815edb23ef7f7f8
MD5 143b8402c6efd524348d1c3e8c06e1a9
BLAKE2b-256 af63e202d3478357458a297a509e9141797c442655346a656b513ad4a2c925ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b326627fd9e613ae0370611a1117f2bbad4bbfab0b0e4b90f0818e2ab3ffcaea
MD5 91a505f99870ae2cf4c9d61d7f2f1d79
BLAKE2b-256 df7deee53f441ecec4185d8999704dbec449bd34e0becb43a3128ec0a2967f44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b35669fb0ee3f70a7d1ee6c818edc7aad578473dcdd327e4ad348d52958d18e4
MD5 33c1ef467cf6385c346fe52db510674d
BLAKE2b-256 5d406bfea578c2d748dd8b1a85390eecb44a06a94d96b94a8fd8cd9564c2b2b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4037682cbf21ace9fe77b846d444cd687b2367bda355978e84c4df0c8fdb66c5
MD5 e5b352929fd0e49d8e62f90bed292b86
BLAKE2b-256 ac83f5d8740e59eb449e11266bb68a0893918a73f36fea49cdc9555b8ca25ad8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1d86e35238247da97e72941c8475b9d9dd8c94e780485536aaddaa000e12a9b3
MD5 ebd1ac0694da6b0b28013afe7185aee3
BLAKE2b-256 f0bce464a19f63eb81b33062ca7289f26bce464c1c1dcff2c5d8d052890465b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9c314e5c1a8813c6abc9c80b33099f56e86a94c8c192e48f26f3229cebb7f55e
MD5 086919c3e26cbc75f0350650c9fa901d
BLAKE2b-256 bb1159acc65454a06a5073476df2644e9fe91f2cba3ce7b192236003c6a7ce53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6aba1baf6097946a086fe63ee029e30eea5f5ba13c8e329f6228e12d8490daa9
MD5 b12242b6d77522065e72af71d23817ae
BLAKE2b-256 3ad4e5f80b4c3bfa9300e1300fd4a8c01af9630527bde924d8731ba0827c445d

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