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

Uploaded Source

Built Distributions

psqlpy-0.7.7-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

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

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.7.7-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.7-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.7-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.7-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

psqlpy-0.7.7-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.7-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.7-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

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

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

psqlpy-0.7.7-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.7-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.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

psqlpy-0.7.7-cp311-cp311-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

psqlpy-0.7.7-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.7-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.7-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.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

psqlpy-0.7.7-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.7-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.7-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.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

psqlpy-0.7.7-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.7-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.7-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.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

psqlpy-0.7.7-cp38-cp38-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

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

File metadata

  • Download URL: psqlpy-0.7.7.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.7.tar.gz
Algorithm Hash digest
SHA256 3434fc106a11477a4481c10c18b6e91f5765b84cfa9dc2939bd3147f595e568f
MD5 d8fbba58987026ca2817b97a44f6e3ba
BLAKE2b-256 fc494729e46408190ea61687f2bf4544fb35f523e6d83a53d9b58d37f1b7de4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 82faeb4e99b65ca60d92ef4d83fdcf8c8bc1897f5a0dd75d2550c567325f7741
MD5 10cb8bb0825d59cf99da9dcb69448eac
BLAKE2b-256 f611c6379842ff6bed6c445c70790c26575c5a1a23ec1ab4f0a2b33adfcabe8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 26b10cee5375ee519437562f8c25c097f307c5acb0e450762226ae296851bfc7
MD5 86644c233daa92925868c4d09f796883
BLAKE2b-256 6a8ed782c06f3cf7a48267d19a02db4a27421a453f68df73b499897867793702

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ca74a1d45eef9d9b45d72a46e6efc95e56277883f3deb718c43fc414b548c47c
MD5 b78b63757485731ee3a7b5161456c572
BLAKE2b-256 42feae7025e821de97fcda05213150932d9431fa36d0411c8e7f785629341f84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 49c34b4503bf46c9099c993c67d352ce35f00cde3b153671c6fe4c8e6b08eaa3
MD5 3afc8b327631305aa6e09370d63f168d
BLAKE2b-256 f68afa70823bea83a02167d688e119babde7ec4b716426b0976aa1d90df26bce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 327313e8ec78bdefc8ed8b82daa56a93f0f1c3b2f0aea5b866315b2ac218f760
MD5 1b696df7aa77017cd3517950ab873613
BLAKE2b-256 1db4a6af83f50595acf023084d8bd270a5473c5fd8ec8011d87c07bf45456ecd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f1a45c92d9ad2250d463c5314758f596e9d0ea29f1d4e801181b3c570f779d6f
MD5 a3b58200f8463e198930c897ba94111e
BLAKE2b-256 f0186418f1771b2938c847bd3567c524c44a9139b694e3a9b744245b6fc9053b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8abeeb576bb0eb5d7ba55c2782ee591d3230b9a922c80c473d2da5c0af2f9763
MD5 f5cf117b864f6f78b37693ffc69a4164
BLAKE2b-256 d85a8dac1686d8d75923bf9cbec395928e6a1ebdf2c2854dc4355f4e3d6f1733

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 560615ea2355ef8d04d66429bb4c6f40593cb4880243227df1427ae099bae5d5
MD5 9307539f9427a18d00c96d9952e2d7c8
BLAKE2b-256 bda6c4d1f9ecf0fd21fe00a24e429ae2133e82fe41399e3a18404a9f399bdf44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c3396e64ad719d3f813cd4ef2358ada9a2a74e1ab1701e350955cfdeabcde73a
MD5 834cee619973be09549b9878e5286498
BLAKE2b-256 416f056547e08da6cadd32b016ae77f5874dcbc42af2eeb42f05deacc32300b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 aa3abb8edf1852c28b40b363c9d6a8969d29da525deceb1651ff01372bdbf637
MD5 c8ddbc8ee8b2b6845e296b5ef5850b6a
BLAKE2b-256 70a96901862d6282497c988628816f74fe8dcb4b193bf66c01a5ee1580edb156

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0505ef960c02d39b3c3df0b4cf1c31507527edcf2910366bf4d70b03613b10ba
MD5 6b0a03b8b17bf65a02b997880c2ecada
BLAKE2b-256 968390f7513ffbeb6dbc47cb3c7b1015f872a181e4211fd4a4382e39c2f66e66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 47983dd8c5a37f00100e20ae37f893828ab1a7e87d97ff38cec442c0b1270dbf
MD5 7b43e7ddb7a53da7e116499a11a59ea7
BLAKE2b-256 1641fb5b46da9a763e7b859604b4e31e6f7b939d7380b5a477e402e30b5803d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0c0b7259b2347682d6241639c976124575b8ba3aa01ffb2c798a9e101e173c38
MD5 e95b3cf8f26d7634027d1e90e2602322
BLAKE2b-256 b35b037b90c0dddd756c1b5db0a90cb558976b448187d9660b06ef492cb7c4ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6580087b364978fc85c369d7ae65682da1e9cca1ba09e8f45498f043adb22723
MD5 0ba1a13bd5146a2a4db3214fc636cf31
BLAKE2b-256 e9e1bd5d62d2314d9aea69505fef063a9efb5a6049c60d7e0975cca095b0cc30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1656addc4aec36687c710fe140931a15d5d06c9020ff2edddbeace8eb8ffd58f
MD5 3cae8c4aecc22ec13334fcb645990af7
BLAKE2b-256 f49a79db1e5c0f31b38ccbdc1c2dba8070b1a646fe3c2ca16a76c39dcadcc9f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fb5d3c8f7a1c175fa8cef917f8aa54a83a2de0083588f9c09031c662ad545699
MD5 98c44113a9fd13266a202bbc7bf3fdf3
BLAKE2b-256 4280764eaa5d092d97f8d3ce7ada29899df89592efb355aebf44f4324456fa3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 54ed2b4d84a184618a70142bea135696cb88b670a17c3a635279e50cd36bb81b
MD5 34ff0986f055472e0c1547513e2d3822
BLAKE2b-256 6f2705b16ee6405e8bc9bbacb21e3585e1e0e52a7e77b26191450ecab63327bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b17169c0ab191cb946288cc582299edc0e2828bd281fd0f2b08c4d0ac2bcf2dd
MD5 af752da864e9d32f73b4e7cb6bef6040
BLAKE2b-256 a484da8fa07844416f0f25479b1b79ce8406a85b61baff10ffbb944ccde54fb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a5212c4a3f04d75d4e928d4b6f3004ae2d7716e9747d169bcfda44d284618eb3
MD5 40365447b7e1bf904429b69c874cc259
BLAKE2b-256 c5f731181d91f6b8a760a32c99215dd6faaeff9a620360e2fe6f5d0af3361347

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 97e1049ed5bdd7ad39af79807c2599a3b6bfbc3f37c0ee4beac5e660cfe1e108
MD5 b08f5b242f1ab8c6ce8a7bccd9f4d7b3
BLAKE2b-256 3c47ddeee4a9b27f6074bcd14a3f5f1bb176c57da89dc101e5937666b17fd367

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 07ccfc8eb839d44cedf9131f6f982c686fd4a4db9a76b1eee9a9e4ba57cc2aa0
MD5 391c15034100a677f48b391af87d8c94
BLAKE2b-256 e528b3f50e70694310710d03f44f5547a1d9fc06a3156eae4308318c9175e292

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 22aabac3420411d91a4cd3f95f862fb3bff9d9b28d29df896a2c829b6d2c4367
MD5 ec5e6aca87e1d4b387a5a9d68ff7a7f3
BLAKE2b-256 fd20de1859fe058f54f05274b4ba28bd0873c494dc63462757824a167b46ad83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 4d2fa8179d1c2d624ba21abd5934f499d001cfe660f2c74543dd03d551c0bfe6
MD5 914ce93b966eeb27eff24685206dbfa5
BLAKE2b-256 772962925e28244c7f1de1447e02f06de101b445e098244aa010542a0b44c130

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.7-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.7-cp312-none-win32.whl
Algorithm Hash digest
SHA256 a4310e0a617de921a4a0786ad01ae15a5bfed9dc2a6c4daae2a238c35ef9adbd
MD5 3d7c32f4420cfb417119acfcf597dd8b
BLAKE2b-256 b2355226c5439f212f592ad92f837465a4bf35fc3bc0bf2b42abedf04b66fb4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3d386a7df8df65984a8271be59834f67750a9d1975106c83f1e00144fdf6f333
MD5 aaf695338b3326b86d7f8971163286ff
BLAKE2b-256 7aab1a651d8cdfff535f2d58071c30f6b1bf46516b6e6dd42ee2a0c66a23d761

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1a3543a57ad52c53b3277236d867716a9ad6ee39a709af086ce8c4569d20258e
MD5 f554dbc805437b7f8706dc2afe307e53
BLAKE2b-256 bc70cf089636525536f118eae4470cfd0e3938df053a438e2d62a711d931f8da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 55a179c112f1c2ca3a9a955fff433beead6120bb626a7f8905462cbacaa3cda1
MD5 bb6ca6b628b166203f47518da071d689
BLAKE2b-256 bc878971e9197b2d2d68e0fdac3ee87934efb6df3b7b6037258bf6cb73b41315

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 10fcc58a5f2c5130e9747cec4bf5b428df67fbdc7c772587f6adbfdfc0b16d6b
MD5 5ceb4eb98e371bb8ae90c85b278d883b
BLAKE2b-256 5d19904839e5e1c7a5ed1762ae7586cad307a17ade7513ef5ae7288290dbc756

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 24fbbc382a6d7e8f2a35e3eec44b0a09ab558f17a765bc267805be40d98196e8
MD5 8faf6b1286616b134eb48e98b8efbd75
BLAKE2b-256 5739db090d26505bc86ff60ecd1bdec80eb7bfcfcfc8b3bcdae2ad0e4cb9d585

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1a478683fb38f0fb33156404cfd02a4acefa468dea254e170eabed7e037ea1c8
MD5 1c9d041c059c222897d383640ba74d6d
BLAKE2b-256 c561b1e8cdd34ac29e927811fab2a6c906df85a72b579ead13eaefe37c99f603

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d98eaf2054550fdd06abea8227a1f4ac272534dfc3451f2627d8199d8ff2ee70
MD5 1dfde7711a6edda03f9ef513b9a729d8
BLAKE2b-256 d3dfdae16cdcd1502d3858cde5bfa151910439c9d674efa59fa81da7994487de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6b0b3de9bc564feb3e0abf3756866294a01cd6e3c978994b1f4ea9e586cd2f88
MD5 c2f759867bbf818d5994fac4c7775825
BLAKE2b-256 558c2681036ed5351001db60ce549dcf62d0e2e575f657212106fcc3b723afce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb44e43b94984a31b9a2466c7efb315355d1689978d8350ff97c9d96ed4173bc
MD5 813d2afc2e2ad47f6f53cc001e8b2dc7
BLAKE2b-256 d4f64ea5cdd7ff46eec31194bbe4c8bc3ced55496ed4810107ff24790eb1a3d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 17277522bf3687301dd533237ac122bb70ea3595ed5ebd69e25ad2ee59bb668d
MD5 333af5ca47d2a4a191ca1cbbc62e8f92
BLAKE2b-256 2b81739221259296d8a0762da25d560e12f8bfbcbb6188735abbf8bba54d128e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 39dcbd26f60e4c0912f2020d33e913ef36e51b080eb1f43a8a97e12c1692c63a
MD5 0fab47bff8247b93d67f638713cae676
BLAKE2b-256 424f6dba67184caf1ed248b94f3b28f6f382b56af9c01bcf0369de0ef5531023

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.7-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.7-cp311-none-win32.whl
Algorithm Hash digest
SHA256 e363ec8ad5a4a6c7d387dabb1a07620b053a846f6ffd7bed389ba50f0b1ef0a6
MD5 f6e14a1e2c3ff397e69df1591028c975
BLAKE2b-256 bf402bae5068cee90f1ca67ee8f72fcc21daf8ab1771051fb51c2f9c94157974

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 376d5336bc52c4377464f300ebdbc7a659f272d8951277657714da86ebe75f4b
MD5 825c7c9e5abf20e6ebdf9bfa11ec2938
BLAKE2b-256 b526da12bb336e34c40cc018536277a39d61848e22941445959cb9b41cd46765

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3954a4a41aee23fd1db34e78308cb8c9d9cef88c403fecc1770014c0e4eb308a
MD5 ac28199bdcf8cfd1419f70c1a8978ff2
BLAKE2b-256 690a0085ab160cceebc25757002cf2ef6cb355914d44ee2bd231c3dfb0a5b493

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 78928392ff9ad885acf57780602c721191291968634648eec16457897a6733c2
MD5 6c44c91f3fb0219a1178ffcd40231834
BLAKE2b-256 25583777133dc3e76f1df524862ead49a8dea543601a0e2f57429ac3f5f46bdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0d4b4044fb71a3e8e93abe1d6a204de96156a6fb6fe2f5c7b3f2617e0479090e
MD5 79d4f62f1ec1bc94b80cd3ff9161d8b8
BLAKE2b-256 aa892d42c989f06b3d9b282d01d5415648c9015d9ae4c4f791ddb2162d5da88f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8abbc6de73ba69fcbc117e114a406e149a764774b477a2c6b48eb6c1762f5d7e
MD5 983f238320a5963835e74fb6c3f7b2b2
BLAKE2b-256 7ebcab5999a4a7ca8edafe9756d27cb49a541762d0f728d4d3479b01eb806a3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7f851699be592e630fd4f97173f80ed2a41e43cf02af431c869c42cd0436ae10
MD5 3d95da88aa20ef56147dd6c3f0f6b9b7
BLAKE2b-256 378e31db96f95bcc58b65a661931fbda23923f9b4c5c940d7620ca8973e1901a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4169c0589e1caca9efe6f109c37f6b439d97d2265fcc304fda64556b2e446e8b
MD5 8701597df14415554f7a84db5e3becd5
BLAKE2b-256 33311dd34787ad4ccd0bb5013cab3fb5d66ae714de3ac31b529ac9d0b576b69e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eaba149c60f02a66bf6141643132743d0588249167b62717a863920d3497685e
MD5 de2d6b3e624592836b28e3fb181915ad
BLAKE2b-256 ca969f0cef2f6cb2306f5d4581ef05ff5538691e6049d80bf405c2a8a097e481

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 af5d829c932a60da2ff4500f17ad32c1cd146bb03b2230bcf51ee82aa34eb16a
MD5 3c9535c5d7bf8cdd2549e8edb5fd1d13
BLAKE2b-256 ae7f1014d6c3f2c24619c43aaaa33b59fc23eece1ae0e2e2e13bff99d4240a54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 536529a316b34f15afb92db9d3bad4a2d762a7d671f87ec1eb3da56a6cf1b333
MD5 c1174054b0362d4154a6571557b9d272
BLAKE2b-256 fa6fcd632b5827c74f172bc89db7b87c3c96dc39576963b304fefe3d8f16b83d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 df9f98c2d964b32204fdb06799bbaae20be7b013d83164a28c6a28ef162b9343
MD5 30ff5e564e46e22583271af28fa1090c
BLAKE2b-256 143c7894e5e93be111fcaecff058cbe805903701bc18e627b6d135a170119bf6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.7-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.7-cp310-none-win32.whl
Algorithm Hash digest
SHA256 9d379f1fd1d1578b7a992972435900ef166aaf0ddf9d48bf0a1a228020eda2e9
MD5 75447c19a8e28ce475f63f29f6fa14be
BLAKE2b-256 52dfee906a9c99a01b0d6d6246d36f7a763da373d3e187d5da9bb0beecb30cd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 228438fcec55e3cce914ec43caf2d749c04f872f60906bf6a67ebe7f52bc855b
MD5 076862ee7c059b3024e6ba71edc9563b
BLAKE2b-256 15e194ddbe496c18883f20b1d324b0531d0b73813120924223b817a32cada481

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ff6cd9832d1842fb7493c20411ac254e23cc9f8e872a00fd65f1d4eb0b166e2b
MD5 67ba0fb57ff77f3520892f40be48f82a
BLAKE2b-256 202d0ae2fd2c51849f5c3466b8d8c96eaaefe2413acd58312cbfae66cac09b31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5694034f1d9c02e31c54d584a8c3be6a65f29f7335f144598350bd59f6524c11
MD5 612f54743c9ea1a9ebee8237d3a36a64
BLAKE2b-256 792a82b6cd04948631e503ec57571c9944a0d1f386751c4d569e322c7db63195

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fe846c62d09c20b15888a72a3d79f9f944379e1705d775fd0641e00b41c65242
MD5 34ee4c4117a3e5487b2239ca19fcb16d
BLAKE2b-256 2530ebd3a271fe0a657fea0c7442e22f0333f5a3443344db1ac4390be23f6b57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 628f9453386bb5d1430b66c44921997cdb569ad969bdf2e8d76fd870e7a23cb4
MD5 611eab3962ca8784e35cb16cc3af2051
BLAKE2b-256 505ee51d28bc08fe9adb95bbb1547c77c6eb28eb3cc27f4d316e8e06ab86d8e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 82243bb4232896cd8c63fab9ed5def9817708d2abfb0712e5db0c8eba76aebab
MD5 27b8dcb8755283a188e1de54b15d7455
BLAKE2b-256 fb7a0b086c71e9b37e4abcc47bd9ce5a952bd166cadbdb49f0ba9f430525d840

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e185570d78147b8d575b296a7accd2e5f8923b0611292219229cdb19c7ba41aa
MD5 e8ee8127dab9cc99c9e73b99ec1cbdee
BLAKE2b-256 b722e9ed2192097d929979bdfd859dcce93a4680473700d7a15215583b039f9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4eac4f695f9020045f5dd14c5f229e27b40f8ad9a69a5707432a1253feea739b
MD5 7e8045e9316e6974791492662eb2c582
BLAKE2b-256 280653897255381fdc41d48f7973843c7d5d72ce4fc6b7f4ec695f8da5365a3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 31d33ce76c38de784a3471db6636c3eb949d2dc6e2f066d233996b9b136f5038
MD5 bb6ce2258a94d63f36c57f65351a7b58
BLAKE2b-256 e2ea2d48ae5d3638378474a7f1097fd93ac2867d1b476af9e2950e3a95675220

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1828cfca603c0f9780b5a9d06fd6271595281ea6ae331dd55770e8bd54baa8d5
MD5 8ab6130c02db1085706e3e6fe5aaf9ec
BLAKE2b-256 cdeb852472a6e217664e0cc272cb9f64bd2d20edd91b430281058fa13ef7e518

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.7-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.7-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 4335cb30bf5923eac999244a16baa519220cfc6bb0928d44563135fd8a5ecd7f
MD5 7196422dd4087adba30bdce634a39fa4
BLAKE2b-256 9a940b8bc5dda7501fbb99f2c8b49c935ad6ff411f17a09d5fd68864ee9a1d1e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.7-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.7-cp39-none-win32.whl
Algorithm Hash digest
SHA256 d9e18d404f399198b58d331d639c4657a4210ec69875de4ade3e6ec29c8852a6
MD5 cc87ac7a835f0f0a6ddd430880808d86
BLAKE2b-256 9cfc24ed4f7aa0eb37beccd5d193a37b006259691b8b2f152f80997dd666e828

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8e0c8b034e2585aa12952b713f50d3ecf8989a867aba2719bf55b27550c36a93
MD5 97cbcbcbccab4e133bb42ee9cc91ee73
BLAKE2b-256 ef0b8548d6731c2b80438624641d3157d0ef6b09008d74bef59374a806c6be19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 19117ea1b825cf3fb94c399d1558bcc65c240c7653c5bd48c9b52c101241b614
MD5 f629e531cc4a95e0126b55909245f6af
BLAKE2b-256 321860f616047cdd4172fefd3ac5d85cd3d68dfaa476dfc3a88200866ff95f39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3641b8bb27a1830d3ff49199555d6faeac07a5d3cb51d7c23a918f5f57e8c703
MD5 a1b9bb6762e92b5d1ede9e9864b7bbe6
BLAKE2b-256 d140145310d573771c3b5bb42fbdf6d4754899bf28e7abec4adba716a1d214ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b926ba7db75a1de31dc2103c97fa54bf6116103ef39263f4de0def2d8108c321
MD5 a9ded75840f9c943958b9a900bd38cb2
BLAKE2b-256 00507a3a30d425ec7ebae12389d4081ffe731e612fb6b7b74782cbaf5c0d810d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cf15189d9320b7291601ff3a64b12b02e07c9565785b72f513f1404cf0944ddd
MD5 a577c49579b10ab0a972dd5d91a8648c
BLAKE2b-256 e91f684ff8f76c432481547d7488c053ed2be82a110f228e5598821e33ef480f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d7051f8b49c57ab789fc51370beaa3c4a6c18cd8097737130cfa5d6835b56f4e
MD5 64b8ed6cc693cb8786053974656c2259
BLAKE2b-256 90f17622316ba6d1dac6351cc910a1ecae98f8565d1b5bb06edaf048889c6984

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 07a4b89e6eb47bb32cedf1369ddc7497c9542b3e12c1aeeb69ef2e402435bfe8
MD5 1a3d6ee8e59ba3c25b5f5c6140f32195
BLAKE2b-256 739e3427ec30c4d5019b64b5f8ebdc81cde60489dfa1c1a90b90d39cecae2d31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a4fb9ac7113884c47ab89b58fa31efd99fd3b917f7c22aeb6a7182630a4ce690
MD5 fc33846c6c6c4617c84bc5e6a054b8da
BLAKE2b-256 6f51c17ca7f7eac10e2a84715c01b2cbed2bf89df53061f2d657376c82d3acb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 54139e1d8f3a35615be4d1c1f0893ccdaab267ee94d242770797eb0c3055a0cf
MD5 fc345b2e97abfda5a9eb23701978dd86
BLAKE2b-256 8dc36db40956a3ab692acae95d7bf0f91156351ce19cebf9e3711a653d8af8c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a865d98e4cfd9a40e7f1d2accdfbed43a818e0385c75a7728f1032e16b9bd38d
MD5 7b55cc713bdeff6c50f019adee5e446b
BLAKE2b-256 b1138ba58a6f8e428cf12e3bf905f7786be43e68e2cae9573beba8f6e906ec53

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.7-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.7-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 78fe54b5676bfbeca82227cbc68f59291caac3d96e5c7e8b24c36bfd27dad803
MD5 d2aef1bc534f9f6f6760a03ca0e4b616
BLAKE2b-256 7035d61483163fad71a1e4375978ad31325b6aa622e98e2449d1bd41d85b1aaf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psqlpy-0.7.7-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.7-cp38-none-win32.whl
Algorithm Hash digest
SHA256 999e3905f6d2340b278078431f0fcc63b4c8afd48fd6ebc782fa79f759b6e661
MD5 052dbe468624399d26050f845b23e71c
BLAKE2b-256 596c8e39ff4720c12b82d25b4ddcc35266003c0839956cbfa77a46a6eb52b83a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f4127020b9177e6943da0e113f01193d816d5646541dddb3b428465396ff6905
MD5 c80601887ef138850013f05101540ae0
BLAKE2b-256 8ce5b0f15bc609c05b847f077c29173720203bc36c90667e9baba9aac8a6bcd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b6506d218c003e31ec99aca6a10323d891c82de723c6c898f30f73ac6e1ebeec
MD5 54956c844d7e4ca0030ce26aa09e5f37
BLAKE2b-256 bf98240848066901ec50e6b4b1b5925fd429ea06539867f9ae6429ae798400db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b06efe6e62efbe7e2630220d9af19b7e6611ee22d4710a588d6ef3d05d0c493
MD5 020639c9c80331082b7b5284dcfe4957
BLAKE2b-256 08384e845509b03585991639f2325b43b6d522b24f0a3175fae6ab0f2f0c5328

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 93600a02086c3d005ac20d9af2dd7d117571c56d452ffe8a50c569e6710e42b7
MD5 a4b454e066352d442dc7b326b30ddeb9
BLAKE2b-256 1150819df9bc1a1e67e6baad5b70f0006249616c6de35af400c0a73c73c0807d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d36d0d1dafbb8c422aa9c5909b53cca52a34788357ef97b605e0d5aa0bc7eaa6
MD5 3b0dce7fa83209a58082f53b8bdfb5e0
BLAKE2b-256 3daf1631144c3782cf983b77bd6afd0bd90a27f344b14043a7af8c59e22c2e5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 52addd5857e01db7a94f83ee5dc7b61daf8717a37de71c4ca515041665ae3595
MD5 7a4520e762e83ec137f0d3d8183c764d
BLAKE2b-256 6c401dbbc67adc878480f5f7406421fbae03fcd98b6fff0d7037c2d9a9cd887f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 81db6a0e2c56bfdf5169228edc906bd00687fb4b03567e95caf21f520e22762d
MD5 c0770df269506cd115487045074f1b81
BLAKE2b-256 5d103e20d51db6d2d9ade64857867eb9409d6acf5cec8f92f03cc3cb82071069

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.7.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d0be4d8c99b7f4cb479322ee8dedc1594c22c3eca27974c4094025e466859f72
MD5 1190713b6dd5345262ff4dc5db61b64b
BLAKE2b-256 4b2c1a1d1dcdf918c058c64094afaad2eaaa4d0c33a204e1bec3b2c95f798453

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