Skip to main content

passagemath: Lattice points in polyhedra with LattE integrale and 4ti2

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 uses the motto “Creating a Free Passage Between the Scientific Python Ecosystem and Mathematical Software Communities.” It was created in October 2024 with the following goals:

Full documentation is available online.

passagemath attempts to support and provides binary wheels suitable for all major Linux distributions and recent versions of macOS.

Binary wheels for native Windows (x86_64) are are available for a subset of the passagemath distributions. Use of the full functionality of passagemath on Windows currently requires the use of Windows Subsystem for Linux (WSL) or virtualization.

The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.

About this pip-installable distribution package

This pip-installable source distribution passagemath-latte-4ti2 provides an interface to LattE integrale (for the problems of counting lattice points in and integration over convex polytopes) and 4ti2 (for algebraic, geometric and combinatorial problems on linear spaces).

What is included

Examples

Using LattE integrale and 4ti2 programs on the command line:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-latte-4ti2" sage -sh -c 'ppi 5'
...
### This makes 47 PPI up to sign
### Writing data file ppi5.gra and matrix file ppi5.mat done.

Finding the installation location of a LattE integrale or 4ti2 program in Python:

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

In [1]: from sage.features.latte import Latte_count

In [2]: Latte_count().absolute_filename()
Out[2]: '/Users/mkoeppe/.local/pipx/.cache/2dc147a5e4863b4/lib/python3.11/site-packages/sage_wheels/bin/count'

In [3]: from sage.features.four_ti_2 import FourTi2Executable

In [4]: FourTi2Executable('ppi').absolute_filename()
Out[2]: '/Users/mkoeppe/.local/pipx/.cache/2dc147a5e4863b4/lib/python3.11/site-packages/sage_wheels/bin/ppi'

Using the low-level Python interfaces:

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

In [1]: from sage.interfaces.latte import count

In [2]: cdd_Hrep = 'H-representation\nbegin\n 6 4 rational\n 2 -1 0 0\n 2 0 -1 0\n 2 0 0 -1\n 2 1 0 0\n 2 0 0 1\n 2 0 1 0\nend\n'

In [3]: count(cdd_Hrep, cdd=True)
Out[3]: 125

Use with sage.geometry.polyhedron:

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

In [1]: from sage.all__sagemath_polyhedra import *

In [2]: P = Polyhedron(vertices=[[1,0,0], [0,0,1], [-1,1,1], [-1,2,0]])

In [3]: P.volume(measure='induced_lattice', engine='latte')
Out[3]: 3

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_latte_4ti2-10.6.28.tar.gz (14.2 kB view details)

Uploaded Source

Built Distributions

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

passagemath_latte_4ti2-10.6.28-cp313-cp313-musllinux_1_2_x86_64.whl (62.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_latte_4ti2-10.6.28-cp313-cp313-musllinux_1_2_aarch64.whl (60.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_latte_4ti2-10.6.28-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (64.6 MB view details)

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

passagemath_latte_4ti2-10.6.28-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (63.0 MB view details)

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

passagemath_latte_4ti2-10.6.28-cp313-cp313-macosx_14_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_latte_4ti2-10.6.28-cp313-cp313-macosx_13_0_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_latte_4ti2-10.6.28-cp312-cp312-musllinux_1_2_x86_64.whl (62.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_latte_4ti2-10.6.28-cp312-cp312-musllinux_1_2_aarch64.whl (60.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_latte_4ti2-10.6.28-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (64.6 MB view details)

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

passagemath_latte_4ti2-10.6.28-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (63.0 MB view details)

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

passagemath_latte_4ti2-10.6.28-cp312-cp312-macosx_14_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_latte_4ti2-10.6.28-cp312-cp312-macosx_13_0_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_latte_4ti2-10.6.28-cp311-cp311-musllinux_1_2_x86_64.whl (62.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_latte_4ti2-10.6.28-cp311-cp311-musllinux_1_2_aarch64.whl (60.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_latte_4ti2-10.6.28-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (64.6 MB view details)

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

passagemath_latte_4ti2-10.6.28-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (62.9 MB view details)

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

passagemath_latte_4ti2-10.6.28-cp311-cp311-macosx_14_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_latte_4ti2-10.6.28-cp311-cp311-macosx_13_0_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_latte_4ti2-10.6.28-cp310-cp310-musllinux_1_2_x86_64.whl (62.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_latte_4ti2-10.6.28-cp310-cp310-musllinux_1_2_aarch64.whl (60.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_latte_4ti2-10.6.28-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (64.6 MB view details)

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

passagemath_latte_4ti2-10.6.28-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (62.9 MB view details)

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

passagemath_latte_4ti2-10.6.28-cp310-cp310-macosx_14_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_latte_4ti2-10.6.28-cp310-cp310-macosx_13_0_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

File details

Details for the file passagemath_latte_4ti2-10.6.28.tar.gz.

File metadata

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

File hashes

Hashes for passagemath_latte_4ti2-10.6.28.tar.gz
Algorithm Hash digest
SHA256 79e2a0b1693e971b5726f973d699f43bc70562490e141cb6060374e5a9899448
MD5 425d0898f96c0213d5a2b29807d04b4b
BLAKE2b-256 81db823f710552fe0c38a68c31771561a891edf7f3465de426917c7e9d75fb9e

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ac9e14610f766a8e5b8e51e936599b70f8bb43fd9a3e1e2d6c14007c81650e08
MD5 99a0015737782329a7c094a623b79529
BLAKE2b-256 73f8502d49273f10d5cbe8d5f2684a71a979d214cf6a18ccf5c22b901d57c7c0

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9581d89a19e0d540ad58e6a29378b1ffd245c023295f4dd2423281796fafbb34
MD5 c5dd488dd6af73c3d5330851bf88c8c5
BLAKE2b-256 c6e3e93b96683739e383cd25f61f723aeec74ef88a0e709a286e25b0e087a358

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5ea47daf34638f8eb5503ac8b756fd6eedf6fabf314852ee508a632a3be80afd
MD5 bdf23fd7728f727a08a4187d605f5747
BLAKE2b-256 b3bb4265bd0b976e36597f7019485ff04b2d7abfb60813366c508d15ec3383a9

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a43bc21d0d7a1596f21ba0fb78fad7f7440f6edbce7df4c0d67d5bda04b1d5cf
MD5 cecb7997161d17e056d5759ce14f83e6
BLAKE2b-256 8943ac9df0e167808106031bf9e80e26baa7ce954e6e31a9c64d99a6e54e7118

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 aeda44376e7bf7394ed8235a5bd9a50090493941863968c81086c2f814aaa9bf
MD5 5fa4c0f7bc23eba55ed42a45856dd756
BLAKE2b-256 9e8bda2d3a700a8e7e451cd97532b620f012198216f6d3f0e9c9375297bcedf1

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b6a3253968f1930bacb569e0cd3f1ebdd23aac372bada80c5c9bb54db9d928fc
MD5 aed1a18b315cdf9b6f64d13c05f56ecc
BLAKE2b-256 3178fb625d4b8d7fe8a17ce6c56a0fe06219aa4b1391ac5bee53f8e56f8c4149

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 83c210f39d137a3cb7a7a1c07458a4cacef7ab8126a679d888bf2d58bcb32d20
MD5 837c467575a63deb9c9692c9ff488db3
BLAKE2b-256 f78c72a56143296fdd22fd3e7d9d241bfcb9d9d90c43a86bef2dbb42172a20a8

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 73a5920305cebb261c15849b0b2fd43f65f82d7218a6ff9479a10207152088d6
MD5 bf97de621146c3b2b7ea03c2718f75d1
BLAKE2b-256 95f76e20a42f1e7e2be46db86d1fa1a8796dc5963d1805fa003874a2176f9efa

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2169425f75d0771513e6d4f7979baa7acf54f36debebe66bf376bc72a9e27f85
MD5 01ebfe79eb0208a2213377e8c2f6d549
BLAKE2b-256 4dd1e83a00341fc6b0d7ea2d19021e1b9977febbca378c54ea3d188c31ff0c0a

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0d40ce895384fce4eca852bbfca9b566097b94840a10f9fa062f4023669b0395
MD5 9b575431f88031f9bee2ea49cc771823
BLAKE2b-256 a39b40a11841064989f356714242a2847c874ba706adafdc12a9e516bbb26f67

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 fae80274dabc6ce2f6aeb4a46dafedf34664715394d0a0acc7fa8c1a93fa9c6c
MD5 19c895e9f89f7e64977c39c7b8023cb3
BLAKE2b-256 c7b160a29fd99b9f9ab3e8268f79bc2504f691494319d7c334ce1da8938e351b

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 864044e34c2c5219834e02eb3ee8b3b200b23882f395e3c8c576fbd0d570f961
MD5 bf3912ea40d28fb4e2dda5ed7e3a99fd
BLAKE2b-256 e05d78748deed4eb7d1ef8a607270de3294d19fca245f0fb3f0d39e329b7f487

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a8570ae28818612a396ca7bf755ddc6f442bdf6aaa79258115bc415e01bcde0e
MD5 036ccda0597e8d85efb745683f73eb04
BLAKE2b-256 9ac45a59471201db9ee3cdbc3949ec6c614ac3bd4d818188202c6460fc2fd6a1

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 448fea36db72c316fd21405bdd11ef440a6b49aa6d5b499517fd155cd97fe184
MD5 5f409018b33987dc4e5cda39e6ff30c1
BLAKE2b-256 df3eadf307fc675bb6b186162f4687016e16fef0588bb7abd48ac7dca9587fdc

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e2c9712b403bea3396b3c8734303560d2efe2dc04a67a644feda739e9234032f
MD5 cad20f749f3fa546e878f185f9541588
BLAKE2b-256 13c3f3e9ba56ab7c21bdcb06d8efed4253789af46e6caf6e2c09773ccee5e893

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6d3c25d2b9547b2b4019468c29b809ed551426d08dc18d2a5ba8b3aecf81b9a7
MD5 cfb7104da6b32370062863fac686b1d1
BLAKE2b-256 52c709a691bfe48d1b89a0780330b0e912c1ee0bc6968fd06889d8c1764f1851

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 28b2cb54a73b49acd4874e800642c728632feef1e818e26b2df8fc0fbd2886dd
MD5 850fb1b94790d14cfaf655c639589c3a
BLAKE2b-256 2a974ee670d93c2481fda389e29b9696a766fa6d7ea796e70efd238418f1551e

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 14cf8fc70ed5f57d5d44c719780a88dee4276b2a51d6283018a1e49ea03ca5af
MD5 9f9b47bfc7a7bbcbef4a376e98910b88
BLAKE2b-256 fd4b607b01f088dd1c9c2b1a3ab7189f6a2377381417e12664d55359309b4934

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bcd77a80717fc2153b843881969bfa112772dd4f27005694f99bf0e54e9d05db
MD5 66e5edce75b630d69bb0bdfa0d66bd72
BLAKE2b-256 efeff005c0d899c5c62d0bc9051872574cf9f4611500c7944cb2140b37f9855b

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 21b62e7b46551e37e7a6e8be8dab30dac4cb3ccccd189d39a90146aa0f18a693
MD5 f074ad9d17dd0506d021d104e57ed9c7
BLAKE2b-256 5543cbe8ad1b18b62d26a4e5b987b6d90a063740c8ec5ce0bea337966626dad2

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0a997a21dd70d79b94a6d5ddee7d442d5777a05b3a9e2bd03711c809fa180b85
MD5 d366cd0b4e357cf13d00b1af0abfa1ff
BLAKE2b-256 eb83d76f4961aac92960abd8d2a4d9bbc1bc73493e8c689dbc3f8c2f20bc6a53

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 36812fa698a7c9daee166f2f7953c4a56647e8f0432116747a21bcbe86f89431
MD5 5f656b66ba4eb8b7ab4757bf40bde152
BLAKE2b-256 d2876721a81b72460568faf23a8fbcd38008cde9004d39aa7b1a0871bb848a6e

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 464b80aceed2c4395845ad667fe32a97c089253332f86430f509a62bba85de54
MD5 6702dc8649542c421c0591e7cd28fb36
BLAKE2b-256 274fe2c83d1ed31f291b33c33b136d4b8a7acbe840960785abfd72668c5188dc

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.28-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.28-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 95412a077686db1e00df2b3e83d01f2acd8207557351d3fdd10f257f7db26ddf
MD5 35e921edc4729f5c2773697ad3b9448a
BLAKE2b-256 586c04477aa2b7315999acca22bdec272a6c4d81372adfef5f521afa4dbcea3c

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