Skip to main content

This Python package provides a wrapper to the C++ package pplite.

How it works

The names of objects and methods are a spelled out version of the objects and methods in the library:

>>> import pplite
>>> x = pplite.Variable(0)
>>> y = pplite.Variable(1)
>>> z = pplite.Variable(2)
>>> cons = [x >= 0, y >= 0, z > 0, x + y + z == 1]
>>> poly = pplite.NNC_Polyhedron(spec_elem = "universe", dim_type = 3, topology = "nnc")
>>> poly.add_constraints(cons)
>>> poly
x0+x1+x2-1==0, x0>=0, x1>=0, -x0-x1+1>0
>>> poly.generators()
[p(x2), c(x0), c(x1)]

The available objects and functions from pplite Python module are:

  • Variable, Linear_Expression, Affine_Expression (defined in pplite.linear_algebra)

  • Constraint (defined in pplite.constraint)

  • Interval (defined in pplie.intervals)

  • Bounding_Box_t, Bounding_Box_f (defined in pplite.bounding_box)

  • PPliteGenerator, Point, Closure_point, Line, Ray (defined in pplite.generators)

  • NNC_Polyhedron (defined in pplite.polyhedron)

Installation

The project is available at Python Package Index and can be installed with pip. It is reccomened to create a virtual enviorment (suggested name venv-pplite) when installing the package.:

$ python3 -m venv venv-pplite
$ . ./venv-pplite/bin/activate
(venv-pplite) $ pip install pplitepy

The package should be accessed from the virtual enviroment:

(venv-pplite) $ python3
>>> import pplite

Using from Cython

All Python classes from pplpy are extension types and can be used with Cython. Most extension type carries an attribute thisptr that holds a pointer to the corresponding C++ object from ppl.

Source

You can find the latest version of the source code on github: https://github.com/ComboProblem/pplitepy

Documentation

There is minimal documentation as in pplite.

License

pplitepy is distributed under the terms of the GNU General Public License (GPL) published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. See http://www.gnu.org/licenses/.

Requirements

On Debian/Ubuntu systems the dependencies can be installed with:

$ sudo apt-get install libgmp-dev libmpfr-dev libmpc-dev libppl-dev cython3 python3-gmpy2 python3-cysignals-pari flint

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pplitepy-0.0.57.tar.gz (35.6 kB view details)

Uploaded Source

Built Distributions

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

pplitepy-0.0.57-cp314-cp314t-musllinux_1_2_x86_64.whl (41.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pplitepy-0.0.57-cp314-cp314t-musllinux_1_2_i686.whl (38.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

pplitepy-0.0.57-cp314-cp314t-musllinux_1_2_aarch64.whl (41.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pplitepy-0.0.57-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (40.8 MB view details)

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

pplitepy-0.0.57-cp314-cp314t-manylinux_2_27_i686.manylinux_2_28_i686.whl (37.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ i686manylinux: glibc 2.28+ i686

pplitepy-0.0.57-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (41.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pplitepy-0.0.57-cp314-cp314t-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pplitepy-0.0.57-cp314-cp314t-macosx_10_15_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

pplitepy-0.0.57-cp314-cp314-musllinux_1_2_x86_64.whl (40.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pplitepy-0.0.57-cp314-cp314-musllinux_1_2_i686.whl (38.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

pplitepy-0.0.57-cp314-cp314-musllinux_1_2_aarch64.whl (40.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pplitepy-0.0.57-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (40.6 MB view details)

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

pplitepy-0.0.57-cp314-cp314-manylinux_2_27_i686.manylinux_2_28_i686.whl (37.2 MB view details)

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

pplitepy-0.0.57-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (40.8 MB view details)

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

pplitepy-0.0.57-cp314-cp314-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pplitepy-0.0.57-cp314-cp314-macosx_10_15_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pplitepy-0.0.57-cp313-cp313-musllinux_1_2_x86_64.whl (41.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pplitepy-0.0.57-cp313-cp313-musllinux_1_2_i686.whl (38.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pplitepy-0.0.57-cp313-cp313-musllinux_1_2_aarch64.whl (40.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pplitepy-0.0.57-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (40.7 MB view details)

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

pplitepy-0.0.57-cp313-cp313-manylinux_2_27_i686.manylinux_2_28_i686.whl (37.2 MB view details)

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

pplitepy-0.0.57-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (40.8 MB view details)

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

pplitepy-0.0.57-cp313-cp313-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pplitepy-0.0.57-cp313-cp313-macosx_10_13_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pplitepy-0.0.57-cp312-cp312-musllinux_1_2_x86_64.whl (41.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pplitepy-0.0.57-cp312-cp312-musllinux_1_2_i686.whl (38.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pplitepy-0.0.57-cp312-cp312-musllinux_1_2_aarch64.whl (41.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pplitepy-0.0.57-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (40.7 MB view details)

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

pplitepy-0.0.57-cp312-cp312-manylinux_2_27_i686.manylinux_2_28_i686.whl (37.2 MB view details)

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

pplitepy-0.0.57-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (40.9 MB view details)

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

pplitepy-0.0.57-cp312-cp312-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pplitepy-0.0.57-cp312-cp312-macosx_10_13_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pplitepy-0.0.57-cp311-cp311-musllinux_1_2_x86_64.whl (41.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pplitepy-0.0.57-cp311-cp311-musllinux_1_2_i686.whl (38.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pplitepy-0.0.57-cp311-cp311-musllinux_1_2_aarch64.whl (41.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pplitepy-0.0.57-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (40.7 MB view details)

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

pplitepy-0.0.57-cp311-cp311-manylinux_2_27_i686.manylinux_2_28_i686.whl (37.2 MB view details)

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

pplitepy-0.0.57-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (40.9 MB view details)

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

pplitepy-0.0.57-cp311-cp311-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pplitepy-0.0.57-cp311-cp311-macosx_10_9_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pplitepy-0.0.57-cp310-cp310-musllinux_1_2_x86_64.whl (40.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pplitepy-0.0.57-cp310-cp310-musllinux_1_2_i686.whl (38.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pplitepy-0.0.57-cp310-cp310-musllinux_1_2_aarch64.whl (40.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pplitepy-0.0.57-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (40.6 MB view details)

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

pplitepy-0.0.57-cp310-cp310-manylinux_2_27_i686.manylinux_2_28_i686.whl (37.1 MB view details)

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

pplitepy-0.0.57-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (40.8 MB view details)

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

pplitepy-0.0.57-cp310-cp310-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pplitepy-0.0.57-cp310-cp310-macosx_10_9_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pplitepy-0.0.57-cp39-cp39-musllinux_1_2_x86_64.whl (40.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pplitepy-0.0.57-cp39-cp39-musllinux_1_2_i686.whl (38.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pplitepy-0.0.57-cp39-cp39-musllinux_1_2_aarch64.whl (40.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pplitepy-0.0.57-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (40.6 MB view details)

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

pplitepy-0.0.57-cp39-cp39-manylinux_2_27_i686.manylinux_2_28_i686.whl (37.1 MB view details)

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

pplitepy-0.0.57-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (40.8 MB view details)

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

pplitepy-0.0.57-cp39-cp39-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pplitepy-0.0.57-cp39-cp39-macosx_10_9_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file pplitepy-0.0.57.tar.gz.

File metadata

  • Download URL: pplitepy-0.0.57.tar.gz
  • Upload date:
  • Size: 35.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pplitepy-0.0.57.tar.gz
Algorithm Hash digest
SHA256 7785b852fdd2b44a947396494b0ec376faad0a15e4bac54f94a609427a977def
MD5 d915405664c57041b8432315e68e42fc
BLAKE2b-256 28843efadfbfb21ddc566b0ea64600426cd704cc085f2b19d60489969d377a37

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57.tar.gz:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 53577ff2d62b78465ac1cf2d332bb367c62bf316cbde8d8d020d1c71ecf6b344
MD5 a086ca51fcc665c47045ba4e464934c0
BLAKE2b-256 58920bcef3b650049632bb4c8ec43d031aa0baa578d759d66fe7d82dd77dafa2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 91a518b225eb8b9f4807557dbdcad74adb63e0a6bc6cbc28a1fe600b019b5dae
MD5 60d87682b5d961645b7cdcf076e5aa82
BLAKE2b-256 8bc6ce9b73945e643351fe50c8f1d3855372e4b2127ed6983bc1bcd75b818a8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp314-cp314t-musllinux_1_2_i686.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cab5d25f74ae1dc9b273cc00f515ed73f89beaa8c88f0bda69be1c49a50b1b32
MD5 1918d597dcab9f085a8f434832120004
BLAKE2b-256 60fdda4e847cf47ebad8e6407e704f295cef7bfb72c913bf5ab029a933d4170b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a6028ecc807d0a013330e746f4024492644205c4aedc6edb4a8d7fdbd429223c
MD5 e924bfa6b23fb087d8c37c3a92a27aa9
BLAKE2b-256 e2e696d71101958f4d0604bae2bde252524d579ba65e85cc0ae54f92e097926a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp314-cp314t-manylinux_2_27_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp314-cp314t-manylinux_2_27_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 174b0f700d88df35c91fc041c7fc4a5cfc6498baffef7d279d7de4bb89d4fdf3
MD5 8b3124cbe2ba0eb21653d01cbaf9e3c2
BLAKE2b-256 22078af04af704d16b8e511bb540f1068ae05b391e187b17bebf2dc1111dff06

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp314-cp314t-manylinux_2_27_i686.manylinux_2_28_i686.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0a85133e2d987225e7232b671c1689dded3eb0ce77aa62d1879e731848423bdd
MD5 7440096490ff94ba78954f16fcffa446
BLAKE2b-256 c183141d2f87ff05588eca7d24540032c9ce072ff68137e7dacbac9f30d5e69f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 18afc395ff8f6ca78f44ab3e005d91cd2b30073c315aaaf8566ce9838e2dec14
MD5 3c90aaded4bb1b6a50dcc8adc3613892
BLAKE2b-256 3d8277fd0094ba2c98890515272b12998dccf606724a24b52ee37ebd384cae14

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 83032c0c8fe80ec84f707168a2dd6b9b7b1029882fe98a381562a56e81e86be6
MD5 41724bea840d5c22bbc09f81601973c1
BLAKE2b-256 907e41660a9e46684201d1bc16caf9a5de2a345af948cbede5ed6ba7e59d1240

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5d1ec552bd11aeabc435703649c8f999ef4e201f1e85f63288b2637ccce0e43b
MD5 aaa3802a91bf356896a1c43b92f31b8c
BLAKE2b-256 0181e29e26cbfe3196805438ba8757ee36c4595e0e17bc106c960c974caf2ac9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f68488f93407baf313af6a10bb049475005f947b8c9893ffc337cab2ddb05f40
MD5 56a53be109a6237a5618bab3b9e3f386
BLAKE2b-256 3df06c167cbe2bcd3f3fc3f848fbcbae283618b75651c0b2f8e7946965310c57

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp314-cp314-musllinux_1_2_i686.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1f8d1620208f938437df087512a49a8f16326305b92e947758c0f14b4250ce08
MD5 17141fea5b21920d8185dc8ba46489c2
BLAKE2b-256 6e2f0f3b14bf132e8c2352385a542dfc5100b4dac95b14ee749da0fb5ac300a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 455ddaf7f2b973c33f040d0efb9a11d6d14da7e9d4d4dbd2120a6c6a02166fc9
MD5 33ad5195abf7a8dd5396f10dd2fbcc9c
BLAKE2b-256 399bdb71042cb5d0584e5dae994101c938d5a520a9578d153a5261bb938bd038

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp314-cp314-manylinux_2_27_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp314-cp314-manylinux_2_27_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 8b28dbdccf71a7672c5dc72e5787dbee392bd7280c56fc245b28f36131627d6c
MD5 80fc6a137a8d39021fb6987ae2570a89
BLAKE2b-256 d2658f1ecce3cfd9ba799f286c39ed3192d6b78ac87902594798d2b339103199

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp314-cp314-manylinux_2_27_i686.manylinux_2_28_i686.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b82e3626286139782cd490c4086850005e994d6d46603e3e1a8c3e5ebd39de1b
MD5 0ec6dc19297f6a817cbf72092d107e4f
BLAKE2b-256 0ddcfa3af59dc5e3885987b18a73986283cf99bd42c11109ff9a2f8f958fc3c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf5cb9b9ddcebcd7c69896ea10e664413a341e5399b7f9a168e61b512d39d777
MD5 901684d177569bbe192d715581dffa55
BLAKE2b-256 1b9f8121a5f940a9f9eb7f2641e4c26939d375d7ef5e1d12f83b3fcbaf435c92

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b9008947bb0b99ff1e6f59f8e858e5f03a2bc2f757907b05eb13ae92b6efa165
MD5 c677a0dce0e013434aea1e1740df8af8
BLAKE2b-256 b2d6289d97243b63ba6be7fd55f3ce57bf3cde4670c66e423faabde473ed75ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 51153b0ad56f97c03ae0c2afbad7c3828d1de62479f1c8fca1753a38bcd8cebc
MD5 b1855f9f68d72790649d617e969924e7
BLAKE2b-256 b4b8132db70802441c0f497858ed6658ad31282ad6578c8ea5e9701397ddbfab

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2dd3990ddfbc02109aff8a0abfbdfb2a888784f3bde0e5dda9333e1eb7493b75
MD5 e2513e084d8726a81e25828f39165ccc
BLAKE2b-256 4f41f319b877fa890df73b555d79fe766ebf295ef6f5374015f26e0151de4c52

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9a33bbaccba77ff824de5441018b854360af87060e01d898c88380b988ea36ac
MD5 48c17e559943de70d1adc26288966871
BLAKE2b-256 111974e2c3e1ed13fe25747f874a0642867e8a5bf3477f473b360caf2129a764

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 147dfee55522a3c51d5a683793b2c5646138dd50d8f39531f5e6d149fc5faf22
MD5 20dafe7133340281b40dd32cc8f78ac8
BLAKE2b-256 e24d796f04d3dcaf5ae2a503692f5af11ae47d312f3063fd4bc068b24ce17e71

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp313-cp313-manylinux_2_27_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp313-cp313-manylinux_2_27_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 21d1552674c5be4002a1980773108a745b8a51e274f71a805177b5bf162eab9d
MD5 6521b4b409b85807a149cdd7d76fd4bd
BLAKE2b-256 fc86e7f054ed3bd38b09a792a629a49be1c58ee8801a26910c313a5adef7826c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp313-cp313-manylinux_2_27_i686.manylinux_2_28_i686.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 167369d7f3c8e698256a0afb4ee3743b6507983063fcc89c65b7bb32916f5ae3
MD5 2001e9a44f3c4b8b102dbfadd99d6b4a
BLAKE2b-256 1dc836a78466b73250b74defdb364e39a1e3087232161b33670c38e862d46356

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a360f71357040d7d376e7d5ca75e8df302e323813e952c57e01f2ac87db9fbb
MD5 f80d344976b6ee311f5fd376881c61b4
BLAKE2b-256 605a647c798e431b4457561f9347d06209738e4fbff153902c84e1e445b65730

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fc14db945d53feec3869dc3876472fe3b7d24964635cfd2e588432b6ff059a94
MD5 aaa495b1c50ee6628a9f8f1d8128dbc5
BLAKE2b-256 ef3f13cec012eba1bc797dbcf6084436b6bbef64b719b23ff4ab08d03399b777

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fe5c45ae3870251d7e6ec666f23c769e0149f354c91ca5ee94c53c185b467da3
MD5 989880b041ccaff72e4746927d04b7bd
BLAKE2b-256 f571c27907349c68dc3e9888d3d228b151cbd01ca8308f3095e86d0f977a0326

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 826aabb2f9655d893a508da146da7cb353ccf7a001f2c7bc45468a76109a1837
MD5 7c6be3163b78121a441c55bcc62e59c4
BLAKE2b-256 cd43a1b14520dac9212477f0d344bb194def885d0fcf807aa092f10c3384ac3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6e075b9e25ab1664464056b15341e9c228ced4e79c251bc0c9a3080364339f27
MD5 bac2cf7b09baf8632f57de4165524356
BLAKE2b-256 30b7e19ca989700a6f66267a2b53b270e5970b3c34ac0e2b7fe88877922dea5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 653aa24fa81304aa1f7caea5a0b162c55ef9e65fdba13b6e57edaece93b4a27c
MD5 b3523370e2bb3f13d9b8de8e367845a0
BLAKE2b-256 b15bc095c3fbca0f74e9e2424baf1611cc4705d30371ca71192dc68e64c968cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp312-cp312-manylinux_2_27_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp312-cp312-manylinux_2_27_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 d744202fdbdef1673c56af7b46241c9c9f3c75acee9a542a897e1b51686a0ec5
MD5 00712aa3338cbe0d8973b9cfd4507645
BLAKE2b-256 8be61231d8211862c25dba01e17f65fba7803bbe9747fb4ef14297d35284729f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp312-cp312-manylinux_2_27_i686.manylinux_2_28_i686.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 648f06f600b47c511f68e67dd853f878d7012cff3bebfa8f2c5a9f8a8459bcc2
MD5 9c35dc97ba646c3f6b1d743c68ac32f2
BLAKE2b-256 d69639bfdb81e141c1ee392f2126c36230c0c851766ee5efc4ff46110d0f1d85

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fcc4e0b7d9b19c8fd0482fe85d8c4606cbc03381a40ad356dcae83c74e42b8cc
MD5 edd655ceb8657c0920f8f59fa3c10b7a
BLAKE2b-256 3fa747ad426615c4a1ed8c6519ae7ef48159ba955ac4d53bcc95dacc626806c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6cc2eca0c15dbe1a8c45202bd382d132d4206f53aa6108aecdb29a6d3ea03cf8
MD5 2a2d179db999b1133774f125283c49bd
BLAKE2b-256 ed839f49c96a9a87f573721dbc17d621ef9a1651041c9d02e5e268e8fd11611a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 16a84dd263514de8baa2d74bd3b28730a5b8e8165516c167b2e2de03f6a96aa8
MD5 4fb9fb3b04a7833dd1341eb2bbbc2158
BLAKE2b-256 e87a2164db2f09d14f02b06f7425eb4b16bca5f76dc45296e3164a399e7fb496

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f35179074e36089ca82751089118c451c5e6ba5919cb2024dbedbbf080495e88
MD5 bef1e001edd34f4e19ce4377099c7cd8
BLAKE2b-256 9f95982f120ef17d4cc03d481a1deb919812dd6880ed6e50816262cc468b7150

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 790382eea6f5f70ef7d112ea5e9e989b9d8333e360f6458f54f540b87aff4e67
MD5 3909630583db52da6364882913036c39
BLAKE2b-256 b611ff68671eef663a34cf762dcb3d9adcabde4b20771a7e46a531cf7c66f2f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4464ad8316916c9007d43f7bf1128a542dac77f644600e13e67e919f4847d31c
MD5 d694d5d1286d333945a0c514b20d69ae
BLAKE2b-256 d87830c526b9ef260949b8c595707c45062968ba72fe68f8db485a596c85aa9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp311-cp311-manylinux_2_27_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp311-cp311-manylinux_2_27_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 e91eb8b35087248556b7baed3c04dca93b85da173d1766b8a21832142802025e
MD5 d2abb3bef7f2786df54fa2e064122d52
BLAKE2b-256 202b2c751cd277c6b1701ff1222953ea49d6654ae0c1ef2358129df5e308c6f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp311-cp311-manylinux_2_27_i686.manylinux_2_28_i686.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b2762e1784c98da56e4b870424bfdc7f9ceddbe5345d2ebc6d2f4dead46aebc5
MD5 0ad4110a5392ea3a9ada3804a1a5d972
BLAKE2b-256 9057f33c362bf77994214bb60fe219eddeeac8ccb17ec6b35ea0036e35304252

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68174b4eea85346d13e5d3054827992b21982964b1b85ba19697ee07592d9912
MD5 73ee87baedde9f5068940b049a8fb5c4
BLAKE2b-256 8fed21efb4b58c8844fae9862129270a0567d0a7d5f4caa8092a328250ba05d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e1b7079631d5ef47c5ad26cdfe88794e2143d84db48eef5c785a32ba69dcd7b0
MD5 62c3640f5e9cbd1ca9df6bf7fbcc5b72
BLAKE2b-256 bfef8a50ec180963f7c10f6445c6a642a104b5c0cd7152b8cf03e511beabba6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 66662a6bdded269ce03e88329ea18ae41e5bb64b0cb2913ca0aa278ab60a3441
MD5 e295e8ada6b66c30d688f5b2b48d939e
BLAKE2b-256 2052a6d121ebfa0f90fd04446120e3aeb20538676e3ded5e878aaafb6309eac0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0551899872d8c42e4eff7d13d3b414262e6db4195f869b7fdf2a9079cba00f1e
MD5 0599bcdf697dcb6fabe55f8fc3da1d30
BLAKE2b-256 cd5b7e70a538f04f8bea449e6b8da8cda2f89665db7ff17a699a768b6fd6c0aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 56c31b1b464e6535a0592443bc0ff14266dd12bac69cfe4bd18c5c89f858ac5c
MD5 cf844d786a6189c85f249e3d870b7a6f
BLAKE2b-256 ac4bfcbbf32b978da90d3f2525f6cae16f9cc12b1111370b10c59a277fc66172

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9e0726b965ed4141d2cb5c00c2d9d2a36aaf3b67d07b19b8ac2e9f8d5dd83617
MD5 5581e73c2245a19830e5386ee42b37a4
BLAKE2b-256 031e4aff913d5c6d742eaf63584873a6ff388cbc091ad83d92875d52820e62d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp310-cp310-manylinux_2_27_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp310-cp310-manylinux_2_27_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 71e4a362a251c94dae47c58c8ab7a25d65be2f01a76f1e88b4ec6ee0b33e95ed
MD5 6fc7267b525e858d0f9f83744203e328
BLAKE2b-256 65ea44ec66b0cd9e988cdd59d796c4bc37c045d85ebf9fd05526500604dc3124

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp310-cp310-manylinux_2_27_i686.manylinux_2_28_i686.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 66dd8214193c4829c47098ebe08239a5eb55263c7cc3a9c27b83bf026b51d102
MD5 8fd9ab40356610723c8fbe78372c328b
BLAKE2b-256 cbc6167fa7dfe580e8afe8b74ff482c3d8990b99fa92c901633ba63bf63c28cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 138e682c5a3d566b58cae1b3e6020b2562bbbfd1eb51a7c114e28ccf5b45473c
MD5 4d7b5f05ddf7a54fe880f08d555d509e
BLAKE2b-256 af4a6604afebc5ba87198df6248085f797800f4379a0cd273d703c46a0012259

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 81f84f77f3feea44f43622add10c47862c3f67f7d0d98c8c37e194b259dedd8d
MD5 308f8114a44092867c32b6b80765f7e5
BLAKE2b-256 74f3ee60dbd45c3346e738a1ce82ffe4d1122d150507ea816ec4f0f748bff972

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 98016e124f4885ec88314efb6d37ec00eaed14aa9e397a1e765a5691364a0ae8
MD5 66485992817fe3f5e42e68edb473f303
BLAKE2b-256 6461d0d89a78360ba866d04c3f184c63f34a49a33a43ef0f6f6c4f128c4b87a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 37c7275dec26b67faa621766b826050bb3d2272a0e5e56f55ad44dee88eac0ab
MD5 3ff1f2437acc8410ec0b2155452650cc
BLAKE2b-256 b5ebc0da4dfb7f9f827c6816f9df2df26559c564aaba67c7819211aa29748d29

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fc017e9ede537298adb3381db198be2460b12afd2d23f7b446a912def710ea93
MD5 f8bdee94e9e340dde1ea3a033afb79bc
BLAKE2b-256 a83d61fb654d73fc008a3a76114767d7805a7e3a8d4925563c59c427bac953c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4a1297ec697bb85e61a0a4d1464e696e0781a9cc1db3f2074f347816430a3f5c
MD5 76b53bdab231cc3bedc3adc23dbf0362
BLAKE2b-256 5ad58e72aff35a8401d11c99ed265863879c8d08590ab66cd2263caccbafd580

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp39-cp39-manylinux_2_27_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp39-cp39-manylinux_2_27_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 94478dcddbb6b103dcb0078d27c23636cd8d019af352c4afe5782c10aac221af
MD5 f69f755ecb601f5213cc03edc4be89a8
BLAKE2b-256 940fed05b531c148c6f5e28cb53c33f6ee07231902f7543db771eb44828e7b1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp39-cp39-manylinux_2_27_i686.manylinux_2_28_i686.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8bc9b64bab04f144bf27d47d0c68c73d482b889b250b84d4e66b7e2b61d64c43
MD5 76602dbe855ad997c5f53da0ad39709b
BLAKE2b-256 7642f650f914ba5177ef65f43a25b62bbf1ceed127dbe311ffa45127bfaa244a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf76c8077748c9e9bdbaa8d5e2bba5f615d4671235d90236640d856415bd18f7
MD5 a2478f7eb174dd205e34416e35268719
BLAKE2b-256 8d66a415bede9a856ec7e4930ec4a1e39d59d8fde0ad9f11f35128e60539aa02

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pplitepy-0.0.57-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pplitepy-0.0.57-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 abd5e0a28a88e4d33ef4174ada1cbb2d9b9ec3c22aee00ac38a438e11925468f
MD5 1b7c8ec371d58163c744d0c29d3fdeeb
BLAKE2b-256 06474d030b9215b2cae81b1d8731e0819e68febcee97ec6ca2e7ca4e8b3902d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pplitepy-0.0.57-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: dist.yml on ComboProblem/pplitepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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