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.47.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.47-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.47-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.47-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.47-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.47-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.47-cp314-cp314t-macosx_13_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_latte_4ti2-10.6.47-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.47-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.47-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.47-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.47-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.47-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.47-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.47-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.47-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.47-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.47-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.47-cp311-cp311-macosx_13_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_latte_4ti2-10.6.47-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.47-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.47-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.47-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.47-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.47-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.47.tar.gz.

File metadata

  • Download URL: passagemath_latte_4ti2-10.6.47.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.47.tar.gz
Algorithm Hash digest
SHA256 3f45ee81a2a168d86269718bca79c259976b0834c88007d74fede044e8740725
MD5 9d298d206b86c8d6652401f85c9e0c1f
BLAKE2b-256 f0c0fe47c9772fdd3a23a68aae1d42851bade2039992abc8d50f4da9b15079a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3736725ae32907aefe7d38246613dd3a75ca0b53a1acf9d86d0ee9881d3259e9
MD5 902391ad671717b83fd0713f3b38954b
BLAKE2b-256 93a679e9a648af3f98ed99cdd8e6cbc03c726236521d557638de54e8f19ef662

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c60c77663f97755f8efb5b472f38c401fa70a218b8c8c3724e21977a2f3f397a
MD5 8ebf3e97b3cfc1cc7acd98340f26ff89
BLAKE2b-256 86b5b58982b463fa27cc9d5b5e506cbb2e8dddfaeda93ad42ebd93fb890a960d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 66de299df2a17e6c548d28f6f8b01e668900a109db412b8ba3d90fb00b275229
MD5 e08cb5dd44aa36670e3bd38791a8cf02
BLAKE2b-256 effd9804e452f39dc380294127414e3824ec814861732e3cfceaafe21ad83d2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9e172228910c019bd49514622712a85623dc1dafbb6dd0e2715c9d0c852f1614
MD5 5bf28b6feb43cc89584ccfe6fbab33e1
BLAKE2b-256 0b0c7604dc40de62b419f663daf643575709bf35b50bf6b19cf87050ef1410e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d8957658530c30de3f25e34a1d494196ee390bcb961537fcaf09b9ca1fe2cafb
MD5 e6ea100976cd4aac8c4f7b98385b5196
BLAKE2b-256 f3523f23878d2097b83384f6cf9423bdf99124bac02a07c0040502d741667d3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 528652512822a60763722d13edfe4adc6617faef1726ffb5837c9703b60ade87
MD5 bd78e38259cbc7d8b845ca8a8bd510f2
BLAKE2b-256 9cfa62cf082632a636d47022b5dda886eddd9f71d95b398aa49883dedf049c63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp312-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 52095af1ce080f8e791b02362647bb5edf661a61ad2d61e62adc2481ae01c148
MD5 5c07bf4a645db990912bcd9b4e9dc73c
BLAKE2b-256 cf65490be418703918f96eef1eb544458c7b935186d395ff7b58c7e3bfa987b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp312-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 027f3100002768f4b959eca5e84ab2324d04a29c9ea2e5d91c6fa56d867090ca
MD5 4ee4b7e8539958914343ec6da76a31ae
BLAKE2b-256 fd106e3dc60281e8a59c8143b4b08e78a370230899983a141d6fc80d62785c96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp312-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3fbfdd3bd759ec3d327e3f610ae9a518f9a96cd2743097bbed7b2a08c085be34
MD5 bb0cfb1021de5f94e71209e0e6e2a0c0
BLAKE2b-256 49db74a39ae6521c0652dc7f97ee0f67ea454ba17001b41fa083c749ad018942

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp312-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f5b6b99ff4c86d694813ab50d9ffbbf5b4ad821576cfd74811e727eb417f9c09
MD5 065c420a8deb5ea5d9ad09c7c0f57383
BLAKE2b-256 29393715b253e0576e6d34934182db6a9ef85c943848a611591be2c7f64dc33f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp312-abi3-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 559c520341b108d8324bf824499eda6ea75f8a83b5e61777fd463dc52330b0dc
MD5 19121348e8b60dbb3b414859b1362413
BLAKE2b-256 d0456768383f32f4782ad8f66df6280889ca69489d31b9589cfca3daf466b1dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp312-abi3-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 516b372ffcc2a3f5d9faa261ccf8060be6594b4caddb3b93992241428f39aa31
MD5 9e8d4258d7021ea7001ea205c2c544e6
BLAKE2b-256 7cd30fdc0bc79dd2b4b0133797bc80ae61f2b181398d68e149af39d97f265b38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d2fe10b5a3482192b10f56b932e8e37e1a30e825ea42f2bbab424ada412a1f34
MD5 2f3b0cd7cf6bfde41fadc7b929a1bc8c
BLAKE2b-256 5708c65d2f9aa63f7d05d2a5b01095f63f6207a4102904c6ffa16c55592c04dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2b07e5279326171a8d7e56d8618ef2c5d8f029203d9d8a1fbf0ec91820a78eaa
MD5 c7f61e26f2a6fd57ea4baebc5ee799ee
BLAKE2b-256 4583871141b657169e0ff0eb3fa164b0e1c9a9adb81c805a589a4cfb933eb4a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e1584b17da01010f5cc32ad564039d6a468e1ea427d18033466ebb84cc3f30d3
MD5 353f9411af2f2fe0a4cae09426666a38
BLAKE2b-256 5b62dff3f00227adf03ae31ac5acd9ba3dfebc666993eecad9317c2a752c475b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dc099fbac5fe53acfe266d331672298510d831edd73149ee5212d48f25704cb4
MD5 82ee8052220b184138bd23a2fbcd5552
BLAKE2b-256 02aede9fc55a960e757cc654a1f0c98307d1cdc0087a23183f16862cc3812ae9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e0de191c8c4a0fff8c4fedd366871a10a28025b757c6bb4e1a4a2c0af7b28b42
MD5 53f33c00f62e3269df13212f05c72b87
BLAKE2b-256 ea49f7fbd5a54b8303d6fc12cdf8afd108b1c6236da8d63cc4091509d575234b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 63d10ee4f00dbb98abdbce59623ba14e4c0c538ddd04037a07b7a35bfa5cd358
MD5 7ed45f44755c15e8cf13af6b245b6825
BLAKE2b-256 f879b8b8e140425368b811d05d741cf55c01ff9e6b66be2ecf456b1df6321486

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9372ce765654c764af87c3a2721aabdc9501efa6e56944ef9688ba3476c7d04
MD5 372cb189cb004d1c8fdae1aedbc4b564
BLAKE2b-256 258872ce590ecd457f157205f69a163e6e959cf4ceacf1f189ac7d6692964c30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 434ccfbc02f6fddc84a5f56cf05dba58ecd68940384ee4d4c12cc171fea344f4
MD5 6e75d5d86cad718dac275f8bb7853ff5
BLAKE2b-256 50139a9224b288c45bf21c361bd8f43dd36fa9664140ec1d60c04ab422de016f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9ca3af76f4566a9fd5c34a93e3460113aaa71be76608c583323d143770fe9d40
MD5 6f5ef1d1d01cdf542696e13d68c03eb5
BLAKE2b-256 64230470f871651cbc8bfcfbd7cafded345646e95964cd1fdd4fcb1c9ef66541

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b8a2679e2a8628f277c5482dbbc76f077fd8cf2a6aff7b262e4c3b7a2e91744a
MD5 4901d4f2f835aac4c33801f6cf27216e
BLAKE2b-256 ea50a6e5512dea74bf020cb256060ca64e17f17fe0bca0c9a9a8f7556798853f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2acf1ee0f9302dd2a1f31115331b96736a484e133560f066a45a83a50b7b3d29
MD5 d756866b7178c97af880d9e8016086a9
BLAKE2b-256 a98c1c8cd77e77e67d7baef55e39e467e547c4e702ebd7f55ca814e144c9fe5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_latte_4ti2-10.6.47-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 465074efd992a6a58eeb505b52918a22439ce82d99a6824a74e9277f4ebc9b1c
MD5 22ca3c094d08d3dc8161530d0f4a3286
BLAKE2b-256 717b71f5abe8fa054d987844bb45bfd506c7888329d9f69533b4a1d81fb2fc9e

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