Skip to main content

Wrapper around isl, an integer set library

Project description

Gitlab Build Status Github Build Status Python Package Index Release Page Zenodo DOI for latest release

islpy is a Python wrapper around Sven Verdoolaege’s isl, a library for manipulating sets and relations of integer points bounded by linear constraints.

Supported operations on sets include

  • intersection, union, set difference,

  • emptiness check,

  • convex hull,

  • (integer) affine hull,

  • integer projection,

  • computing the lexicographic minimum using parametric integer programming,

  • coalescing, and

  • parametric vertex enumeration.

It also includes an ILP solver based on generalized basis reduction, transitive closures on maps (which may encode infinite graphs), dependence analysis and bounds on piecewise step-polynomials.

Islpy comes with comprehensive documentation.

Requirements: islpy needs a C++ compiler to build. It can optionally make use of GMP for support of large integers.

One important thing to know about islpy is that it exposes every function in isl that is visible in the headers, not just what isl’s authors consider its documented, public API (marked by __isl_export). These (technically) undocumented functions are marked in the islpy documentation. Many of them are useful and essential for certain operations, but isl’s API stability guarantees do not apply to them. Use them at your own risk.

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

islpy-2025.2.5.tar.gz (1.4 MB view details)

Uploaded Source

Built Distributions

islpy-2025.2.5-cp313-cp313-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

islpy-2025.2.5-cp313-cp313-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

islpy-2025.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

islpy-2025.2.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

islpy-2025.2.5-cp313-cp313-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

islpy-2025.2.5-cp313-cp313-macosx_10_14_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.13macOS 10.14+ x86-64

islpy-2025.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

islpy-2025.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

islpy-2025.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

islpy-2025.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

islpy-2025.2.5-cp312-cp312-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

islpy-2025.2.5-cp312-cp312-macosx_10_14_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.12macOS 10.14+ x86-64

islpy-2025.2.5-cp311-cp311-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

islpy-2025.2.5-cp311-cp311-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

islpy-2025.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

islpy-2025.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

islpy-2025.2.5-cp311-cp311-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

islpy-2025.2.5-cp311-cp311-macosx_10_14_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.11macOS 10.14+ x86-64

islpy-2025.2.5-cp310-cp310-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

islpy-2025.2.5-cp310-cp310-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

islpy-2025.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

islpy-2025.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

islpy-2025.2.5-cp310-cp310-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

islpy-2025.2.5-cp310-cp310-macosx_10_14_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10macOS 10.14+ x86-64

File details

Details for the file islpy-2025.2.5.tar.gz.

File metadata

  • Download URL: islpy-2025.2.5.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for islpy-2025.2.5.tar.gz
Algorithm Hash digest
SHA256 cfcff7fa20efe50e4b8b518e8e4ce46a4513f7e12ba0b6228fd4f833fe8c6526
MD5 0c27d17d658a478afe208e8e611380ce
BLAKE2b-256 bb7861366bc6b2a9d8ca81c5db67f9c4fd5ea24ac97987fe08cac51fbb420bab

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5.tar.gz:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9d6a11b95cd0fcaf511e68e7d93efc631b5b29514da8cb1b1ad8816176df8d7
MD5 cf2cf264651da6a36d1cc6f2e1ec199c
BLAKE2b-256 b5a390495fab1e8eca7767d9ab5ffb3fca76efc154482d33bb3e9f7c2fcfd06a

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cfe327d0f98630748cac382e42966704904a2ecb99ce25d4203ff656d8073c9c
MD5 6d2c671c9dde9c3791e92fa3a2c13c8f
BLAKE2b-256 676cb674bb2e301173ef5b0b56698cfb88d4f7e7be3e1f451cd115f6964d368b

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b7acdbd4839a0a513549405563b1dde3e49d90726257e43231026bc1c48550ff
MD5 49105ebc62b041fe863d1194fe50df5f
BLAKE2b-256 d50b1399af722edca7c9c6ddc304493d2796a4e90c983fdf47fe36f5b079739c

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 48882fced72c69bc1500c082c8370ecc6c4f9e8953e9796431ac517e1b09a397
MD5 a8e3272b4746dbc8950218de5bf7927c
BLAKE2b-256 b10b0a78b594108641d76a65c39548227cde191161c7b7494b4f3fda3e6f0d8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dba6018edab60d5ac3df62e0608f43595408921d5f549ea6a829162d9e5a51c1
MD5 93e4e885394d95553adfc66f090260ac
BLAKE2b-256 28d47490076d99ba95e57067a69187872d2e7e3c484e5a618cf645c63983fdd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp313-cp313-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp313-cp313-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 56c3b8cddfe489b3822fcbf066e2b2297945679569edf6ca23470e13cc289a7d
MD5 bcec8ea97687fc065090bd2c14b1fd08
BLAKE2b-256 9ba7f229ac457347bd9574ebc63bc8e6bdbd81cb7142b9eebc7d02d689c60340

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp313-cp313-macosx_10_14_x86_64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b22ddd9ca0a90d4fd3272664d38e77ab480e0758292a8056698e7cc22224291c
MD5 2850435e527416280020a2763e60c474
BLAKE2b-256 ae33d8da21d97879cc4611068f1fa8275e5bb7e0a8043fe6dc483495d5a1a241

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2c1d239d927d2416f3623434cd8d3877960b47cecad13da624f5b4e2deec0539
MD5 562c7bf73f9a5aae73bdfe57d467886d
BLAKE2b-256 454e52bc160af82612ea862886dd0be23bef2d524ed37dcf0fb367a38326b57a

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d4d84e02dafbbd6605adc7aff28f8c6aafc52ee0832408353548d845ef79db94
MD5 b70c024cc426807fa6fd0efff51f2f02
BLAKE2b-256 4fb05e7617a3b42dbc9de5650a23c62e360e63c4a8086771d29ce109f1ac83b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fc7ec748045041f198da427c2c62c9665fe1efd3fa3284016db40a784286f878
MD5 4e15fb8d419fa905b30f6ddfa1698519
BLAKE2b-256 149d2ce89afc37df0b0681024cf40b72294aeaf5c77bd18e60f07b1a4c486a40

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a91c19d92f35b5867a0b90640002faf156e5fcd46e1b72f79cc0342be9cabe17
MD5 85f20d6de3182dcd0a6d8de13ed7cdc4
BLAKE2b-256 f0cc92fd0916e563aa8a7f9aabd2df677ec92d4b6a245a0ca87c11efcc38cb24

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp312-cp312-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp312-cp312-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 0531ae5566d58dfc01d118615e51fec9969cd8ab35cf897a75a102638c6d9246
MD5 51f843a28985020c0acccb7cb0e53987
BLAKE2b-256 2963da8305d6421e9d2afe4bdf0bb7b4e9d1caf9806022fe02b1f56de9b010a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp312-cp312-macosx_10_14_x86_64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ceb903953d4ab1fe73e7d46ffbeae7f72a792a2bd43c285e1f5d43a82f9661c3
MD5 7f8e19db0608ad87b20fa1171d26a8dc
BLAKE2b-256 3a9d6c8e35e74d550e02f114ade09582de64b6f840371a711f2944368a0fae63

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 df94c048194b58adeecbbe63353e2956b9e454041b46dce4527755d79ab23362
MD5 769dcc96e9c6b096a0ab8df3eb69e59f
BLAKE2b-256 6499ca424a5a7b68f9adbf774c271804dba73ca1f98751d2dab373eab7a607ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b5c8be8349b9b53df585df0531b2e1d2cf9e8a9456a0936abc4f5a48fe6afa8d
MD5 bcd0625692cd42998b7dd17b7fa142c5
BLAKE2b-256 4fc0460e75ec36ee282ad336947f47704081dd462f11048357a84f47ceb78973

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 79b7cd828d1135f1b92d9e2c23c384851120573ed9bae8b0c96ef564b2e77013
MD5 b50face1437d232d4877b61b3b9b9d1e
BLAKE2b-256 56706b33a30f581efeb0155d4e7cff4ce410e32bbb324180757eeae24cc41682

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 35849bef70ebbe7812b15daac1afc14128ce221b73e6f4345a99753dc3b2eb76
MD5 7aabf2bc9b6a7b31f44e6a71937e3d37
BLAKE2b-256 0d7b679d3c8b17ffab7074b431918c8cc15f2306ff01001d2355e6e5a1b3c55a

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp311-cp311-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp311-cp311-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 b911119f0a3cfa23fc131e846108e44e18fdf855199d5de021b693875ed618ff
MD5 95ad9dd1f71e9c4201627e65e4d8287f
BLAKE2b-256 bb04cc29f71f6d5291412d916a5ee601420ff36f2afa709aacadfa8cc77fbddc

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp311-cp311-macosx_10_14_x86_64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5f90f3d4fa10952650c36060a942940b92fb8cb9cdd4bdb35b9359b02cb7d69
MD5 b49eb13f3353eba4ddca63ae89fc3ccf
BLAKE2b-256 3af81d70942a55a3195709e8883bd9342e962076199d3c2060c8e81f6ccdfe3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 41c8593c53a8c5b9584caf88a0ab52e94681890788060cbae907c0f24b1b9db7
MD5 6ecde75606d3583ccee4a5595f0f07fc
BLAKE2b-256 e22f85b975ecd2fa7a9d82cf3c291c3c624c7add7a3e6a26074bcdb09b99196a

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e53954f2cddb80b59123b2c17f804d6dea21ade5d31495edd176afb434e30aa0
MD5 0549859e094f2a89d4a99b315fce05d8
BLAKE2b-256 c4a43405bc32eb863ce40498998abcfeeced8dc9ed32feb1a0c2b6412ab71f5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 495863473d18c436ef880e13dff1f0d9c3500379131e8590f331c5b62825cdb3
MD5 b86f86b50034de0bce5300d17186d3d5
BLAKE2b-256 6671110f98882a85b6b8db51a4613699f304ae92519e7ac7ab9876afaaef561b

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a2c4e2b2c02eec40df1371ff8b58d31433b93f07f09dab9f7b6280e63107c50c
MD5 d9b8aa26d055bebb5bc2f2601b8f200e
BLAKE2b-256 0a93376a10158e1c9893786a1afd45551fcc5e1090f079318ad9b276ae2c5102

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on inducer/islpy

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

File details

Details for the file islpy-2025.2.5-cp310-cp310-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for islpy-2025.2.5-cp310-cp310-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 f953356cd4d90de95baee31bed59e55f2ede25203c8f65c3b6a24e6f6782ed0b
MD5 0aefd82ea76a7b288028a36c4b99e826
BLAKE2b-256 1577437d1b492bcf5437fa86edda170b2a204d2ba9723f06b09d16af51767836

See more details on using hashes here.

Provenance

The following attestation bundles were made for islpy-2025.2.5-cp310-cp310-macosx_10_14_x86_64.whl:

Publisher: wheels.yml on inducer/islpy

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 Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page