Skip to main content

A Proximal Interior Point Quadratic Programming solver

Project description

PIQP

DOI Preprint Funding

Docs License PyPI - downloads Conda - 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, \ & h_l \leq Gx \leq h_u, \ & x_l \leq x \leq x_u, \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.
  • Special backend for multistage optimization problems.
  • 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/Octave
  • R

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 an adapted implementation of work by Spyridon Pougkakiotis and Jacek Gondzio, and is built on the following open-source libraries:

  • Eigen: It's the work horse under the hood, responsible for producing optimized numerical linear algebra code.
  • Blasfeo: Used in the sparse_multistage KKT solver backend.
  • 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 main paper:

@INPROCEEDINGS{schwan2023piqp,
  author={Schwan, Roland and Jiang, Yuning and Kuhn, Daniel and Jones, Colin N.},
  booktitle={2023 62nd IEEE Conference on Decision and Control (CDC)}, 
  title={{PIQP}: A Proximal Interior-Point Quadratic Programming Solver}, 
  year={2023},
  volume={},
  number={},
  pages={1088-1093},
  doi={10.1109/CDC49753.2023.10383915}
}

In case you are specifically using the sparse_multistage KKT solver backend, we encourage you to cite the specific paper:

@misc{schwan2025piqp_multistage,
  author={Schwan, Roland and Kuhn, Daniel and Jones, Colin N.},
  title={Exploiting Multistage Optimization Structure in Proximal Solvers}, 
  year={2025},
  eprint = {arXiv:2503.12664}
}

The benchmarks are available in the following repos: piqp_benchmarks, piqp_multistage_benchmarks

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.6.0.tar.gz (25.2 MB view details)

Uploaded Source

Built Distributions

piqp-0.6.0-pp311-pypy311_pp73-win_amd64.whl (1.2 MB view details)

Uploaded PyPyWindows x86-64

piqp-0.6.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

piqp-0.6.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (368.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

piqp-0.6.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (605.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

piqp-0.6.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (1.9 MB view details)

Uploaded PyPymacOS 10.15+ x86-64

piqp-0.6.0-pp310-pypy310_pp73-win_amd64.whl (1.2 MB view details)

Uploaded PyPyWindows x86-64

piqp-0.6.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

piqp-0.6.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (369.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

piqp-0.6.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (602.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

piqp-0.6.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (1.9 MB view details)

Uploaded PyPymacOS 10.15+ x86-64

piqp-0.6.0-pp39-pypy39_pp73-win_amd64.whl (1.2 MB view details)

Uploaded PyPyWindows x86-64

piqp-0.6.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

piqp-0.6.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (369.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

piqp-0.6.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (602.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

piqp-0.6.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (1.9 MB view details)

Uploaded PyPymacOS 10.15+ x86-64

piqp-0.6.0-pp38-pypy38_pp73-win_amd64.whl (1.2 MB view details)

Uploaded PyPyWindows x86-64

piqp-0.6.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

piqp-0.6.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (369.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

piqp-0.6.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (603.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

piqp-0.6.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

piqp-0.6.0-pp37-pypy37_pp73-win_amd64.whl (1.2 MB view details)

Uploaded PyPyWindows x86-64

piqp-0.6.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

piqp-0.6.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (365.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

piqp-0.6.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (601.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

piqp-0.6.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

piqp-0.6.0-cp313-cp313-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.13Windows x86-64

piqp-0.6.0-cp313-cp313-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

piqp-0.6.0-cp313-cp313-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

piqp-0.6.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

piqp-0.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

piqp-0.6.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (366.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

piqp-0.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (603.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

piqp-0.6.0-cp313-cp313-macosx_11_0_arm64.whl (525.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

piqp-0.6.0-cp313-cp313-macosx_10_13_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

piqp-0.6.0-cp312-cp312-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.12Windows x86-64

piqp-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

piqp-0.6.0-cp312-cp312-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

piqp-0.6.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

piqp-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

piqp-0.6.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (366.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

piqp-0.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (602.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

piqp-0.6.0-cp312-cp312-macosx_11_0_arm64.whl (524.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

piqp-0.6.0-cp312-cp312-macosx_10_13_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

piqp-0.6.0-cp311-cp311-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.11Windows x86-64

piqp-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

piqp-0.6.0-cp311-cp311-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

piqp-0.6.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

piqp-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

piqp-0.6.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (367.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

piqp-0.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (606.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

piqp-0.6.0-cp311-cp311-macosx_11_0_arm64.whl (525.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

piqp-0.6.0-cp311-cp311-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

piqp-0.6.0-cp310-cp310-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10Windows x86-64

piqp-0.6.0-cp310-cp310-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

piqp-0.6.0-cp310-cp310-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

piqp-0.6.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

piqp-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

piqp-0.6.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (369.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

piqp-0.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (602.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

piqp-0.6.0-cp310-cp310-macosx_11_0_arm64.whl (522.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

piqp-0.6.0-cp310-cp310-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

piqp-0.6.0-cp39-cp39-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9Windows x86-64

piqp-0.6.0-cp39-cp39-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

piqp-0.6.0-cp39-cp39-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

piqp-0.6.0-cp39-cp39-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

piqp-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

piqp-0.6.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (370.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

piqp-0.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (603.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

piqp-0.6.0-cp39-cp39-macosx_11_0_arm64.whl (522.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

piqp-0.6.0-cp39-cp39-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

piqp-0.6.0-cp38-cp38-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8Windows x86-64

piqp-0.6.0-cp38-cp38-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

piqp-0.6.0-cp38-cp38-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

piqp-0.6.0-cp38-cp38-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

piqp-0.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

piqp-0.6.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (369.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

piqp-0.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (602.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

piqp-0.6.0-cp38-cp38-macosx_11_0_arm64.whl (521.7 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

piqp-0.6.0-cp38-cp38-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

piqp-0.6.0-cp37-cp37m-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.7mWindows x86-64

piqp-0.6.0-cp37-cp37m-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

piqp-0.6.0-cp37-cp37m-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

piqp-0.6.0-cp37-cp37m-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

piqp-0.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

piqp-0.6.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (376.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

piqp-0.6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (606.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

piqp-0.6.0-cp37-cp37m-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: piqp-0.6.0.tar.gz
  • Upload date:
  • Size: 25.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piqp-0.6.0.tar.gz
Algorithm Hash digest
SHA256 f85221d9ff697697c62e8fc580913f79ee07c9d7e0f1010400ced102affbada0
MD5 1dd6e86b7c43bc6b676d0dcd09547a77
BLAKE2b-256 4d9c535009d24d8ef2a1f316fc95637dc176569b965ef12030c23e1f0d9c607c

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 57c95bc63772322932db010242461b18c59aa220a1daa604416cb029cef44fd9
MD5 41a2eb808ceee6fe9a7cd1d66650dac7
BLAKE2b-256 facd5faafeb254146b73b6d6eee38165ac4e72b1371bb5444e9eded40cc2145d

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 140e1e44a8f5ec2413cf85f6b597e68d2a64af13b8fc7bebed0cae220d3ff5bf
MD5 91395ac70d7f5c5491f257278e4601c1
BLAKE2b-256 b4961297785754f477d6c8e1a2f18c3e96be021faa5e29bd9cd5b34d90d7dcf8

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ee838a75c747b4b0c8995d5ae6e44b818c0690eae72be630f4f9192a49f12cbc
MD5 a5a001451818da7733d218890c959247
BLAKE2b-256 985ae02f818d2b7ffbd19c724917909683a6f514c4ef90f830ce27a5bba065cb

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 94c87bd3c36098dd8453bbe139d373206766aa37ca484731be78c095456b1e82
MD5 ec38fd4da8ebb0223d802a3568147768
BLAKE2b-256 4b3ce89f8de626468f9c9b3ab6143afd066df4e625b357865ad75682d14ce300

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7406c0029d18d327b3c3ea23348015b6dae0b76550ec50279fab754cd575ec58
MD5 8290a5e545239c004afdcdf792833711
BLAKE2b-256 b801809545b2a2972a143f29895620a06cafc60ff685dd79c0f048b5921b99e5

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 50c028bf77afa9d7aab0d08048ea82b7c6d24e392c753c6a450458e6defc3c5a
MD5 e4e9f0d2954948ea19fbee5c3f59815c
BLAKE2b-256 d5cfdfb90f12c000d24a5ed2648a20f1d1a25a156ef148f8922516e25f78c8c3

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c1aab6727420eba67211e4343d137f7ac1a0916e66dfe34b69b59858418b97a
MD5 6ca24b2a77fe9357c0c5e5accf8740d7
BLAKE2b-256 75744a03265c67e002ef2a9e0a9532d6f6af1d75f237cb5faecedde27cdf1425

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3636f9ca4ca65853279508808b81e3280f2569c33b3f44d2bbd35bd67df82c26
MD5 c9f78a2ee92a6c08e3ac29af97ec74df
BLAKE2b-256 6ab2d78716cf67c79069b9edda781d676232b21bf4937fa875c4b2917597e349

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e6535520e233371f199387a194319dd353bccc706f9d4496a777c862b6aa25ee
MD5 cd82bec696164aa2fe51054d4c012a45
BLAKE2b-256 cda6d90131a1be7cd5e23f1987bd1ef69664b0033d6826fa0789289ba0f4e6ff

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6b8663d6ed151042f06ef01c08a22dc132c394645f0fb086a3bb0309d5e59ae2
MD5 5be3829df3a5c7c306977b6345a67e47
BLAKE2b-256 0cedf679db8006141352ffe1502cfb23f5ffad8ab8d24349a3550c545b0aa02f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 710fb4e3592179f9ed1aefe6138a5ada3eb869a9015da6e8f867f6fc9d2daa56
MD5 dfa77ea00281ec4c23f0708386a8898a
BLAKE2b-256 5469d8504946553a34ba452b4169fa4492feca1898d87f20f8e72ecbdbf10144

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ff9370a108681e3f0c6446828cd18781040a66c5088d405335d487fdeecd9d9
MD5 654f86a20ae136e95fe33b513654d6f9
BLAKE2b-256 09ae82810744f4747f524c5177ed2ce5fb83a0ca1d8f18c737f39c973aaec37b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 52fe9961521a4add3a381dabe1685aba2f6e0f5fd6a63470c44578c3fd817734
MD5 c101f3fb0ebafd8e50860aafd559d6e5
BLAKE2b-256 f7386c56701ff21ca63b241ed52ad4b548792ae3f028d1b7dae1a2c89b951803

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c28eba1562e02705b1ebfc245d0e7e9dd9a7996a6be737183c69153f5dc3ee7b
MD5 17af274de0412e21c73b711eecebc0a6
BLAKE2b-256 ffa2391bb4eb1a09e8e7ffd82f32423a442f81cbb86c35e250bb0bfda430eb97

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a056c1ccb0dc551675ab941bcdb03e60c28de370d19692102abeb21e68c5fbae
MD5 72cffb4f59417259524167126777c9d8
BLAKE2b-256 328f73a8230929dfd4603279344df5e3f92ece5eaa456a3aca0f747afc018a62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 20c69694cb1cb48e53772c5dc55d4f719a7867468692848a8816e09d61913ecd
MD5 7e36ff18656e44da83775750d14d75da
BLAKE2b-256 792ade4af73c5216adce9fa9123f041f455d1aef165398ee3195bcd2c34564e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c27cb7cf86390bd02035c370b3d0bfe7f81265691d8b27ffb03249c5868d05da
MD5 4323a77c533df53f37bd9584129fd36e
BLAKE2b-256 4da10ba0a87e010a7d71f4ab4430d3dc9bea5fef0e46056a08339a04983bdbb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e0517f0b92a776ca6cb50f09a619c5160ea5369b1b7fa9f0184112b2f26a393f
MD5 15f71b6831a31aed23e96c460d6bb368
BLAKE2b-256 1c15e5fcbe6b18c18af54393fdd5b96af0d79825532892538e0454f561e1fee4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b7bc3397796a88cec412a2d52a06963215f8c5621f117128f46703012291b05
MD5 5ac87a753f79fc782773f34192fa4a3c
BLAKE2b-256 d30a47c540abf34d8d499bc711794f1a4448ec943ee99e369cbd2610ca0fc280

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d6a47f4e4c6052550c4de5a945689479609249cacabd79959c875747d89e25b5
MD5 e4780bfdfb4d8b30b59a32689b65b149
BLAKE2b-256 20a92a75aaad95a5f6a99d700c1c10b40d608953ec5df420548048fb7092cb17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8b858398721574559aa5fab6c4a9ad01c968c07d41ac6b41beead00367943359
MD5 f7a67bc24a84b9582cb5f671457e587d
BLAKE2b-256 1ef966a02f833666c4875b4398b5c901e9db69c693d0f35596394c0fea511ba5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e99f6442d9bc68d24f3a9d4a27d7a2a090857a8ae12d66a1fea7ed9ccae5d420
MD5 2f8f680f04e6a4b3d5e17d823d53a64c
BLAKE2b-256 02e968d13364c61b84f48630ee06a3aadff8ad37341551a1f78c8d8533e25b8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 add4d8d5cb64b8d1bd4a1c45b08256463644815d1c27d08b46bb62212bf4b0e2
MD5 c480dd1dffdffa3399a968a486664477
BLAKE2b-256 8d6cc6453d07ba076f18231ee7bd2e7e5da222ceab5b4dd866cf72531959ba43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5dd95bc3d8dc1b83783738a55d9188e21d5e5511fdfe49bfe39cd162471a32c5
MD5 66c54d65bd1c81720a7b9e46c5b3935b
BLAKE2b-256 7e2fa1795cc8a8ff50daf9bfbb632d36fa1fb17d2b9c42def125ca2366afee50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 02d7b7856468a5714dee5143ae0b364dee58d0ab4f8a8e3ed1270fa30c1b27b5
MD5 c545ad11eb76b78982ffc9acbc348a3b
BLAKE2b-256 9f9024e166f02fb808ebd277f6bfa97cdcf8ffdf420f883114aaf0390e129c88

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: piqp-0.6.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piqp-0.6.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 bb1a199e8662d3773883f2549fe19cce7cc07604dbff01643d8bb85ee55e43ac
MD5 951e38cf58670da9f05796ccebe96c3c
BLAKE2b-256 0a8e8983390b282cdf536d102a05ae269454d5d2acef994421cd5c199e874773

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4a784b2eda23218de98d36e69db98e197e2018bc063a47c397384fe7c9195bc3
MD5 aa84cbc911a27ded634b60bc69e7639b
BLAKE2b-256 eb075bcb001487fc865e22a55c6e49e38315158cec0f0f751f9709287555d230

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

  • Download URL: piqp-0.6.0-cp313-cp313-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piqp-0.6.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 19230ada3b0f5c59087bda7de20116d78209c4031aeb2cd608672b8075cb0240
MD5 b5f1cc94939d226324c6fcbd9b9b9f48
BLAKE2b-256 5cc6a9e1df2dfd68a5123afa20a23d81e7a0c770236da0681acb5eb5d22cf31e

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 01639a89bf4acfb6634852181f3fc09b1c1eca93889f67bc550e5a5dc637bd00
MD5 f140108603f8da82d8375901bdd2aa1f
BLAKE2b-256 29e4b991814957b42ae02ee97799a83ba2b210175451939b76df8386982b7732

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 457d443b83efd6297b58fd4fd23804e259bd6abc80960392da2fb2cdc5663eff
MD5 8fc6863ce54ceb52819f1534b454b8bd
BLAKE2b-256 416d41b0e0de9088a6ff0710b485caa065c32e17ad1fd1093e57ecc4e3acb901

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6c4c851cfc2d1548be309aa71529ec3b7cebd2b2c6a0ef5f882b1a1fbac3c7ae
MD5 60af0d9693409d4b3266d2604ec9bcfd
BLAKE2b-256 eefaf64f8b6e9ddab99b2883ac4ea06a00b5f3dc90e2db93594e9e1b888432be

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d3592a78f2df4626f9165751a6f9194dad5c7b7df013a535d89e9aa2f97e7d19
MD5 ff43063a22be81d9272edb5fdb40e959
BLAKE2b-256 b89df47fcc3f16d9f3ed36a8f6cd141cc4a61a263f9cfd6e5c25d87d14fb5e0c

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ebae879a13be2966aefdcd29db55ac1cb1814a16bcf8af7fcbc5e2c85f6f2acd
MD5 1dcf53e539c852dfc2b0830b70fac6ba
BLAKE2b-256 8c3c4bc5f5ab802cfa4cbe8f6135d0cdf7c29e68fc3b324644ce228973b481b2

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fb2d2e12f58e2306c7ee427a982691c6b4c494f510d995c70656c6f09c028254
MD5 68f490a9d01e397c1709fc1017f1b3e5
BLAKE2b-256 6683eb4931fb1e9a133a50fa009b5ccdf4ab31a59d1e80f84ec225c71bfa9504

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: piqp-0.6.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piqp-0.6.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 53f4c43c360de185d340c852977d4ad7c4465d71c913cb002e906850614a06ed
MD5 7e9fb7e50578c8ad1939297eca5b4555
BLAKE2b-256 017745f340376fec34d0df3a46efd75eaf6b5b63f39696af50642d5d6ff19d66

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2bdb1a6f3f2366dd77b8ff9d1860c6c17dd469e47c27b4895a392660557391ef
MD5 2eff1875db3699b145d0701ed32bef61
BLAKE2b-256 60cf7aef7bc9ca63d9aaecadac4ffc65b8457ad09ec67d774ec8d68681aa585d

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

  • Download URL: piqp-0.6.0-cp312-cp312-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piqp-0.6.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5022981bb57bbe53e172bdf280b8d29c868db4e6d0d17d28b56d0357e4e030a3
MD5 0c550f0c448b18a057f4ccce3cfd66e1
BLAKE2b-256 f79357048d8224f072e541ccf9ecf8d5de8fe2b6cf98786c72767941b3630282

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d161e2d161406ff9612751eea83c31385fc943b99d08d159cefe2166e33111a5
MD5 7afadb3282869c0c3396e67092cda8db
BLAKE2b-256 540e3530b54859a4b1a48f9caa708a5ee2811bb8c8b76e4819c34641ffacb1a8

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 822a30fae8f13f5d0f93e90a2ba686909c893887177dfb5f2e1bffd76ad0eb36
MD5 63adb75453c73a8b5650d9abccc2280a
BLAKE2b-256 754d8aa985a1e67f15362f06ca368e261c97f11b2bc93b541ad8e6788b50c327

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 30e5b1cbfafcc4a70816f77d7d7aeaadae93be805cc226b78390727ff770c5c1
MD5 6e30e7fc032c2568b887e7cf3aae02aa
BLAKE2b-256 480e03ebbf5d1ad0844b1815a3b185201f2f8ce8794495262f555c6fd7d9f1da

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e3c64bbe2edd1e4a4885da37017702847f31abc06088800e4005b22c5c7224fb
MD5 b620d2ceb8096528918cc5310caa49a0
BLAKE2b-256 1b150b5289b1b3e377cccddb927595294731a44e48051865ba08ea04efe4b18e

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41fe6238f758b50f4fbd5c95aeef33c8e5af02030c43746eab5e0090e36a3620
MD5 3f3eae473d81f2a8efb8397d3a836b34
BLAKE2b-256 f88654982ff12bcc56f03386dcc003c7d2e11c300221c962422f3d51c7f49283

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d5eb24dde3dc6d9ba8d2b97903bfb0722a31e3572941a56c6e568cf2650a22eb
MD5 39c217fbf02a36783b81bd0daf60ff82
BLAKE2b-256 254aca213a40066f4462e5ce4519cba74862ff3884bb5fd1812c185471ea8864

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piqp-0.6.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4920fd5accaa0ddfbf7fe3c8faf4243510ce0a188402fa3ed8dc788d0f3d0b60
MD5 454214d7383e61e4fe5c39192a5160ba
BLAKE2b-256 70450a49502fe855c3d06b3aa4b4eb0b7014e68b36d1b51836ca574312c7be0e

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 43a0933624e29e06d5b8e90701d3d965eed985f43fd152faa2614d9d297cbc21
MD5 797debcdf74b00dd1770e6e57e8d5d7a
BLAKE2b-256 fdd8aa817b466416f8a0f219adaa2fcf838ec90dbf6a4fc0fad4634c2eaa40bc

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

  • Download URL: piqp-0.6.0-cp311-cp311-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piqp-0.6.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1c18122487d4769a8cc7252a37469662fd2c81a7937cae74e53a0319c5ad0c63
MD5 99fb9a4fcb56f14bbff3e752a28bc26e
BLAKE2b-256 1a3f8f221fb0451de7d1657f79ba9ec8832222d6125772506704cd3367be3712

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0daa702805d09695a68595552d3db0507960027621fddd9de2a8c637275be582
MD5 f0cc6117b47c2b11074587d54d74875b
BLAKE2b-256 e4edc67148ecdfb662a5ace40989f0d50dd0a24425b33f2c87cea68c7a6637a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 811a1fae9e590fd1f419d5ed686b022f20e7f7066e2281778d3848abbb07ad16
MD5 f712d6df84a05b9ed5dec4b0750842f9
BLAKE2b-256 b9ca05dbf0b4e2efed069c5f6e2dc26863ab0b127a05a1be2fb676046897ed96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 51ec1a83927654c1e6b80cdbed80d329d8c4bbdc70f2aaae19d4692c83622b7f
MD5 a72a16ad645ed73b79d4700254000d55
BLAKE2b-256 fb308b2ac9a3cfee600c578c810547b66e9359d46519daeebbe4a4a512b5986b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c854a1ce572ebd8b6075da57efc649f18079170397e5dfb916767d5413588207
MD5 f0da98fbefc46f102654f4513d1dbae6
BLAKE2b-256 257c80c1dd8c5b533519ca59f72f3e318be26793ebd22b9a21a19cc8997f7c50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 157722a26442450cab088cbcc87c9a59d8cdcdfafa79600113e55613c3f51ce0
MD5 7f0f183ffc7c4c43581ea2000fb8a5b8
BLAKE2b-256 06d7c6584c457b5c40f963e7a13084c12207c33ec4fb6ff554dbc9c6b9a2598f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8c379fb8e475d47775e236208b0b5d84f884903f4246c2ac4be95509dded5492
MD5 ff2ad9ba9180f25a6c031c5d42805cf9
BLAKE2b-256 15a770e31193abd56e9084d7d2a104fb74b82daf58ac266ddedfb5956f358e4f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piqp-0.6.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 617b33d0b991d89c21141e0aab670fa852152a013f78c4c139f5559bcb141bbc
MD5 fccca68ecfc91775018b288862d27db4
BLAKE2b-256 d08309c06e03e6af89b236e99ae90395dd6fbc9e1ea0906e49f60a39c433d752

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 53ee26acbcf72c762605e3f91bafbbb495cb31e6332d4f9435ae1aae323a93da
MD5 1e701152cf71a74b712d2985b6d099a7
BLAKE2b-256 37ae50e67bd91e76cc314541d070c4b3871d6b48640d42db7b64fefc01887510

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

  • Download URL: piqp-0.6.0-cp310-cp310-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.10, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piqp-0.6.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 055ce3e695199c69c597c6f5730ac5ff58f8c47d6a411486a41a4a5411f2316c
MD5 9ee3f1f2c6d4510fe0b8849d131f40fa
BLAKE2b-256 98579dacb068ef9d67dc62fcde8ced703ed001d8bd90d703e53d3cd97921f9cf

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0b4debd9dfe791b4bcdfdceca961fed7bc16c71a0a7f3784e734523435bc0c00
MD5 f30b947b0762a6db1b890f59c6b3f96f
BLAKE2b-256 2c405935473dc4dd7fe0b7f9bc2ba832e84c78ae3f825490acdcbea9c1dbf019

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3b699826f65cd2c7eded0b46881d410166a10641159c04b47a1b421826aec70
MD5 40cbc1320e70210ba286823b99c027c2
BLAKE2b-256 137b8527b7390e6bf0d3a7eb2b63bddb213e3affa5d546ab2fd617de3f74fcff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 325d394973cceae826975ecd40a06ac29e4899752829e61a6bdf5193153b6ac0
MD5 8d95b7c8fda388f906dcbd19d8e6fed2
BLAKE2b-256 c4c277f4ac9467417732a438013f0ff30e58f4939338b67200002a1a410a75ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7ba0c78f4508e3e3b4c832f6fd6187444738bec0b534fefa6d693c73b6cab7ce
MD5 ed0edbe2549cab1e26ea4be87f876bdd
BLAKE2b-256 3b939b26687be3a4e869e1109a50283f7d6e67c9c9d23d27aa95837bf1c652ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4075b83bf1badebed7e7536a95ba424a64ec2f9d64d8e1b2406f53f99636c883
MD5 dc540aa5f3e217ba1d3fab4ea30e0f58
BLAKE2b-256 182f26d5926289eec68df893d5148a8633ee70cab44f78bc7d317a21d9b0ce05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 faa1277f7d8a9f8e2e372eb27e19d86ffe5df433d3c0de09376e0888a09f0622
MD5 cf7de3fca4c61692ba012c60376dbf3a
BLAKE2b-256 5ed0f9f434dc9024ce6cf46606fd70fc873a519997b8550992a3c21b7ff5a754

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piqp-0.6.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2a3de4344dc65d969ff7f6221ed81a1f89a3c636afc0fb2ef989d9439294da61
MD5 0ddfe39379f274116235ba29fdac61b6
BLAKE2b-256 01dc1f013384d59f28c2d455d3726197bc5469673fd5f294584a3d650e1a0c76

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: piqp-0.6.0-cp39-cp39-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piqp-0.6.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d3cbb7c74778b4b9bc15a312b6876dec051e0962f3b483d60c8014a0d7deab14
MD5 c222236d58b1c040076fc147c8c78299
BLAKE2b-256 42f716dd451dc83ab9d4980724434c22ff304e7426ebd372a04a78c0690b4e50

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

  • Download URL: piqp-0.6.0-cp39-cp39-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piqp-0.6.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4844ddb2148461d7d7f054bffeaee7911606659d1f00b1cae66171a56d4c37e9
MD5 65a8942d5c5501b324e4fe8403bb6f48
BLAKE2b-256 3ffdf34a26d55f1cda836a97b505390ebe2a45f0f795748716c23b98a4e5c38b

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7e6653250e3bd718bc03bb3d03f1f51c05242bacffd1b74f1c8f544fd0163ad6
MD5 b3018b96895ccbc9a22b1f98e0b9fe78
BLAKE2b-256 2b990dec45544ec9792dc9cbda561e81442d1e385a4f02b590bd9159d88527d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d123e369c3d446c0da3498f40c2bcb5a0da1be140df33bbbfa99d9eef56a3a2
MD5 fbc4735e237d30c3a9f7debae726fc8d
BLAKE2b-256 d7015b87adfb14ece7c717cf08aeb18fdec74a405697978a29a49552d06dfa93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6517df28834cd4de20654a34c3eabfe797ea64564c364f0d6fe170adb7ca058c
MD5 d70ee3483d531265d56ad43eb8d31348
BLAKE2b-256 1e7e5359e5fbfccd1a82b4fccd67fe463fd1edce4a2a45dcdd3d772db6a8bf81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f55a91592d1b399450958e9fae7cf204605af44a050aaf5db67328d10a28f8ab
MD5 15dfeefb7a4434c9bbf43d784cfcdf45
BLAKE2b-256 211e64cbd3254aabb85eaf0e638a9f4b37354a1cbad310d0fa6afcb968bc4fe7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 522.1 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piqp-0.6.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa6797e7aeb7861cca6ada5d70609fc67e168834e934d931af6ead1a00f5353a
MD5 bd5c31400bb7a520ec3828d4ba818d27
BLAKE2b-256 e5b896aaa1e07f03b5cb5b10ad844d4c258680516e25576b895eef73a26de80e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piqp-0.6.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ccf77860a92698d1fcfa5468ef6ef94c68dd4293925fe396842c5c310e0c228d
MD5 839df0461c6dd22e78b22e13c5920c15
BLAKE2b-256 ddbbb7d169e91682ccf788322590b9076eed74e5d51b10165e546bd9cbd48497

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piqp-0.6.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 31587c3cb3c4fd1c9f6f3d40682fb5534d2b3940355587e868fe66aa7e064583
MD5 ea970bbee12e868f6d7ecd0d4fe0fe94
BLAKE2b-256 afc4960530b4fda1a387e093621a47b5837448b6c3f777d47fc3d149b0e2c33c

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: piqp-0.6.0-cp38-cp38-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piqp-0.6.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c226cc114530dd217402bfac9d63ad65cb8fe73f3ca9620a4eef67e94e8fd39f
MD5 5e15417efb0ec83e657e5c247df6053c
BLAKE2b-256 ddbe7e8686039620e859e0f1d2a2a40383fed087c40744d63e1cb109e0489451

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

  • Download URL: piqp-0.6.0-cp38-cp38-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piqp-0.6.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d7c039774cbf66cc0911dfcf89d94d6fb128cbaf087896ed5ccfcdfa50b09f0a
MD5 a2c42140089b337fbeb8f0f89d6d8608
BLAKE2b-256 e59100c97a1973ca4631ed6889f12c4629fbec3e5a818db9489b1aa6d6572e22

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 618d35d30a0ac4cc6924f21ba3f2f69182664faccd2d5c3c8a097f221e32b39b
MD5 8e4d6c5d9349e6a579f22f192792f1eb
BLAKE2b-256 db9c2a80346b5de94167fac0d4326d9af79b107205ce7d3aa0790beac3435c3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 700a29f61804a9d8b4d6d5fb084f8e5b1cea49437c2d067458a043f570c868f1
MD5 fece36aa8ad191e3151de05c54fdf979
BLAKE2b-256 9f9f3f7a14d8bf2d07dbc90060aac907c92a4d377b549af182fa613ce9435f7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 30a2ae42a8c066b743f8cedfb66353d64fa15d4cd630f65df369e7779248f080
MD5 c60dd5ad5286761a034ca9f654f7ac92
BLAKE2b-256 a6a4788563c71792d71ff05bddbd7d640bcaaafe094c20c375e3152df348ba4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 23ffb483e0411d5a26c3ae6c4126ee2da4ac93aede6a17ab95d922d37817ea62
MD5 589c5a36d809339b26b8a4af22990a28
BLAKE2b-256 fe0855dff27c179dd36248954bd19fb4e9a6ab1d5213a17b7aa3b1dbb5a4b7b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.0-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 521.7 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piqp-0.6.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1c130a998956f6b60372de23c948061c87f073d1aca1e2c8fa66c70a4ff1d85
MD5 8c5d89fa167d07252600f136233a6241
BLAKE2b-256 a3f0d9b0d83036e66b926e98ab29189d72b356c31dd5a7fa3fa62dbc50fea88b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piqp-0.6.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bcc1d43517e453e848e69d80b9a4d674bb320eeee8b256f32f0a68645ca68e09
MD5 f4f1a95ca277d90cdee431286400e039
BLAKE2b-256 bba3d5d110338315b1a3d29c6df4b08df156069412a0030011c891ac6d0ae21f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piqp-0.6.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 576d77e4259f3e74567e77a581584535ab52682650fabc4d040c12cfac3bacce
MD5 9f25c0bc293485db90fed08adaddf0e2
BLAKE2b-256 729174a0ded37dd3ebce05836dcc2f4a89bf85a9b32cf9756941625a1c7c59a8

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fb1b6afa4836d2f8fe6dedab3a4402170ebad974d1a37892efb42e5cb6fc979a
MD5 d20b16381951dbee01942e3cd4892356
BLAKE2b-256 ed53dc2d37ddd8361e92ce0641377cf5e8082c10394ca5f69edc09bddaa446df

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

  • Download URL: piqp-0.6.0-cp37-cp37m-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piqp-0.6.0-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8fbf237558a893c3dda96acc53394b34fe85764bc762f4941167e5a50a2a67bc
MD5 c29af67de04a4c56c886626ad3daad2a
BLAKE2b-256 53a08e85bb6596a5506b94ce2ccc6133126fcda5860059450f1a91bea8608649

See more details on using hashes here.

File details

Details for the file piqp-0.6.0-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.6.0-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bac5884a35018851e325ebaf1e0ae9197d3180bc18e60db3cd4d1daefe7cf087
MD5 88a3c2f9c9168dac1b4c1d7803c09bf9
BLAKE2b-256 34e1b444e7d9d881c4c52a1bd06d4428c3ec123e8e77eb60d30555d1d967d964

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 afd4937e7fbc56fc8797d2b2b79d8440cd94f5a7b1099a4d90d00742116db5df
MD5 22430309f0596819c185fed12672599f
BLAKE2b-256 516548d303b9f0182dd3fbf71ef0fa05d103f49c11872a56b4ae0656931cd764

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e93d94aa7c14c71e4b09ca614ecd356a14125548e51a4f30a7afdf181a860520
MD5 8dc2d04f5ee18ac3467eab9227a0600d
BLAKE2b-256 2e046ab51e05c3f6f0d3c4d9f2e604914fabdd215f5d6af74802c1a5d624503c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9e461c8fb50a1c907b24dc3c15ff0dc26af462331e6b90fb51e859a74c3c4f28
MD5 b1650aea7f94988901732ac612d02686
BLAKE2b-256 4c4d96e762b2698f61b88e4fa5f11d73716168451f0eb617ff7e9e16e8df8906

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f236915111b77c7ee4658f2071955307d3e70a26c16cec2f74741bf9689b94c2
MD5 f9119f7e731cd0ebfa2235e864ad997a
BLAKE2b-256 1a7fa9904e9822ddb38c0ac1d17461c64220582a84a0f3f761b4b1158c490194

See more details on using hashes here.

Supported by

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