Skip to main content

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-2026 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:

Moreover, the passagemath project:

  • provides a stable, frequently updated version of the Sage distribution,

  • integrates additional mathematical software, notably Macaulay2, a full set of GAP packages, and the Combinatorial Matrix Recognition library,

  • curates a library of Sage user packages.

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, ARM) 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.8.x series are 3.11.x-3.14.x; the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.x.

About this pip-installable distribution package

This pip-installable distribution passagemath-modules is a distribution of a part of the Sage Library. It provides a subset of the modules of the Sage library (“sagelib”, passagemath-standard).

What is included

Examples

A quick way to try it out interactively:

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

In [1]: from passagemath_modules import *

In [2]: M = matroids.Wheel(5); M
Out[2]: Wheel(5): Regular matroid of rank 5 on 10 elements with 121 bases

In [3]: M.representation()
Out[3]:
[ 1  0  0  0  0  1  0  0  0 -1]
[ 0  1  0  0  0 -1  1  0  0  0]
[ 0  0  1  0  0  0 -1  1  0  0]
[ 0  0  0  1  0  0  0 -1  1  0]
[ 0  0  0  0  1  0  0  0 -1  1]

Available as extras, from other distributions

pip install "passagemath-modules[RDF,CDF]"

Linear algebra over fields of real and complex numbers using NumPy

pip install "passagemath-modules[RBF,CBF]"

Linear algebra over fields of real and complex numbers with ball arithmetic using FLINT/arb

pip install "passagemath-modules[GF,GF2,GF2e,GFpn]"

Linear algebra over finite fields (various implementations)

pip install "passagemath-modules[QQbar,NumberField,CyclotomicField]"

Linear algebra over the algebraic numbers or number fields

pip install "passagemath-modules[flint,fpylll,linbox]"

Lattice basis reduction (LLL, BKZ):

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-modules[flint,fpylll,linbox,test]" ipython

In [1]: from passagemath_modules import *

In [2]: M = matrix(ZZ, [[1,2,3],[31,41,51],[101,201,301]])

In [3]: A = M.LLL(); A
Out[3]:
[ 0  0  0]
[-1  0  1]
[ 1  1  1]
pip install "passagemath-modules[padics]"

Linear algebra over p-adic rings and fields

pip install "passagemath-modules[combinat]"

Modules and algebras with combinatorial bases; algebraic combinatorics

pip install "passagemath-modules[invariant]"

Submodules invariant under group actions

pip install "passagemath-modules[standard]"

All related features as in a standard installation of SageMath

Development

$ git clone --origin passagemath https://github.com/passagemath/passagemath.git
$ cd passagemath
passagemath $ ./bootstrap
passagemath $ python3 -m venv modules-venv
passagemath $ source modules-venv/bin/activate
(modules-venv) passagemath $ pip install -v -e pkgs/sagemath-modules

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_modules-10.8.5.tar.gz (3.2 MB view details)

Uploaded Source

Built Distributions

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

passagemath_modules-10.8.5-cp314-cp314t-win_arm64.whl (17.2 MB view details)

Uploaded CPython 3.14tWindows ARM64

passagemath_modules-10.8.5-cp314-cp314t-win_amd64.whl (21.5 MB view details)

Uploaded CPython 3.14tWindows x86-64

passagemath_modules-10.8.5-cp314-cp314t-musllinux_1_2_x86_64.whl (81.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_modules-10.8.5-cp314-cp314t-musllinux_1_2_aarch64.whl (77.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_modules-10.8.5-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (82.3 MB view details)

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

passagemath_modules-10.8.5-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (79.8 MB view details)

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

passagemath_modules-10.8.5-cp314-cp314t-macosx_13_0_x86_64.whl (28.6 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_modules-10.8.5-cp314-cp314t-macosx_13_0_arm64.whl (26.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_modules-10.8.5-cp314-cp314-win_arm64.whl (16.7 MB view details)

Uploaded CPython 3.14Windows ARM64

passagemath_modules-10.8.5-cp314-cp314-win_amd64.whl (19.7 MB view details)

Uploaded CPython 3.14Windows x86-64

passagemath_modules-10.8.5-cp314-cp314-musllinux_1_2_x86_64.whl (78.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_modules-10.8.5-cp314-cp314-musllinux_1_2_aarch64.whl (72.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.5-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (78.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_modules-10.8.5-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (73.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_modules-10.8.5-cp314-cp314-macosx_13_0_x86_64.whl (28.0 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_modules-10.8.5-cp314-cp314-macosx_13_0_arm64.whl (26.1 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_modules-10.8.5-cp313-cp313-win_arm64.whl (16.3 MB view details)

Uploaded CPython 3.13Windows ARM64

passagemath_modules-10.8.5-cp313-cp313-win_amd64.whl (19.4 MB view details)

Uploaded CPython 3.13Windows x86-64

passagemath_modules-10.8.5-cp313-cp313-musllinux_1_2_x86_64.whl (79.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_modules-10.8.5-cp313-cp313-musllinux_1_2_aarch64.whl (72.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (79.3 MB view details)

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

passagemath_modules-10.8.5-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (74.0 MB view details)

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

passagemath_modules-10.8.5-cp313-cp313-macosx_13_0_x86_64.whl (28.0 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_modules-10.8.5-cp313-cp313-macosx_13_0_arm64.whl (26.1 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_modules-10.8.5-cp312-cp312-win_arm64.whl (16.4 MB view details)

Uploaded CPython 3.12Windows ARM64

passagemath_modules-10.8.5-cp312-cp312-win_amd64.whl (19.4 MB view details)

Uploaded CPython 3.12Windows x86-64

passagemath_modules-10.8.5-cp312-cp312-musllinux_1_2_x86_64.whl (79.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_modules-10.8.5-cp312-cp312-musllinux_1_2_aarch64.whl (73.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (79.9 MB view details)

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

passagemath_modules-10.8.5-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (74.6 MB view details)

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

passagemath_modules-10.8.5-cp312-cp312-macosx_13_0_x86_64.whl (28.0 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_modules-10.8.5-cp312-cp312-macosx_13_0_arm64.whl (26.1 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_modules-10.8.5-cp311-cp311-win_arm64.whl (16.4 MB view details)

Uploaded CPython 3.11Windows ARM64

passagemath_modules-10.8.5-cp311-cp311-win_amd64.whl (19.5 MB view details)

Uploaded CPython 3.11Windows x86-64

passagemath_modules-10.8.5-cp311-cp311-musllinux_1_2_x86_64.whl (80.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_modules-10.8.5-cp311-cp311-musllinux_1_2_aarch64.whl (74.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (80.2 MB view details)

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

passagemath_modules-10.8.5-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (75.6 MB view details)

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

passagemath_modules-10.8.5-cp311-cp311-macosx_13_0_x86_64.whl (28.0 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_modules-10.8.5-cp311-cp311-macosx_13_0_arm64.whl (26.1 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_modules-10.8.5.tar.gz.

File metadata

  • Download URL: passagemath_modules-10.8.5.tar.gz
  • Upload date:
  • Size: 3.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for passagemath_modules-10.8.5.tar.gz
Algorithm Hash digest
SHA256 f8ceeb763d9b29356335607567df103de53071d14331a21ce6b42e92e9f109a4
MD5 8a5c4169224439182bfe23ded8e299a2
BLAKE2b-256 32ae1c1c89e2b3286a257621ea28dab669268b576d2fc90c402ce7327f879db0

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 17743930c4994f6242dcb4ec1bd2be7a083ca05570263efd4f043cafeef05b26
MD5 fb671786c400bcd9cd90f3753c6449a5
BLAKE2b-256 e53970f5a4e4c5ded1e02b6183582361349091cd7d2258e8411c53a516ef5ee6

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 f4f89f80aec610605c2e438acb62123d0d343778d2d69d061495b02e31b8183d
MD5 a75edced0730bde60ae319ee72db1fbc
BLAKE2b-256 5f7666e5d275ae7f742986b77555acd140ab6ebf6bb5afea930449ce4e26e365

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5407474fc40130544ddccfba7a8c1c008060e43e6390d5a33b3c09fe4e786202
MD5 08bbad466423657ef106b025ce7d2a55
BLAKE2b-256 a58fa74cbf7ee8544ad607d6a126c74e7341f5c6b02aad4a21f304b41bdd8067

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 09a64bb76d9b76294d8d6892e7b5b98898fc2136addeaf335c43376500fd8e85
MD5 ecced2a9c3bdd4f9588508ef1063e54e
BLAKE2b-256 d099e17fb9e8ea1372ec4066b6eb75b640329b26a05038c3af8c3f639907bda5

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c8216ebdecc5ae385f578a4c8b2e8689b0e960f4ab10cb22b61d58a31a4d6a60
MD5 dd4a2ca2ae40e93fab988fecd370392c
BLAKE2b-256 d9ce1e259ff12aef02608ca256f8145b399a17bc512604445c21629859e80030

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a8bc043a789e05533e9e513ce4a90a88a6ac62f2682aa638cff46cce261c60a1
MD5 2eafb6332fb7a139ced469ffd237170f
BLAKE2b-256 8909b4790a6a761b372aebc03a11cac310ab78795b9179ac9ef213188a6d7d25

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2cb464b6a916298665fe5b477df058d7d31bb26b2feb5d556114edd2f91b3714
MD5 b7b9981eebc6f74473c1fd8915931ccd
BLAKE2b-256 6e885800f149e664473478086a094bfac11e398f94da46329577e7ce5404a655

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a8489ac47923ccc9ca04d70581b0ff36ff7d936ccbb02aeb7a40537c3d558673
MD5 8acb4f81700d6e48466c71edc8db6c26
BLAKE2b-256 7c17ab0272ee748d096dd75a5c4171f217ef97d3736d17ebe8855ec153bf2761

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 54344eba5c81a4a771ddeac35493d52b5f4e0e463c37d9ccf838012eef51590d
MD5 6719127714f038d177de306f5db9f25c
BLAKE2b-256 bcdaa1a6c5379f6f43bab320bfb7506eb4f74f488b6aec5efde1416a542b6412

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0b008c12ed2bad978883972dc9898e729af768fc2463e4f7e92a220810c56095
MD5 434d064b84086c1e43f0fa3d116d7f93
BLAKE2b-256 79e5045feb3855d97e83413bae37f72c5ebfd955d9928897cc8d986a2f88983c

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d130a5c2b76486ff10204a6208e8046ccf0dc7025a518111d53c22aa5aa8ae78
MD5 947fce0faa402020089529d407f3cce2
BLAKE2b-256 40834a471ff41d8b608ba9d96db79f9ea850456d03c289b36bd6bdf4c6f7c7d5

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d27d88c847498b7fcf10bf9c40ce7349403e32feb9bb08b9f9051f300cf3a477
MD5 d7af9a546e96727a248d66b633dd2956
BLAKE2b-256 29158a58a867da2c87d4322f22d0b5f04beadb4b3e5afbf4159ddefd0c4dfca3

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 52049f3c57a291ecea3ec4a2892bb50677c2fb7e41456b071f982d6f3382d298
MD5 d8257b56c1c072852bbb8b727c758ecd
BLAKE2b-256 d9d8af634cd9af40295d8fc3b9f381e8ee1c047e68eb26cb51b28e3d5e9a9117

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 61f663db3f53f2d3c7837e36084463b66f8f194375952388f6c84e706c9773d5
MD5 aadc5018b68a5dc1bb627e55f6849126
BLAKE2b-256 8de35c025fba9f81fb4ecde5a482870a9e677254f32476a825aa134ebd3bd3a8

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0f115ad250a452b1f5777defe88b0a3fc295bf0ada7cb0a3643cca97e4da4735
MD5 85124ddee5b87a99682770231ca66abc
BLAKE2b-256 c824ff7150e86b6bef001b315e79b28ac41e946018b03ef5f6ad761159ce8541

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7bb38c2785f42bd522d307ddf71d596d4bcadf354790b034da23ead78bafbdc3
MD5 712708ad03a5cd7de6d889b56f17e6a9
BLAKE2b-256 dd254a5a3bb51e796089caa7bb26ae1cf3a69522a48e236b219e094ae04e0641

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 a8e80f61ea2aee877dc5ecc79dd08f7340562e2c150aa4176679c68085f3bf97
MD5 54a58dbf41135cb1973b23acc617a315
BLAKE2b-256 7c013730bdaa257c6bef1132c1f13e39eac6987de9ac3d9dc4e7fc9cd5eb232d

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d56673907d0fb4b3acd77bb9bcfb6821d589faff604410972b9f9fbc242c9b6b
MD5 d25402e1493f54d783027e997ba84e91
BLAKE2b-256 d06f5f4aadfd9e77bbe5045dfd024dc9a8edacc414464471457dd46b977665f3

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 94db5b74f520e4303c5c39dc63cc4a91103342b92f1a1bda3add10ae232929f6
MD5 9e64a0a9beef5b56d6bbfd9c25e9809d
BLAKE2b-256 315366ed297714230d22c935d2b2355172ddc980b805d78b943e9c1b40dbf964

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dd90b8569bbd605f0b49870034001be50ac9797028e36aa9cba50dbd0804e0fe
MD5 1594711f20ceccd16b7f56dca5fc8234
BLAKE2b-256 31758081cf351e1aac6c43acad9210bad2d0c99b478da9babb8224b18f17f9cc

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ab698cce668debb21e217edb714cecab96497d6d59c566e1965dea9ea2985d34
MD5 5b9d398ea212dd33967f6fc005be6626
BLAKE2b-256 b4b47c0dd5ccae372027a38210a6dd88ff64ce978db3417855f586e359d7f732

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2aa959a3dd0dd7966383d17bc5e56a6820fa72774712d1a30e4a44a31d9ee87c
MD5 8d8fdf4b5d292c7ea18834bbe3cd2c45
BLAKE2b-256 e7ff3059037c624b951c13de04a4298ae318c96abd2316cb90f6c4c02ef595ab

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 00617e02852ce3ebe1656c1a69b0061adb49402b9697f92b4e41a6accc7eeee3
MD5 e1b0f82cd19a2fa1f10de9c4c37cbf06
BLAKE2b-256 2caf89788fccc03f0b50f02ca67a25edcfa53b41da90e82a68f8aa24eebeace4

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 db84961323fe14c2a699e81aa3dd2d61c8293fdf10e706a0b379e83088058603
MD5 4c8a5cfb84b8e5856cd3391914847dd1
BLAKE2b-256 93689d0228efcf78ef8abb343c74841eaa449d743bfc37b14eff946e3685dd1d

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 0de876f6ef20e85c0d1bd5a6d4071d6b3a8ebf3be89de7c217daa6f6b0cf311f
MD5 eb4977966a62b2d6a3781fd48e3f9e44
BLAKE2b-256 00935d78e440de031e634cb0bec7ef6a3118edae9d9af0f456af0823fe825f09

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7cea88d1c84d9b5f63465410bfc240af3f53848381e592c3079dc34e2d487e54
MD5 3ed8132da1ee7dac6b12c36af5f16d39
BLAKE2b-256 3c03be9041e10e2a7f572243cb65e3649cc09d414831f60fe5b75f5356f67bd9

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2346ed039f145b8e3cbad31c377f6fe2683fffe5d57cdbd1c036f45cdffdd205
MD5 0ca320c4b49b340a79ede1aadf65e501
BLAKE2b-256 753fd9810015ce4342f4877aedb43bf7940dfa2c9e889971ec1ff817a1dab557

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8e834b3074fc47b912e7aee4fc687ba9d05ca0bd022b2f171cfc335226d41b1d
MD5 25d1b9fdce378cfefea4562c49e80ed6
BLAKE2b-256 ceca024d55662791f8b0d573308d0b90afdb26f5d7e8415b095d359ccb269364

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 34c4a907eccb3d5174ee96d7a5e4364340870aa4d415eccac8dc4d29b6f6dd23
MD5 5259fa267e63dd292bafbb3db227060e
BLAKE2b-256 3549f7c0a5a0f28e28de45871a8a96aef9aee1d2071d2c065df0c52978262ed2

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 80569a2c2eb58225f89c90ef874b40708f6e22ad379fcd4e6b498facb398b0f2
MD5 869334d31a9ec0e9707f9c04e28afec9
BLAKE2b-256 f922aa7d7a55d19883f739dbb933ff1603f065699d55eeba0d90022b1492038c

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8c2a72d77fdb2abe5430cdeef54ad5ec7eeca16705210f1565d82c392781c561
MD5 8a93d8b3b2d9713bfa07f817e0b33c3e
BLAKE2b-256 3e72631ca913b414139d61ead762bf801a84e7ab22b0a6a4b46a661797208141

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 aaf6b114d50de6d6ddd5ed70fa72bb68b4dab30d8d3bc075885f72364c427841
MD5 c8caaf1ae40f8f652549e83289a13c5f
BLAKE2b-256 97418ea39daffe24ac93badcaadb19873051a0aff5039094915bc276faef2f98

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 c1331b54506d6f266e0acede28acadadd5aec9c69071398c72a8c754aaefd1eb
MD5 bc93f4fcbfd2918bf7f1a4851a323539
BLAKE2b-256 e35c2a104fc2dad978c8702ead8931a97e4b3aa5754c959dbd72b4d21f341303

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 93e9f3ad046800ca7cc0ddc532080a36888d251cd306be0548e81ab1a496d885
MD5 3aaa949a7a551f31e27042145c32f645
BLAKE2b-256 07467de49e85bae88a6ff45ab1afa57bf24e6dfc71d917f48547b66552165517

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f7efa738da1046d24b84f79daec5141b7fe7e8f410872431ddef9d07c4d40399
MD5 5a138f69291774187eef62c875bf3466
BLAKE2b-256 92bbcc5f61d6013e354f5925e63b75001077dd466db35bff870fc8d80686df3d

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b73875322a5ae0adbc77f8dae0eeaeae8bc51a6d5480ec22fb90cbe92724612c
MD5 c00b1384cc5d7e7a44825a0f193b6e03
BLAKE2b-256 c01874c70b45e9e33fee1fb4af898f58132819d8884e27f22779b40484e760ff

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 41f631a42fea924c77ec8f5a0063e8dfe2a6ab99bddae2e1e129e75b41b54f05
MD5 2275e66fa2f22f87c4eee4638f3f9b18
BLAKE2b-256 2ce405bba6d9f01b0a2e707914ee0209ee13d1975d189e2f2ab7068ab2981b1f

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bec8e75e0d778f443d69763c63890cf3fe4758269ec6b6631feb4a1f226f5258
MD5 58a76028ad858861a2e02bd0705a3650
BLAKE2b-256 b0abce90009065467dcbd7d0294c11d33c547e01a4f8ad59089f967df045c720

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b48ac75c19e7ac1f4199612d2956bfb4b13df8c64ada942b62ad3c13e340d242
MD5 281a705dd3aa0c270a1bb0bdac1db337
BLAKE2b-256 1f60d397441b3c5614e8c9cb51f20b5ebde6d3d345a8ba372b330427b2ea5a67

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a33f46e9fd935a68464d36646b7ed388a2593478dc068008f909f6a1f6993509
MD5 bc8456fff69775a3d2b3bb3764202c09
BLAKE2b-256 44f33d645011537fb4115edcd90529458463d68d12c6d88011b48ad3c494b39b

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 Sentry Error logging StatusPage Status page