Skip to main content

passagemath: Lattice polytopes and applications to toric geometry with PALP

Project description

passagemath is open source mathematical software in Python, released under the GNU General Public Licence GPLv2+.

It is a fork of SageMath, which has been developed 2005-2025 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork was created in October 2024 with the following goals:

Full documentation is available online.

passagemath attempts to support all major Linux distributions and recent versions of macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or virtualization.

Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x. Python 3.13.x is also supported, but some third-party packages are still missing wheels, so compilation from source is triggered for those.

About this pip-installable distribution package

This pip-installable source distribution passagemath-palp provides an interface to the Package for Analyzing Lattice Polytopes <http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html> (PALP) by M. Kreuzer and H. Skarke, a set of C programs for calculations with lattice polytopes and applications to toric geometry.

What is included

  • The binary wheels published on PyPI include a prebuilt copy of PALP.

Examples

Using PALP programs on the command line:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-palp" sage -sh -c 'echo "14 2 3 4 5" | class.x -f -po zbin'
0kR-0 0MB 0kIP 0kNF-0k 5_13 v8r8 f10r10 10b6 0s 0u 0n
14 2 3 4 5 R=152 +0sl hit=0 IP=276 NF=179 (0)
Writing zbin: 152+0sl 0m+0s 644b  u36 done: 0s

Finding the installation location of a PALP program:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-palp[test]" ipython

In [1]: from sage.features.palp import PalpExecutable

In [2]: PalpExecutable("poly", 5).absolute_filename()
Out[2]: '/Users/mkoeppe/.local/pipx/.cache/db3f5a0e2996f81/lib/python3.11/site-packages/sage_wheels/bin/poly-5d.x'

Use with sage.geometry:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-palp[test]" ipython

In [1]: from sage.all__sagemath_polyhedra import *

In [2]: square = lattice_polytope.cross_polytope(2).polar()

In [3]: square.points()
Out[3]:
N( 1,  1),
N( 1, -1),
N(-1, -1),
N(-1,  1),
N(-1,  0),
N( 0, -1),
N( 0,  0),
N( 0,  1),
N( 1,  0)
in 2-d lattice N

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

passagemath_palp-10.5.49.tar.gz (4.6 kB view details)

Uploaded Source

Built Distributions

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

passagemath_palp-10.5.49-cp313-cp313-musllinux_1_2_x86_64.whl (11.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_palp-10.5.49-cp313-cp313-musllinux_1_2_aarch64.whl (11.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_palp-10.5.49-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (11.9 MB view details)

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

passagemath_palp-10.5.49-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (11.9 MB view details)

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

passagemath_palp-10.5.49-cp313-cp313-macosx_14_0_arm64.whl (4.9 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_palp-10.5.49-cp313-cp313-macosx_13_0_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_palp-10.5.49-cp312-cp312-musllinux_1_2_x86_64.whl (11.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_palp-10.5.49-cp312-cp312-musllinux_1_2_aarch64.whl (11.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_palp-10.5.49-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (11.9 MB view details)

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

passagemath_palp-10.5.49-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (11.9 MB view details)

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

passagemath_palp-10.5.49-cp312-cp312-macosx_14_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_palp-10.5.49-cp312-cp312-macosx_13_0_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_palp-10.5.49-cp311-cp311-musllinux_1_2_x86_64.whl (11.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_palp-10.5.49-cp311-cp311-musllinux_1_2_aarch64.whl (11.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_palp-10.5.49-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (11.9 MB view details)

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

passagemath_palp-10.5.49-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (11.9 MB view details)

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

passagemath_palp-10.5.49-cp311-cp311-macosx_14_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_palp-10.5.49-cp311-cp311-macosx_13_0_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_palp-10.5.49-cp310-cp310-musllinux_1_2_x86_64.whl (11.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_palp-10.5.49-cp310-cp310-musllinux_1_2_aarch64.whl (11.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_palp-10.5.49-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (11.9 MB view details)

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

passagemath_palp-10.5.49-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (11.9 MB view details)

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

passagemath_palp-10.5.49-cp310-cp310-macosx_14_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_palp-10.5.49-cp310-cp310-macosx_13_0_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_palp-10.5.49-cp39-cp39-musllinux_1_2_x86_64.whl (11.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_palp-10.5.49-cp39-cp39-musllinux_1_2_aarch64.whl (11.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_palp-10.5.49-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (11.9 MB view details)

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

passagemath_palp-10.5.49-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (11.9 MB view details)

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

passagemath_palp-10.5.49-cp39-cp39-macosx_14_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_palp-10.5.49-cp39-cp39-macosx_13_0_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

Details for the file passagemath_palp-10.5.49.tar.gz.

File metadata

  • Download URL: passagemath_palp-10.5.49.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for passagemath_palp-10.5.49.tar.gz
Algorithm Hash digest
SHA256 1de29bb52f052df6c1883315ec0423b0d93739547388d968d377f09cb8848653
MD5 7e7d9fbb03481527b85366d869ea3858
BLAKE2b-256 2586f784f495cf75a8d53853db4715427a497c84017c39fd34907349ddcf748c

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d80ba17d2e18c708c94291f576592d276578c0cc2bd4ec81845df62747372df1
MD5 664b1e8d6a4d31793c71205efcd9c0e3
BLAKE2b-256 cd0064bb87e3bb39a373dc1cfc9c3939fa13f1d82635badddd71f880ce6522a2

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c93d49e76b9bee3d963c85487e1aef9cf193f6e6d4799032fdcc70d9a19affa4
MD5 01824b4bfadf58da84ced01ff1bbe55f
BLAKE2b-256 95be05d3b6c7d103b83b15930b9df3b6ef4ea5223c15632db7d66406e2794fb5

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b1c398a54744613245b03eec7bbcf741d127e452965e614fc07cceac14ebbcde
MD5 ae02bfd3a767bb18b6b924e12cbfc1f4
BLAKE2b-256 f7142d7aad91152286b6f846a07007eff69713359ccc239663d3e25489f412cf

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ff70d8f18eb0edff26b46d816707956629e22c06e2643a211eb1c80347d82429
MD5 ee528b9e91504934b5948d70a898e56a
BLAKE2b-256 72426f719b058f324454d39ab1a82bbb6402a050d7cf814e67a9be04cf0f60a2

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 eda5fc57ecd3c458162114f06eb1ec18a394c15aca62097eec992e85c59aaa83
MD5 feaeaf7a261a30d869bb105dd7bdcd3a
BLAKE2b-256 6ecb95454e04a9367d3d3a462c6f579e0e8d1aa463141b8691d17b22f5dfb329

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3c7d24fc6d6dca65e4f6858bca5b1c1c057f29acd757eb021a787723d4b7fea3
MD5 61c7f83ba32fe10cc4d0cf3220081362
BLAKE2b-256 f853b8968d682c93cb445f02426c19e3fc0d9669ff760c8d9e69c27c5addc9ee

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0e80136f75c08d7cf643e559f5c2502adfed8707a1400f64e15d91c964f8d070
MD5 c2603d6a7b12f0e5ab36ab1b69056881
BLAKE2b-256 bade49d50c9c184effc48735375f3b571cf842a2142aa86c1fefc5f248eda300

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fce3eb8d46f61e92480ecaf40d2dfd2c904e32706103871d71e6be2b4044593c
MD5 91c61399818914842d076fc028b3f05c
BLAKE2b-256 a893457f446cdc3d29a29c82d6efa8f25f474dd2a85dd395d77ea5b5dd25f4dd

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 900581bfd2b6defce6432ec7a78264740a8c1cb574b667a8f1e462b5abb12ffd
MD5 6b9136e932de11ac5a01d3243f765cea
BLAKE2b-256 615f37a77476915b928741c0eb54876361cadad86dce539a3a15b0a68af8f049

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1c4fdd381037c51ead612687711392635fd09f3d4cfbcf3173639efabb6e7ea6
MD5 f07a031899c002cc4e7903733ba91536
BLAKE2b-256 36f45cf60def68aca2246e468e15043d8052934eaf623b4b6b38f39b9d43f19f

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a4129a90477f0b90639e171754e0b31ecbe76733329827f9e1208a0cd720b4ea
MD5 8bab50e9bd2177cf9c2930ea47380c75
BLAKE2b-256 cb91ec8dafd640bcda8a903735cf16f5489ce9dbe782480629a6a4466e942a39

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 08a3f26c56f36f39fed677f655d2ae7da0f31ce025fdca8b0f0ad509847e7844
MD5 802e09278104ad2d22b2a8d0ca486c66
BLAKE2b-256 0d7ef65a8ae6bee7a0f84784899ca5228591ba84aef217aac5acbbe82c1e1ef1

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b00a034324ec2304b2cb986efbeb1e73a709fc348e7e6babdb79f4ac17d0b69
MD5 71a314ebb169683f8f26b50e4fa77fcf
BLAKE2b-256 0f2d02601b7e881ca098b8f82a618eab49f48ae3bad10415dd46af1930371da5

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be21e13b95d7d9d318fd8c34582800087ede82fa4b4ef64eff4f77207cb3f48f
MD5 ed89db0717ac7dbcf6f90605a5b9dd8d
BLAKE2b-256 3067e35cdf7eb6bc5381697039a4ef899b8eabab2effba89a0fdf986d2c8d1e8

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e6dd7b3eebd32182def079fe07738cc644bc2bf75ecfad90feae5402a0886db0
MD5 40aa25e43b0b7625a38ee9a6010560c4
BLAKE2b-256 7cc1e96750d74b8ac9adb7965c475d95538c286df53f91721122df6134d62799

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2872cafc16cbe97ee7511bf0caac591476f32df830127b2ff0722afa3315d252
MD5 6967b058adad056cc5854c97b9dda8b3
BLAKE2b-256 0d2f6b0819849d64b58cc4e8869a61a1bdb3939b987448eb4d46a3bd89646364

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 35b1420ad21d9366abb9e47c8839b05686a2ef81a7275b026060726d4130df4c
MD5 ff98e9a95d5beec3694ab4e6f823bf45
BLAKE2b-256 ed08ec28f635fb87af41b1ac399b829ac1db0242a23a9107e30dcfa34cfc1007

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b3156b5c6433e61e564a3b0772391e4055f301dd6d52fe0461567d77bfe65a1b
MD5 9d0f147e84c2d35c25bcdce2982f22f1
BLAKE2b-256 c98f03bf24480422ab3ceeadde70efae61bd236843b3ccf495de9064ead5157a

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 320f95577b92cf83f809c56f190e52ac8e626fed89cbe3e78e138fbd1edb0942
MD5 28b79f174723c7ec4572aa4b14c8061f
BLAKE2b-256 54266b9e796f4365e020761dbfe69db1f42a1909ecad30f82bace53821aba039

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b743a9d3c853b9cdf58d35722e695e53a3ac2018a11e1059931b2bdbe763c365
MD5 363fa7ba481cee20293c3a0c20a02a60
BLAKE2b-256 0146b133af39ff771df63674199e3edf965f57843c7e612814eaa34d7e85f23b

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e3eb2418b076be263f9fb4d6a68a6e70acac7d2bfcebc878ddec807402caa786
MD5 efc7294b13daf456e627c391107fc2d4
BLAKE2b-256 51f2ee0b62f0a5cfce722ea0ec5e626da2bc22151ffbf7cf15740f7617be4e04

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eaee2efe919d76ccc6b08f2632c76c09ab440427aa4256b1c36990c686361bd4
MD5 cf05417793ea48f05228bdc2e7e4f413
BLAKE2b-256 1aa572b1a7caa784d061d45c0c68f34d847848838a0fa521411f7d291b52976c

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 481b1894e0a9800d88d6d26f933d4aa69dfd448a55ecb410bbe40d1e2a4adf6e
MD5 8ec4894f8a2690472ab8080af72c9735
BLAKE2b-256 9548d8c81f4a3b970ea9c37afbc7ea1f8d0287c1270f71c50531e6ff922cc32d

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1ae7254b8f16ad34d65ad6fe652dfa99da57d6eea907cc910edee7d54d73c9b9
MD5 ab53772fe5c1b6a0851a77b2a99f2695
BLAKE2b-256 e2079b592dffec39d659770b7de37159ba28ae9e5fbba2de8680f9d15aeac2c5

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fbb273ead77e63ac4396440d899aff4486ef8af5ceb045a4e82ad0e63a46f29e
MD5 29d01264deae9ecb341a87065cd1d8ae
BLAKE2b-256 38cfcc012ce1366beed7e5edbdf3348f249e2fd1bd18322a9787d785d33921ff

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b2b31fc19e36d5d663d89f1141f73716c27f707198b052cd2e6615c1f3bb7f25
MD5 d3af6b61e78ab43f1dfb496bdd9bfeba
BLAKE2b-256 0f00bb92b1b119ddeded3ab4d862f9475315c8ee15004849f3340876a2fb61d8

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c034152bd21e8f836196c507968f708943982ff75b098f7ec3184bc96eb480e9
MD5 1bc8074a1ec424a3273b9e81448fb94c
BLAKE2b-256 f10640b5aac1b647507460178d79fb93f0eb622a9c86c6d1540d8ccacc9b6fe5

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9e1cf8305f1dca169899ef4b8ef3e7c7505d8dfd37b516521191b73753d4f2e8
MD5 ee1f6a335242ab929caf0794f8347c27
BLAKE2b-256 271a64a9c672c34b180127ff24a43c7ca835469a74cd1eb38b20c14c235ecf10

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8fd6d86c430df40d23779d2555726fc1f634a32353351d53184972525d8113a8
MD5 1ed3e9b24e30135f4bc55778cfa4149b
BLAKE2b-256 1e2a0693a809bc7312d2ad808e64057de33e8139f97f8b112df25eb63fb15ca7

See more details on using hashes here.

File details

Details for the file passagemath_palp-10.5.49-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_palp-10.5.49-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b5bf9795ecc101f735bdab534a46b78804c106a61900c801e9d98c7a65b307fd
MD5 f42627c37ab5b617984d770094c0ba02
BLAKE2b-256 82e6719f2fd36f75be803ca74bb1fa5dc1850327e339597241e216640c07cba8

See more details on using hashes here.

Supported by

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