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

We have made some benchmark to compare PSQLPy, AsyncPG, Psycopg3. Main idea is do not compare clear drivers because there are a few situations in which you need to use only driver without any other dependencies.

So infrastructure consists of:

  1. AioHTTP
  2. PostgreSQL driver (PSQLPy, AsyncPG, Psycopg3)
  3. PostgreSQL v15. Server is located in other part of the world, because we want to simulate network problems.
  4. Grafana (dashboards)
  5. InfluxDB
  6. JMeter (for load testing)

The results are very promising! PSQLPy is faster than AsyncPG at best by 2 times, at worst by 45%. PsycoPG is 3.5 times slower than PSQLPy in the worst case, 60% in the best case.

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

Uploaded Source

Built Distributions

psqlpy-0.6.6-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

psqlpy-0.6.6-pp310-pypy310_pp73-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.6.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

psqlpy-0.6.6-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

psqlpy-0.6.6-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.6-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

psqlpy-0.6.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

psqlpy-0.6.6-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

psqlpy-0.6.6-pp39-pypy39_pp73-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.6.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

psqlpy-0.6.6-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

psqlpy-0.6.6-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.6-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

psqlpy-0.6.6-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

psqlpy-0.6.6-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

psqlpy-0.6.6-pp38-pypy38_pp73-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

psqlpy-0.6.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

psqlpy-0.6.6-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

psqlpy-0.6.6-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.6-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

psqlpy-0.6.6-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

psqlpy-0.6.6-cp312-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.12 Windows x86-64

psqlpy-0.6.6-cp312-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.12 Windows x86

psqlpy-0.6.6-cp312-cp312-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

psqlpy-0.6.6-cp312-cp312-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

psqlpy-0.6.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

psqlpy-0.6.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

psqlpy-0.6.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

psqlpy-0.6.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

psqlpy-0.6.6-cp312-cp312-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

psqlpy-0.6.6-cp312-cp312-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

psqlpy-0.6.6-cp311-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.11 Windows x86-64

psqlpy-0.6.6-cp311-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.11 Windows x86

psqlpy-0.6.6-cp311-cp311-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

psqlpy-0.6.6-cp311-cp311-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

psqlpy-0.6.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

psqlpy-0.6.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

psqlpy-0.6.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

psqlpy-0.6.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

psqlpy-0.6.6-cp311-cp311-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

psqlpy-0.6.6-cp311-cp311-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

psqlpy-0.6.6-cp310-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

psqlpy-0.6.6-cp310-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.10 Windows x86

psqlpy-0.6.6-cp310-cp310-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

psqlpy-0.6.6-cp310-cp310-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

psqlpy-0.6.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

psqlpy-0.6.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

psqlpy-0.6.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

psqlpy-0.6.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

psqlpy-0.6.6-cp310-cp310-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

psqlpy-0.6.6-cp310-cp310-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

psqlpy-0.6.6-cp39-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

psqlpy-0.6.6-cp39-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.9 Windows x86

psqlpy-0.6.6-cp39-cp39-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

psqlpy-0.6.6-cp39-cp39-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

psqlpy-0.6.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

psqlpy-0.6.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

psqlpy-0.6.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

psqlpy-0.6.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

psqlpy-0.6.6-cp39-cp39-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

psqlpy-0.6.6-cp39-cp39-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

psqlpy-0.6.6-cp38-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

psqlpy-0.6.6-cp38-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86

psqlpy-0.6.6-cp38-cp38-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

psqlpy-0.6.6-cp38-cp38-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

psqlpy-0.6.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

psqlpy-0.6.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

psqlpy-0.6.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

psqlpy-0.6.6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

psqlpy-0.6.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

psqlpy-0.6.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.6.tar.gz
Algorithm Hash digest
SHA256 5604f6f7678f9e4fddf55faa15fe981deb57fd6750abb1ef31f41e2d3cd39d90
MD5 488e4617ebd729d17ff49680708cc4a0
BLAKE2b-256 ba2f235e837c48ee5aa174918076ea45bdbeebff99a6150004f68c488f784829

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b78e4736ab8308c51c9bf21735b08aca205b922a29dc66821dab2c0d7c1b3261
MD5 fdbb2ab0fa15cce1e9d52ee48f08617e
BLAKE2b-256 27dd3bde3a92eed6347fdb5dc99eda1c03026f1144e85d748410be618dd96250

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 792e698b4015936c53d98456981d6da3c4ca7f907629d13fa639cd5fb5c0dfd4
MD5 deee013daa9f0e6bd4ea6274a050d190
BLAKE2b-256 c23c8a02ff7bdf3ede4c0167d644965f61ee82d3b553c224f7a7cf7aca1a2de8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4bef2fb73d08638fd52b5078415bc10ef6378eb577a8bc02ae16da83b4738685
MD5 9445762fdff38cf86dd4aa04b7049882
BLAKE2b-256 38f76486ceffae23c253122751b881b3a78c70ffcc459f77c0d8cfd8f87ceaba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 66ab9c56c474299bccd22f66541eda22445e2adcfa38a93dcbf87e051ceec7be
MD5 fcf475d66df504dda63c6e5bda765afa
BLAKE2b-256 13670491b9c21ba810f1a35dfeca3b2c5987053b69fa70e0082fcf5c9344af53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 46d4abd928b961e42686c1b168919362dea3de424162c3a123142818b556f512
MD5 4501517b5aadb0d4b5be3d5e9ebe0cc2
BLAKE2b-256 ee9940f9aba52b2797946bb55692dadfb64344faf5bdf54bd4e3c4e5ebbfca72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1befebbc2b68d17121a8a69a1f48e7f033f4706c8e631d5c956ff499e01f378b
MD5 670f2931d0dd73a7126a5bfc8eb45863
BLAKE2b-256 7c1793a239d18115e1866fa152bc0ddee5b0dba137c8b46e8d25efd873c4fd02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ecafbc01aebdf550246796a7bfbcb049028a5b223c33ebfc4302432a91e618c6
MD5 c5254e5d78768fb4e6509bc6eb571e85
BLAKE2b-256 8b9bd60646bf7c92d072da6885a549cc1ccbd6f2679aefbfb74071151ebcc87e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 38757c3b992fd7ba32ba694b48611c05e89bcd0ff7b34400b68f721c4c87472d
MD5 211f2a536cc40bb2d5bc652e5fdea1b7
BLAKE2b-256 2b32590fe55019ce163697d47a1de2761e5dad4f3ea94b1c82f4f30c49d73e88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5dffd1e3244aaa0df664401f0ac52a8e4bf083375628e6aeb2f3e8cceb4c902a
MD5 80167a3daa307403711302769c62f2db
BLAKE2b-256 a2399c935c92f661996f43f143d67972ef6b99897f7cce4057ca20ccbef5b511

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 35516a5c11c8360820f2058da7d6c16013157dfa70cc41ffabf98093e1426871
MD5 686722b7bbb04c12a3f7ca77bf2e93ae
BLAKE2b-256 d37ead6693bfbaf566690481b63241c30f156004ba4303db8f28b0cdd3e07c68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f831feea718f366ab60d84efaad8a3e2968f502adef6eea003a6fee245c6d05
MD5 b625be73cf08531f1d82c5184207c09d
BLAKE2b-256 cf8f41d53d7409635f02e79431af4c5f588ba4260e19028533a3b380e4a86fae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4a6228a36a6dbd903da14119c9e0f918beeb4cc67b7de9f71e5cc0996656ca32
MD5 c614721b27f25b1329f1a487eea6f485
BLAKE2b-256 4b35073956be260b48c866fac32a93f2e6280f79355494cf7d50de15e5082f36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d656dbc054cb8664faa86f6ddd88a07c26a59cd927611b72f2e484025cbbf087
MD5 79c08e1fade51879d5d974cf4153a970
BLAKE2b-256 2cfa12eb23bf545769801fb54c5b3d5145f4e5e2dea34f335f4afd5efc42d259

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bd7c13edd03f5576ae3daf45e0cf28a247c58d7f4e8f370764eb3e902f5e7375
MD5 10dcb47af666bdedda06783b195a8a47
BLAKE2b-256 5518b7b5c70dadb6318ff03c856ca9dd1ac778e12c38522c83c03d9df212bc47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 29dfc47a912b60ed87812c25c018446eb6b3028cb1f7b0ad2b6eb4fa3fcc79e1
MD5 ee56a05c13f3a5c13003e91136554394
BLAKE2b-256 5d239530c0aa298b8cef5e90e2e3badaaf2e7e317cec8bdaaa7eacd946c278ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c6ba99b10c64613037c9cffeec1aea84b135d6535e8d33de9c1aa3d4db879bf7
MD5 3ef4e650b44da88668d9f9af684b6fd7
BLAKE2b-256 5682262724bcc503183049122728ca5664582d4fac21317ee08123927f122ab8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8ed1f5f9cd7a86186a6f2be09f17e30a30e358f4678d86a9838280ccb592e3c1
MD5 7a5cc463235740df9a0e58d459b6755a
BLAKE2b-256 fe0e369469dc5c05db60e88d841f7b2fc3614a98eb3e9075af0c46e67960a0ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8fe5363349ac653d0b0729b3d75b9c1c879d61f93c939687060cff8e79dba220
MD5 b4e2fee804275d149713ceb2ca07ae0d
BLAKE2b-256 a1f348f4ac7e65c8dc7b86202e252135d5d30d30faf8fb995945d681eb296917

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f84b0aec59d1f37ac06c77e589efa0f92682673ca0060bf1f3de3e66ab8a6924
MD5 176814689b3b2a947bbb4e7219ab73d1
BLAKE2b-256 40e24f5f73e1eae87e0d9b9211a05762743497b9ca2bb93970eed389cc0fec12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e05a9ca3c59600278cd5c1441ec61e13d3c5f277862657e0ba390cfec289014b
MD5 b59af52dbab28a02f3b2ea2fb643086f
BLAKE2b-256 b937746f7fe4fbed01a323cf4036409d9d82a1c588194a427923b7771ddb041b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 812b0bc7cb5f4d95da2b7aadab7533a5abff115f3bfa0d6e6470e6ee2ba45257
MD5 15af428e8274eaea4b500ae372d4c7ee
BLAKE2b-256 1de0498ddedb5e32ec1af6d26dc2c7b0884ceb82d01cf47b1fc1ff326359288e

See more details on using hashes here.

File details

Details for the file psqlpy-0.6.6-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 766cfff7549a3c04f0b7db0acf22d0d2a5031cf64d7530ad5a2152e798ef14e1
MD5 6c85e6c10a001c13f51752e2721ec3aa
BLAKE2b-256 59eba476c13fa5ab7528731f3a963be59094ee2c2833e917f215505d0f01be40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b4b81aa15fe77fee23716a55f7eb547906587f2a928390066242f1cc3ba4643d
MD5 ec41a640d6869789e913b30004f86add
BLAKE2b-256 dedb522cc401d301213d1cb0641ca02d517322de07727a63c4cff4659f510307

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8930c1abb97249f14aaf6d5952f1980f5ad0f85bb9e5688767e300e49325dae3
MD5 4aebf5a37576033d1913f9e365d69782
BLAKE2b-256 902c1ac3916cb1cf458fb36e9b54db889941b0171b3d10973c13f0e6324f61e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 b1e597e90a4e579a69a3f5057cdee9f8c905e0d5424429ad0da575f89d5a82ec
MD5 f69cd7550c96ab0ef88dcf60369780b2
BLAKE2b-256 4eb5a43d59831e67e4d795ea1dc1c25afedc5f0a7d92b8199a19458be6cf8ad5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.6-cp312-none-win32.whl
Algorithm Hash digest
SHA256 b774850262ac5f04cd64f5b29306f2c987a33085a1518cc6ae15627c845a618f
MD5 1d4ff1e05cb39304b43ad9e5d5c68629
BLAKE2b-256 90dd3e2e11835b159b4acdde29bf04a2a996107e2f6ec273977b488fe00cc6d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b50f74cb9f73335e26d12f92c05b74a733b825c2fa3e11ddc1712ffa8dd0cc83
MD5 1416d21ee8ca365dfde3dad699eaf31d
BLAKE2b-256 b71694eeec451bd96fbd50063adc99984852034aa2d77019faeebd3b320c015d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cea50de1d79146e7f2933ccb6fd1d402eb91f8ba115eb1ab1c1a7f9ffb2d5e58
MD5 fa91df966ef22d6a21ef1ab0a04291f1
BLAKE2b-256 356bfac3dc491fd6d3deea6d58ac731f162ef1f4ae7694a0381e25b7a4031188

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed85bc2d052f21164f3fd17242202cdaf74a7f596e5a3f09165b4cd8b9879876
MD5 f55c47f88d27915fd913f19ff1f69b04
BLAKE2b-256 3d121c0ce0e0e83b626d4c41302c41fa8a96f7fbf77b8048b9b748a54b90e675

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a91350f9ade03ff2853ed97e8f64472d0499a8ce51229b47ff9b63605ea810e9
MD5 258aacd2063eeac6da94ab2292343e1a
BLAKE2b-256 362a465def8acab22186fd1325f8fbab1f4330e0ab562609900e940294d2a7ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d7a446ae316c2ccef5fe777603516fe996932592b62d1940f414fd3ba430f1c9
MD5 0090cec6f0e8d42b2c53f53671e0aca7
BLAKE2b-256 84742b52dafd87539203cb3bbc9cfda8f34d4207ef4134ae21e2c0870a716dfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4523bed61464f3938a39b259a445f932fa1538ae812381af7fdc05cbfdbb6cb0
MD5 8594cfb1d792415a97dff2f3f66803a7
BLAKE2b-256 6200bb1919c4a62bb5e9aff3f8320f5afa0a178f28432ec86628e781dfe4f74c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 080d172217d4129a300c463c84476d6b1d3c5a704c30cbf02ae6f75db0dc3cb7
MD5 7b2316578727b1d4f4a3f8d4fc1a45e1
BLAKE2b-256 d971657f15c02c8e017dd72de98b36116635d05c1a3a16d6af6dce5a1ac689ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d6239a83622714fca7978225f49ff1fa07e5fee1cca8f0e7e1e0198ea26bfa0b
MD5 b99262071bd9c1be2f520a8ca6b4b7b6
BLAKE2b-256 32bcf5d929476ab8569bcf6705a2b1cee7e14dfb1064635f531587953ef33c38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1eb4d24c4b588f101485545195c29acfc22e4aaa9511200d0c77d1e792326b1b
MD5 74cfbafac234fe24aa54e5a9eda497d4
BLAKE2b-256 36af95ea6f376fe88e4cac2451f55007b34884118600097d2c211441c2e2a7f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6f4f6db5650ef7fe378986ecbe33a76db52211d3581fed6347ad5a2ce268a38a
MD5 2684d88b702b652d6b5e1c4d0fa9cbb6
BLAKE2b-256 337dc49a3e6d958f9f1d0d1f620c8bc1c7e1a26c18055d171c109047068919e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 86ff01adc3234e99b1d8316d3a22e4e146afc692010042f18aea90fb3b394d12
MD5 fac75d19ef42841b25b970675212fc0a
BLAKE2b-256 9035b08419dde775f236051f16b8e53b08f68741b933e6df039c9b858e309869

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.6-cp311-none-win32.whl
Algorithm Hash digest
SHA256 76159d4ef18e6d9b0e3493b037aeff9fe3f00627acee1d2d4226429c611683a7
MD5 0f6ba66dc9147ff974f2cab27da96647
BLAKE2b-256 56d583c6ac3c2e071f796f6c413a7ee9cb2162af76fb3288068fa5b9fc99d8a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 976be80e9ee1d313275c0e638c4f5ef68a72ab329b9fa7f1272b58c30aaf2ba5
MD5 8a41eedac7c3ba8fa2b9a42bd267cfa8
BLAKE2b-256 197f8c61b6797f818caa6ecbd38f2b8561b6783f0f7f7f495cddc242e1c025c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7267fb016c9d7d070248aa0c3f79ce5cb269b271acb338190e43da7419257fe4
MD5 2b6d8f4b5c39f58a7f391cf3d1ede800
BLAKE2b-256 ed5e999838e2c2d25378460ca1cc5edb62e99c94b293a1c1037de7332d0efdf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a00a66e1072632ce2d8993384f8f867487d2afbf88d5fbf7c5356fa3a37db484
MD5 ba403b1b9be21d8a0daf2be668fb9996
BLAKE2b-256 a1893aff20bf2a3cb0991a1b9bd7eb1004e735465ba001110756afe82dcac8e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d27fff2b3b12ecbf6867f33a0a935a30d5680b0e6a950c121c400f4d6e3cf411
MD5 af231b2d0fe65e5a901797c3a3109a2c
BLAKE2b-256 322ff2d4d1c697999c3d61039b5e0bec1bad442041d53f4fa4e8cf8a3072ab5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5dea6578b288d118a3acdb261cbfd083e21e810fb9555f4ddbe6269206ae48a5
MD5 29950dfe0b354edda9ae8c99f9d7350a
BLAKE2b-256 d1096acfcf20c8243222c4d4d55d76208d9882ba45d8fa78060f84b5f22c83dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 12070f4d222bd6f18d945e165e7cd85b5db5827c02c1f0be23d8d2dc48795ecc
MD5 440ee96a985270f606827376fc40e8e3
BLAKE2b-256 3cca86875f42cc2673bc30ebf05f7270d45020934d028d352e4e8680a4bc5310

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 576b054f603a52ea0c930ac99290b613e361ae82bf7dc834866e37ebe770ea0d
MD5 e0264e3479bbecab1f26fa84c7831326
BLAKE2b-256 418f55dae4d3ab876ad7aa7359f6aefe469df509aacbe2d386c19706ffab6c68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ec19297d83509f88657b300dc771fe579175c71be64fdbada6393a23a1e29590
MD5 25898e73463413d476ad86498e58c16d
BLAKE2b-256 ba9e514c3440943a87dc6ebd4d0ee00a331b6155240685d66dce7a61133d70b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce244145fbfd8a4199aff2b5171eacc45c96fe3d669ff1721132ff6347fa432e
MD5 ad20e8e34eb77492ef659b8a92c580a6
BLAKE2b-256 92c72bfc91d443fedceefd0af838eea32b728501e15831883ade735b5878e087

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 45e9f114e5fe0ed0324e2c5ddfe18138317d2f605c362a46bfef204040f66501
MD5 fd3c1852270c4779ba704d3ef18a3d00
BLAKE2b-256 be3807f811dbb4439f4d9ab1a1d1b7cb27cc2bdafee053d3d7540f297ced4939

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 d9ab57a4617266073f06d7f776e24c40bf11bc88b62b606194c6f9d0a017861b
MD5 191983db0609b037b0da5e4c0a89c55a
BLAKE2b-256 063f933a9bda04c7ec784af8926b828830d37f4dd861086dda276e1ee6e22538

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.6-cp310-none-win32.whl
Algorithm Hash digest
SHA256 9048aa38f54527f4a9dc4bbb0268dc24041b18d63ca25fa37ab733510b0a318d
MD5 775eed7b5af487c551971ff1a56167ea
BLAKE2b-256 da69db286f91474245f05ebe07b04dcf2dd608b485eee0cd3c5f9628444516eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c39367addb453baa44f80a21aa6912419dc00f333684f90cee57e3db52ca2ac5
MD5 66611462e0e7d08978b493dae8942fe2
BLAKE2b-256 fb2e2e67737524359b5ceb49b122b70ac79a8a091315b6293b53c1c3c4f5d409

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7b69df04af490dd03ee3216e24f0b35e057a659f67ddb9f86d0b315839d0c011
MD5 f25e2c8fa8e0e642d886beed71d5019a
BLAKE2b-256 cc8c0c371139af4db5bdceb446549ce3999d545aa171d4debe1843888ac21917

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d05a6c73763abd36601d1040c31f44863702cc717ae2e746869ccc7e569d0865
MD5 c27220b22aa8943e375e7ecccdf27a90
BLAKE2b-256 a9b5e6fdd20a1bbc22d886d1fea0f09d68ec002437c5edaf8741c9d56d4437de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cfdccc0ece18395adc14052bc2b925e547061bd19bda63bce3c0cc858552e608
MD5 18bbb0c6b57dd69bd8bce93a8c02610d
BLAKE2b-256 82e78ed0b129cccdec3d7df44fd60ecddb4644780e2bb172f9d1a87899658b2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 463f34b8d9a7e39e9761e5fea2d2210b38dcb0e6395db98c77f0def138c8c7cb
MD5 3d65fef047227d29ad53d709df910557
BLAKE2b-256 473acbb420984c8dbd3f8c0ca24b7eb68c1940057d778b72c40786b556b863a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 badee486a95b29b2d4e1ae0f85c71f75b88baf100225fca7334e725cfa8fd354
MD5 148b939ce9980d7dde6d6edf481a8c20
BLAKE2b-256 cec752b0e1659286e630420cda1ee946bbbd34a80b12f9f6387debbe5f60585a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4bfa431d0aa4175d34aec3c088a79bd11e8a3cf2183f540fe6e65035afef76de
MD5 2e4352c2a42cf4c51969fea0d57a6e9d
BLAKE2b-256 953de2526022821e85740dc62eafba62eb3d9812a2fbf0e7f73ad1a0736c780c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 52eef947b4461737773a606d15182b812003198ec6ccd0164dd377430ed2dd98
MD5 b87a02ea45f9111c9b3716367bb823a6
BLAKE2b-256 7ddac286eaf09c83b2fd37b66376a20c5ceaaf9431a9561e419281142395a713

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0ec5e80ec0cc3a0777d82727f6ba8037224bf91732646047e1082f43c27b6019
MD5 367f727ec1a4b2dcde9199d4d8c4deb3
BLAKE2b-256 e80bc57fef2646b7ddd7a0cc0e241f972beb6be9418dd5e5d2e81149678061af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 638d269e49791c9ca5df1e488a5cd919a981936939cebfa173cf9064f8587917
MD5 052758f1ac6228debb52368c60cd8d3e
BLAKE2b-256 6e907e241cadf2d05a25fbc777e3cb0e7b5140929524157d5fb84e711e1a2591

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.6-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 a725eca0805676c32daf442fa94bcb083724194bf34f8250fabedf6f0d8c9262
MD5 cdbc13f5671fe133672dc2a2772777d7
BLAKE2b-256 12c90014797cebc5a875d36dbc07ca08a3e86266be856f094e1f175be12d7235

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.6-cp39-none-win32.whl
Algorithm Hash digest
SHA256 9e18347bebcbc7ceeced5fbef7402802a6de950722265b0c5e12363e6404b93a
MD5 073bd522136b0131efda9772574d448c
BLAKE2b-256 9d5616fc8ce054156064b461ba3c9986bcbfb1da0ea3ea4df506f7a9507d8dc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3d4295222c4050abb361095d336aaca4b505b4e55f4454f0f41573f984d4989
MD5 931b7c99fafafbfd3c3c5568dede5826
BLAKE2b-256 ffd8c4c34db943eb8f106777ed69d4f82f2bbeffa1ba7021fae9867f8c2813fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b999867daf5df3732d1051a626fa48743ff0c659d2e0424c8e2d2bf7e5b5967b
MD5 961d9bf7e50201274cf545342cef2fbd
BLAKE2b-256 e9575259f8e239e2432ec67074abef58bfb873fe82de9e48125098c55b6a82b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 12c49bbba9b66a00ae79cab406885aeccb1a1576f35af42a00be8b8619b74b0c
MD5 60a10dda0ad35ef87d8c31369febdb53
BLAKE2b-256 c8c61449d83fbaf459e287449c588fa08315d94ca1a4e4a63769b8f2d57e4460

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 33e7b9c7f0d02e378f18a50ad85e18a456759cbb6b74aee2752ca5ccc8f753e2
MD5 9f0b40a7e94e1c8849bbae77c527e48a
BLAKE2b-256 04ac884be48eb4934ddd9f86341aa2eae84237d82f743d766c87315ab5aa88e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8ab893add5e03ddc0dfb1a26f996dd7635870b764c2dfd4b20208fed40491f58
MD5 37b5772d227d5a558b8879432d5554f7
BLAKE2b-256 4417a4d93019b55d36b5715e38de75ffa46cdbb3bb7a993dbb883d82e0b86606

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 75a6033c8b08e1a42bcda90a9bf427a1724eb03199d325013fed2dc499afe22f
MD5 ede22f8bfa8ea460c67e364b5aef3b4e
BLAKE2b-256 7dbe3ad5f6372defcf1483bd231af8c4a38e2ceb951ef6ece373123f087b5e62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d25f70c25dfc69dd47e2de0fde60b5e96e76569da8adbb3536c051cae5809275
MD5 60c5ae42dae9e99ad4aede9a5a6e27cb
BLAKE2b-256 13b830255d03c6622a325046444186bd4d67375fb81f0715dcf7efbfe13a2ad0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 640abbdff22d0cb5567e78b311ce2d408999aeb0b091e8ff1ba927697148f7cd
MD5 644af470e9fca1e594df488f7dccd9ad
BLAKE2b-256 d46fb706a96b209d8c5e5764fa57c0c2b3a1d70af08034dd957a90dea1b80b94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ac83c3fe490d565846a5a4a4373c1eb8f95a450c241e9ec68ac1a9933a061fc5
MD5 074c453c8663be90947e89dc119e5f28
BLAKE2b-256 8913a1ab658e241129750e86e5163f6048b2608790506a19c7e647ef3d60cfb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 40d420aded237fa9e8c9dc1247086b3f04ccd059b6804f988c851004b08c73a0
MD5 836306f0bfed5ac9e3cf3abea95f8241
BLAKE2b-256 296c470d6bd792ee0c0bde832305fde2402591d1d7a3a406a3b2d90676ef5252

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.6-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 55597202c49e6f27236e7d0a78e713fa597ce7b9aad6bcf32f71fab896b8d423
MD5 ab75d1f4a3d5427d7f86e543e4e0c631
BLAKE2b-256 cc8163208d79c0c24764c22e39f26a30c94ac938ff9ab90645a018318cbd99c6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psqlpy-0.6.6-cp38-none-win32.whl
Algorithm Hash digest
SHA256 e7e4c8b9d22e66336990b11d1258b717450aa541a6bc80808d9ebe389e6fa936
MD5 703f35e5246b4863323b2038589c2386
BLAKE2b-256 0fd0e5992c81d50a860ddad4b81a022c4a6d2c5f05d7504a02d53b27f7907cf0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b1f215a6bc31d9b648ae59067bc096e5214920e4a5469478ad322affc35290b2
MD5 c3b5a6151410dfb85e1d9c5d1204a335
BLAKE2b-256 4e5e2a223e2ab78cffc42d80aacf50563bbf9631d7e4fb016112338f3637a44b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 607974528021a40b5c6a45f3ca52e1ac0adadf1ab1e7c4a50e574b0aebefb846
MD5 94f11fc4275e82c97de398387a62420c
BLAKE2b-256 0a909dd88095d6ef1cbc1084f730be29025af5e7a611952be963f4bc9d136e84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e56478a41df47d179568bd994a6e8b22f50bb32ba320fec9a44de50f905816dc
MD5 ceb2bd55f946dd5e48c6119f58142220
BLAKE2b-256 a40d7b284ebb388e32b891668c8d6d11eca915cd459a39221902fefc871d6096

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 766ebcb08a29a84e6d5c855d2fedd0b95bfe93230bcf27cb4a02888f7f27a971
MD5 af9d93185addb4994038a46db1e2ed6c
BLAKE2b-256 1b370c6b57b5b5c7ec2a2d025b04b69248a550e31ea48f0261ce686f8d2a7600

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6380869626ffa1757b277f85358172667fcd8e09190bdfb52ea65cc2e44e429c
MD5 c886e96081332631f228e47fb6e9ab68
BLAKE2b-256 536e137c28eea94ce426cc62d473de7dbc08a4ce6c4ae9cfd124d0638274516a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9fda0c4e419ed1f1fcd1193e2fc3933f3ad8452cc3cd494f836e70a25c6f0f33
MD5 6534a632b93b02c7e50fadf44bbdf4e9
BLAKE2b-256 3a50bed0005dee8e8314a8f9f3827454847f31f26ea326ed460503669d411a28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d32f304d47b313b52336d97cea9d0907a32c4c8d79a90cdf22ab60cfbab9ecbf
MD5 b3bf8f494283d75fdc8673676f513694
BLAKE2b-256 468091d14d6802e98cd80c05037b81a20e64ecf74d01e31d6163050e285f388e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psqlpy-0.6.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e04dea809db7ab15e2c89d4fb8b5c91ae4d4e3e8f4b6ace7463e483fc34865a1
MD5 9e08012e22fd5a74afa544d7eeb142dc
BLAKE2b-256 98570bea6929c355fa9f7317b196a849e269ed25d668f4b3e8307e419024df2c

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