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

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

Uploaded Source

Built Distributions

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

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.7.8-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.8-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.8-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.8-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

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

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

psqlpy-0.7.8-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.8-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.8-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.8-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.8-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.8-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.8.tar.gz.

File metadata

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

File hashes

Hashes for psqlpy-0.7.8.tar.gz
Algorithm Hash digest
SHA256 2552a4eddfc3d12a4d4b2461e2449f8f3019cb4886c66e0814553383be24c7b5
MD5 a453b9d80df721bffe4f27e5339e3558
BLAKE2b-256 7bf31b6be064112d63c833bd35099818390c3eaac99c4e4ecd32f413b094a5f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 43c84e77701384d19cd35e967b3b3536e1ad82c0bffde716bc1d76929b6858da
MD5 39f34ebc12b4bfd2066df24c75ee13dd
BLAKE2b-256 eb4b033cfe8ea555eaf3da42af4cfeb0eec11502f13e68130da2d9324d6e11a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d24af2deeddc07a506378fecae78356365639cb36765e31d120a871e4e1a757f
MD5 77b94c9c1c0398312f6b2015d2977f89
BLAKE2b-256 6fc87f3a72cdd54fab3f6de0c85b7ef3c716a5c698548fd21d54d2fbb6d050af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 671cda356d9a3936c2d13c2757585df4262951da285db231be24e5406d59c3f4
MD5 12ce2c45e51edcc95a83e110e115427d
BLAKE2b-256 0aab85f52d8a550285a692af427d1d151eee983cb54d13171ae13d3de7ba6d91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2880da52d63eda6dd920d04e1d82c347b8f4101626bca1e342e4cd3e52c4c204
MD5 d2516bf6ee79dce554f821d23a4648cc
BLAKE2b-256 18a7f67e8e204216ceff4d35ecbeffb02bf13a5a9db1bd23f0a0483e91e800dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c139d1db85178bc5c61e4d65d3589c037334a04233f8d21837ac6618fa7ef02f
MD5 9d456e36d6c2d53cf270576063ee0513
BLAKE2b-256 cfe285cb5ab6ddb2717ff7740c18417e4fea933f6c74696cdd14f94afdae9e01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ae78cb671e3230dadc6bb43cbee79e710f5e730bf194ef829fe485b8414405b1
MD5 a54447f6934305f5639af377b8feea4c
BLAKE2b-256 f87121c531470b95c7e8b92e597eae7f8df87357768e6e91d1054429742c669b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 073a3bbbc3f33e64252d92de4460c6013d1faa46a0454f022199b22866bbd08f
MD5 8e1f32eb52dfaf2e5f94a63e67b621de
BLAKE2b-256 6b16901853b53579edfe204577bfd75c62184a551b5add4293211f2759befea7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ed81f027ca344175aafcf69a462f7692addf162544b910cb7ef4ce8824523226
MD5 106ccffb506d6ec55cee8d0fb9a3642e
BLAKE2b-256 934f7386275f8b02a31f9cb1de85be86bc0726ae91fc121a8d1b9dd813926384

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 347d4ceda89f0f385ade63531e0fc7ef0d3a56aa421ee8e1021cd651b7322d7c
MD5 4ea5622cb720b8691fd880025768d8c1
BLAKE2b-256 57c927b30607e44afff0bbb185a06e860bfac5b950812ffbc52cfba2bf76d73c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2015e85c8520972366d33959742d56c70c409642796283e46bdb0d0c38cd2901
MD5 f99ff4312fb9d515879034261c119b64
BLAKE2b-256 83a079d7c353ad17b2d9e8953b7393f8038063293b828d3327afa419747d1cb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 54226bb38c5b83a01e44e046fe9fbe33ab0cc119c11559ab9c4814acac2c3427
MD5 5b0f95c7bb728ef3530bc45d4cf0de21
BLAKE2b-256 7aa702b4043dca6f19ea1d787ea0ca09ac9794015a5aa6d53a3540a7091d9bbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 be4998702109c24bc6485f022ce892616ff71b5c18f8ea1eeb34cd3f50cdce68
MD5 7243469731769231ec532d39a3d18599
BLAKE2b-256 7d61861b5f0883530b51e64a04186138ce6d6f0d6505accaa48474536e52c46f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 21f0bea8becc0650e54ff682db2a26acaeb88d14dc0675e4172553d61a08f3a2
MD5 482c4474d11f43e983b05bb35a85c520
BLAKE2b-256 c28a9b0dba8aa2e166460bf7b95b03f682c6655b56c9a7d05477391fe58f0218

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c38c965db937b99ca6d709d4a249e156338356566297984cf7a9a594804c37f4
MD5 36f13540aa63f19e857d7d5a2cf1bca6
BLAKE2b-256 ab63aa6e6fa1c616ef6c108b5ac889e6165f2bdd9f41b71cca40a892b0058505

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e53be1d1e6ee06ad4633e1b38afd316c8e15834adc4f87110c5adaecb689cb27
MD5 287222310481b8163863031ea629f273
BLAKE2b-256 4570c58fffc55ad957e07ddd295d756e84ffc93b55824390b42d44b672599ec1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e230c8a184102ce107fea0f7cddfa315d0445fd0e82347645fb571831ed16312
MD5 a3dd8614939adae7cc38182ccbd19d57
BLAKE2b-256 c812591e6e6dc6ca8b36fc6aaa09529abee15572cf2766ea2c101265717039f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ce037956d89741f1a3204c56266313b711ab4a90cbb2e0df9e50351de7839e1f
MD5 e114ae018a43fa09ff480b21082019ad
BLAKE2b-256 70700e2d26ad04c5623a0548d09579b13e9e7caff101646e7af3c22ddcc94eb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9653063ce10e57442fc12225627f8e68cf18b8eb1cad2844cb7b5b36b8dc2d96
MD5 2953d216f86a1505b04ed0c01d11c5b5
BLAKE2b-256 0fd78fe85999d736eeb4d55bfe580fbc32f5dd68ada68401e858d24cf5cced67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 eb1d98507932519be8df4c3d1ba7209ae7399b49c7f4282b63afb40b8ef087ac
MD5 092a22e0004bffa6e80774ec0fe4f1ed
BLAKE2b-256 a50b45caf661ae03edd6bc1c985927ef5f4a0235b4a433c4118245de7f695fca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 99ebc8842f18e2619250164f44d90a35638430380a6c0db85f6e45de335b1117
MD5 ec5b7f525eaa8b576d6b9281d9b99779
BLAKE2b-256 a6f281d3db9163f3f8ed83d082c6cec53ce9da22534722e98b59ad3cd4b85385

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d94e8110520b0cabf98611618d3adfe58add47981b820342255f4f38828384ee
MD5 44b218fb5a82b64bbac99b5a71fbb3f9
BLAKE2b-256 95b62b4f231219bc8c3d2ca30b003c09be796200d5b26aa00f078c51e9750406

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e6112948f54df9475ec96b32a7bcb248e8adc30ad128dbdce75190d6b5e3009
MD5 200e0c4712a6b22285eee02e17a734bf
BLAKE2b-256 8df036db49244aab72de70c569f2b475a37827f1598bcf2d34afb3e864377ca5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 de939f367a5beefce78b2b160856f49692eba717f3b5d1aef7a6e022806cd5be
MD5 989fab0ebad86bde69f556f530a73a1f
BLAKE2b-256 a5d492c735227a22d7cfcdba8b5819d1561a6bc07ab1d6347bd92400866809a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.8-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.8-cp312-none-win32.whl
Algorithm Hash digest
SHA256 54e6a4aa925dd84969291b4d0f063b4639408ac06bd696eacf35531cdb0b09b1
MD5 af13a5067dbecf9f29c295d247f7f605
BLAKE2b-256 a9b5aaf7c875c3014bd5c2ba08a81687179bbf2c80cce020f544b1db80609cd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 38698d66edb06cd8a4c1327ab29a97b4c6c99b0a195a8b7e2208950054a2bff8
MD5 1efe7481ae2e678c8fff21c661c74093
BLAKE2b-256 72c17c66154c002aad661d101f0b1e9de3452f69ebe4e495d863d8fb14ceb069

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 901f8c5ceca57f761de05ba4eb17c9500c9578e19aa1dfad726aba965b04f7fe
MD5 ee33fc6d68b477d6803bdff4556e452c
BLAKE2b-256 5271fa78ce7ab0b7b94688d23390c8bda6057deac863fe7b52f0ced801373209

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 15d513f93d13bf8b6f3583dcdc6680f908cae813867aeb0a0aeb87522901a031
MD5 0eb6cbf7def2f9dc4728c1cb273d1bf8
BLAKE2b-256 dedd256c69de27da82a6bfb0d1d7a58178fa939685dfcc6cfe1f10a9006f21f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 acc9f5ae524965864e30de6158e86846fc1967d4add64e7eccf08efd8f56be5f
MD5 739d97e634adb085e734b8adbaf148fb
BLAKE2b-256 24600b692f48fe1267b2a98f73da03f86bd108c0ffd64d19696438811181a481

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 79b0766df71a17ede36e376493802105f0f396d6b8c1be00fbd91d045b41842f
MD5 8f2f27ff98f5c060aeeb99899b00c475
BLAKE2b-256 822cfe7c37d99c200d3f928994cf92fdb5a4b4ca5ead019ca7a5c6e6e53bb8ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c9505b8f4b963f1cc35924066cfdeff2bb3dbf716f1f7230a7a8df09effc4e82
MD5 c85d930c4296bb549006c679c2821ecb
BLAKE2b-256 f268fd5a3d6b61750c1a8e502faa0aef799dd3a2aa4d32b0647de5ad5271f70b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 39f7d22681fad56bdf988bccb73bcf65a9b6f5e7392ff820908a48eaacc26c39
MD5 636410a2e5f54a94351cda13e68c6390
BLAKE2b-256 25bcb07d51400ed26ce26b35982ead9d075fa4eebe4adb0601928ae910df0e8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8f6058fa532c03f6687cb4b3c0bb7f0e18cedbc1b06a62403b7a37209293ae8b
MD5 88d4eb420d6dc2f16b9c6d5c279458c5
BLAKE2b-256 e6f49489e1cca797f46be006ae42e5e902a90e58ca776e44895b862222d50911

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1578f896cde28eb4800c02b9e1a92f0caf6d46521ec5f75e1d75f61bd3557340
MD5 d6c95f82d905628cd14a5336fa728f0b
BLAKE2b-256 2967450884599833803798f33dceed77dfbc61390cc52c40378d0650969bfa25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4c8fb6464c683522e019c764f1bd5aae51d01f55732d00b0475d38911faefed3
MD5 e6f9760bbe24078d3605e9fdba15b5f1
BLAKE2b-256 064d66cff76daa61a9b4c6617ec6cb14d26e643a36f3281740739620d48637fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 00ee7936e4d77e1ebf74cc4ee3d14b39c8053b4d4f92f5f8952b0cc0fa200eee
MD5 0318dbb9d3e8cd527d423c145568fb68
BLAKE2b-256 1a6d3e2f1bd780b322ba9273070b30ae7065ed9a8634e62a5f3572a0247adaf9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.8-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.8-cp311-none-win32.whl
Algorithm Hash digest
SHA256 4333ea7504fcf393b529bb30ad6d220b8310ae2a0e4ee4564e4ef092d06639f6
MD5 3731e442db3d9c54379c084cc1051744
BLAKE2b-256 11a05c0bbeedac4a08a22b6777cd69ff978693c89d69448d2a092eddf2cfbcd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a274fb16de385a2beae20bae54f55996af5d61a02892af85fd2a7d951d063c3a
MD5 af7246c2b05f19c8e849780cf508c49c
BLAKE2b-256 af5a3835b544e6d7e941291279c3c98c930de6fdc0225c0ffe6caf5945aaabe5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 99b37874f776823b0dde4b1b7a4c5c3a08a73dff8e3c977951f4502f7b12edf2
MD5 84544d370e00e20153aedf212431d5df
BLAKE2b-256 994d39d91042cf7843578a4099a9ff2bdf9ae82a240be120e81d97373216a76f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd58984f2c8fa480c0b289e84dd765befe105c6878858aeeb4f79deb7f272bc3
MD5 55583a9584f8b0f6aa1e7e7501ae928b
BLAKE2b-256 73378045ae13d64cab19d7616b8e2e24a4e394191c63f47a8979de69af565537

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6be0a3cc90909106ce090064e7d78733a6952b9428fed2628604726755a86be1
MD5 2ee43275208464e2eb7baf2d2bec0de7
BLAKE2b-256 ea3a3319d4213d9ace5d49b906452911760b1d5152458334340941da1f22b510

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 871501823ed17f8265efbfd78464732112cebcf0b4ba002078fb3234c360070f
MD5 eb816fdfac87de7acc5965e10560e50d
BLAKE2b-256 bb100ccc8e095adf70bd3404c9664e7acb6a8efbed3714a367984da4738ed1b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b194f506d7b49de32e2b51fb272b81b22b6c578f9b4757470492327603b5e311
MD5 61a1f7acd367e1d78b90a5281272ac93
BLAKE2b-256 7a8d9773a9658b0623f0f693b9a4aa71b24a9150f2499bcd007518f97c3daf9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e421a7ba9b735e25300d8c052053b744e688f22b476ca10b864a006159a665ea
MD5 95825d7634a261f86dd34c065ab48724
BLAKE2b-256 4e16c9e92ec5d4b0c17f3e92c0faa0a1b2e851c4b497a11ef8477cb45c5e3b59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a8ac923d8e50a6943213dbb42d04160e939440e841d7eb5ac0ae52f3bebc07fb
MD5 b7ee82da378d8c453350a42bc884f026
BLAKE2b-256 95012b56cdf5ab89a4a5a0c49bae00a262995e685705ab313146c0a05551ae96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 75f6c891f7cc93b2ae53a8f111f4e7d6110353af47f4dba7c22c6d9af8ce7c68
MD5 d5c5558f7ab141a88e1524112effe5a4
BLAKE2b-256 46391908760b6f62c56e44fe06c1720c3ece0c9d13fbe8e244942ecb3e5dbba6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6293ff3777809d76cfab6ac79c5ce9b3954b85689e034d324f8d6278d8032595
MD5 5ab735c0eb267ff7c16fba3bce875af9
BLAKE2b-256 7222b74b354c678977dd768488ad958d66313ef517ea1e550f2c7669b143aca1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 dd598130469f685f54bed73ca27ae7d444bc6a51626d9af970948d13fb74f105
MD5 3b907cb30a59e4715da2e9ec4be8f1bc
BLAKE2b-256 31803caced958d18e376857bd90a4937197b08e4fda2f8c8a488fb62e1ef3cdd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.8-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.8-cp310-none-win32.whl
Algorithm Hash digest
SHA256 9bdcdd785bcb03c3202ef1e1a4e48bdb744701c9a1477e56d7bf8171308ce5f6
MD5 195623eb4da38758281a01592421ce05
BLAKE2b-256 5c7c7416a74c0f90bfcbc3f755a624745debbc4e9a16a8ae06d01fe938605519

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3bbcb5da7767769e14d63e0391cc1ba140741965eb5c67e5ed8d9d0a772d6e95
MD5 48156507abd49c0061316febf478c7d1
BLAKE2b-256 ad0af12a33b1a87968eb451e4ea8a12b483a8810d88b9620aa92539ce07edfb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fc79f5fba08b8a8489d1e04ce4b97b3165a8ea015e57fb0b1c3c6b9fea0cd595
MD5 d310c8abed1e94aeaaa966a9d0743359
BLAKE2b-256 414dbde486346833ac9ef7a05d4670c698b7dd14cd095c81b7a360e5002abe71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4f8e7a65f7d0f581d6b8e51d8453267f933d9ff0f9c42090428a59f912f89e7
MD5 a074d246efdd9694affaeab1cee8c32c
BLAKE2b-256 fb1fac458f7dae76430912e0d5b423c55bfb8ddee7aee943396437158cad5077

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dcfd371fd3b9b74c11527749e6b28de423443b646483c84626253482c93da425
MD5 b8252f70cccab4758955ce24640f218e
BLAKE2b-256 1fa13441382e4024d25b3e3fa3c4ea5d81f70773acfb10d58c1ee6db30474f5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1c20b79b03fe02626fe407ea268f48d1861b8f3ec18c153493300d8a07ad0afe
MD5 257c78e5810ac4fd2e9edecb026a665c
BLAKE2b-256 0bb9b4ffa7572c390e85d375d8f722c20dc15d017661e4c23d6897731b05573c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7e660599f6c97b3bd4041c4fe1a0e5d6c278e936d08dffdef266afbe6f772fc1
MD5 8b43db88c48a0ef231e29612a922ab7e
BLAKE2b-256 03e34e07580a6ec5dc2aa05b259dcb7b579f0c38860b9466fa837bad75a7d210

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 26996a33561c1a6b8820be81d2f6bcedf938961f67624675a50bae6a095f48e5
MD5 5fce88e2f8559733ed88c57020388a62
BLAKE2b-256 36763749896a0a47d7e0d423c3f537a6f6330219302d11af22819b3bac51e5aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8c7052f69f3568401969d9badcf6f1c5d2ac57524a823613cf1426c05c2e85e9
MD5 46889e9048c47e29516e75bdf3d53f98
BLAKE2b-256 6c41bbd2d0d18f0ffdb3b9a15253c7ad17f744f000f10ece7df58238edf250dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f4ba668d93e864fd6fce17cad6003fe5b9b15dabe4463335e79b26248482947
MD5 45862f88e364d5e4ad8d8df7e2e0a23b
BLAKE2b-256 6c7f358ed1b76cde06921110300fb30c0e11ec5ab1541e2dee281455862e15b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 59a05136c18df3b8ec96c1fe0ac2dac894f8a94bbfa7021adc63705937dc949c
MD5 17d097d56ab1d0970dfef1c2abd9e8d5
BLAKE2b-256 7360be4c4110a9b18e3c8821f2a814bb4fdecd78103532b09b67095f6bc3544d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.8-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 0d793d348527929e17fee620df487c3a57ea002aec471c9ad76397174fff2cb6
MD5 2ff110329e32bbd5c7bef13f8cb2c754
BLAKE2b-256 112b9db62a5f3290643008bb31516d9911f23279259746fb8335e0c5953bd7c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.8-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.8-cp39-none-win32.whl
Algorithm Hash digest
SHA256 a8881c61fb3852ee6eb74ad47ef52e3d2e16dc571b7c3017c9e47d2fa291e7b6
MD5 394247df9192dab5ac30936dabe6dde6
BLAKE2b-256 7305d2124de398249da067bfe0ad87c6fcfbf7446e6ad8d5afc27078bba1b426

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2b0757d98cbd7daef0958a4c273a8a916c2acc463e0c284a9aeabfb9b6e0a3f0
MD5 65041b2d4613bfbcf9a200a2eb2fa731
BLAKE2b-256 ff6d364a342115a06538c6c5bf50c09df3d8235b1a4074c3970b46a4971df1e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7fe0f0bf9e9d59c198063c5d36c9cb03efb5824b242185d396583e617afca689
MD5 83314aeb637b49708ff494b89fbd3904
BLAKE2b-256 3edc7c94f987088ddad6728abdf4c3f098388a6ce20ef59240c3e3d4d35aae68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b4f1991ba3d29f92ddb58dbd0acabce73320885598e758f0addffef134e0e85
MD5 852c99b96565704cc3060e88128a0717
BLAKE2b-256 88675fd6261b0182cd6d692ecc7ba6d457bc06bfeffd4b2f2c02d3905eee77ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 96d5cd4b5106f60e58ca9ed6a10bb7a6f3e0c4bf7179f2f54d577e26cbf1664f
MD5 de6572f1ec3e64d2ec266c57b82a35a9
BLAKE2b-256 aa8534642a69a23a48cf634c183317bcf0c06a23d22e662c27bc08b8ed5c5849

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 17fc4c70e65537ca94e4767a0a131dcc615bbd4e34f4f1c34293ee99a5a5ae78
MD5 16e8705bf9fe6d52f9db90e97cb37030
BLAKE2b-256 ce16fc72de51f63f5491272c06bf974ef2a1d340f20fa2b3dd0eb0314d5a16c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 35c66acfbad78105b60bd507557365aeb75093587a35794c0efb108c7f7c9138
MD5 bfe535a23364e5542f323edd6a9c2f6c
BLAKE2b-256 f9aac303acf6b904353f4a821e11a7626cff8927eb049f29d77d447a9aceda97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 34a701c4708072a297b13d2265e80b3534ebc7b132a3a7f3660b22d945702496
MD5 0378b714d7191fd1eb890728c08a5bda
BLAKE2b-256 b8b2768ca0780438a77a23a0047a019cb55bc853fdd5fe75dc6056c7f2c249b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f9dfa797bea442372b87ab0c2bd8d2b8b98a43492ca208b99d601e71962c8c96
MD5 b16aaa15a1b94ce759ce1f16827845a7
BLAKE2b-256 a1317b9b287b1519a788c8fdc6cc091387909d8624f5146662244a33f043cb7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4b7737053022b0dc550e74daf3414fe13446333785d9287638e916d3a06e1765
MD5 84f69a2e9feea5bde1108e9cb33be0c3
BLAKE2b-256 0e17c61e08346d0736b108b3abda5c055e5f0aed618c30c3ec3f22ff69ef2924

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2799e89deb0d2de5dfd1ed68f89c54c0b244e4654c586ae6282f67e458dfb143
MD5 7d4c46ac94f9b42255267938525e6340
BLAKE2b-256 c024d52edae2a5c4beaeea7eaa187a1d6568b442e4a4626841e5bdfb5cccc54b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.7.8-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 856112bf0c9e8c75e409e82720cf5336e965d07b0b3fb64e1de067ba5a60e90d
MD5 365e1a9843518b3b7ee4d2e067a529f8
BLAKE2b-256 9ab07513828a570a509ace332dc6fcaff9f3adc2970daa095e0a85eb19314a2f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.8-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.8-cp38-none-win32.whl
Algorithm Hash digest
SHA256 93022b2d4fbd3e4e66aaca7119ddea6f6a2eeab17460aabb4c83c82d51a5e199
MD5 94051f2a253743fe024200c02e814ce2
BLAKE2b-256 78c78578067edbbdbc23639161bc29f5eaedeb01a0571213cbdcf4a816e24744

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 37fdabafea4fc42724a59af240d9672d98f56d96bdd2e310f54ff11ee86d7013
MD5 69672ff99c5a100b81b9e94054e95008
BLAKE2b-256 1052ca28355ca24efc7666d371c0693cb504d4e133afb70111f051ac9d9b964b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1437a76fc27da721e61bbc2b6b1e76ac44d49a96bf62d07fac92d5541e899456
MD5 62029e2f6ddf98da5a21924a35084cf3
BLAKE2b-256 1bdef617bf2970c5f637ec8c257ece7561f4e8092039463fc191e561ac98ef62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b309dca25629710647d2343442d65579d849b6d7356606b5079e46dc198397a6
MD5 edf34d57f293cca73f585b2d7ddd2676
BLAKE2b-256 9d62be73fe8a950ddf50ba3c106a51300280bdd33a32c44657c680fa8bbae1f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b323f77223e229c72103acd1dc98cd49c90f8c5ac91aebe950edb897919c3913
MD5 45eca307ef262b2a7b4d7c4c754eb2b3
BLAKE2b-256 0800ab0126819696dc359d142c03eca9b167b499d8cf89b647b8904702f1c705

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7625076e0225df729d2e150d34c24df638157caef5f46225a35f98ba98a11964
MD5 551cf56c684380f71bc9bf0c4a8f2db4
BLAKE2b-256 502806b87149e4bbb820612e5735fd51d07caa538bbb164664df297f3a278a2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fcd219c3f7cfff1e169030256ce0229b0cbc415029b1a9778f04f080fe010b62
MD5 5e365eb0f8e8a43aafd69ec47d4005bf
BLAKE2b-256 3e5fbf3f7c406a40f9d4bf7cc5285874cb6a57d7d353ab8a8a9508dc48e613a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7d4ac311873f450e52b3cb782264ff78a42ab47cbc607d75d6c3856956b27d06
MD5 5f01ccf1849a398619c93aec3c789198
BLAKE2b-256 1d400603ac55b7802915e15e0a87a21b55ba85b24461844415846a484b87f8ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1c4ba5d2818e0d4ae8e0f7af97f3895771be21b5ab3cd0eb49f4d3fb057d9754
MD5 a556090ce85ddf1cc96eec5b90862643
BLAKE2b-256 a47bdc831a2f709233316b925400894907c0385153370e68ed15b17923dca0ea

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