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 --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 --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.7.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.7-cp314-cp314t-win_arm64.whl (17.2 MB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

passagemath_modules-10.8.7-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.7-cp314-cp314t-musllinux_1_2_aarch64.whl (77.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_modules-10.8.7-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.7-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.7-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.7-cp314-cp314t-macosx_13_0_arm64.whl (26.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

passagemath_modules-10.8.7-cp314-cp314-musllinux_1_2_x86_64.whl (78.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (78.6 MB view details)

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

passagemath_modules-10.8.7-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.7-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.7-cp314-cp314-macosx_13_0_arm64.whl (26.1 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

passagemath_modules-10.8.7-cp313-cp313-musllinux_1_2_x86_64.whl (79.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.7-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.7-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.7-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.7-cp313-cp313-macosx_13_0_arm64.whl (26.1 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

passagemath_modules-10.8.7-cp312-cp312-musllinux_1_2_x86_64.whl (79.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (80.0 MB view details)

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

passagemath_modules-10.8.7-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (74.7 MB view details)

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

passagemath_modules-10.8.7-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.7-cp312-cp312-macosx_13_0_arm64.whl (26.1 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

passagemath_modules-10.8.7-cp311-cp311-musllinux_1_2_x86_64.whl (80.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_modules-10.8.7-cp311-cp311-musllinux_1_2_aarch64.whl (75.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (80.4 MB view details)

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

passagemath_modules-10.8.7-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (75.8 MB view details)

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

passagemath_modules-10.8.7-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.7-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.7.tar.gz.

File metadata

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

File hashes

Hashes for passagemath_modules-10.8.7.tar.gz
Algorithm Hash digest
SHA256 7a3ac1e7a3b827d1d593f903f22ba68363246d666a48b3645275b6a97b8c353d
MD5 116644403f250794c0ab4e27d30ff95f
BLAKE2b-256 9bbc21590c591941a16f5436462a717bcc2cf318a37a5c5db23cf5c50fc24b9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 0b17fd1212456bf1e2e4309dfb5340c7b698bed07c0ccc0d995321a9ad73dec0
MD5 c243d6074097a634822f11a411b6d3e1
BLAKE2b-256 773da9123a1feb72e40cf76ad1bf0d315abffd7dd19f7a4e709ba09a467a8e83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 1cdae1ee90cb0fd9304878336adeee5ca3b17a990c8d1caf662c3b8b71919ae5
MD5 e28afdf559d4bcbfa1ed9273399f4be2
BLAKE2b-256 c090528311546b8b3ec6f6eb126f0692113060879d43bf11c1121c573e8a8ce5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 49e441e99f5885267eb73459f5ff39081bbeb1c5d4d1181420fb67855d6f5835
MD5 2c02c913583ecd83546aa16a8688268e
BLAKE2b-256 df7a825d5738d94e5336879c5988db41561d9e8e2bb79f9d9c71f5d23fa17ba7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f1e97e04c8d48041431db4e73bc2bd9cbe89d2f3dfc2d2339f2c111585838d7c
MD5 1153ba749ef905162827549420ab7057
BLAKE2b-256 39a0a9876d705c4aa8e73a0229ac2fda5d6df0f2eef92529989809e603e722c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 93598a709b959bcbf388a0765abf7a8a148796eaf5da65d2dfbc4204d7f74dd7
MD5 13a4dd86b8acce86d10f32af592d506b
BLAKE2b-256 6a605c6023267c58ba18fe0813a520c7aacfa87397e40fa025f8836905eed3a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 968ac2ade9ae9b4a06501971ff27179d6a595fafe89cc36615c7170ddd198e41
MD5 596d81e9e98d5fc319b3e8606e7bddb4
BLAKE2b-256 7774a02e3ebd861f5c74a5bacc6d2323a8ebc4354e8d523a137f1f4e6fc68f6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 af52b58faef3b8d9be460385fcde6d58ec3cb6efb6d4567264cc43acaad7b6d3
MD5 8a3b9e8da11f0fd825c8e9e540359951
BLAKE2b-256 a86214c496f0812dfaa6dfb0d1d0792724b6002a7559c7fdc3cff8f526ac55cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 088a78c54893a624ae62fde6297af2770ac595d3939f7b3d433df638ed15cc0e
MD5 1e089c36b17b3fe756d33c64d727020c
BLAKE2b-256 1681e3ff62bc38681fb78c71c3c421b32a42c6402dcb97795bdc086c2aeac03f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 cbd198b5a1d174ed74953662d18810148db09e580283a1e7b6580cd02c0f095a
MD5 f46341ba9e5ce2b7a981922289616663
BLAKE2b-256 b619f2b8f982aad1977cf575b4d820ba081927b1b0947f60e80b22197f500d20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 259822fd458eb7fa8ec2b8b7771d4cc3868c08aa027f2c895950170de6fc42c0
MD5 1b9491d35688c8ffeee12e9ae28702d2
BLAKE2b-256 710f27191104865b158700394ac7c80bab51f091db6e2f251492eb6462bb42ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 19b8f1670c2ce6db88665239dc8e22d0b3eee84e0a6f46698275ee981131d795
MD5 0301a446d6922a40117ef881c07df0f5
BLAKE2b-256 d6754f2aa5759a9150bf71421d95c3d435c27e6fe8a3cdaa9cc0d0a3ac5a72b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0fc7b137b7be95a74ebc0c33b170f30b1cf9daf6cfc1c66b56cce94cb6a5dded
MD5 27d3a12150a339d764f3f530cb9a69d6
BLAKE2b-256 09068bb43e71292018bee1390223bff56197c9f2717122b03a5725826a4d8fd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 85c68ccc7ba41ae5b89a0d42bb48b20b97e2c9378c5a7dbc5e8409eeaa2bc284
MD5 146bd2235fecc797ca0b43871719f6df
BLAKE2b-256 9bb266f91ee8329f23c71f651ec28af514b4cc8ae800f2e9a147b2256c3cdaf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a094d6bbb41173c6057ef79abc26692ab43acaf079d6852ba6530ef01e495a54
MD5 e753fb6a9f06ffc1d2d6b5e361d5a4e3
BLAKE2b-256 3e0d65eb44a533ca56b9eedf69b539166dc36737f6eff80a6500dffb13f65ec5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 751a6d189f5861ce5599f5143a7cf5b73f9d906f40ee31472101fb7270889ade
MD5 033d1767976d4be1731a43fe800bf59e
BLAKE2b-256 8b247ce768310fa51c6f3d30ff877701df7cb94d9e324a13053e9fee31fc5cd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 aa22982f099fe5465fce363fdeea77e2454d2203ca0fe71708bb2448571e93e2
MD5 b04b338b14feeef76079f8173e20158a
BLAKE2b-256 4746c6a95d1d0816601b89b259d827aba5b6f1564573f44120e2012e7a7079fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 2746b4662a04671115a83a2959e803cd1992f367a3e949c59f086835a518fc10
MD5 a3759641ba5dc4544ec2b71db1eb56fc
BLAKE2b-256 83df7c26effe85e70392d03e2a8b036eba7dac534df2d04d578e3effc7f3eaf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d7a04e2534bf77660e66322bac401e85681ae90591bafec2145b48e8c2fd1951
MD5 9ec3d5abeeb95ce38f1fd5b0187f5ade
BLAKE2b-256 a055fecedeea7ad2d8a68d8b4f1ba5992abef36e8d3a95433cd771f659d272a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1cd8bc2ea196c1ac1003fc9d35eb41c5ad7d83e829eef53925f0213e28e13207
MD5 9af49ad907eefe8320e1d87851285f6a
BLAKE2b-256 8049c7108dd7af0e54a5569217f21f4a8ff6991af1a55a5bdc66dad59b780876

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0186f4f21b77970a06ff857a674d0dd801755733e392a2789fe8848ac1202fec
MD5 dce0fcf9f81c2ab0ec853e4efd54be9f
BLAKE2b-256 e22100e8d55a38c80c7ce7f21212c6c7513b121ce73bcf96910c0d1d0151e46b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e15ae2186468a234c9a56839cf99e161123c944ef7ed6189d400b970a667567c
MD5 275d269cef75576e2962d4171b728db9
BLAKE2b-256 b4387659d983fd1ba5e564be36a60e157e6209166f1bbb8034f334c284ddfb2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a424b56ff37a9c24f7ed40e26d8aa10062c99cd6fff819f50fb9d45673e41f3d
MD5 4d471dda27dd8c8e035c17e192dc95cb
BLAKE2b-256 85da34e7a0672245569bf9b41dc7220179b1fa73eb8b62d5772c8dca5678f9ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8a5f52f0e9caa9132e80a3081794c9cee916ed297ba8e449b454f475403879ca
MD5 d7e5c2cf57e2c0bd370dfeb92bb29ce3
BLAKE2b-256 a80572b0daee0102392b316e2d34c5d27e0309655ec9f2c76d4897f890317207

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e1950a35d8450ba4548875f59063b12b43360b93fbca8963bfde899bdb7a1086
MD5 f2ac466ba1621d055be083dcee8efacf
BLAKE2b-256 9fabe70fa7ad049e5acc8fc451b99ba4b0d5b42d7bd05622276bf5474f5d7bf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 cf3319dfad089db9292cbfe8f11f5212c0e674ce111a6c7c193a14baea6269ef
MD5 791075623fb44430c7b7d70c090cb8cd
BLAKE2b-256 fb01e72f009d3a565eec4f560da5913fface0276fa64b78275410f5d8d1fa181

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4aa6d4139c63a42cb45ba2a3a10cbddec55550d4e00ce6b2f6bcacb165db14cc
MD5 0256288986d0c31e884386a3277ee0b6
BLAKE2b-256 8c5878cd73b52a265760239a8789265274f7e8d56d4e81b2204474c4f1471d33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 83e5ddf540fe69a80a29de69a4983d0ea662f09f8016f7e9a949f2827850b1b7
MD5 ac55d4e8fe21c61edb1871f20cb3a2ce
BLAKE2b-256 4dd41d92aa70f6d7b09e1bc2d73a9ae324a50461b48ae262bf1f84ba0d597431

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e244103e8a56d29c0abe464ad12df51ae4ef60446ebc9986e2c8b58ab1f3d661
MD5 f3fa8b6bce22f37f5680dae920e216c4
BLAKE2b-256 c1ef12d937bbec35605e574e035f7dafdaf5e873203e9669eafb14262b8128af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5fab9e0efb287e3b8a0998a946e9fc67285b18b9a55f42b82bf49da95a64c069
MD5 f6110d4257a33be9e36fb721fcbbfa28
BLAKE2b-256 ac6f0db4de2dd7a83c4a72c7978f627d2b53690e163e3c87191f47d9e7bcc6fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 23a579bd2d960fa742774a361ef40361350a8cc3b963da8ef99c71bf72a9fdd0
MD5 b0cde8846731e5461ba00e74b7c4d6c6
BLAKE2b-256 be8db49d82c07b1a65f5442284847a809f7cc5de11cd04aa2611791b059d2dd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b9f0935336ecbc1332727c6f233f93210b119ae43f9a15cd34e41d90b2fb6b50
MD5 176678ecd2ea6f4d2a0cd40474f91530
BLAKE2b-256 efea15b1c83e498e21747313efe1e0d7b6c60e6ff43d51129a3d65f5eef85900

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 acf7c62b6bcb4cf7c84eef81445684f02db76326edab56cec3b958c910c902e9
MD5 857b59ed9decef7bf66054a12f441b60
BLAKE2b-256 e4a2239f5ae243b5eccca34f0dd3f02d4b25b9a65b777b19b46781413dd3f7d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 b12271f650335603b5d06d6ab6e0e93a6706402c12cace2fb437505e9540c996
MD5 5bfcf1f107dad1e083fe72019196133f
BLAKE2b-256 4fc19873d6c4a3e9bd6b37837c95da4f2d943e512de352ef0419de74c7d75311

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3198f10b8132d8adb765b6d3b418d5de5fdd2a763b94e982308e20cca44d428c
MD5 726573c95bbe5d5973e3226a99c91520
BLAKE2b-256 af85da2f9b760da503750484e3306391b1903f9843379d9fb155ba3a9fb654e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 171b0496e8e1efc60609dabda94e50f7692758bdced798e43cf4e04e6d3430fc
MD5 956724bd03ef70ec1851687f5778fc29
BLAKE2b-256 fbf6438f6d5df6987c8862a8bcf52addef2834c4f0d354be8504a860a134f10f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fe19fc526ba64c71756df144c367e6172d984a063151f82d2340ef1bdc7710d5
MD5 b21c51798e28da0c560247457ef75095
BLAKE2b-256 b8271ff1d146dc7704ee021c365d8e6b6a952dd9a03885538a1ea7b01378d9ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4f1c306ba8c7e4a7013aa7dd55dc8ab3a6031558915c0632bf0876b699a3be94
MD5 8e193604cd8aa98d0d82365c2ec1b30c
BLAKE2b-256 a184d006a892f94c01bd2206d1f9f6e14d1559d1567835f211794fc7f12748af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6ec7174414e3aa6c5609a3947824b495aeb8db50944bfacb0499a3bb78442362
MD5 56b6fa0ded56214301e7970eab091e62
BLAKE2b-256 80b73da319d0a79f329a3c0b9578c8a10aae3601c48b62a3f712005094a5dee7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1bd04a10cd1b2068b3415b9db2793381050b541868be5fc540898edfe9f82a61
MD5 5d5ae7e3f671fa039ffecddc4f01efef
BLAKE2b-256 e8db31c4e72d405a32b13111a17bf2f4ced3f0b63fe6a2d3c45daa8b06aefc52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.7-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 17bf68d72075ceb11a192e490511b1f318adc04da3c3bf625f174cde4f742ade
MD5 b9a9f087c49fb2dcc90e9abb2f232f23
BLAKE2b-256 a74df0a19a0298818fa54b4d84c0685edc3dd810ec885ed272d8794304c56357

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