Skip to main content

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.

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

Uploaded Source

Built Distributions

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

piqp-0.6.4-cp314-cp314-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.14Windows x86-64

piqp-0.6.4-cp314-cp314-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

piqp-0.6.4-cp314-cp314-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

piqp-0.6.4-cp314-cp314-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

piqp-0.6.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

piqp-0.6.4-cp314-cp314-manylinux_2_26_i686.manylinux_2_28_i686.whl (389.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ i686manylinux: glibc 2.28+ i686

piqp-0.6.4-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (647.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

piqp-0.6.4-cp314-cp314-macosx_11_0_arm64.whl (561.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

piqp-0.6.4-cp314-cp314-macosx_10_13_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

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

Uploaded CPython 3.13Windows x86-64

piqp-0.6.4-cp313-cp313-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

piqp-0.6.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

piqp-0.6.4-cp313-cp313-manylinux_2_26_i686.manylinux_2_28_i686.whl (389.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ i686manylinux: glibc 2.28+ i686

piqp-0.6.4-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (646.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

piqp-0.6.4-cp313-cp313-macosx_11_0_arm64.whl (561.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

piqp-0.6.4-cp313-cp313-macosx_10_13_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

piqp-0.6.4-cp312-cp312-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

piqp-0.6.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

piqp-0.6.4-cp312-cp312-manylinux_2_26_i686.manylinux_2_28_i686.whl (389.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ i686manylinux: glibc 2.28+ i686

piqp-0.6.4-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (646.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

piqp-0.6.4-cp312-cp312-macosx_11_0_arm64.whl (561.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

piqp-0.6.4-cp312-cp312-macosx_10_13_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

piqp-0.6.4-cp311-cp311-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

piqp-0.6.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

piqp-0.6.4-cp311-cp311-manylinux_2_26_i686.manylinux_2_28_i686.whl (386.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ i686manylinux: glibc 2.28+ i686

piqp-0.6.4-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (640.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

piqp-0.6.4-cp311-cp311-macosx_11_0_arm64.whl (559.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

piqp-0.6.4-cp311-cp311-macosx_10_9_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

piqp-0.6.4-cp310-cp310-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

piqp-0.6.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

piqp-0.6.4-cp310-cp310-manylinux_2_26_i686.manylinux_2_28_i686.whl (385.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ i686manylinux: glibc 2.28+ i686

piqp-0.6.4-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (638.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

piqp-0.6.4-cp310-cp310-macosx_11_0_arm64.whl (557.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

piqp-0.6.4-cp310-cp310-macosx_10_9_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

piqp-0.6.4-cp39-cp39-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

piqp-0.6.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

piqp-0.6.4-cp39-cp39-manylinux_2_26_i686.manylinux_2_28_i686.whl (385.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.26+ i686manylinux: glibc 2.28+ i686

piqp-0.6.4-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (639.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

piqp-0.6.4-cp39-cp39-macosx_11_0_arm64.whl (557.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

piqp-0.6.4-cp39-cp39-macosx_10_9_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

piqp-0.6.4-cp38-cp38-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

piqp-0.6.4-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

piqp-0.6.4-cp38-cp38-manylinux_2_26_i686.manylinux_2_28_i686.whl (379.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.26+ i686manylinux: glibc 2.28+ i686

piqp-0.6.4-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (638.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

piqp-0.6.4-cp38-cp38-macosx_11_0_arm64.whl (555.5 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

piqp-0.6.4-cp38-cp38-macosx_10_9_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: piqp-0.6.4.tar.gz
  • Upload date:
  • Size: 29.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for piqp-0.6.4.tar.gz
Algorithm Hash digest
SHA256 e3e31dbf92955368c2dbf51f6bc5088e220bb7de029ea4faa973f3d647b4b4e6
MD5 270a5b878e7936f9ff92b050e2c37d51
BLAKE2b-256 1027748d9df68d5935789e8601d038f15ab4099bae56183ac2b327ea74fecad2

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: piqp-0.6.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for piqp-0.6.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3aa67feef639a116f49cb014c0885a8dc31d3379eb1467702cf7697626b6b37a
MD5 76b50a7da2e7bc1defe57a28a7978a48
BLAKE2b-256 f2dfd38ac715ca696d4656c0533b611c42fa4f2bd1fd74c0795a5bb3173e8017

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 948be7bac2d0bf50d138572fafd061279838dda5a29e87f2d80b258ab36bb792
MD5 6a77c0216d5468b93f2b009254b35e1c
BLAKE2b-256 3785f7040a5b6a22fedd46c8bf1add124b7eb1ef9b3a6414d36647ab034ed23b

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

  • Download URL: piqp-0.6.4-cp314-cp314-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for piqp-0.6.4-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b7cf7c937293b1b477e59e814ee16074095d50e3dd77c10e90ddfb6953e1652a
MD5 58143871f8595d028fce952cdc254d6f
BLAKE2b-256 5c483a8ee21fc1809778cbbc2637b5163eae1f0fa3c4529274af05c8b87b204c

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c8b7fb77d864a9ffc04bfda87693c36febf4dd7713b4654346aebeeea43765f5
MD5 75e4d38d6da6afab81b3891ec76aa406
BLAKE2b-256 156ea5ec9ebe7467425f098707a9c030e76a4406a5e98666d5733e22b3692238

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0725a4cbf8f0793f4ab0a2e70a3f2ff967e70318190d3aa6f600939327b4d3d3
MD5 d4032689dd367d4059f845bece0fbe40
BLAKE2b-256 e6a29375cc91e824111124a1e4fb8500418aec8b39ee56d0d3626770dace08dd

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp314-cp314-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp314-cp314-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 f819c82a4932124f00184209e3c14ab083e1842a62c9d00a5e889404db0161ae
MD5 9ca08a5e5d479acb34436ba51aa67630
BLAKE2b-256 ccb7f2c617e4ee7a39edfe57c15966e3a37fe288af9174efdcc358459828c4a1

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 999d89a06ebec0f962f7016f05b74ad1bb989cd6edb13e68ef22307deef16d26
MD5 bb8b7aad2eb06898c5b592c243ff7ab0
BLAKE2b-256 dec536b7e744d74e3e1a52cc6a5f2799a8a59dab8d6b40311788c74da086d141

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d8b0fda6be5aa081e2198bcaf7eacb7c7021e8d753961c8244d225225706224
MD5 8dc206ebcc88772a61390864e1623ff9
BLAKE2b-256 a1227d0fe1c7a0794605bb8d3ee3355bb4c5357da8f476d03dbcf6c211dd5368

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b5948680ae173705c3b9ec8640b177cc69e71c383844507d4fbf1b656fdcb88e
MD5 82023e98cded9d500a983a0616ad2bc6
BLAKE2b-256 c6e590f2c262ea10fb5b34499711cf57717e6a48764f30a191b8764e476b6217

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.4-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/7.0.0 CPython/3.13.14

File hashes

Hashes for piqp-0.6.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 adf88fe3d3d2d222406fb1629851d83d4251a1b477eaaac8f9364d0c7e8c2589
MD5 d25d21d6f90cd67121ccec96fe1e828c
BLAKE2b-256 90fe5e7499d129e035a41f504024465738c7ca159dab0a649623bbba9ca78c5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 92212ffc46c83ea55b65a894076c1bb1c8ba57d1c1b47b4f0b3b80403bff3530
MD5 2e31defb7c27f903e0c683a572f6574d
BLAKE2b-256 9f627d9117eb390e856913f3ec9497515e42a74afe0f9f933f457dea725d9ae5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.4-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/7.0.0 CPython/3.13.14

File hashes

Hashes for piqp-0.6.4-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5630720bbc446688dea095380e8f200a78e2ce13dae02ccb0d5b3908f18f1a13
MD5 1505bf497aa09d9b61e820b6df308f30
BLAKE2b-256 b023c7a04d41c1d593369f07971201a0a7b172176a9dfc219bbca0124c232c13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f713e9d88dad2692713ef69cb2603c978047fe511db55ef8b52c6facad0422da
MD5 b4cc36c67efbc4f70f2b1f22e66b4666
BLAKE2b-256 dfda8ce97815db520a4a9380895fe0e1809fdec269e608b00d1c022e199947e9

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 70c1d252421410f2d1aa64e2443c78c8833c0a829ac42c8f6e866b9fbb9eb281
MD5 5ebe91c60dd780737852f820e90ba1e3
BLAKE2b-256 277fda4b723c7906903d8b16b34f4957c8c39123e79bf8f61daed15c6fd7c916

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp313-cp313-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp313-cp313-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 6e0541b79d6b60e08421202d4a1be1f213a62f9ad6a512372afa9e92dcc34796
MD5 8a613f6dda71a29b8ea5ca02ead7fe3b
BLAKE2b-256 e25fde9412cb6ce0b48add03207f115663c890cb5cc3219eae6ef7355585ec16

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 64b10b5ff768e3d8fdbe98a500d1758e1d40cb1da6114738a378a99085cd5a41
MD5 cff053f2c728785476975d3c84976add
BLAKE2b-256 829d1c0960bd884714298aae1ced7ade32d3fa9c193af768e10ee979f29d2f58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 762320dddf530acb2d6407335fedf95176a914474dc852c7bc6f65f41a21f1b8
MD5 355fde3981886495dcac6ba020491e00
BLAKE2b-256 76d34ddbee7953995d4e3985dc3fef2bfc53180026a899630ba20aa09a96b098

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.4-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6655bfaffecba53924ffb4b97d60ba118dd005c187f2916cf30d891f6a488acf
MD5 a54ad74f9b9f8823fef72d85e44a5b25
BLAKE2b-256 05f93f36eaff90089ed9773dfb14904cd91dccf73b75f2fa3ff12a08a9349f9b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.4-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/7.0.0 CPython/3.13.14

File hashes

Hashes for piqp-0.6.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a7812e4b47fc898ba6c0a780dfff54b7fbc603dde5f47f342a36076b8f036443
MD5 2b2c1e49731ece2e7ab571110608dbb4
BLAKE2b-256 36866636115c6362896cad073bf5a9419a5b4ace7410c907e62616a28bb5abd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8ad08d14def1ea3771efb64d82611515ae04ef6da85a4749d019b00f91530165
MD5 b05fe212cbc1bce1d74b80054d2da366
BLAKE2b-256 f1f37511b8885f9ca291dca310b36b721cd54c5e7454567e0a2389b60e37ad7c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.4-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/7.0.0 CPython/3.13.14

File hashes

Hashes for piqp-0.6.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1c6fcbf6c2b48aa2785e9f5c734704d5ec9f173c66483f308ede684275041552
MD5 e9ce1a149d222d9e760a8e805e7a1e65
BLAKE2b-256 b280058394fcec8fc8d29fd9db32995f8c3a676bc5d059135ee7d170f576124d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1e905573048aed5438b49c3c04ebcca0fc958d5e6a6571056821f7ca5f7800ce
MD5 d676a773f3d581c8f14482cfea3897a6
BLAKE2b-256 898b7ab6b66395cc7c8cdd49f9ff6835ad610d7128a843044d2bc91e0a8e0739

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b58f3919fda23855dd4026cf3573cb18e9e35bd69a761e4003303d519717a452
MD5 887d8f284bd48cabf93bb350ba2b8c6a
BLAKE2b-256 0dd07c448183a3c257b3a57445fceda64530956163a548904a7086ad68cf264b

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp312-cp312-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp312-cp312-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 0e41cd28ad15d622c77257e92be5c2760a63acc3db110ce883e44a627faca935
MD5 c0c1554cf61b4c50cd6414e0dc7af2d1
BLAKE2b-256 2534b40e983e1a39622abb68ac178421583ac5ed01d9f873c58a66a45c5ac725

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3b0ce99f3f474e08cd2681a4a0b989c504abb32209d37f18d6eacab140ec5855
MD5 b64819091b1dcbdbbf45720981979559
BLAKE2b-256 0d2144e1f93edc54ffab18023866466383d552929b435c8ff76561004b13f90b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 952b5f4596473616e3569a9980e262be7cbe4abdc759ebcd78d719b9884068a2
MD5 4b85587c5457b5e5efaf909ddf721568
BLAKE2b-256 b407e281769f9d92a08410e7a8c5099dfe17248464aa9749ba94a078a0627747

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.4-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 56772b74c2440a478b7b4a77db1f472f7297aabef0e058329933334a2cd27e6c
MD5 bbdb1363dcb0ff570dde407b625daec7
BLAKE2b-256 cd28629f130b956f724ae711fd571530e7b10c45b97583b58fa9b4125b41b1c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.4-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/7.0.0 CPython/3.13.14

File hashes

Hashes for piqp-0.6.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a355deaeda9f43e536b6d6c4bb981c3c7817adc85b979c93e6632f5c6df966d1
MD5 3e4d87adcd2e0251d9525ff2a34d39d3
BLAKE2b-256 1ebca85fed500e14e0d051a5a140c682f7cee7013976528a22aaf9eb4086b60d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 18f45db00a5630dfe054a099db7e72e5371d320c42482208f86aed035efca652
MD5 941d1618e5d1e932528d4a6ff7da4335
BLAKE2b-256 c41ce083d76484edb7a0c1c41f1dacc6a5f0745af155ec51f93fa072902b6dbe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.4-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/7.0.0 CPython/3.13.14

File hashes

Hashes for piqp-0.6.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 229a9f02740bda195f948b05c1c455d03a0a43d3ad3980eaba59e73addbff180
MD5 2663cb8087dbda4a3f88a3a79db49e9b
BLAKE2b-256 7825cd308a4caaa2edb4a3f1e99d175419d94c9074d189c1c1bdda5479bd8226

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 08a7280af2fd7c63e2d21e7677c3cc4e4c9d8a5e746395412c82692184213082
MD5 9b5a38031023b0c55ab6321018674e69
BLAKE2b-256 b2dff059415e8b3e04e923cf0091d80a1030227ae1a5264701ee402e271f9986

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 224adad92dabd664f7aa79f73d818c8ab185a44e5b3276368fa76ff2856a185f
MD5 7093b58a433286b1080428bc64e4ea7f
BLAKE2b-256 342c1646955859a0d47ca60f811ebab092a369289e2c9ee08741f29186df4e09

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp311-cp311-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp311-cp311-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 8674e3347066d341f43bdb145854ed0ebdf911df09328234e00d22c39357d4b5
MD5 ba6e253feb68427e8bcb2e92f07d4d7d
BLAKE2b-256 2857c6c94e1bef98aa0573dd3e5c65406d394518b9e0af9c73e45d06f810c00d

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d8f8df9730bdbd9924d20d7e03552ae242459c8c27909e92c042adafc4101c92
MD5 699e4e1e20b8e69124f2dda40397eeb3
BLAKE2b-256 1714476e95e0e7a18b9e241189aa23dde648b338e3e4eb56c8315b7bfac50237

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b9672987bc4d2cbc86669a4013efc7b8bdb7636e55990bffa838c3a490a1b4b
MD5 c2dd9f916691962d68740672bdb05217
BLAKE2b-256 f4807f49bca450a1c28d4e7577b0903ab9eae4e43a9ffab8706508f87e262837

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0203444f560adf7eec34c163818315aa734c1d7053fa5d2337af00b8b7c68ab4
MD5 76b3dd0b5d6fd561d8ab84743ab93588
BLAKE2b-256 b06536c814d64318bff6654c5d863d974507f2c0f5c5934b954a4243990355b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.4-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/7.0.0 CPython/3.13.14

File hashes

Hashes for piqp-0.6.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7c1e91aeb2c509ea0904be5bdf3f496924ee0155a49e56450550a709260164a9
MD5 b064fcabb01c0f5a46ab95b2d8d60f21
BLAKE2b-256 301293784c4ac6b62bd8d0b2be103065fba689c158cd91a13442b257215040b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6808a3486e47dc79864f83627f8925015d104c569adac95fc34a3c62ac9e0bc4
MD5 aefd9870760af6cdf6ad1ac92dd84af4
BLAKE2b-256 f21f23e1b1ac91bb08e0902dddaa85cbf20a49ea8a2145e213bcf8c73a191f0c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.4-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/7.0.0 CPython/3.13.14

File hashes

Hashes for piqp-0.6.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 61aa91ab158f0d665c6885fc73458efab4f60666a56c24e5d3ccb6509ffc830d
MD5 485b5cabf8642f84d38b94e920f721d1
BLAKE2b-256 0b69f61874768d3883b19c3a8f4ba6a0445f10278ae247f92107bf4f6a97a6ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 266d02bcd16cff5994bc8fecdd19d3af7c01d1d72ebf5c7ffa8a79f27ae28ea4
MD5 993f39370c441c015019d4640eda406a
BLAKE2b-256 db38732d4e4b52630ca1c3973b5d06a0a04ddedba3ab77b3d45bbf31172fb9a5

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cefc993e4c4a1f968da4906f9fd052e0f3d04c8eb9b9f9055fbb16e7180241c5
MD5 f831d801760f78f57b63dab7dee40b3b
BLAKE2b-256 0d6f49a716562c902c1add639c8bfe246868096a211419a044349f87a81d3343

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp310-cp310-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp310-cp310-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 803c1003b3a196f046da355469db5ba0e3e5e4526307e2e39572af278131991e
MD5 d7ddde114f509170decd565586cfecef
BLAKE2b-256 4ee568792fa2456aade9601df7708b79ee67002f4b7de7b3bde203beee3f77af

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9c3d7ef8442491a2d22dd50e9706e118b22c6dced02c85881125eeb8a7fe439e
MD5 9ef5dd45d1cdd2231be9f15a36794cfe
BLAKE2b-256 cedc3b046310ec8cfac5e80d7d6422f53b2305550823d65479fd358471e9c04f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a33d63d74c73488e9d476901d568c17123b2d27270e5c08bb5468c1db4ef3d09
MD5 01dbb0d597f38165812e1567d413cbdf
BLAKE2b-256 1dbb13731acdbac2c6d831fe42a2a90e2cb8bc0410db6d793c7601c44b35def4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 817167e2859a50f35c3b9c471b267c6b725bc529853c2665d1f0cd36a6f9918f
MD5 2e7f4bd59144bed85178f7a98fb3bced
BLAKE2b-256 62480230a386d51667a245274e7c4deb2616d932ff9a1986c3d681afc9f33de5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.4-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/7.0.0 CPython/3.13.14

File hashes

Hashes for piqp-0.6.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 03c3ccbd539c1322007dfb9043b1bfb08bdf08f5def0511d1563bfaa1034d3cd
MD5 c5e0c1cefdc9a57045fc46452aeb5abb
BLAKE2b-256 968898289bdc29b5bdd4399242c7438489f24f89e469fac67f6a62488f651ef0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for piqp-0.6.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 86565d3ce29036893b39f7bcba20fa767c764742d586cbfe27c0e4d88ec4131e
MD5 d40dc3318e143951ff113026a6e091a9
BLAKE2b-256 5b7508826cf39b8d6b14bfdef8778924c44d1428db71f081ec077433988d50e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.4-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/7.0.0 CPython/3.13.14

File hashes

Hashes for piqp-0.6.4-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7a834c8e3b80154e380aa8ca914a8044f9865299ae366db434dd9397c1dff82b
MD5 a4fa0c39f4475a538dfc4ea45efe8c88
BLAKE2b-256 f47053217ef5b5ed64c1601423add2a9bc551065032386ed9df0aef69b8f1710

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.4-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 222d5a9cb4fe05ce495cd70b0a481fb2bfb35edd9df9c0c78086c052e7df814f
MD5 b8a192a82628ceb16f4ee3ae3968c335
BLAKE2b-256 8090d0536724d5bd4380c219faac14e995316cfeb4e11fdfbc0f3a577cab4ac3

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a0773131e9b9e4ccbfd2af4ac0502adc5c24190d8948fffb15de31884b610347
MD5 ea07f73992581eacd6b8840511904be6
BLAKE2b-256 2d6f31fe4f79eb9b680a309515e7376c487c6c4b3ec349c5b6b02574c90317b5

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp39-cp39-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp39-cp39-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 24acf71165cd6188e766aab8ae29cb4480c58fb3eb395a033bc7c28a04ee759a
MD5 252752d09904943783c5db721c0fa593
BLAKE2b-256 0b303e1455a915f10580a54432a1ed3b36b51eca146867b6a04dbb77810c7bd8

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3a49e347b1377796c767c1d5ae05692267c8eaf0696bf1bc39fae24a379d3a87
MD5 2414a5192c8990dc91036b351779443f
BLAKE2b-256 ab1e5d2e3e4d093d501b30523c14ed3d7f4435b6f34a9538f2d10660e6f778cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.4-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 557.5 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for piqp-0.6.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8947961f0175a1bb17aef7133350a1447de025f6f7f4b26f26924bcca8aaec7f
MD5 919dc81a6e325e9b006a7ffb1435a9e5
BLAKE2b-256 54568bd6de8c9086115759b8c11d255ad803a2f3d32fb2736382be48ee4693a4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for piqp-0.6.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3dcddbc7cc50d4f5335a0dded3a0fb62ce7314dc401758da81052db57f4f2ec8
MD5 dd7a20ea7bf82ab0d047d2c2fc4a1e23
BLAKE2b-256 10c5ed9a9eeaa260ca722b347da652604859e25d11b407c6154f7e6a0b907c66

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.4-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/7.0.0 CPython/3.13.14

File hashes

Hashes for piqp-0.6.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a1034e27259887e6219efe8948508d0324b011d31200e3b4b7f94ea57ab7f9dd
MD5 759cb78db919645bc310c80b7115c9cf
BLAKE2b-256 7efca4e7384877d8510cd2072a38c1785d1011c1827b1406630bc1aafdcd2ecf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for piqp-0.6.4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 432f224e3c7dc6293b09cf52b371a34f69b9b65daa16049b0c06150f1c7ee80c
MD5 a0fea6d71b076fb360d44e692b4bd4dc
BLAKE2b-256 15f32a226891aa9aa087e7471b0b19ac8009275ce30022f2815920b0021a1334

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.4-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/7.0.0 CPython/3.13.14

File hashes

Hashes for piqp-0.6.4-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8940401745fb18c0e1b0d3ba08c7cc91b7cd345280e07fdda864f53cce6f6596
MD5 8becec87e16e856047a0a05891841fa1
BLAKE2b-256 00fb47a76edcf4e157273ecba93e480b23fcee8d8ae1e1c1ac1ef932254a36e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for piqp-0.6.4-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f9d246720d4703e41a075b366bb356588dd92f72076077938042815228b15241
MD5 ca4bf1efdbcc60b3f13dce371dd5ff53
BLAKE2b-256 9f3334db1962cc978cffe208523a7f4ef653e1d87a6b6c4a7da6ff12b96e0a27

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7fa90afc98a0590935138c96c40ff1cb8b3cbe53fc36eeeff7138bf449ff6869
MD5 6d0d8310ffc164afc0ac85c5f7d796a9
BLAKE2b-256 686ab2994d1d8f47b17ddfec69882377ab75179aa744a91cc3c6094665c014de

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp38-cp38-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp38-cp38-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 7b80b4b2f2ca14c6477a8f8a9ab7fcfedd262e4b0d304c9c83032ec0212688d3
MD5 f5b273150fb0081453115ac07bfd0250
BLAKE2b-256 da9c7a2f9b9d763e10272f2b17fa17151c58d5d05b5ed38315918333bd596586

See more details on using hashes here.

File details

Details for the file piqp-0.6.4-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for piqp-0.6.4-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bb4b2916bd5c4a7ce003fa19937590bcde1f1a3c4a20ed36db4b479d394365ce
MD5 7b7d07d1a2d96db8d85c3f962fe75746
BLAKE2b-256 65504b95f90961f0c8cb7b95883bff8f12ae20e1cc7f52c11bbcf9075c0434e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: piqp-0.6.4-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 555.5 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for piqp-0.6.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cbd6a7d6106d385e0cf3d48de690215269d1aa5903855649940644899f7643ef
MD5 a467c8d684d94898ef98fb06305ca2b0
BLAKE2b-256 3bcebdbf834f1fd043f2efbb603e3271b87d5eef49ea598ffcebbeb57071549a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for piqp-0.6.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bff66a66cce5d80012a955752ad6fdc026bf64faa791f6351f965b1ceba83f88
MD5 936698a0c2c6f5d9ea65ae9817ba5ff3
BLAKE2b-256 5ce27b005b2db9e0b3c4864aa84dbc3c401a981ad4be1cd56eeb048e70d5b499

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.6.4 This release

64 files

0.6.3

64 files

0.6.2

64 files

0.6.1

55 files

0.6.0

88 files

0.5.0

83 files

0.4.2

80 files

0.4.1

80 files

0.4.0

80 files

0.3.1

80 files

0.3.0

80 files

0.2.4

80 files

0.2.3

65 files

0.2.2

65 files

0.2.1

65 files

0.2.0

65 files

0.1.3

65 files

0.1.2

65 files

0.1.1

65 files

0.1.0

65 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page