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.5.tar.gz (545.1 kB view details)

Uploaded Source

Built Distributions

qpalm-1.2.5-pp310-pypy310_pp73-win_amd64.whl (174.4 kB view details)

Uploaded PyPy Windows x86-64

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

Uploaded PyPy manylinux: glibc 2.27+ ARM64

qpalm-1.2.5-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.5-pp39-pypy39_pp73-win_amd64.whl (174.4 kB view details)

Uploaded PyPy Windows x86-64

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

Uploaded PyPy manylinux: glibc 2.27+ ARM64

qpalm-1.2.5-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.5-pp38-pypy38_pp73-win_amd64.whl (174.3 kB view details)

Uploaded PyPy Windows x86-64

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

Uploaded PyPy manylinux: glibc 2.27+ ARM64

qpalm-1.2.5-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.5-cp313-cp313-win_arm64.whl (157.4 kB view details)

Uploaded CPython 3.13 Windows ARM64

qpalm-1.2.5-cp313-cp313-win_amd64.whl (174.6 kB view details)

Uploaded CPython 3.13 Windows x86-64

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

Uploaded CPython 3.13 manylinux: glibc 2.27+ ARMv7l

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

Uploaded CPython 3.13 manylinux: glibc 2.27+ ARM64

qpalm-1.2.5-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.5-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.5-cp312-cp312-win_arm64.whl (157.3 kB view details)

Uploaded CPython 3.12 Windows ARM64

qpalm-1.2.5-cp312-cp312-win_amd64.whl (174.6 kB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 manylinux: glibc 2.27+ ARMv7l

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

Uploaded CPython 3.12 manylinux: glibc 2.27+ ARM64

qpalm-1.2.5-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.5-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.5-cp312-cp312-linux_armv6l.whl (1.2 MB view details)

Uploaded CPython 3.12

qpalm-1.2.5-cp311-cp311-win_arm64.whl (159.6 kB view details)

Uploaded CPython 3.11 Windows ARM64

qpalm-1.2.5-cp311-cp311-win_amd64.whl (174.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.27+ ARMv7l

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

Uploaded CPython 3.11 manylinux: glibc 2.27+ ARM64

qpalm-1.2.5-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.5-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.5-cp311-cp311-linux_armv6l.whl (1.2 MB view details)

Uploaded CPython 3.11

qpalm-1.2.5-cp310-cp310-win_arm64.whl (159.1 kB view details)

Uploaded CPython 3.10 Windows ARM64

qpalm-1.2.5-cp310-cp310-win_amd64.whl (173.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.27+ ARMv7l

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

Uploaded CPython 3.10 manylinux: glibc 2.27+ ARM64

qpalm-1.2.5-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.5-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.5-cp310-cp310-linux_armv6l.whl (1.2 MB view details)

Uploaded CPython 3.10

qpalm-1.2.5-cp39-cp39-win_arm64.whl (156.3 kB view details)

Uploaded CPython 3.9 Windows ARM64

qpalm-1.2.5-cp39-cp39-win_amd64.whl (170.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.27+ ARMv7l

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

Uploaded CPython 3.9 manylinux: glibc 2.27+ ARM64

qpalm-1.2.5-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.5-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.5-cp39-cp39-linux_armv6l.whl (1.2 MB view details)

Uploaded CPython 3.9

qpalm-1.2.5-cp38-cp38-win_amd64.whl (172.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.27+ ARMv7l

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

Uploaded CPython 3.8 manylinux: glibc 2.27+ ARM64

qpalm-1.2.5-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.5-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.5-cp38-cp38-linux_armv6l.whl (1.2 MB view details)

Uploaded CPython 3.8

File details

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

File metadata

  • Download URL: qpalm-1.2.5.tar.gz
  • Upload date:
  • Size: 545.1 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.5.tar.gz
Algorithm Hash digest
SHA256 c27b2ba5b7397a79ce0d65eb737c92dbbe954bfc2535f7536988f126651f680e
MD5 fffb069e6a2ba6dbbd5d113a96a742bf
BLAKE2b-256 088b7b873b82c2d744ff2d62fd551fb74ebc23080fde78c56cb49f34690d800f

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for qpalm-1.2.5-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7e31bd0411a5b6daa56296f8680e665a11a49355cd33f21f10912aa155fa4154
MD5 563562992815896b92f83bbe787e3b4f
BLAKE2b-256 bce846561febe645ed4f4240b9d3f38c102bca3c0ead64a7782880d0ad180252

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for qpalm-1.2.5-pp310-pypy310_pp73-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 95f71a7882b92d2316b9a4c7754be41e4dfad3599f71e66229dcaebd86494a04
MD5 e766778654223bf172f5e7c5690f99c1
BLAKE2b-256 c1438922246a3c7fc31adf458ce1c25311f4ea60a57bca36b2e7d577ea652884

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 9e5a9be4d6f33ea7939782a450c44d02bebaf84b1c9787a3e16757a401df1e6d
MD5 fbc69ee8953655532137c929e570e67d
BLAKE2b-256 e0141aaa632d6781c9f7dda42e7252d602952d45c731c9429254d40833e6b119

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3d1d9837c0c7c2136d7117faf358bfc715c2aefc9102ff477534e47af614801d
MD5 d26dfd5ffa300b611e4816f5dcc3ab43
BLAKE2b-256 e74c4bbfe4e10a46b7c4e7d54b6066bc0106c47372fdd73ec50bd65e7386d87d

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for qpalm-1.2.5-pp39-pypy39_pp73-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 300f22b3ab9506a1df869ec1d952da3bfb522c25b3def74c845aa7fd72776acd
MD5 d07a9baba0a47d05bf24e3d8eaca4587
BLAKE2b-256 06131bd66afdbf3adf93b759b4a06736b612ede16a0cff79c162fbb7bf92c651

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 fa5dd289698fa8c0049436a75222aaf09652fafdfbb775dd33d28616691616c0
MD5 a6301eed9d27f40da9303ce09de5ad19
BLAKE2b-256 7bdd723fa472787ab02ce956b765bcec691f27b5ba5cf94285ab53f7a3e52fa9

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4f1cc8b9e9d2a0d60ce99bed5c543915b640147bb88a55734b51fdc50f7d1010
MD5 e2adb86d13c3302484ad71d4a01c21f8
BLAKE2b-256 baef0ec60ea690de0e6efd8199212e8b7e48da576820ee416eea280442e50336

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for qpalm-1.2.5-pp38-pypy38_pp73-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 bf392a128e3e280d57c3d4ca1988a1e625fa13614079778886eacc4274aa9948
MD5 f7291212437d5c9874c7a57fbabdc84d
BLAKE2b-256 a02ee3f3c3184275d5527ae072fb7cf9336810662685dda4a9de7225ccdc4b27

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 578791aa47a9dbfbee1863511b5ec9ad7924cb3569caedf82fc137b2013bf86c
MD5 30cf8f63e6b18bdd60363d030db99a14
BLAKE2b-256 30eef0ff7b2cd4d7842b8577fff3c825b0d4c2562ec16d77bce8aab65c1ce522

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: qpalm-1.2.5-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 157.4 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.5-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 3e836b8d92519c26ee4e14ea0606ee727565b6b675a3f73a777e2cd5b0dc0f27
MD5 8ca5d5f10204ce33d975182da27ce6d9
BLAKE2b-256 f7dc99891a1a43c10917d977a984517551498daf25e6cd0278ca41974182829a

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

  • Download URL: qpalm-1.2.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 174.6 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.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1511aca53f682ddda61d982b303df4e6a316fa481c170dbe579fd4c419f2ec94
MD5 ec1b5b03758e7f3e911f1f9c27ae7b27
BLAKE2b-256 a59abb8f325a26bfc096a2a3f4dc1a2eea81f1be446c9db8b977c6cbca720278

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for qpalm-1.2.5-cp313-cp313-manylinux_2_27_armv7l.whl
Algorithm Hash digest
SHA256 e1c9d507e5caf4bcce02569360186be933e7cdcd647e828383fedd086d66448f
MD5 72ae7c5734b7fd8269a46cb6df1d947b
BLAKE2b-256 0f8d3540e017f70be2fb309e7af7321e30eba20a010cf266de27150fbaaefb89

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp313-cp313-manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp313-cp313-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 6a618286c1734da902cd62cf5e415c8dae69d9dd3f18446fc2ec56c0e11d57fe
MD5 cc0127883e858d21ff7ed04015b6cbf7
BLAKE2b-256 79a0bdc125a1903f7ba1c717c0afd6712a42256fafcc69d360d2209f2dd48e2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp313-cp313-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp313-cp313-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f3962de338c8eea80cd34f95e938abf75eb07af18a112243694f4d41c871d12e
MD5 a8c53b05ad6440a38e33f7b9820d6bc6
BLAKE2b-256 74500e43ffa658e2ffd4f5140b0b8398662e168b684dd12f59a1692760f3ac87

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp313-cp313-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp313-cp313-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 42fe913d450b6112b6137d8880c32c5b3e5fb1958efb72b7769ea82f41069e5e
MD5 fb576974711298a3783ac4b05f844b63
BLAKE2b-256 194aa07e7cb9e398f704178631cbb40a32788e89e1ded70f74fa065c52847fa8

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: qpalm-1.2.5-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 157.3 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.5-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 d853e7fe25d0578d35dd61a02189a4627b38a0b26bff9ffd62f63b140a802193
MD5 661ecaf3494b6947a21e5cc7118b4430
BLAKE2b-256 e85727526d759e8b34b39c6b24c1583fb7607ed142802e1d9c1583f1ad1f6dd3

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

  • Download URL: qpalm-1.2.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 174.6 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.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 797cb59fbf87c578d234c593a047a04e0e2ed8931953116ee02dd51df273c1c3
MD5 15dc82d9cef617cddf3d133125458328
BLAKE2b-256 4c11db0967cc4b92f2f99d63f6fa170b3eae678d8c2d760ad60381acee2375e0

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for qpalm-1.2.5-cp312-cp312-manylinux_2_27_armv7l.whl
Algorithm Hash digest
SHA256 bb8e98166396295e9226c6cd744e3eafdbe4a48549ca19c4ba768f340f3e2026
MD5 ee0f8a76ce3fa11e57a6dce314180f90
BLAKE2b-256 4b0b83cf2ec9eea2c779f57ad4698487371c69402115fe077c1ddf3546159ff7

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp312-cp312-manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp312-cp312-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 bc7e20b68452c5cac2638a0eeb905a0e3f6f5b5187f7a44f3c48c8eb87d854a1
MD5 58a635f7c243a7972848401a4e133072
BLAKE2b-256 b5ef8cca67dc1f16108631b76e0c1f6f81e919c0cbfc2ebe3a34626b10ad0c84

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp312-cp312-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp312-cp312-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d9535bc17b2fabb5ae5accdd6c495c935baafd6b1d2733ebb9719d739ca73d7f
MD5 6ce499d59052e9bd50855690c6dfd255
BLAKE2b-256 66cf1bfab0a907aa62ba6d0f1de8465755d30daacc2369a9e3ac2d99fc34890a

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b9f7dabeeafd9d3ba386cef6e280b8b3006017a71a1f0109d4f3fccb23a0882b
MD5 9f48e5612e24a601b50dd92aadee76b2
BLAKE2b-256 0648f265efd95a37cb084ed0230ffb6df67cec5d4a861136e99e8c9afafe6c0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp312-cp312-linux_armv6l.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp312-cp312-linux_armv6l.whl
Algorithm Hash digest
SHA256 15f0760c8e01a0e3a18334eccf2162224dba89d6118b88f5cb1299f12f81be24
MD5 738667a81fd360b0127c214c9d845c1c
BLAKE2b-256 111c1889eb679af5036d12e2306d974c5a284ffedcafaab175b4bfdf4fab26a9

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

  • Download URL: qpalm-1.2.5-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 159.6 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.5-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 4ad724b2a8b60f724c12f25ee28b0b47a1f760126f1e4176834f7d6fa72c5247
MD5 2ae742c38f40d5d423467823c7f7abb3
BLAKE2b-256 fe5d6614d73393bde68e913dd3c9219a66d27820d6a30db693efa66a51b41a9d

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

  • Download URL: qpalm-1.2.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 174.0 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.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 290701af856c74982cacb1dad209b3d742d589209c2bbb66f40c112b01ca0212
MD5 8ea900e673d3fa6e87ff9cdba2250e09
BLAKE2b-256 f3e18d3238ba2e1f0206a5876fa2030043dc7c4f518112d56949f4435d85a93a

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for qpalm-1.2.5-cp311-cp311-manylinux_2_27_armv7l.whl
Algorithm Hash digest
SHA256 ec3b815cdc6dbbb669a2e310ee6d5a811bf86f3c97b96abc4be9900457e84034
MD5 654b300b85ed221a4223a682023e95c6
BLAKE2b-256 d115981c6d77008d888e9c1a5ccc811a1bff0874b39cc71f766be7e3408d68b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp311-cp311-manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp311-cp311-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 b72176f8bcd945e2b5671c3e2f6a6d9a4ed84a31798a280c0c5ada135a292569
MD5 c136d3fe760c60bdf1d28a809739b514
BLAKE2b-256 c7dc3f1c8f06b1194cc42435c929b46009fddca8317a313790bb54f5e59d01b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp311-cp311-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp311-cp311-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 850af9701cb3ecf16a55aff6a5f1db96e2ed1313af9b1b1f409cedf2f0ae3041
MD5 cf7b2a29645c9981c4e57dc211441712
BLAKE2b-256 38278ac9411ba5663435067acf8bd376aaced27cf412a979ac24c01ed31ddedc

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1ebd37075de613f0f43b1033d891c24b782c53c3eac17538d0550f7e8e39430e
MD5 af4306f7d2eef53d050fd66d7018bf69
BLAKE2b-256 36d6c3a1e7403ab1d1046e84e71b77fb8f91f49a4c2f9e59d0540261ddab238f

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp311-cp311-linux_armv6l.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp311-cp311-linux_armv6l.whl
Algorithm Hash digest
SHA256 9e220807ff66a9318e7dfd50ef177429ad808be65939ed51e085c1eac6d1cbc1
MD5 6c1406efdf02ac94fbe2cf3c47d7a219
BLAKE2b-256 d997994f33ddf6d0051833202ff03faf2b09a9a20e5e3eac862a0f9099f9879e

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

  • Download URL: qpalm-1.2.5-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 159.1 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.5-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 b6aa27a7f3dd98674a3df2ebd299cbd93175bc93d107485848bbc7f306c8dbff
MD5 7f11c66b9c4c5215732f10d90ecc106d
BLAKE2b-256 8e8a225c57b07aabb493ed15770525b1536a46988533d25a920cc52b81c9263a

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

  • Download URL: qpalm-1.2.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 173.0 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.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 18f9e5a969e992fa6c4a457f8f1c9fbb156b1a5a66de526a9fdc9b4b8ce2535e
MD5 d7d2e04019270e6147db995a1a85042f
BLAKE2b-256 c6e7f2cd21801baa69273d8d0e45cf0b70d15f5a4c17bf7315113f069294f349

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for qpalm-1.2.5-cp310-cp310-manylinux_2_27_armv7l.whl
Algorithm Hash digest
SHA256 1e86a40849b5f26ef58374ea8873d0d566876334c7a5d21e236765f19f618591
MD5 eef9a714ce89e32a3c9a455334e896ae
BLAKE2b-256 dabe81e1e9179d155f9e8ef6b5bc755ca46ef8e465acac575fbb50f25a80bc14

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp310-cp310-manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp310-cp310-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 fceb7ddbf39b2447a656edf5d6849ba8a12d401e60a6de4a7b57a52949dbfdcc
MD5 9ce2240aeffd7c4f9643a561767d67e4
BLAKE2b-256 c6d19746853a4acf354bfec59146e6c82ad04062cca28cd72d56d0cc435ecf6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp310-cp310-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp310-cp310-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7571833e5d1a05843126625289affe7bb9afd3b3c7f80edb356516e05ae66347
MD5 94357002a24e31340b0039abad4a1e76
BLAKE2b-256 cc9dcaedfb624d9fa5ff9c3b702049b622bc3861192b1eba533353333231adab

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2aa5a7130ad739ad6c664ea0e8d0aec4a2aeb830dbce13c7067fdbd0f1f9da01
MD5 35ca214af0701cef5c0dd9b184dfc795
BLAKE2b-256 a14ffc8260a9d195882db2c3f3884e29f75f45f74ee3e3dff06dfd6bd4c68d1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp310-cp310-linux_armv6l.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp310-cp310-linux_armv6l.whl
Algorithm Hash digest
SHA256 a2165d79a2a39ec99f16694e98eaeba6d4d4b33cbfce3895dcc575f6803cf326
MD5 447726f93695be6f8c19bb7b173c6821
BLAKE2b-256 ffe13247034b1a7e4eca033269caf5dfe4041587355c1f341491a1dd82778547

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

  • Download URL: qpalm-1.2.5-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 156.3 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.5-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 bffbcb613bafd6aa8c43dedda89f128e8394bca98755323b7096f0b0a6ace21a
MD5 4ed486924af55b46211a22d5c66e00aa
BLAKE2b-256 7a7bf34e27f478fce90e0be96bd18c520ba3d6b4085f221e290da7e97adc488b

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

  • Download URL: qpalm-1.2.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 170.8 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.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 84c6948b7bd7e7246ebf9475bde921b9999e3c1c0437784fcfe501e4b6846ae9
MD5 f7a8e5409068bb7b5e290a0292845681
BLAKE2b-256 c09a165d94e11ba5c507c00f2e699583b8c88e858bca5217fb63a7f97debc5db

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for qpalm-1.2.5-cp39-cp39-manylinux_2_27_armv7l.whl
Algorithm Hash digest
SHA256 cfdd958ec3ab349465f53d6ca29e6b463d9b48a18198cd34245255988008edfb
MD5 d4288f2e968d2bff3ac07d7bbd1c1eac
BLAKE2b-256 f74a3f8051d07456365c07bc8296b65308c5cb9246077576d4049ce27a6fd20c

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp39-cp39-manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp39-cp39-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 418c96e6fe204b3d179dc3e8be884a5d00bcfed73028948f5781fdedd0bd8bfa
MD5 9ea79071a5d18f1376d71b91b1b28fb9
BLAKE2b-256 841632b03804ee4eb75c76223c25be489eac699a5f9f5185cbf7b7c164d01beb

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp39-cp39-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp39-cp39-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c50fe5551bd8574433aaea81eb018a2bc8bfef551a7bc85664634f8c83df1d39
MD5 9b1de86d53eef71850af4a0c8e93fc12
BLAKE2b-256 b421eac5b3ebf28df134223bd4c445d614bcfd1e5501d7330dc8a9cb53fa61c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 922dace4547d4a6b863e1e1e0d74cdf56e307f75464b50bd7932ed2f58c2deea
MD5 56ca40903bb16eedf57aebf4a3bd9024
BLAKE2b-256 32c42d97d82347d9fa97238ab5cd6d1215eefe600b12a9fa8b7be687ae447417

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp39-cp39-linux_armv6l.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp39-cp39-linux_armv6l.whl
Algorithm Hash digest
SHA256 3e7d41fc89916416b701e9b5b79aab00739a93916abf6dd79f38335bbaf6eb97
MD5 424ea572431b4093cf9544d197a13150
BLAKE2b-256 061326a7c27393cd04a217eeb5776c02cc38db032dd4d72a0634ecd17d6b7cc7

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

  • Download URL: qpalm-1.2.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 172.8 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.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 cf8e04588fc2717b322123747abc7bb3236ff1993ee565eb4267265d67ec7302
MD5 8496b1efc9423af82a6e1d0da3c09294
BLAKE2b-256 94f19018138932f7602eb509b60e3975c42d7bc6514d179dbe335f6421b03029

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for qpalm-1.2.5-cp38-cp38-manylinux_2_27_armv7l.whl
Algorithm Hash digest
SHA256 cb2d8d585f4e2935c0313e8a147639e6e92f5ae75c5b2ad114e38e346173ab34
MD5 2b69a319403079e5dd1891f4581a10fd
BLAKE2b-256 a55840528497d5736c1f75d116c54b31eec21e774ed86b8daec2929e39d41d11

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp38-cp38-manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp38-cp38-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 fa46787be61f6fde9cd5edc59739e6b477c91d3fd37b59f4bfc378063f6cdbba
MD5 333c925537b7616b28b15e2a810b3cc6
BLAKE2b-256 8d1243afceb4a08350d6b9f377fc89e9f7cb7e36d4e85d807d49a45c941a7343

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp38-cp38-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp38-cp38-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c709dd6aa2d3eab8ab7e1e85e4266a4c94212d87e16323bd47ce6bb2de6035d0
MD5 7f60cf18867434a4eef76859522ea338
BLAKE2b-256 95f21f142d1c4b5d2914e1508504af62d4f0bd4ca35fde138ff5c3ca6ec68376

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4e1179b92d1908762aa4a557fa4dfa06033c7e99e1f168cd108905770fd3307a
MD5 41dc95cd5ec0993aa484c494323ad0a8
BLAKE2b-256 7a848acf4b12158aa0b5fb6ee90dd2960ed4bb45611c8f5445dd65ef80847872

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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.5-cp38-cp38-linux_armv6l.whl.

File metadata

File hashes

Hashes for qpalm-1.2.5-cp38-cp38-linux_armv6l.whl
Algorithm Hash digest
SHA256 aede15cf3f7ea1b6c0db007782beff0768ca13f473dbcf049ee522622acdd285
MD5 2af6f41b4f4c6ec872948905f72bac8e
BLAKE2b-256 e2819014fc354a5ad4991ef77fab0a7ed15a2d6d5c2b775f504896a734db10ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for qpalm-1.2.5-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