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.0.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.0-pp39-pypy39_pp73-win_amd64.whl (876.0 kB view details)

Uploaded PyPyWindows x86-64

piqp-0.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (949.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

piqp-0.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (347.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

piqp-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (297.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

piqp-0.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (886.1 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

piqp-0.2.0-pp38-pypy38_pp73-win_amd64.whl (875.9 kB view details)

Uploaded PyPyWindows x86-64

piqp-0.2.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (949.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

piqp-0.2.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (348.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

piqp-0.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (297.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

piqp-0.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (886.3 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

piqp-0.2.0-pp37-pypy37_pp73-win_amd64.whl (875.2 kB view details)

Uploaded PyPyWindows x86-64

piqp-0.2.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (948.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

piqp-0.2.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (347.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

piqp-0.2.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (297.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

piqp-0.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (884.1 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

piqp-0.2.0-cp311-cp311-win_amd64.whl (878.7 kB view details)

Uploaded CPython 3.11Windows x86-64

piqp-0.2.0-cp311-cp311-win32.whl (811.5 kB view details)

Uploaded CPython 3.11Windows x86

piqp-0.2.0-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.0-cp311-cp311-musllinux_1_1_i686.whl (851.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

piqp-0.2.0-cp311-cp311-musllinux_1_1_aarch64.whl (796.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

piqp-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (946.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

piqp-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (346.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

piqp-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (297.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

piqp-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (247.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

piqp-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl (885.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

piqp-0.2.0-cp310-cp310-win_amd64.whl (877.8 kB view details)

Uploaded CPython 3.10Windows x86-64

piqp-0.2.0-cp310-cp310-win32.whl (810.0 kB view details)

Uploaded CPython 3.10Windows x86

piqp-0.2.0-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.0-cp310-cp310-musllinux_1_1_i686.whl (851.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

piqp-0.2.0-cp310-cp310-musllinux_1_1_aarch64.whl (796.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

piqp-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (946.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

piqp-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (346.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

piqp-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (297.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

piqp-0.2.0-cp310-cp310-macosx_11_0_arm64.whl (247.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

piqp-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl (885.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

piqp-0.2.0-cp39-cp39-win_amd64.whl (878.0 kB view details)

Uploaded CPython 3.9Windows x86-64

piqp-0.2.0-cp39-cp39-win32.whl (810.8 kB view details)

Uploaded CPython 3.9Windows x86

piqp-0.2.0-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.0-cp39-cp39-musllinux_1_1_i686.whl (851.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

piqp-0.2.0-cp39-cp39-musllinux_1_1_aarch64.whl (796.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

piqp-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (946.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

piqp-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (346.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

piqp-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (296.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

piqp-0.2.0-cp39-cp39-macosx_11_0_arm64.whl (247.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

piqp-0.2.0-cp39-cp39-macosx_10_9_x86_64.whl (886.4 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

piqp-0.2.0-cp38-cp38-win_amd64.whl (877.5 kB view details)

Uploaded CPython 3.8Windows x86-64

piqp-0.2.0-cp38-cp38-win32.whl (810.4 kB view details)

Uploaded CPython 3.8Windows x86

piqp-0.2.0-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.0-cp38-cp38-musllinux_1_1_i686.whl (851.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

piqp-0.2.0-cp38-cp38-musllinux_1_1_aarch64.whl (796.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

piqp-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (946.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

piqp-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (346.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

piqp-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (297.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

piqp-0.2.0-cp38-cp38-macosx_11_0_arm64.whl (247.5 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

piqp-0.2.0-cp38-cp38-macosx_10_9_x86_64.whl (885.9 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

piqp-0.2.0-cp37-cp37m-win_amd64.whl (880.1 kB view details)

Uploaded CPython 3.7mWindows x86-64

piqp-0.2.0-cp37-cp37m-win32.whl (814.8 kB view details)

Uploaded CPython 3.7mWindows x86

piqp-0.2.0-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.0-cp37-cp37m-musllinux_1_1_i686.whl (853.9 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

piqp-0.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl (808.8 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

piqp-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (958.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

piqp-0.2.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (354.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

piqp-0.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (302.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

piqp-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl (880.7 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: piqp-0.2.0.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.0.tar.gz
Algorithm Hash digest
SHA256 832195ca93f447153422e25084a707d8e970d7353b2058f487767888b0b9b7e8
MD5 2dbd1701b53533392e0c60b0ccd563ee
BLAKE2b-256 413365afdd050154b9e5721c3e362edeb696f892361ce69b5eebdac7c0d83fff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 fb25f6b4cd2d9d5b11c7ea3d74c8c02fde1b51dd25f122edc4601f5284c1349f
MD5 ea695dec831be49931cc745106f59bbf
BLAKE2b-256 3fc3b96882b29bc114b540c8940a7e4ffcd505a07994ba5528a1438ce24a4fff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 588bdbaba22a461aceb56b70351320b24ec8258737b8a20501b6bc02cc249018
MD5 ba769e43ea6c1252c32571d81e8a6e9d
BLAKE2b-256 aaed62c490934b10b0c9371a827141d1c5145036a48ee72c527211691430ae85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 baccf974e6cab11581a6e392477fdc8657c54f4dfaaba8d162eeb9061f93374d
MD5 10b9489ba0abba66eb699bebeb494b5e
BLAKE2b-256 2c82920b39ac52ccc65985350a6c50dd02ebe9a26bfd1a3ce6fe5e233b766736

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bf2dee73868028fcddc44dcc3fe22ac5a40cb62209192141388235320dc3de8f
MD5 b2bd8bfee6b4a00b003024a5ea2fa06b
BLAKE2b-256 c1806564865f4827fb63e68595b179a4575b47d61f08c3f756eddf1e1c4d0c17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e20ee07fe48bf97afd3876aa1dcd987c0cb2c7e2fb406b02296d2bd01072f9b7
MD5 f51b702d8ca9fdf35d00ece2466683bf
BLAKE2b-256 537a4ff364c8e422c8dece6b19561d3aa82ddef2af28e75f3270f63154da56ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 da96e71dad31106b67e618b381822eb94e0c3af2d0c1a3f748c79105d44eef65
MD5 4dc6bf93e91da86f435ef1db7bfe890a
BLAKE2b-256 ffdfcd21ddda9c3649a65e8c3729af92cf7831c52f6ae74253c20d195f886e45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5894ce2004b0e99dd09c23a94ad8a647f4e3a4ba9956253f5f25cee8a8a2bfd8
MD5 511913247e6e7059150bb21201001970
BLAKE2b-256 193d74e402505babec969042faf06acf41598181637c4bc8f6d47f379ef57f17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3250d804171a27fa778eb210fa93cc9d0cc9f1327c0572f2cf456ef93fa239f7
MD5 c13378d55d661866503456e784e24ca6
BLAKE2b-256 f92ee26a1e489471044d1d99d381fca4c78d6ed18ed3712f540e3f7f200149f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e2dbf0350be1c143d97f856c8fd5b5d58b08a0b5beaffd1e77cbf75cc2a3dd39
MD5 5d9da41aa57d1b164eba4beac345773f
BLAKE2b-256 977dbee7bed72bcb7640674f50a411d17d35747d79eda65e90aa27a2ccbbc9ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c1d5f85bd0b84552fdb77a2243325c078e5687f1eb97116acc65f9b723ac1e03
MD5 5ff56bfc90814a7f31081a887d57879d
BLAKE2b-256 657bb84939f7f4789902b72c16b03b5d3d28114961b029eab3d6fa225684c26c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a297ddfa8c64bd1523e64db87bdb8212244723d6b52c110b353eea1452410a88
MD5 17691cffc9815849ffa034e1d289299a
BLAKE2b-256 ed9bec8b5526152b5cf88d46d1eb5a969545761ec272e9ad81c6e6eda83e781d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 019cbcb3520fbab0baa0f5bafc14015a869a25d9b33b26d92afd433ef54f533d
MD5 0b4d7c5f12cf170fbf81c1235e0689f5
BLAKE2b-256 b089bed73472949d247ea39d0ae7d08ad2a99f1d2cc37a7b6e8da9124249911a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8904231e3b2a91c97884f503950de8f084a0a8b2d25246479b09b18ae93e723d
MD5 24933404c36586939538f832a9aa5e94
BLAKE2b-256 7f7b2eadde80f820b1aea17fee6f20e2b061022df2f0642c0b4c2151302dfeab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 29bd78b5c451860a07f6f57d47481edc1721646f9ec74e059fd187926a263f3a
MD5 187480e774873a973aadb283233748e8
BLAKE2b-256 e1ba78947492cffd1db98382ba5021923afd29908cfa69417514478120d61a38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b45a4a6095985a696a25ab51b098d4f7740dad8786075915dad447c2ad06e956
MD5 a9ef7d22d5d949d52b70f74a536aa13a
BLAKE2b-256 c6c24c8541fae1304ff2f8340846e788c0e9e10bc352d78d3175c2b8ca1bfb88

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 878.7 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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dc79ca436787b5705c552a60b4c71930e8b61bc8524fc212e1c31cd6ab31466b
MD5 5a8544c9a5758fc37d42832c9f627c66
BLAKE2b-256 0902ee4e08b4a20850a365c8952de39626bfc984b06bd8f79d4ead26757c3374

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.2.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 811.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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 fcb793f38a44195ab49195eb880cc7145ed433c809c5272f34844379f4b5362c
MD5 20f896996e28ee5e8ec71422d02b0e28
BLAKE2b-256 1eed991892dcfa091e04f0fca30b306795c0ef0ec64c2caad1b075e7500065e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2c7e2c200ffb1a5e9eaed3c153809aef6fbb4c43d40db6091aa1781012e56238
MD5 1cbdb518c82731b0625792578032a7ce
BLAKE2b-256 56e5010316a1ce3c1aae5a7bf467142e147e6a12ce5ddda82051d609fa5e137d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.2.0-cp311-cp311-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 851.7 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.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4f6cbbd50fc3720d6c43d245f24a5f4cd4f64b59ab409152a0a5ce15fa91fa61
MD5 e9ec81861d63014cd73f363a4db694df
BLAKE2b-256 d8c2302f784d634ded64300c8ae2684c7a343ff418f4a04f67fdb0bf3f1be8b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f848b8c86c4162438aa56e75a572009affecdf6459d98677db19c11c48ebeb14
MD5 1ffc1dfd3c2b1ae2b76dad85985a083b
BLAKE2b-256 e4c5c8cca1c6fe17c6e05f024a6a033618ed3a6c2021b37293453ca36aacd215

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87fa678d563f6507ea6d089ea7a5e307c5bd25be258c2e9896dfd96cd46aefd8
MD5 1138aa510d7f2ee0575d9c6ced97f587
BLAKE2b-256 e52f3201e255624e85d9a917b42fb22ffc7ba192135cf48af435372fac02e826

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6704f7548c760d871342ada2ca43defbbc1fcb198cfd448292f8e08841624d0c
MD5 33f8d8f8702ccb3eceb2491c67ed63b4
BLAKE2b-256 69dd5fc84396d72248588c7e2d5d61e28a6088962ff69c481e263ac8eb1efaea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 81d81ddfbcac84c4d4be5df0b09ba6f5fae322ce94d0e6de30946d7be78d2009
MD5 3413dc3c06d13304fff3d88067494176
BLAKE2b-256 c16a312088463db2723561055cfa96b9842ea806507f592d56eca6485ab8e074

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 95058cda79ccdc0184d4bd5d04b945fa473a74c00239246ce5689e9d7af8c645
MD5 384ada2b2333cdc84f19771559d98d0d
BLAKE2b-256 ebec352e70304a421f8e96b22ae3ee1a7d2d468e57b957e250a736b03e6fcdac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4a5d666d072908b5b1fbf01b59b4db83ee0621ac184a94b88950788ddc7242fa
MD5 67bf5dc53333dde74b937b497984a432
BLAKE2b-256 60dc98990cd672f30d030a5f444cf9edb455ab51174a9d4fb872e7f8d6554304

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 877.8 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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e27294af96bc30ca0ffea5b827ed28dda20bec4f5d312c691fc0c78929375f6e
MD5 53c071aff7ee8bcce1d7f6f9f1717d6a
BLAKE2b-256 1cc152eeb48eacf41350d134b94c2abaee6b40df159f9f171bcc44251b2f57b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.2.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 810.0 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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 22227bc1d2317509f09ef2465dc61c638747a3b0ebd6ad483e931df532a98420
MD5 fb5e4d43c24e2d90855ad3d1dbda7a2c
BLAKE2b-256 0018b9a9dc2446ba6e4885b08b44099ba2a55e245d6fb0033bd77628c259cf9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 431feee67606303bfa2f4db7520a8ad5c8d0d118370a6918423c84f7acff99c2
MD5 8fea800476af4dee98842f464c09b430
BLAKE2b-256 8ffb506532ad33a2cc9c1258bd9d62602839d832e95810a080e752657a383b8a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.2.0-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 851.7 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.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9c56c766689b79342e0f53b44bfd8f80c73c2c22514350daead2ff3d80e64813
MD5 9872f25b2bdd8482068dfcd92813acda
BLAKE2b-256 f56beb3e83da908c5313a64442b2e18168b6e2abdca90b4248ad43e3f561d412

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ab9fd0190e6cc402e25bfdf3e1dea3b8f64fef44141962a776dfbc2eae3c0cea
MD5 db4dbc57878a69972fe36f3c8d4b92f2
BLAKE2b-256 9e33f03e12eb9cb7358d8d3b7ae072373d0c3594ae4121da9726e007dd726901

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f28826a861783837a495ecb6cad3741894fd29f854e3bbb4e33337492c6543f3
MD5 3697952eb522016b3b14e6af77b0f549
BLAKE2b-256 47be9a6b2fc6468af5b88de0e605b1efec2e69915021b415ed06f88622972300

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 204392a5ec513ad571d439f5b4969b406030db0ac28f8f55e7be405a2a33dc70
MD5 9e0b146bd0c6e617d5ac8a9e17877073
BLAKE2b-256 069451f9050b43ae84ad567022560127395bac58468454071b262f53053b448e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 99ee45fbdcac80d0c1c679c2d3f7330f02884aa84f840407090b50ae1c2bd143
MD5 1d0937cc61b8c45acd1d3cfc6de8a969
BLAKE2b-256 b3a98e81ff1cf866949a377e22817c41eeb533a9ddcd2603b56bc824283a657e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41699b936063fce856ad277ff55cb5433d07cc4789a554459196e057fea81b23
MD5 c44fb9cb34b9c063a1a9290ac584e639
BLAKE2b-256 73107c5de4ada91a345d2ef7b375fd50bd8a875be37976b21fbe3a515eec9e50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c1d15fae4c7c9ff7a79ad284c55f6703bed44461604f51ce1333f30062f369d0
MD5 a82940a11942f04f3e5bc6b5421c31fd
BLAKE2b-256 8c1e09d73dbd66d2acab57be796791d7e66962a26eaa0c5e410b82bb4aa8743f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 878.0 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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d416c120fd458c5c457c84087c87cefdeb27cac5a5020e5199036caefef31c0f
MD5 adc396c68d544ee09d8dedd582d18719
BLAKE2b-256 631a094156ff20ee0fed49a535936e3fcd18915e4b6ac4bbfbe780c11a33ca94

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.2.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 810.8 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.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 936d040195a1e967e29d6a70b8488a9000907ff8451c8a281277db32c277b1cc
MD5 80ce3755ba1bd91748bfe0cd66d77a1f
BLAKE2b-256 0e3cc11eaefd2de3e1e7c9c757544c5decfe3efd5e05ea20f350557a08079e64

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.2.0-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.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c1fcb2ceaf4d1203ba8638eb14707612f21f1df8d4a8c6cca6df5e11bc10d579
MD5 5726df57c4699e7a828a78a9b3c8dacf
BLAKE2b-256 524967168019ac632cebd092364edefdb0d8548f74e20065ec5ee6ca2ed1466f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.2.0-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 851.9 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.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4e9cfa14889892e4737598a6030e0a8fee9d8b10e2037beea53959cc2e969f77
MD5 90161947c497bc6b3f75fec0fa0b68e6
BLAKE2b-256 76ed9f48ddee0ad009105420ae53472d9ac00d8add9069c27dd3b0bd99ff3acf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 86bea3b948db56bb18628e11f4ddfd96820918d7a029975f3020d50df8d00854
MD5 d4bf669d1b0ced9be8cbe07906359716
BLAKE2b-256 67460becd05110966e5e5b7a7a8f434d2fce80df982d4fc8143b39f86085df95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9731a8292e0a97f49f4b83b6919ac7f3a5f268a10837caf99ff33b64457f3c94
MD5 71ea66e5d8c670c342f1f6f7ffdec5de
BLAKE2b-256 a9fb0bba0212f073a6c5a12651ac2998dc739b5bf275603e1735bc3790512377

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 93de053257e6d2d41d8066e42a634ebabe7e102383ff3c8cd2cc6eb5645a83bb
MD5 79998182b7c1aaca08cf61ae5181695f
BLAKE2b-256 394c59757d84ee84f88178ba23a07437e21201d9c3433cc46096e7a69476dfdb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 061ce52310e97e201f7266f70f6e28d7d4b737ebdf2c0e5f180a245de7d08790
MD5 90410bcfb63ce282235db2599336518e
BLAKE2b-256 0f446ba172d5b4c73f9e37e296812403d91cfecd99fc99692485102c9cd8d1eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.2.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 247.7 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.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 939c951c73b2a4d33f213a02b9404c094b5caa2b0335c0bf47e24d9415f4a642
MD5 ea24c949cde5a166d1779119b1da8e2f
BLAKE2b-256 ce2adfcbf64bfd2a668aca4403213a6fdfeb515bc0fe65790d165b2d0c822c0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.2.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 886.4 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.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 32c7c5c24fa5571156ae349398565234252ca7eecdce84c97bce4b3314a222f0
MD5 449ebe8d26d95cb974959f5b68908fc0
BLAKE2b-256 1083acbf6b81e9e293a91b28ce58ea39d91bd90f26ecd432a2fd1742538dd40d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.2.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 877.5 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.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0083e04841ba1bbe4c21915639ce8f7496e249e0a8213620bab1e566169d35e7
MD5 9f83d569601862bfcb036191c0cd643f
BLAKE2b-256 33cc3e3c68ece8ba9200e2bde8c44566c9d3d1990ba4de8712e21378855023bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.2.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 810.4 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.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 46fe5332d756d0faa3504c0433f76ac0d15215b5da1bf237d38429bf3bc63d11
MD5 196818d020d674466769e0dcc76fd325
BLAKE2b-256 a13fc23d0e26631237d7af45daad82ed9fae08b00959c9ed8b509fdfa8e94646

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.2.0-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.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f54708a0b6b62635fbba44799ec689726ba825ecb40812fb63004ba059a12261
MD5 e11d83b604e950d3c1fe449d9985854d
BLAKE2b-256 34fecec10373274f9dcf5d0e24f43d180e70427602400948c4f5b8d646149f40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.2.0-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 851.3 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.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5c0b9e373e09d493e950489a208b8424aaa59236e1ded8f0b4a6bc3c9cc5c6e7
MD5 0ba18b2923d2a1cf7b2ee1dfed26bc91
BLAKE2b-256 f3b7edea445dcc9440d2121ee1410f1a058d01cf1e7e572918b2e22bf555a1a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f5c2c60d7055d9e7821fa53757b789d2e1f34282212b0c14b7768c4ab98ef8fb
MD5 71da35c8de5dd9dc86460caa4aabe519
BLAKE2b-256 7ba7417039eb48d0860a2dcfbb474e624e27515295a03742a00c3542fcdd4d90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a388d2209418255406a9fe9bebc051d0ee6f0ddf856417f1841bc43ffd6994b4
MD5 a195d06658fe266844e17f13c929f389
BLAKE2b-256 10b520adca58ce47444a92f03a2789abfe32218c0787cf2fafd3f2abbecc156c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 005cb6404f82a795c35f1f173af2aa214a3f35441e6833dd0d7cb9f206018f55
MD5 983be2ecb65dadac6bf9aa681fcf8fac
BLAKE2b-256 8cda818c29c8fdab394a05af5716d27d287e166960db52ee8a6bf304d2371456

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 369313c7f49654c0d2e45228a4c67000cacd4b1d2650cb70281ffd9509946063
MD5 0918a6b7adb1650bfd7b0efaa4edae80
BLAKE2b-256 75b2036ded3963c5da86b453493e9d6a310ba1014c0b7c7d7146fe70baae79f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.2.0-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 247.5 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.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f430ffd4521154a5258f7993165654a628834b1794d54564feac0ca741103f0a
MD5 decc98b6ea64b5c793849ee1839bbaca
BLAKE2b-256 8e2f3c720297a72542aeb4c136616ef9bb56f3fb3e5069c793f615c7814466ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.2.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 885.9 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.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8bed1b9ae4470b08aaf703a17fbf39bcfdb583b63e2b4243b484d509b4bb7fc4
MD5 845094ea672a7700a760882204ed525a
BLAKE2b-256 b45d55f9bb8f0ed6d46f7451d20f6af2f819ad8fb5dc29f45a8b9cf91086e116

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.2.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 880.1 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.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 8d5e8c33dd8973ad4632640bd51bdf5e56897660d6412de4824d82d404402503
MD5 2c85cb2580e9cc48c3e3a426e7bad385
BLAKE2b-256 789e526b601d57a78102fa11f3e22400d12cc6366690bcb327f6b206384b2024

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.2.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 814.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.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8328135c9012ad38fa67b45033d58ea06209a06ad9bf56194f1229cf02e62a57
MD5 660543c65a9a377bdb368899677ac3ff
BLAKE2b-256 69d5e18825ca2e24bf869a77deaa307e9d284f05d580ab8c0f845d3a830e9599

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 28fbff85718efb0152ef8122f7dff371190b6d51d5f014385e99d8d847a95a24
MD5 53918265cb1d40a97b9a0c2634433a2e
BLAKE2b-256 dcee0bfc6dfb4f86853d6f80e6ea98ef10aab46e4ebd0f92aba3c1282045cc92

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.2.0-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 853.9 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.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 948312c5941dae149cbef841a22ca5256f3dd69b470d44969da842b7f5ef8551
MD5 0ab9fefeef705ecd5991a5c66e60ddf1
BLAKE2b-256 38d8acb770535c97d661227b40b486d7f552f3f1f7178c90c3edb3262d15bce4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6507406ebc5c4b3c6c7693f8d07572cbceb9383bb3f633502876abe1e7d705da
MD5 46c20bff4272e5c0a9af875c158739f4
BLAKE2b-256 9ad5a00fa34c44c3d03eeaeb41bcf661d5bd581d8a363903ce921bdedb9c090a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b281ea5642da577d8e4d51f68fc4d57ab30bd536656ad85ea7de81e586b4dbfc
MD5 feb2bf2745c73c488fe6ae4e93ea039d
BLAKE2b-256 9522be1b24ff077dd0692feba79b31a53b8e08c05f44b9cef2054d24f19cf279

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d4c3977082d4dfbd7de15159246d7248fefc3801b9d1b7fb72b04da8bec65eef
MD5 2acfb0f1448094b1d8ec1d48731c12a1
BLAKE2b-256 39abe0cf562c317ecb72d939456acbd6f51df0578b09b18f278158a673effe3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b5c10f76bc2802724db10e324730e628b189c161e06869c529e110b9fe2d49d
MD5 b2be96b749774ccf95d29b8f3bf11c7e
BLAKE2b-256 2c6c82179c6831fe2bae19e9dd97f31996827364bd252f75da8867ea6eb86b5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 be9b56d02d10e74d86cc9de2c4e6a6f3e0c58027e451cd95b4d43bb3b636198f
MD5 1399d0dba580ec26fb4a9f5733c2821d
BLAKE2b-256 1b40cc4d4e2d9f18eafde7fc53fc24fe715753da00c84b79ff68e65895fcd215

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