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 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-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.5.49.tar.gz (14.1 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.5.49-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.5.49-cp313-cp313-musllinux_1_2_aarch64.whl (60.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_latte_4ti2-10.5.49-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.5.49-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.5.49-cp313-cp313-macosx_14_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_latte_4ti2-10.5.49-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.5.49-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.5.49-cp312-cp312-musllinux_1_2_aarch64.whl (60.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_latte_4ti2-10.5.49-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.5.49-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.5.49-cp312-cp312-macosx_14_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_latte_4ti2-10.5.49-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.5.49-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.5.49-cp311-cp311-musllinux_1_2_aarch64.whl (60.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_latte_4ti2-10.5.49-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.5.49-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (63.0 MB view details)

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

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

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_latte_4ti2-10.5.49-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.5.49-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.5.49-cp310-cp310-musllinux_1_2_aarch64.whl (60.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_latte_4ti2-10.5.49-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.5.49-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (63.0 MB view details)

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

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_latte_4ti2-10.5.49-cp39-cp39-musllinux_1_2_x86_64.whl (62.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_latte_4ti2-10.5.49-cp39-cp39-musllinux_1_2_aarch64.whl (60.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_latte_4ti2-10.5.49-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (64.6 MB view details)

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

passagemath_latte_4ti2-10.5.49-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (63.0 MB view details)

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

passagemath_latte_4ti2-10.5.49-cp39-cp39-macosx_14_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_latte_4ti2-10.5.49-cp39-cp39-macosx_13_0_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49.tar.gz
Algorithm Hash digest
SHA256 392a2df309f493155ab74c66dc39dde63560a11172f1e7875f099ca199cca2c5
MD5 3733c01069f5927b59021b6410493ace
BLAKE2b-256 c9d3a58e8346ed9d5e5cda60385a9033c8d9c2d603d2e6adcdf4c75ff4c84ffd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e6716ba096cf52638784b5a39006e711ce29705e9909a3a578f9b741a5360a53
MD5 de5235046b2d4cc912ff4347c6f8d7be
BLAKE2b-256 b830a31bcc56568d05063665f84d757d25e5a774a70fd269c8049df58800dac8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1a75c910afdb08a6930e20490609c5243cfa9dee6a6118b48f6c3757ac1a153a
MD5 9490e77d47940e71aacfb1368d57e5ac
BLAKE2b-256 cd8d848466258aa0dcd9d9e79f4942423daff8f20203ccdb43ba92bf6507fbb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2fc89f74d909145f90d050301dd81771404dc099db2db6752b9a8ad22d4f1548
MD5 002c25e768322ee4c056625513c2eb26
BLAKE2b-256 b5effeae2a0e1fe412d8604e423334e67a4f35cab41c7968627fff1abf2f3b3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 23ec4625fca119a0814a133eb0ef3bb3b9b693cb6db5248430d7785b67ef422e
MD5 343b40a53c927434c53e0ea9df30242f
BLAKE2b-256 f886c0d3ad1d6045fe4f70ab418c77ef631b0cff656fff449379b26340d9df62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 47abce7298257d44c7400771440f84f3a420b8e93c31d44cf0851dcfa083b543
MD5 63ab921ef00c4b6265c0c475a5733f15
BLAKE2b-256 b9480f76b47a2283b42eef07c2ca47444ff4cd6aaa5fb0697dc774d366db9afc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d832ea81f0716d6cc6fd245e512f7e6a8e15c401442954e11b4224f4fb38e481
MD5 49c648afe3d21cc8ffeb94c5a572fc50
BLAKE2b-256 08d23a949d880e811302cbc8d1b23156e07b2f7ab615886f50e7145cdca932f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0bd28a2206106323941c7a1b5da0b5b7fcce50ac8355c5932297aade3cd9b72a
MD5 f1db0bd71e6a1415599b09dc5688606f
BLAKE2b-256 5ff336cd6c381e2395487e45601094ccfcc1b91693afee95e624e8d9c508237d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8f7c0f590bfe78d365733ff93c1c09a5ecf63ef187fc0da18931cd9aa6c902fb
MD5 a614b6f293038c363f5473b3b08ff66f
BLAKE2b-256 ea49af1ee7f591ca10fc4b1014f977224e7cd867cdaedc9c154d9af1984a687b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 156c53b7de17f27fc502907c0eb594f70909fb1587a6e4f5399b46a265f77496
MD5 333cccf28c82a0408cd58bd363aada5b
BLAKE2b-256 063e2a84a330efe8c3ed04834ecdc9f61c5b64531fbd1bd2d448440c1bd60d0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9d8efd3ad63a9c559daa235d6ce599fb5c70954215b6c4d14a3d1017c719c834
MD5 74d061048423aa760fd409564fddfef9
BLAKE2b-256 fe0c667788abf88f78d5fe1d85988036472f2ae1b4cae3cc63808eb24fbaf8af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1ebe396df0687289d252ae2e55a21c9f48eab03e3136e700e6adc33ac77c5c31
MD5 916f869389e5e1784320e3dcf80947dc
BLAKE2b-256 5e377f9f68fff1d45d7ecf62cca3738a1b47377cdad562e642e7047ba5e1bc23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a48c4d9c954916e9046b7786196a91dd183cbc54f199030613a07a9a6c4b8cad
MD5 9a0b707bbcfa657f42d0ae379b0d4ab3
BLAKE2b-256 3443ff315a4a593c854940f0d03aec6fc5c5816bc605103a0aa7f029ce6186f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d17e67af5468f3e1780c5301ef4a1414c9941fd58cbb287da37d4a08d77987bf
MD5 b2e024bfab9ea6e9a63ef435e9d8c7d2
BLAKE2b-256 a82ef2799e4ab58008138162f46a398f6db3d71160bb3a08590c1ffb2b996d84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 72ac8b60a25d25ca3c54a27b418306c98f90de8a61f86688c75a1152343b3869
MD5 18ff3152195203b46a91c44aa01c6047
BLAKE2b-256 57f259ea6c28a8ab3a8f691a650e4637ed4d4a2ca23d4ebdaf33c894badfe181

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fd72338e51276e584f3e2da6d875c8f0002fb316b5c0659ddf1d1c4be348b06e
MD5 6cc347ec2357627587449e54f9e25930
BLAKE2b-256 00c14ad0add9dd9cb231faf18e4f4b00df913b8df9ff8fbc713e60064ecfef04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f0c0b35e55bf1fce0f8b0881384a8244f0e5ea84716219749b2ba60ef24ccef5
MD5 177d9cf7f4c910a03045f395c1799805
BLAKE2b-256 508063d5e01db9f1131ac6acf4ceab6f99343cb42218c7d7ece90564208dd314

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 bb3f413cef63e38ad43ac21a2215ed4fb23ecedc8452068067e49b56b660e104
MD5 d9e9c6bfb502c128080da6efa66a6e63
BLAKE2b-256 2f46f244e005b2f3fbf3e1a6b9671970e0c699217473eeb3f638a856e87aabd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 24f343b6b1b9212a2e63d8814544c1d8dc29fe5f345ac0313a466be7d7bfefef
MD5 0a6a2f95a83fdf2c35fec9fd059cd57e
BLAKE2b-256 09cb137f74dea08821682eac7d7d6f57bac889330bc38fff7c423d595138c77e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e87c7037e8a593bc80c9508546004d2230652728101c4ec04babd321967272b1
MD5 a6dfb8d45053377abaf52dd89b81ab1d
BLAKE2b-256 75c05de839778a0f74b1454587a846872a251cb30e56859897a369f2f575a290

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fce18ac54c1bdc2b052027d29ad1d4ee67207e1e0c394826d6c9a0501f2e31a3
MD5 2648207ce751c03bd7c09d9ba9402a2a
BLAKE2b-256 ea8d19371c05232850769c64d83058a10b1828ac0ccc77eb11acd6976919846b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ae577527271ed0ef67d8fac7aa0f24b6b430c538d11b3c5603a5a11fb3c1a5cc
MD5 547b6a6b130622a0a896053c20ca9b6b
BLAKE2b-256 d1d693ab8ef166886a109d07a26b3c6c774d7564eefab665f9cf4cb2c83726f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6368b2a44e204a850884a11dca062540798b9628594774998c65b32bc9c41c7c
MD5 3de122d2be8cd863b99f315ce75e6ad7
BLAKE2b-256 011aa799e584705109b71b3f93a99c879def5a5d2c10d7daa02122431c5e8899

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5840065b7d77cdfc791bc0e2451bb16e339c38fb6f214b0dd12976d9fd2fa559
MD5 7e4db05f01e053234945cb757797371d
BLAKE2b-256 afac77659ba2e441f45ac23e4c3f0cf689cca3a1f6d7da407179a7c78896bc21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cc6cfa70e2c0264ed4ca56d54d3fd1ab0fbf48fc0abdc992002c0adc71bb68bc
MD5 6f0763f10a4992e70e4d107add33fb12
BLAKE2b-256 722fc75d334eeb81ccdc80d9ad9d55e28a43b18c2698970e3e48ff5a6c7ff8e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 07d93623f313e85518729c9b25378142453b652e5e653d7b76b744ec889d29a8
MD5 c101cb6514ed6ca5c196595fd88e2d63
BLAKE2b-256 391350d0fd86083b480abfe3fbbee49276ba4004c7c3ea022a1887565af7b86f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 64afa7e7b592b4d1a42515ed40b8106f6fd47e05d8f0d7f6da1ae0094fd29c0c
MD5 ba612467be47a328c23ecf267330f608
BLAKE2b-256 71fdbeee9c8b6359463cf18cbdb2d9de36ab37d5c075676d1aca5d9f8672cee6

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.5.49-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b1a67fa58692e3726b2e66c76117c593850009e408a6da7f6b939e1b592d3cd3
MD5 0b480fecf09821d942aa2516e000dc50
BLAKE2b-256 14d132a50ca5b8110d5f8bba8e02155a6105b3db2ac36f13abf935d638b2b38b

See more details on using hashes here.

File details

Details for the file passagemath_latte_4ti2-10.5.49-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f08a7456ed15c75fed56522cd0b64e36b78f8fc836218bcc67ec2a70ada9d347
MD5 8aebc081f7736177f038d99abfd8e0a8
BLAKE2b-256 e4b95bdcdfcb48bff73d1dc3d90121f8aaf08aa82ac5ea8d00ab19f5872bb6d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b8cc8c3b0ff83eeff606bccc229614655899d12dee5ce93c3db5b9d88ff9cab0
MD5 f59de4fe7398bc098a0015af41f524a6
BLAKE2b-256 a6022dc9427183166799229a0ab8b2291765a2c732c17622da82c5cb1b86dc25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.5.49-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 97e32c173b073fb8ea84b596d78997cd68ee75c912c34bd5d40ac251d8947a6b
MD5 48839139126d210d814bd410cf1f84fb
BLAKE2b-256 64999f30fa0cb8e8c7bacd862c0301af9bc0c0c3b7880ab1e5418751720abbbf

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