Skip to main content

Proximal Augmented Lagrangian method for Quadratic Programs

Project description

QPALM is a numerical optimization package that finds stationary points of (possibly nonconvex) quadratic programs, that is
\begin{equation*} \begin{aligned} & \underset{x}{\textbf{minimize}} & & \tfrac12 x^\top Q x + q^\top x\\ & \textbf{subject to} & & b_\mathrm{min} \le Ax \le b_\mathrm{max} \\ \end{aligned} \end{equation*}

Documentation

The documentation can be found at: https://kul-optec.github.io/QPALM/Doxygen

Installation

Python

The QPALM Python interface is available from PyPI, you can install it using:
python3 -m pip install qpalm

Julia, Matlab, C/C++/Fortran

Installation instructions for the Julia, Matlab, C, C++ and Fortran interfaces, as well as instructions for building QPALM from source, can be found on GitHub.

Supported platforms

QPALM is written in C, with interfaces for C++, Python, Julia, Matlab and Fortran. The code itself is portable across all major platforms. Binaries are available for Linux on x86-64, AArch64, ARMv7 and ARMv6, for macOS on x86-64 and ARM64, and for Windows on x86-64.

Benchmarks

Check out the papers below for detailed benchmark tests comparing QPALM with state-of-the-art solvers.

Citing

If you use QPALM in your research, please cite the following paper:
@inproceedings{hermans2019qpalm,
    author      = {Hermans, B. and Themelis, A. and Patrinos, P.},
    booktitle   = {58th IEEE Conference on Decision and Control},
    title       = {{QPALM}: {A} {N}ewton-type {P}roximal {A}ugmented {L}agrangian {M}ethod for {Q}uadratic {P}rograms},
    year        = {2019},
    volume      = {},
    number      = {},
    pages       = {},
    doi         = {},
    issn        = {},
    month       = {Dec.},
}

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

qpalm-1.2.4.tar.gz (543.5 kB view details)

Uploaded Source

Built Distributions

qpalm-1.2.4-pp310-pypy310_pp73-win_amd64.whl (174.2 kB view details)

Uploaded PyPy Windows x86-64

qpalm-1.2.4-pp310-pypy310_pp73-manylinux_2_27_aarch64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.27+ ARM64

qpalm-1.2.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

qpalm-1.2.4-pp39-pypy39_pp73-win_amd64.whl (174.3 kB view details)

Uploaded PyPy Windows x86-64

qpalm-1.2.4-pp39-pypy39_pp73-manylinux_2_27_aarch64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.27+ ARM64

qpalm-1.2.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

qpalm-1.2.4-pp38-pypy38_pp73-win_amd64.whl (174.2 kB view details)

Uploaded PyPy Windows x86-64

qpalm-1.2.4-pp38-pypy38_pp73-manylinux_2_27_aarch64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.27+ ARM64

qpalm-1.2.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

qpalm-1.2.4-cp313-cp313-win_arm64.whl (153.6 kB view details)

Uploaded CPython 3.13 Windows ARM64

qpalm-1.2.4-cp313-cp313-win_amd64.whl (174.5 kB view details)

Uploaded CPython 3.13 Windows x86-64

qpalm-1.2.4-cp313-cp313-manylinux_2_27_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.27+ ARMv7l

qpalm-1.2.4-cp313-cp313-manylinux_2_27_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.27+ ARM64

qpalm-1.2.4-cp313-cp313-manylinux_2_17_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

qpalm-1.2.4-cp313-cp313-macosx_10_9_universal2.whl (1.2 MB view details)

Uploaded CPython 3.13 macOS 10.9+ universal2 (ARM64, x86-64)

qpalm-1.2.4-cp312-cp312-win_arm64.whl (153.7 kB view details)

Uploaded CPython 3.12 Windows ARM64

qpalm-1.2.4-cp312-cp312-win_amd64.whl (174.5 kB view details)

Uploaded CPython 3.12 Windows x86-64

qpalm-1.2.4-cp312-cp312-manylinux_2_27_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.27+ ARMv7l

qpalm-1.2.4-cp312-cp312-manylinux_2_27_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.27+ ARM64

qpalm-1.2.4-cp312-cp312-manylinux_2_17_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

qpalm-1.2.4-cp312-cp312-macosx_10_9_universal2.whl (1.2 MB view details)

Uploaded CPython 3.12 macOS 10.9+ universal2 (ARM64, x86-64)

qpalm-1.2.4-cp312-cp312-linux_armv6l.whl (1.2 MB view details)

Uploaded CPython 3.12

qpalm-1.2.4-cp311-cp311-win_arm64.whl (156.1 kB view details)

Uploaded CPython 3.11 Windows ARM64

qpalm-1.2.4-cp311-cp311-win_amd64.whl (173.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

qpalm-1.2.4-cp311-cp311-manylinux_2_27_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.27+ ARMv7l

qpalm-1.2.4-cp311-cp311-manylinux_2_27_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.27+ ARM64

qpalm-1.2.4-cp311-cp311-manylinux_2_17_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

qpalm-1.2.4-cp311-cp311-macosx_10_9_universal2.whl (1.2 MB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

qpalm-1.2.4-cp311-cp311-linux_armv6l.whl (1.2 MB view details)

Uploaded CPython 3.11

qpalm-1.2.4-cp310-cp310-win_arm64.whl (155.5 kB view details)

Uploaded CPython 3.10 Windows ARM64

qpalm-1.2.4-cp310-cp310-win_amd64.whl (172.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

qpalm-1.2.4-cp310-cp310-manylinux_2_27_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.27+ ARMv7l

qpalm-1.2.4-cp310-cp310-manylinux_2_27_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.27+ ARM64

qpalm-1.2.4-cp310-cp310-manylinux_2_17_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

qpalm-1.2.4-cp310-cp310-macosx_10_9_universal2.whl (1.2 MB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

qpalm-1.2.4-cp310-cp310-linux_armv6l.whl (1.2 MB view details)

Uploaded CPython 3.10

qpalm-1.2.4-cp39-cp39-win_arm64.whl (152.7 kB view details)

Uploaded CPython 3.9 Windows ARM64

qpalm-1.2.4-cp39-cp39-win_amd64.whl (170.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

qpalm-1.2.4-cp39-cp39-manylinux_2_27_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.27+ ARMv7l

qpalm-1.2.4-cp39-cp39-manylinux_2_27_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.27+ ARM64

qpalm-1.2.4-cp39-cp39-manylinux_2_17_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

qpalm-1.2.4-cp39-cp39-macosx_10_9_universal2.whl (1.2 MB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

qpalm-1.2.4-cp39-cp39-linux_armv6l.whl (1.2 MB view details)

Uploaded CPython 3.9

qpalm-1.2.4-cp38-cp38-win_amd64.whl (172.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

qpalm-1.2.4-cp38-cp38-manylinux_2_27_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.27+ ARMv7l

qpalm-1.2.4-cp38-cp38-manylinux_2_27_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.27+ ARM64

qpalm-1.2.4-cp38-cp38-manylinux_2_17_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

qpalm-1.2.4-cp38-cp38-macosx_10_9_universal2.whl (1.2 MB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

qpalm-1.2.4-cp38-cp38-linux_armv6l.whl (1.2 MB view details)

Uploaded CPython 3.8

File details

Details for the file qpalm-1.2.4.tar.gz.

File metadata

  • Download URL: qpalm-1.2.4.tar.gz
  • Upload date:
  • Size: 543.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for qpalm-1.2.4.tar.gz
Algorithm Hash digest
SHA256 cf3cf64c82746ea7ce676476f25fcb5999ab6f62a0c3deeda4c899192f08f2d6
MD5 c218c3f09586812c351d88f2d24c04cc
BLAKE2b-256 21fe0ae9dfcad6fb975f6ce6fd221f9ae42fae3c6f57d21b5e637dd2c4f52c1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4.tar.gz:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 dbfea15ef4320b29d3816e0605995265d494444e6a2e467f30f931690c6e38aa
MD5 581319c15cc6924f15bb37db61efcdf7
BLAKE2b-256 eb88a698949393ee307c7e50882188e8342e97d9ee2183f03b8ed0b8a20068c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-pp310-pypy310_pp73-win_amd64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-pp310-pypy310_pp73-manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-pp310-pypy310_pp73-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 7e92561045e46d79fd7adad533c2ab18ca0e4fec225e051539d995f6a3f33a4e
MD5 b6a83aa2a60ca3f01a7f03d5c5c70693
BLAKE2b-256 6f63d08c825e2eea29b526054b23423f45b19837fa3e1dd120096e8235679d18

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-pp310-pypy310_pp73-manylinux_2_27_aarch64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 6244d6096e54cdb14eebd660104138c18313d9ec250cbfa2fda149509667d210
MD5 9cbafb2c9863af7f6eb53a88e4d98043
BLAKE2b-256 2895756a3236af5f31acb71bd938f75a7bca8b687849a197fb5303289c1df084

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 78893b7fd644b4a26547d58900916c022578d83a6ce4c8b710fad3cea569c6fe
MD5 f37dd4d21316c3bca8bc5a59c12291fe
BLAKE2b-256 fd958717ab2f6598d35cb1b84857bd5cfe0ebc8e0558635c35c20c04f3750033

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-pp39-pypy39_pp73-win_amd64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-pp39-pypy39_pp73-manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-pp39-pypy39_pp73-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 1328c2792e556803ce9c8e2d2e307c415c20457bc006ee5468be66faefd609ac
MD5 0e39fb1570b2bda640e8c9d8a2046c71
BLAKE2b-256 abef88c6c979f26db0f3be9cef8aa96787a3bd05143593cd88396c27aadf5a01

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-pp39-pypy39_pp73-manylinux_2_27_aarch64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 9cde7f428abcdf2e1109cbfada2f52e590fd8cbd00a1c7172b3ad5e26a98a451
MD5 6ee4589456b9396ced19fee8336403d5
BLAKE2b-256 f27eac2eaa009681861c0fe05b433f61dc8b2a229c55ff5337fb8b4135b59e20

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 141e13338beae1bfe92bcf507398526b0b5660173d3de9f90bf970f023bb2a95
MD5 ce99fc18e757c2e79bcd3ec79817970b
BLAKE2b-256 9d1690b9c284d8acc3250233eb2a2ed2d722664cc85e18cf484db2bf8e3fe2bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-pp38-pypy38_pp73-win_amd64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-pp38-pypy38_pp73-manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-pp38-pypy38_pp73-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 b6dcdbfd6603fa34a14bbc21f686e18c1181748accdf21c4f491e157c6bdf447
MD5 722359fd33ae80cdffdd490c023ab2d6
BLAKE2b-256 562658e3630914c797db1dcd7247464c8e7d66568f572a7aff8cd3fef2d692b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-pp38-pypy38_pp73-manylinux_2_27_aarch64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 96c4ca76116564680b0d59f024a5d37c44d0faf583ce6600127b2fb75f20d571
MD5 a9bc23f2a07c53bfc524c911765e5f05
BLAKE2b-256 5c18868fa4b8044c0215761e15e934775ad2680045e71514821e733bd4da4759

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: qpalm-1.2.4-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 153.6 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for qpalm-1.2.4-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 b76f980bbad28e7409e8b0bfb9c9295544e6375b9658eb5e562dd53695120b4a
MD5 71d8f658c4e89c31a52f80bd8dfebaff
BLAKE2b-256 fa2c1bca2cb8767c4c63f92e019688ab2ce164489c799cc54a27db0b6e61c3d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp313-cp313-win_arm64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: qpalm-1.2.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 174.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for qpalm-1.2.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8b602643ddf21557fc05e87f24d949a4ec38ddd3d50f8a406c9e92263b8afec8
MD5 ab89680beec92ec2c9c51afb57847cdc
BLAKE2b-256 85b1e8a133923549708fdc4a3496e4d99b5aed43ede21851c6fac1a6ee3ba186

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp313-cp313-win_amd64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp313-cp313-manylinux_2_27_armv7l.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp313-cp313-manylinux_2_27_armv7l.whl
Algorithm Hash digest
SHA256 80ae8a0fdfb956becaa22fb08522cdc9afffafbef9e91802d130dc5bc1082296
MD5 3d57323c36bd0484ddc0876d1b7bdc6d
BLAKE2b-256 84bf0435d5da1119303febeee35203bdda3eaf5aa81a29fa630bb8f90e6ea2d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp313-cp313-manylinux_2_27_armv7l.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp313-cp313-manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp313-cp313-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 01d96a4f185d8085b1197c53cb6efc7eab2813ba3ebe63b66a5f1fc109820b9a
MD5 66f99dadfaf7c47a5a8d6a7143b60b9b
BLAKE2b-256 a50c94aa8cc46bc97fe8afe73b7a1f59394af95182f96b49d62a2186b4e6ef93

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp313-cp313-manylinux_2_27_aarch64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp313-cp313-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp313-cp313-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 829ad628822af08997d51cd694fa934cda29e384e174e95011f796e138d4cda6
MD5 f7f0e15a38f5ef90aee9159ca66be48a
BLAKE2b-256 e617e7b933238c12a5f87f53f865d116e89b441648d897f703dc4b07e088b5cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp313-cp313-manylinux_2_17_x86_64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp313-cp313-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp313-cp313-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c0bc8a64c4e59ae37dbfc1a43aa25b85dab3c4ba4fc849aa1e18fecfb75bacfb
MD5 5315fe4f4740e7cedc0340ddf1d0300e
BLAKE2b-256 79ebd904779c671288c7a7ffe2c9bef5158142866bdbb9308cf1a784e046469f

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp313-cp313-macosx_10_9_universal2.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: qpalm-1.2.4-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 153.7 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for qpalm-1.2.4-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 e65ea09275a5eff1302a4ec6389d90bff26678744da526dd732cfa8fd6bc8db7
MD5 23ba87bbc420bd08449386f94b1c00b3
BLAKE2b-256 a22391b2ff5791a9d558a16dfe1c63acbaead39c90ffce9d615d729d5848ecd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp312-cp312-win_arm64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: qpalm-1.2.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 174.5 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for qpalm-1.2.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6030f794fa49df61aade2b5cb06514ebe6a5a3bfda8b98a256ac409ad9871c47
MD5 768b9614e80a7f474d78c2ca04a245ea
BLAKE2b-256 502dde836b9ca7571c2573a4e7813b410b2253d9d1cec4d5ef370f44c719ec0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp312-cp312-win_amd64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp312-cp312-manylinux_2_27_armv7l.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp312-cp312-manylinux_2_27_armv7l.whl
Algorithm Hash digest
SHA256 4cea25517b38beac84891b85e02de0c55d09fb9ab897145c15bcaa5146a8acfa
MD5 6a73faaa3d22c76a2720c9ed6264ddb7
BLAKE2b-256 631f4579b8efef83c391b855ad7bda2334180a4ef4a836f10bbd14de67d2d0a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp312-cp312-manylinux_2_27_armv7l.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp312-cp312-manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp312-cp312-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 00126b81e8000b70b7e3c80270a320e632392b1e0df54973c9db28e19547c79d
MD5 e7e960062bd1f11bcf35cb725bbac59f
BLAKE2b-256 f4f83d09fbb89fd4cb26df053ee9aea35234803609e5c25cb0e83b57d66729dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp312-cp312-manylinux_2_27_aarch64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp312-cp312-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp312-cp312-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 00ae9a68b174368e1e411cb88af305b228275d430566425d787ea3b489385cbb
MD5 cfc9d3267dcd6fd42a01056e0aa7a00c
BLAKE2b-256 1f4c18a6443212366e12688085ff324ba3f5f53da819fc8907a5165d75d98e56

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp312-cp312-manylinux_2_17_x86_64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 eb74e73f80e0912d55e4e6f376076a50d3da9f236ddc1baccc824f9121fd8bc7
MD5 05d4fdae397dffce0b338cac981a72b6
BLAKE2b-256 8b361a955f1e4fb48719ab77fd81559019172a2e5392c78c0cbad2d738ba75f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp312-cp312-macosx_10_9_universal2.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp312-cp312-linux_armv6l.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp312-cp312-linux_armv6l.whl
Algorithm Hash digest
SHA256 f5bc71279233136d17acd1ab59e6fb7b9fd6eff6adb878a50b822a07cfb7c7e2
MD5 b38f779a3d899aa6eb1accd45c15905f
BLAKE2b-256 91c2a7bfcbb8111e971adf9e8f52ca616daf6f26d9e70b8e531fe0c8280db226

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp312-cp312-linux_armv6l.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: qpalm-1.2.4-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 156.1 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for qpalm-1.2.4-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 bf170dd1f441273f2eef4b9937846f061b507a3898b87ac7f44adf70afaec43b
MD5 6ca2327ef7a0291b4d4b46af3108306a
BLAKE2b-256 eaac10bd0ad80d867362017b6f6507c7e74a39ebf3a5a491603705050ad2dca7

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp311-cp311-win_arm64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: qpalm-1.2.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 173.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for qpalm-1.2.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c8ab29ad115922b7fcd403be0f987a671e4717c1fb36859de96a7f3940c1c06a
MD5 36e384d04a0a0f9975d4226019fcabf1
BLAKE2b-256 6d2b57eafd743ce7f24aeabbcd1a550562f888d45c96596c4e5d4ff3a4f78d55

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp311-cp311-win_amd64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp311-cp311-manylinux_2_27_armv7l.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp311-cp311-manylinux_2_27_armv7l.whl
Algorithm Hash digest
SHA256 674713018dd4d5d9f4904364b0c0f8b928765fb0c6974065f1e00de66dc82ec2
MD5 5a38cbbafd76625413bf8d3b797e0e0b
BLAKE2b-256 9c11571054f79b9f83220eeb67879e39caf0fba98093b6c896ba0ac1c8b87650

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp311-cp311-manylinux_2_27_armv7l.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp311-cp311-manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp311-cp311-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 be7d430d560c225dcf73afd174967c456b39e97dc6fec4286363a4119d8f5135
MD5 41132505085c91c0f1a064f4e7735a9a
BLAKE2b-256 a9a91c3022feb97ec521a2eea2c77a443701142022e5e261c563447b4a313359

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp311-cp311-manylinux_2_27_aarch64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp311-cp311-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp311-cp311-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 e7498d182fda9836909d3379bb94f106726e43c4cc6dff6150c13bd639b52821
MD5 77648a576e4772546b9c52d8a9aab9ca
BLAKE2b-256 976142a3e1aa5f540099386ec3e9eabec218847d4a6035ddf8c2d02b2737367c

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp311-cp311-manylinux_2_17_x86_64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2de4b995886267502325d741a16888d2dce985f46c269373b757ea9f69cebfd8
MD5 c9ee4a8713385943d92ed3026b514c6b
BLAKE2b-256 b643d3a614a5a4ee02402baf93c0b05830f40442b80ec140e1ab126796afa350

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp311-cp311-linux_armv6l.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp311-cp311-linux_armv6l.whl
Algorithm Hash digest
SHA256 899943c7b25116835823df5576625207f3564b7722cd58584e3b33064712ce55
MD5 20b685cf8408e33e0d1cab7183f55ab4
BLAKE2b-256 1bb08ab2c9431d28a7e18d70a3c2d660a8e1b9622a019afdf91e660f414dbec6

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp311-cp311-linux_armv6l.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: qpalm-1.2.4-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 155.5 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for qpalm-1.2.4-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 6dc384c44d46c8c438746ba922e47390d962a8a24ae46ac9210d9a2b84815d19
MD5 33dd9a06e613d21888367284f188152c
BLAKE2b-256 a3b6cc0d488b66c409163361834b7e43050073b102aa61291947b2e4b20a8d49

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp310-cp310-win_arm64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: qpalm-1.2.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 172.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for qpalm-1.2.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0f4e54ae31f3d681a03771c5b690d311f46905f3a03c12ae6c09e41060d68cfe
MD5 70decda950ddc1226c46a85c0f87126e
BLAKE2b-256 c72d61a21a2f02fed4a500d024bd45d70a9b626cf1773291275e2506b298b5eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp310-cp310-win_amd64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp310-cp310-manylinux_2_27_armv7l.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp310-cp310-manylinux_2_27_armv7l.whl
Algorithm Hash digest
SHA256 e2f7a487a23aec65eca4ae07702affbbbd99027bed900cc087c8ca1d6093d938
MD5 04d7444270f7b4bc118735e799f11ca2
BLAKE2b-256 cd926e2469997ec6c0a818a43363854b115d8827aa4149f42ba203c37e87aaf6

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp310-cp310-manylinux_2_27_armv7l.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp310-cp310-manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp310-cp310-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 4cea40aec4290f1bcad456da1f86662ad94ce93c471fe56c982f587a07981073
MD5 912f5145dff3f33975e32a1638da2daf
BLAKE2b-256 35df41bcc4977ddab59f72ab18cb417c958956e6a08045f6dca38f09f2cd1e85

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp310-cp310-manylinux_2_27_aarch64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp310-cp310-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp310-cp310-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d2f5f60fe8a6ca63a4e7370a39d6dcac0f4dfb9b2dd8544ae47bc9e86ffabff5
MD5 5bc41a227ad5dfcaae3612ffc3d06380
BLAKE2b-256 5719cf3f3804cd8f0e7f909afe6f6c832322f03b8fd3831cdca04fb6f1d61a24

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp310-cp310-manylinux_2_17_x86_64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 46767413efcaa4696ed78e10983ab68395ab8cf5c55bd4dcb3d10fb5d98caca8
MD5 b50b592301cf3e851d3cb8e7cb28ca1e
BLAKE2b-256 ad7daf844dc3ff0a06d65e59a43f6e28a2d5ddf38fa932252a210d12fe8a2e2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp310-cp310-macosx_10_9_universal2.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp310-cp310-linux_armv6l.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp310-cp310-linux_armv6l.whl
Algorithm Hash digest
SHA256 ad5614ff12754a39e13246206393d4c258b5b655f8692a1f3185e6347ff752f6
MD5 3d2d40b86b5a05fbc79899460b13c101
BLAKE2b-256 c28a16d8c37c1546a72205aba5b5654c44a36bcbc70221475f42936a0ac6fab7

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp310-cp310-linux_armv6l.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: qpalm-1.2.4-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 152.7 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for qpalm-1.2.4-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 f3368288426365d0d86fec00df53af3d31b13f636cad9fbd4be28851b7baed8a
MD5 521e2c20132f4f96c0ca5887180aff3d
BLAKE2b-256 96cb045618498d208871b4aaef580107a680e14d0d88b2ccdcb7df7d873a1dfe

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp39-cp39-win_arm64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: qpalm-1.2.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 170.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for qpalm-1.2.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1b07844462a78152889af34dd504582ad10647dafce523664356572ee3533fbc
MD5 89b4b3036f9b10cbf7d50a0a4daf5e98
BLAKE2b-256 bac94a7b324d6793a1e9c59ecec24edd6bb64625ea2ed5496195ce6cd250a283

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp39-cp39-win_amd64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp39-cp39-manylinux_2_27_armv7l.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp39-cp39-manylinux_2_27_armv7l.whl
Algorithm Hash digest
SHA256 e1c973305d6c0c09b1fad743cd79881c8592ac9ee23df8fad344c3287be878c6
MD5 d0499eb7bdaad2b68d8c845585846c7d
BLAKE2b-256 2e07a4b35b9ad63bb5c02ed9ebeff1dfffdfb2f5305d67c14cdc582778ca599b

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp39-cp39-manylinux_2_27_armv7l.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp39-cp39-manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp39-cp39-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 ba869b28bee0d17bd40d90b54185ba7ec681afa38db70097f7f956f056ce9ce1
MD5 fcd08b24ae63abbc66c1b3e83e351186
BLAKE2b-256 1b2f288ae37cc07e8a849380316e714302c9093d838d72bccddba2a14573a1ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp39-cp39-manylinux_2_27_aarch64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp39-cp39-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp39-cp39-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 e1adafcd4fef48fade91d57c99301b883a74972f7f2a290fed81258f2468a265
MD5 1e24238b58042b98ba7e25905732f467
BLAKE2b-256 18ad630ec4b92ce14ad0edfd690073251bdcb16225ddd9e191a8c60ef56bdf18

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp39-cp39-manylinux_2_17_x86_64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f8305a75bfa946493ff778764c14421178f3f70ae06e65a521ab35ae1c981d8c
MD5 73cd04d76a818c4876fa82f5d38b10b8
BLAKE2b-256 303d4c63fb1d7e8d81a99377dbfa547d089155bf867a9fd27380b37b12fd46b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp39-cp39-macosx_10_9_universal2.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp39-cp39-linux_armv6l.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp39-cp39-linux_armv6l.whl
Algorithm Hash digest
SHA256 4af2cb6ada50c95a7a247d4703872b65723293e514c7f7c0843e9b5b32007b80
MD5 e5450bd3458744dea0d457cdc841584b
BLAKE2b-256 388664fd097233013400f6435e9f6a9a1297b389cef3ca52e9d6c2e3d9f44a1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp39-cp39-linux_armv6l.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: qpalm-1.2.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 172.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for qpalm-1.2.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2a938d6e20fc87ba7b6fb48f7790acdac6c617f07ba79ac99d15bc141072a8cf
MD5 21395cfc3ffee8529790f60e4752c3b8
BLAKE2b-256 2b62766eec9de6aec8f16174eff4e12f954c28ed509a8cbc6ab964c9adc4c2ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp38-cp38-win_amd64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp38-cp38-manylinux_2_27_armv7l.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp38-cp38-manylinux_2_27_armv7l.whl
Algorithm Hash digest
SHA256 72dd610909b42af1318dfad55f43f812e7f76d57c218e66fc4bf85122d5e3416
MD5 9caca2afe07d42c55171068aebc8ebcb
BLAKE2b-256 5e3ebde2ab33c7161761be9f394f1ede7a91b3bf6ff18e5b1137a3136266f9f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp38-cp38-manylinux_2_27_armv7l.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp38-cp38-manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp38-cp38-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 4aa5a5ab8bb95d5390079a677b44337e9f1cbccc1d57ea9b40b7337d3020beef
MD5 1650ee1bcd71afbddab55e3fd6eb3136
BLAKE2b-256 d74902d0671e2567252b56d543231e007a71535c6a7e9e55a0bc145badc91756

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp38-cp38-manylinux_2_27_aarch64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp38-cp38-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp38-cp38-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c49b5958feee257cfa15295e330538af3094189c0b16dbdeba8ed530762783af
MD5 ce3871645cfb7f5f94745d6dc08e2a03
BLAKE2b-256 ac48f878b2cc3e7723da2caff0abb1ed3bc5d2d8ac6f1669689f123f404c8f61

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp38-cp38-manylinux_2_17_x86_64.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4961ca5264dab14a36e828707bbb92f24cef838311353fde97f2a8a1fea2b336
MD5 c79185ca25ead09bbd05d716c8cbf7b9
BLAKE2b-256 39a46ad892ec2728a21caf7f42e999d9a1ca87e5f2f9b7c8ad46182b3a38ac28

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp38-cp38-macosx_10_9_universal2.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

File details

Details for the file qpalm-1.2.4-cp38-cp38-linux_armv6l.whl.

File metadata

File hashes

Hashes for qpalm-1.2.4-cp38-cp38-linux_armv6l.whl
Algorithm Hash digest
SHA256 c09822d6a4ebdb9649c32d35b1d33326b053193cdd0924bdb396eb9aa571624d
MD5 2236f11956f116a765dc35ef17152d35
BLAKE2b-256 f1fe702c0143acefd2218c8f147a19882e4d6c808aa6631e3bfcffc8a331cf9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.4-cp38-cp38-linux_armv6l.whl:

Publisher: wheel-upload.yml on kul-optec/QPALM

Attestations:

Supported by

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