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.14.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 passagemath_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.42.tar.gz (14.9 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.42-cp314-cp314t-musllinux_1_2_x86_64.whl (62.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_latte_4ti2-10.6.42-cp314-cp314t-musllinux_1_2_aarch64.whl (61.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_latte_4ti2-10.6.42-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (64.7 MB view details)

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

passagemath_latte_4ti2-10.6.42-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (63.1 MB view details)

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

passagemath_latte_4ti2-10.6.42-cp314-cp314t-macosx_13_0_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_latte_4ti2-10.6.42-cp314-cp314t-macosx_13_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_latte_4ti2-10.6.42-cp312-abi3-musllinux_1_2_x86_64.whl (62.9 MB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ x86-64

passagemath_latte_4ti2-10.6.42-cp312-abi3-musllinux_1_2_aarch64.whl (61.0 MB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ ARM64

passagemath_latte_4ti2-10.6.42-cp312-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (64.7 MB view details)

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

passagemath_latte_4ti2-10.6.42-cp312-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (63.1 MB view details)

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

passagemath_latte_4ti2-10.6.42-cp312-abi3-macosx_13_0_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.12+macOS 13.0+ x86-64

passagemath_latte_4ti2-10.6.42-cp312-abi3-macosx_13_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.12+macOS 13.0+ ARM64

passagemath_latte_4ti2-10.6.42-cp311-cp311-musllinux_1_2_x86_64.whl (62.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_latte_4ti2-10.6.42-cp311-cp311-musllinux_1_2_aarch64.whl (61.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_latte_4ti2-10.6.42-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (64.7 MB view details)

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

passagemath_latte_4ti2-10.6.42-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (63.1 MB view details)

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

passagemath_latte_4ti2-10.6.42-cp311-cp311-macosx_13_0_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_latte_4ti2-10.6.42-cp311-cp311-macosx_13_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_latte_4ti2-10.6.42-cp310-cp310-musllinux_1_2_x86_64.whl (62.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_latte_4ti2-10.6.42-cp310-cp310-musllinux_1_2_aarch64.whl (61.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_latte_4ti2-10.6.42-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (64.7 MB view details)

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

passagemath_latte_4ti2-10.6.42-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (63.1 MB view details)

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

passagemath_latte_4ti2-10.6.42-cp310-cp310-macosx_13_0_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_latte_4ti2-10.6.42-cp310-cp310-macosx_13_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_latte_4ti2-10.6.42.tar.gz
  • Upload date:
  • Size: 14.9 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.42.tar.gz
Algorithm Hash digest
SHA256 65510bba178d06fa564bca55e343c7b4eef410d70dbcbab07b0f57bcc0bf1b4e
MD5 1b86437df52b33fe8af5e7b5c3e8afad
BLAKE2b-256 c5033403e507a738cb890b2902d524f2a009f4837c2ce2d64b25a9c2db8bcff5

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.42-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9862466fd19ae498a26c0c5fb8dfb175227b76c68d5820df48f50914961d1ae1
MD5 e66f449e1255ce878ef8dff421215bd8
BLAKE2b-256 bfd1079dc867862f4ef657bfe175f9810da39f0b262bffc289c8da931d8d123c

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.42-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e02fed070fc685e4a08ec46423585253c04c7a25bc9f47cce86a0f7685fa19b7
MD5 6fcd0203cee851d028c79d61f00097df
BLAKE2b-256 cfb33b977ae092d4db2ddab047bb444301a52c5a4b81bbd69277517e437110b4

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.42-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ac0da93d1bb92f78cd8f3bd8a2cf4abb4e4e0cddaddba5214d52332af9b76a7e
MD5 f0daf75f19fd94870ec7a00e181ddf42
BLAKE2b-256 ca33e323a2ab4a78f2f47db25c2b0daf87b7a88f08595bdc6338b5522f4d4f37

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.42-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4f89fb1509dbb1f80df6641150bcb1f18823eb1f6ef46dc830e9066c186bba50
MD5 fd031706220d57f11c5d6ff980eb789c
BLAKE2b-256 417d8b6ccd24e84a157d609ef773e3a3fcacdedd03fcb9d4a973a8363981be66

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.42-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7209155316fc248968c4eaa5aa90e596f70c38690d8bfd815b334ebd647846fd
MD5 0e5970185277cf757e54e9d60b2284ee
BLAKE2b-256 acc73aa3a9b2f13c6d522eaaed3322447d39c63c4180b5335ed34e8f7609e8f5

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.42-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3539851cfd6552420784ea7c58f6a02d5c2a5ae8676358d0f679e1f2359df7aa
MD5 58bb08ef9ad68e8b0f3cd995a720e5f6
BLAKE2b-256 8f8ff02171cd93775964267abee9befa7ccf0a192f64cd5cca1f856b951b75d6

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.42-cp312-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp312-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a0c9e5034351fbcf587327952dc66b452ffd544398d5e8c696d975eb69533d31
MD5 86169b51ff8bff43fcd3bc6a379fc042
BLAKE2b-256 ffa8a4ab8cbd7a555415ba80fd5de47a8b27bc924582fc7693d94e65d57a434d

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.42-cp312-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp312-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b367f6fa6d296c863cf468d2b8155768c90e6814c28d4c51eaa9e3bfe81824b3
MD5 64be32d8c53334ab43a07fb51724c44b
BLAKE2b-256 56086c9453066de3ef37a2d9bde8ac6049d27c5afdc5709390a8ed3bd84c3701

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.42-cp312-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp312-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 95878f044e35d9e1b5051d5c120e52c2b0b048c952e1b256e5f65920d5415e15
MD5 e060ab03711a456a4263a418bec4bdf6
BLAKE2b-256 450dcc194e48fca1ce95b3ef9c1fd6592960c46253e98d6702c1372a97fe7b56

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.42-cp312-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp312-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 70a0419c8e37cd2e96cc30e99c40f96a9dbf3b7ebb426c459905961dd44fa9d3
MD5 77d418b8a3669da4009adcd2b1c055f0
BLAKE2b-256 978c05a1afc7416ab85d7f0d4a641475f69396959b0b28387d6b417770da61c4

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.42-cp312-abi3-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp312-abi3-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 75f0ef64271b5b659f79d1845eadb19f5e6f125824cd346e2ab8b4b6db021f7a
MD5 b33073f26159f0aad05732fd19798f87
BLAKE2b-256 8c797ea9ed5665d5039a1f5b104166b8d042e221e2111288ad4a9f3ab1ae0ae8

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.42-cp312-abi3-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp312-abi3-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bd3cad216fd2d3a21ffc0e528550345495541e5a7005afdbe7810ac8bf1255b1
MD5 2650bd318c6a252634f1801447abbe61
BLAKE2b-256 25c7bd677085ca85932ec40317638dafa899b82478be0a91fbe14a2e24a61cc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e3b1e67af08565d0fd1af493762b0a8a858f0739628320356f012172a89051f5
MD5 d6dd624eedf774aa9bf8440f52830a57
BLAKE2b-256 6b062ed916c2495ec9ce2f0c0d42f235ecd4cd2aae087c8444e78599534a52dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be243844a54ecda262e13d9b2653faa68a5541a4d8e36e7b631159d577c892c7
MD5 1a47e9669d0a749dbf374b85e244d155
BLAKE2b-256 d630e6fa14d10a09861f6fe6507c9291d357af757ecb30ea993299d8c500f03e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e071aab7ab50c3c7f816b24c53169b70d32f87c254e3b081ad53c466c7ba3dba
MD5 27650f6c10e646c06522b5e7a58c78d2
BLAKE2b-256 418498d8e41bbd34bafb1533adce06453e57546b2d0bb74649ca1c2a8e13d85b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c753123d13dbbbc26f85b806822ee5f743038f552c43f723a0c25a80d09c8bdb
MD5 0a283b7393608b1b94ff20d3222423b7
BLAKE2b-256 63d07442eff404ecae581c1a58d5ea05dd21aa8f0e170923614851adb011b475

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bc9f63990ca7a85027e71952f5e2e56ebe7ab693114053d2d146c435502e94b5
MD5 b92724d8d4cbd569118fcdbd261bacb3
BLAKE2b-256 3133adf0fff8045135cde2db6cc0f1e41f669148ef76f0210b56abaa841deaeb

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.42-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ec9f2de160711d40a0150898fdfd2023f9cc4108c231a0d8e81ea02115c7ca52
MD5 fd4de0d3625aa6330d9541fcf44837ee
BLAKE2b-256 28639b2dcd891efc0447d5133e28a1ef03f7f60988c70fc59b5629e05622a4bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c8b8803d74ac29006d2d8743f128502e4605ec1cbd4b2dbd9d294879fe6cfa49
MD5 5a9a10de41d6a6a454dea342c7965ff4
BLAKE2b-256 e49331523827d058340480a5ce61f135c1b55470dec2c77ea9bc782787f4bef6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 af36a05ede437fb7be74edc508c74f9136a35facacea740738e45a68784a62b3
MD5 9c42159b3df60ac19181a9c64e9cdf60
BLAKE2b-256 d52a038508fee0706ac608475add45cc703b6db016b9dda63b7e80112a32bc54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0b838fa7ecf7e11e0f58c9ca1265b9653d968e8e44c325348bbd37032faedf8c
MD5 d9ccbfc366c9bd08ffa9bc6ff3448517
BLAKE2b-256 04e2bbcd46e54d370a54de28e18dccc6c0873d7e9f8ff0a9bbd3dfcdd1112b9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 42c79c21cb580d637089d3966fb3ba4fe26581ef229a8036ff165b7f98772b02
MD5 3eb92ec9494da3806d78daee817fbe0e
BLAKE2b-256 a715f0332000844dac05ed0ada68a3ddd1de9ba37103f2f15a3834f6fd5d0c89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bd1f1f0cb5fa3367262fd4ee73b6fa0578cb984efeb6566727dafc47d2a03e31
MD5 1205bd99c7c749d4f8f525a7936da605
BLAKE2b-256 d315fcb8ba9d42b4491c2bc8db914cdaa4a88ebe70ffee1f9518d38801f6b084

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.6.42-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.42-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 114db506a3d118fe0fc6f0f61231a4c9d3ca627ae84ba62877e019879092b6a4
MD5 de3a7e51e9a2c3310cf2fc220107ce82
BLAKE2b-256 c03451b351e40999d25782e220f697fece7b0fe8d1e2881dc6d3693f81a46f87

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