Skip to main content

A Proximal Interior Point Quadratic Programming solver

Project description

PIQP

DOI Preprint Funding

Docs License PyPI - downloads

PIQP is a Proximal Interior Point Quadratic Programming solver, which can solve dense and sparse quadratic programs of the form

$$ \begin{aligned} \min_{x} \quad & \frac{1}{2} x^\top P x + c^\top x \ \text {s.t.}\quad & Ax=b, \ & Gx \leq h, \ & x_{lb} \leq x \leq x_{ub}, \end{aligned} $$

Combining an infeasible interior point method with the proximal method of multipliers, the algorithm can handle ill-conditioned convex QP problems without the need for linear independence of the constraints.

Features

  • PIQP is written in header only C++ 14 leveraging the Eigen library for vectorized linear algebra.
  • Dense and sparse problem formulations are supported. For small dense problems, vectorized instructions and cache locality can be exploited more efficiently.
  • Interface to Python with many more to follow.
  • Allocation free problem updates and re-solves.
  • Open source under the BSD 2-Clause License.

Interfaces

PIQP support a wide range of interfaces including

  • C/C++ (with Eigen support)
  • Python
  • Matlab
  • R (soon)
  • Julia (soon)
  • Rust (soon)

Credits

PIQP is developed by the following people:

  • Roland Schwan (main developer)
  • Yuning Jiang (methods and maths)
  • Daniel Kuhn (methods and maths)
  • Colin N. Jones (methods and maths)

All contributors are affiliated with the Laboratoire d'Automatique and/or the Risk Analytics and Optimization Chair at EPFL, Switzerland.

This work was supported by the Swiss National Science Foundation under the NCCR Automation (grant agreement 51NF40_180545).

PIQP is build on the following open-source libraries:

  • Eigen: It's the work horse under the hood, responsible for producing optimized numerical linear algebra code.
  • ProxSuite: The code structure (folder/namespace structure, etc.), some utility functions/helper macros, and the instruction set optimized python bindings are based on ProxSuite.
  • SuiteSparse - LDL (modified version): Used for solving linear systems in the sparse solver.
  • pybind11: Used for generating the python bindings.
  • cpu_features: Used for run-time instruction set detection in the interface bindings.
  • OSQP: The C and Matlab interface is inspired by OSQP.
  • Clarabel: Parts of the iterative refinement scheme are inspired by Clarabel's implementation.

Citing our Work

If you found PIQP useful in your scientific work, we encourage you to cite our accompanying paper:

@misc{schwan2023,
    author = {Schwan, Roland and Jiang, Yuning and Kuhn, Daniel and Jones, Colin N.},
    title = {PIQP: A Proximal Interior-Point Quadratic Programming Solver},
    year = {2023},
    eprint = {arXiv:2304.00290},
}

License

PIQP is licensed under the BSD 2-Clause License.

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

piqp-0.2.2.tar.gz (7.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

piqp-0.2.2-pp39-pypy39_pp73-win_amd64.whl (879.9 kB view details)

Uploaded PyPyWindows x86-64

piqp-0.2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (960.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

piqp-0.2.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (351.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

piqp-0.2.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (291.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

piqp-0.2.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (893.5 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

piqp-0.2.2-pp38-pypy38_pp73-win_amd64.whl (879.5 kB view details)

Uploaded PyPyWindows x86-64

piqp-0.2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (961.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

piqp-0.2.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (351.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

piqp-0.2.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (292.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

piqp-0.2.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (893.4 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

piqp-0.2.2-pp37-pypy37_pp73-win_amd64.whl (879.1 kB view details)

Uploaded PyPyWindows x86-64

piqp-0.2.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (958.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

piqp-0.2.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (351.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

piqp-0.2.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (290.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

piqp-0.2.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (891.5 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

piqp-0.2.2-cp311-cp311-win_amd64.whl (884.6 kB view details)

Uploaded CPython 3.11Windows x86-64

piqp-0.2.2-cp311-cp311-win32.whl (817.5 kB view details)

Uploaded CPython 3.11Windows x86

piqp-0.2.2-cp311-cp311-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

piqp-0.2.2-cp311-cp311-musllinux_1_1_i686.whl (856.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

piqp-0.2.2-cp311-cp311-musllinux_1_1_aarch64.whl (801.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

piqp-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (962.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

piqp-0.2.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (352.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

piqp-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (298.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

piqp-0.2.2-cp311-cp311-macosx_11_0_arm64.whl (250.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

piqp-0.2.2-cp311-cp311-macosx_10_9_x86_64.whl (898.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

piqp-0.2.2-cp310-cp310-win_amd64.whl (881.1 kB view details)

Uploaded CPython 3.10Windows x86-64

piqp-0.2.2-cp310-cp310-win32.whl (812.9 kB view details)

Uploaded CPython 3.10Windows x86

piqp-0.2.2-cp310-cp310-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

piqp-0.2.2-cp310-cp310-musllinux_1_1_i686.whl (853.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

piqp-0.2.2-cp310-cp310-musllinux_1_1_aarch64.whl (799.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

piqp-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (958.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

piqp-0.2.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (351.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

piqp-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (298.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

piqp-0.2.2-cp310-cp310-macosx_11_0_arm64.whl (247.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

piqp-0.2.2-cp310-cp310-macosx_10_9_x86_64.whl (893.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

piqp-0.2.2-cp39-cp39-win_amd64.whl (881.2 kB view details)

Uploaded CPython 3.9Windows x86-64

piqp-0.2.2-cp39-cp39-win32.whl (813.3 kB view details)

Uploaded CPython 3.9Windows x86

piqp-0.2.2-cp39-cp39-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

piqp-0.2.2-cp39-cp39-musllinux_1_1_i686.whl (854.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

piqp-0.2.2-cp39-cp39-musllinux_1_1_aarch64.whl (799.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

piqp-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (959.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

piqp-0.2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (351.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

piqp-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (298.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

piqp-0.2.2-cp39-cp39-macosx_11_0_arm64.whl (248.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

piqp-0.2.2-cp39-cp39-macosx_10_9_x86_64.whl (894.0 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

piqp-0.2.2-cp38-cp38-win_amd64.whl (880.7 kB view details)

Uploaded CPython 3.8Windows x86-64

piqp-0.2.2-cp38-cp38-win32.whl (812.7 kB view details)

Uploaded CPython 3.8Windows x86

piqp-0.2.2-cp38-cp38-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

piqp-0.2.2-cp38-cp38-musllinux_1_1_i686.whl (853.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

piqp-0.2.2-cp38-cp38-musllinux_1_1_aarch64.whl (799.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

piqp-0.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (957.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

piqp-0.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (351.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

piqp-0.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (298.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

piqp-0.2.2-cp38-cp38-macosx_11_0_arm64.whl (247.8 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

piqp-0.2.2-cp38-cp38-macosx_10_9_x86_64.whl (893.5 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

piqp-0.2.2-cp37-cp37m-win_amd64.whl (884.0 kB view details)

Uploaded CPython 3.7mWindows x86-64

piqp-0.2.2-cp37-cp37m-win32.whl (819.8 kB view details)

Uploaded CPython 3.7mWindows x86

piqp-0.2.2-cp37-cp37m-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

piqp-0.2.2-cp37-cp37m-musllinux_1_1_i686.whl (857.2 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

piqp-0.2.2-cp37-cp37m-musllinux_1_1_aarch64.whl (810.0 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

piqp-0.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (965.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

piqp-0.2.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (357.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

piqp-0.2.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (306.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

piqp-0.2.2-cp37-cp37m-macosx_10_9_x86_64.whl (887.8 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

Details for the file piqp-0.2.2.tar.gz.

File metadata

  • Download URL: piqp-0.2.2.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for piqp-0.2.2.tar.gz
Algorithm Hash digest
SHA256 b7f54a55d59d63e9c3b19d41262427cb3b485f71ff3970fc360763fca577e0b4
MD5 c44887649546e5d77e765523bf2b3aea
BLAKE2b-256 8be69a2fae6dc0da1fbbe12b18d602dee15d70c9487d273249d7f6907c67e787

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b9dcd1a30276dc892d3bde7918a30853a67051462427ce696795d1ed3a7481e2
MD5 49bab49034eb230682966ab9d0a4da80
BLAKE2b-256 341a274dd8af245c02e958882d09738b9b4693d7af9e38563d8bd282c274b6c8

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e1ae5de2bb1f7f7ee8702205fe561ec6e71cbf06846a44be0ee94bd9496fe605
MD5 0015a0eac59a8b840d7f28e691ff0163
BLAKE2b-256 3a115e9e7994ab3fc288ef028657df2ac051e63a6e9b88f8571c50c4aa9588e6

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b59469204ede31546d18bf8d3bbcf9b41ebd8d17d3bae115b8c6dadcb0140336
MD5 7a5cdf49045be028c614cd3e4c432093
BLAKE2b-256 b026800ec96d45f5a291688476177a80c1d3ed9afd2159ad314618e66215a9b2

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 649edcaeca3d187f570652546f30c43483f8231426433549b0b89946d46aecbc
MD5 752ec1fd01fce039150196288371e8ff
BLAKE2b-256 321bbca48b97a9d76a3c2b9a4b8cf1290b7ae52a7a29607173948808674e3efc

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f8863a0b69d32b4123e03b781b9e6edb3dbf652e2c27900c48ed9da367da21d2
MD5 80cca992f3a1ba14f0ac1e269b1804b7
BLAKE2b-256 8821d33276cc9cbf25f80fa2d67cf8568619565044e837e938d32993fb44d0ef

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8588fac0f85af3d4db2750470fcfc7aebfb994ff3f0fdf38fca95c45cdc9d5f4
MD5 adfc3f52abf1b91ca67ef31b005826ff
BLAKE2b-256 548bfa1037f502962a338fda4387e0140f030e9ed1e03a353ad9368fa9b11190

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d7b2daae780e4f99a2544d2c16aa340f2ce0830dac932c6ce37d25b18f4ff4a5
MD5 4c40cf1c20e5451db7d080e29db3bcc2
BLAKE2b-256 69c8129039f67160f340e43ae070445a0928147c0157dd18b1810c1c891b2023

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3152e33f83897dc0368cec783469feca6d44efc5abfea8d2e5c05f28d6bcce92
MD5 cd3c84512d5827337eaaa71c47bfe8fd
BLAKE2b-256 b203afdc51250d65b96dcaf76737f6327e39df589b30012fb6f517bd95121b1a

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f6240ec6221c0d286aa2383700c9425dd44aa5ad44a13c79c7a233704cd37383
MD5 0a6650e8e13ecacc40fd37d3ce98da9f
BLAKE2b-256 6d0b9d9606de511cde60bbe636ba390484a692b0932fb847e239734ed8d7d030

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cae2c7aba657ce07801b8078ac2b3fcb2f4262ce559e1f54c038dca0fdf51aa4
MD5 1878628dc7ebe45dd5debf60c73a2e80
BLAKE2b-256 88ebfbe43cf4a0076e06b59d5ff5725e3bd03d34664177c6bbd962f8793cb2fe

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 fee2eeb7958b2d4e468dbda206fab2d2ddae890398df4f114f46ba863cfd2110
MD5 0d80ecc9c06770cb260e077ee2d67b4e
BLAKE2b-256 7af3c3fab13264b447d2e7960b5ca683185b91d3f25d9be59b5e10a113898635

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66418c62640479e9f43ed7d1d8888c90879c04ccd9a62d6748f6ffcbd5a440c1
MD5 ccee7ef2a71939a1f45a9a8935f19854
BLAKE2b-256 65064ca3b70bd5b3d48a5b0c6a3b967a8dd997a463ec5ec1af1e8dcf86fe4a2e

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3fe7bea5f555af0e4f9a7428972d3c3f48f0721fa67e9d1caa8a85a00cd29459
MD5 77bb2e833b71d274918d3e330e13a522
BLAKE2b-256 2ff003dcc5abf4ce18d10601acc5c61f6f9d30a1f7eb663d7f320a0f029bff4f

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 463ec3184adc07dfc8eeb0b74e4f16df9b31221784f2289287025fb608c0607f
MD5 86b2769a7bc6719aa5d934d0e683187d
BLAKE2b-256 0c512bface2abbe01dd9b922598368128813d070c3ebd86ddafa9832720d19a0

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4e22be30e709952b35a3a945a37bb0c2bdfffa27a6181113d9711a51b683a37b
MD5 67b69f8f9ccc92846e46d0ba7ac4dac5
BLAKE2b-256 bcad190c51de3eca0334157229cbc6ee4cbfbe929e037e6ecbea5b9fc35587df

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: piqp-0.2.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 884.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for piqp-0.2.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d21c01bf40513e321925cef4743a8c5bee2557193e63a9cfcaf54186491fded4
MD5 08321046c4ca28a0356015dc3bf0f00f
BLAKE2b-256 60bdd8edfa43af360d6014b069f5267b8e856c997ee7c6faf726f989db471487

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: piqp-0.2.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 817.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for piqp-0.2.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 472a4296a9553d8f80cd731405f657f612754981d9df4548914a92e4270cf232
MD5 4a6ce0392aa94d0e0cdf5df115b784f3
BLAKE2b-256 e72379ac33269dce63305e233ab66d389ea23759c248373e3e7f8f6dab197e41

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 31f1435f80d1dbb7e1300f7a79273bcc7ebdf25fd741928d0a3518e3a1b160ee
MD5 d8ec773264aaa3a50aef9a49923b04f5
BLAKE2b-256 7a2f7fb9b3b027afe1ed3337d3511533c3329b33283c3531aecad7191dfe9562

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

  • Download URL: piqp-0.2.2-cp311-cp311-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 856.0 kB
  • Tags: CPython 3.11, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for piqp-0.2.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 dd8f811f73523d7e3930257c1fbe88d8027ef2ef868f21e70c60b47ecff2d354
MD5 459cb44628d094be96fc788acb03f451
BLAKE2b-256 71c3873fcdda6e9609a6b4f268260a5b62239d6b7b242c0a1f9dd459e102a90a

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8d6092edb21394c4a2a0b90fa4fd4004ebeda3acf37d0cc0201bc42263ff1be3
MD5 644a08327e258af82d233241175ca936
BLAKE2b-256 60188d379e1f4d5d9a3841594d542e0e76cbc248147754313c51948596089386

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38c115c7f0df9c5d92e2508786089cb0756498b5ca2913aa4b2157e4cf050233
MD5 339df51ff157bd0bc916ba3c763c7e64
BLAKE2b-256 51800b22f87c3231da2b7bacfd60d9e12d5c3f7ef638f40cc04c34c4d66f8007

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 157edbfd38a1504ce0fc72206d2a61a2c4a71bec5813ff7f22f400b0a5275684
MD5 27715f53ddf71ed9f125869069f9dfa3
BLAKE2b-256 eff190ff297b94ff0b00597c47b48d10df5d77a0de5c072b8b1d062266d14648

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1cc2ad7e75b6a8049c960ab5395ded8989cb86ed5de05917526ff8a378d41252
MD5 3697b15386e98a51bb7c043d296d6f41
BLAKE2b-256 6b8fe7c09f4d0a6913124b11f4633be132b8701202e780d32abf5338fcffd0e6

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1755e3766cf681f536d186a1673a86cb08940b0d115ae423251e1d5219e96b2
MD5 2a9d5c15ce993bc9120850063bc4b10b
BLAKE2b-256 11fd0a9829d83e885f39fd9d8b0b81b737f1bfd23f6bdd5c37e038404de584c1

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cf59e4e9d933c674b073f98b498c020efcd53418d5c93b7473a93f63f2b7d4b1
MD5 2368b248e00ce4b438b7e2a1e7ceb8d7
BLAKE2b-256 aaee2a5d27bafb456ed0771cd63d64b54d0512e8c8b48a8a414d66586f5d84fd

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: piqp-0.2.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 881.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for piqp-0.2.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4a36a0d5bb4a97cd5210bff368a1f18c4ef70b7f3553cbee75ed18c2b68048a4
MD5 3220c542524ff658c5caf6550253dfd7
BLAKE2b-256 ff0779b709dae3d10dace7c9e5cfa4e7ba34728538d3b10d1535e5bd0a4b062d

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: piqp-0.2.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 812.9 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for piqp-0.2.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 da6685de6ee95ea96286dca17835573eadf445514d7e403532f9f546ad9f7db8
MD5 fe9202fb579dd2033872971b232a367b
BLAKE2b-256 23f7937328a3a676217f56e62117824226df1eef581a1e60b7cecc383c4c4c02

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0e0bf4ec32a8770ca44bed3dff3606f1e3c47f6f538d8ae649a6e67d62d16b7f
MD5 40abc875cb5a51d8bfc669757a794a83
BLAKE2b-256 23a74d052c1561aec840c39a19ef16b92d1589dde496b0aa05b4abddc56c9569

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

  • Download URL: piqp-0.2.2-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 853.6 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for piqp-0.2.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6b8fc7e20192557c1ea3142129384d956e107ba706e104fa05e352495ce6ef9e
MD5 047ab078214c15a0c4675f6cff16cc95
BLAKE2b-256 91c13923770f0eb856b5aaac78ab227e2193c58b41108b5638de71f0531f78c8

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 11ee4fea9fb5a271df18e70af09a361c44c36d10cb7f7da33078d405be99b0ab
MD5 b1e004d6a0ce442b23a4eefd779a37c9
BLAKE2b-256 b75995a2a77751b0545c5b00a2a8b99b12c18fb226b6c5e168ec8996da656cc8

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 726e10c202916e10e974783c49a0e1bb75b8cd83b14f6151fc507caa349fd09f
MD5 f636afe3de2892a447e0d75daac341cf
BLAKE2b-256 d654ab303a02ab04289504cd0ef9b5d92725baf0417c4a7f32fd42b3d7f05075

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eaf93f92beee55c6f5d9a561d862e5e5cd651a32a7cb0e98d378b7d26cfc46db
MD5 a08acd8f11212e74757302fe3f28d9e6
BLAKE2b-256 8aadd123d3426acef434fe112652125f3e15b413e2d4bcfb25acba144d9b2f22

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a2269734cb3dac46994b52bfd89a670539e45795cc3011a6969ed27f79fcd469
MD5 7422e21ab4ba81828d62a82ff57c20ba
BLAKE2b-256 d97f0fa0ed88bfcba4ef12bcf27f9ac2a21ca1ca59c204a2fe571f24e73f06bf

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9e38de2bb7cca8142397fb50fd36b492bef2df19bef0097c3e77c69714785364
MD5 34441f3853ad8f8f21961250453b8c5a
BLAKE2b-256 ed7119f787991978e5ed73f99bc754cf39f96d8bc050efa498511ceed7d50a57

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b046da3bf9c74359ef3f1d605a24ac31ed6fd5aaf0d6f119e637dd539e4a5654
MD5 4816a3ef592b76bd846d273327027c06
BLAKE2b-256 680865ab1ca440090fac7878e1fd07d535e277ce896f3559ec0b0ce6d3ed1dcd

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: piqp-0.2.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 881.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for piqp-0.2.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c0769b4693a7d08d0f75ebb16a1c0cd4c6a7cd19eaca8ce58ab0f36340e705d5
MD5 f9098670ff879cd2c177dbd35ca865cd
BLAKE2b-256 9229d7820a76a123475a17792c1561b982e712382305b3e52f01f73871c9dfff

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: piqp-0.2.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 813.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for piqp-0.2.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 6ee81bfd7dde51e0b3cad871bf8f3b47b2d1d8bb60e12c91caf2473b98ea7b0f
MD5 cd50d4a3f296754102541b18317ec613
BLAKE2b-256 ff997c0cb979d51c773e9fd9871399e3b19ab84a89fc4d7971c708aaf9c6856a

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: piqp-0.2.2-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for piqp-0.2.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6cfc971bb9a0af4256567d1a28c200477ae5d9b7d1776fff45a57a3f61187d3a
MD5 7fff929d5c35fc3bad6bb6cfea251483
BLAKE2b-256 67d486c8030fb345ff7a1db9fcf1f9bf0c7c2bc330236a3e71ac7f097376aff3

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

  • Download URL: piqp-0.2.2-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 854.3 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for piqp-0.2.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 100e972dc6c628c055fdfa9c0ccdf48a161a9496ef0c593084d207363e9c2472
MD5 b64026377c149472c8a0aa8b0ce01b9d
BLAKE2b-256 5a56e911b702daa5f3eceda1277004ed9cd00d18fc475d44f43de4d2fe7bae49

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d5c18858e1017baf941cdee1eb889f0c17f0a81282fa852c319ae21ece42fe00
MD5 8175844ebef42117e73ff988e4ea04ff
BLAKE2b-256 96ac90f4533b9bb93b21a8a30cdeccd43d2c481a22548440713c6600fe4c9707

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 94cf9dcdc22dc5dc034f91a16051eb61f4330c150b599a7cb754ab4926fd17eb
MD5 93ea84ffe415ebff68569909391aadad
BLAKE2b-256 5ec68a79afc939f1180cfb057324f5e858bd70859be55bcc0c202a5d840539ef

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0c32d55e928fed6b49026fb9b65fd962d2cfb5ae644f6b86ea3b17b3f64fa736
MD5 23c13611d35e4b4b46f9f234e259784c
BLAKE2b-256 aa25f62474125e33eafaf5745b7f202c6cab4cc41b860bef9de1ca5cfb5e7530

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2ec1f0793cbcd9f6c96670f5678e26d2a30981f77f96a6b6b0e689ba1ddb2457
MD5 96d74b14b5e309a475ff915978bfe243
BLAKE2b-256 3aca72858ace7729da6695ad97db6e7b8a9eecec6fb488a483e81c257d084b68

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: piqp-0.2.2-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 248.1 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for piqp-0.2.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e13fec66553513e863457f87ba1add00696972bbbaaf4e819e80482888f6dc7e
MD5 b764687cb8ac55fa952815eaec47f839
BLAKE2b-256 168d5a742267025f114aa9f787e32593f279c40d2673b508554dc9b32b6bed30

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: piqp-0.2.2-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 894.0 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for piqp-0.2.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b8fc30f906e54cd2ae3996d8624df7689014e222c164d864e21baa002d1e2187
MD5 87aed5a17442d2a0faaa3c9edb6de0e1
BLAKE2b-256 8e580bbd08867c4a176615a668cbe3cb425d25d0ad55aed6d4a1d8d1e3ba9409

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: piqp-0.2.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 880.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for piqp-0.2.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ca30f7d6103ea0facedc1358ba18581190b765ed92590a17dd34abc07d94c72f
MD5 3be1ba96d4d8fe2e22019870a8eeb105
BLAKE2b-256 3f868f144d36d6306158083080374d6f909fa69fa15b99bd04f7f0731099944c

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp38-cp38-win32.whl.

File metadata

  • Download URL: piqp-0.2.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 812.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for piqp-0.2.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 89acffd72fd5995a5512430a1ed295554f3c60b6d6fb1bc1dabf78fbb5b2b44c
MD5 cdf1c3524ac1ed960fb70733e8bf7112
BLAKE2b-256 306563a1dbd25bd8673e13262e3eb97b1493b612631919249abb59c148b27324

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: piqp-0.2.2-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for piqp-0.2.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c80ff851f378e02220f388a19522c5d4ff66f37565f82b7caf73ec07b266074a
MD5 b53cecd65410ff38d9e272fbc71fd4df
BLAKE2b-256 7b6cbd0fc707602794c5823e653fca67397f731e52bdae6b5501bc3d0a542c61

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

  • Download URL: piqp-0.2.2-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 853.6 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for piqp-0.2.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e75402a78d009033c950af28a80ceeb71cad91f86c6f893dfb151a2fe88d0ce0
MD5 a0d819f9e3bb458629aa7139705e6758
BLAKE2b-256 15328cc393c4e7a3d598d2b2dfbb4fd852b2380fa04256e46c8a6377c0ac6ce0

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 afe5c2cbb267fbc2fc6fb4c2ce35076af0dda0836c4d32f8a6984d19ee33c3a9
MD5 6c796d129bf6234d3407eb3a3efefe3c
BLAKE2b-256 f567b5d702c62e6b25a3ce0fd2756bfa3bee803c8962aa5bc01c6d0eaebeb819

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 57cf60d87c4e0b51d341dd7c57bc20a555745bb382159d9e07e71b388d871ed0
MD5 3b7055cd40d11013d43e67ff72ba8308
BLAKE2b-256 6cee3f322978bdbddbfdc3cfd76026e47ffbc16ad0eca80812b54c3a5fd3c7f7

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9b4bb01d10ca8a6f4d161eb51eb990fed297b036afab12fb7a4f84206a4584de
MD5 141a26b66aa316dfd71d4facfee94814
BLAKE2b-256 188cc3dd2bb068e9733faa067da0ad0ddf0aee8a7dd97ff24c6fc782a83fccb6

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 726a4cc357e9fcc2aea86ecb1351a94cdb4a61517888f77d6f393a9497922f84
MD5 b0dff123429d2c9aaea493913d017e5e
BLAKE2b-256 3e60d6a694a0ac056edc583e8435e5665891d24bf1f82f6cff03fbfd922a024b

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: piqp-0.2.2-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 247.8 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for piqp-0.2.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f73f92241f2b36bde15ac627b90ab901a7c4675a886f42a85d645bf60a21d44b
MD5 1265d1b222b09b7212712d8baac29204
BLAKE2b-256 cc65c98da01204abd7265dddd6b5ac0d92c3c82db13dc0c7d3c1f86e14009942

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: piqp-0.2.2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 893.5 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for piqp-0.2.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bdef48faddb325ce696dc40a389e8be3f8687eed6c104f51bd81cf9aa7ee62e6
MD5 36c85916f39e93277f0dd7030881c913
BLAKE2b-256 1b89e628de435c577c31bf5520870c9f063636e430c59479e1a67f86d6c13bbb

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: piqp-0.2.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 884.0 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for piqp-0.2.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d9e7eace5dabf9b7caa068a1c57ca3128156a365f596c2dbb6413aa91121a1fd
MD5 6d57054360299b562f743ae426588165
BLAKE2b-256 a8a14b4e775f4d2f54e74972b3224ffa900b0204a843a7decb27068f252daa91

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp37-cp37m-win32.whl.

File metadata

  • Download URL: piqp-0.2.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 819.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for piqp-0.2.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e2a745d4cfb5c866661622d64e1d92968cc17d1f2b56e8aaac625aa82639a4c0
MD5 dce0232331de8a9af594da71dba7e589
BLAKE2b-256 af9f737043c42b225cc0aaf6066b01de0399646fedfd5a9e61369e83a8bc7a59

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 697d4680c6fe7728e500cabcfeaeefeb0581035e203605556f8793f5fde7a1f8
MD5 70b8115ac2348a4b0a02a37b85dfacbb
BLAKE2b-256 584d477f7919dd62747acab39a06d72b2bdc821aa71e2cb0c0b1eb9f140f0187

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: piqp-0.2.2-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 857.2 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for piqp-0.2.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 01c0425822c4c4f2e5409a788c0ac9192241e88fedf600bf3f29563cf0ce6c5b
MD5 0d1bc7fac6907c88de5410fcb689bfbb
BLAKE2b-256 6714ded6c5d96ddb5ba493f05f5f67dfccfbf12768ca916afdffb0b39e31295d

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a43786424c6cbb7ac4612952e576c91e012b5ecf55ba7b4a182c805f9e353570
MD5 49cdd645c61d6c1097afe7c63e0affea
BLAKE2b-256 26b47246313df5e04a8fc2e277b0c7679265048e1d64f6e666d6f2f6ced69893

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ec1cae3efb29cc72825f3c39e11fcfef76ec624aa028c2261057173d9e35f900
MD5 9824b4b49aac5b725b853f5444a1d851
BLAKE2b-256 45fb970115e7a792155056b9442f10e5ffe753ea15a09f5219e26833990b5547

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f3f7091d40b22bc5e53517a07fb7e2d1c5f8790c1e016652b729238758520c81
MD5 cd96528d608c867821d7d1a1fe6ba325
BLAKE2b-256 71d7961626ffef57ff5a5df08de76b4ae7a6e95a934e24f22e9e8c3bc0e7b786

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1af963a20a77016e380f75adced16acd3fc9f440fe401748c4248f39a5bd1cb7
MD5 124b866fca786122acb0794d7c04365d
BLAKE2b-256 cb5de095e0c72d65481c450b5c99cbe5bc5e3e79ab918772e378848291eacfe4

See more details on using hashes here.

File details

Details for the file piqp-0.2.2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.2.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0d8ded10a49a68136bbbac00ba91637d94c4698828b47fbf8476e81a1e7adc68
MD5 5ce36a658b4077597898300b9002501c
BLAKE2b-256 95c6335ac4352df76bc3aa801bc6ddd54ff6b17687e4471c24cd521918f97434

See more details on using hashes here.

Supported by

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