Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

passagemath_modules-10.8.9rc0-cp314-cp314t-musllinux_1_2_x86_64.whl (81.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_modules-10.8.9rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (77.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_modules-10.8.9rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (82.4 MB view details)

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

passagemath_modules-10.8.9rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (80.3 MB view details)

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

passagemath_modules-10.8.9rc0-cp314-cp314t-macosx_13_0_x86_64.whl (28.7 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_modules-10.8.9rc0-cp314-cp314t-macosx_13_0_arm64.whl (23.7 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

passagemath_modules-10.8.9rc0-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.9rc0-cp314-cp314-musllinux_1_2_aarch64.whl (73.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.9rc0-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.9rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (74.3 MB view details)

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

passagemath_modules-10.8.9rc0-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.9rc0-cp314-cp314-macosx_13_0_arm64.whl (22.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

passagemath_modules-10.8.9rc0-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.9rc0-cp313-cp313-musllinux_1_2_aarch64.whl (73.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.9rc0-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.9rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (74.4 MB view details)

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

passagemath_modules-10.8.9rc0-cp313-cp313-macosx_13_0_x86_64.whl (28.1 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_modules-10.8.9rc0-cp313-cp313-macosx_13_0_arm64.whl (22.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

passagemath_modules-10.8.9rc0-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.9rc0-cp312-cp312-musllinux_1_2_aarch64.whl (73.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.9rc0-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.9rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (75.1 MB view details)

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

passagemath_modules-10.8.9rc0-cp312-cp312-macosx_13_0_x86_64.whl (28.1 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_modules-10.8.9rc0-cp312-cp312-macosx_13_0_arm64.whl (22.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

passagemath_modules-10.8.9rc0-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.9rc0-cp311-cp311-musllinux_1_2_aarch64.whl (75.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.9rc0-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.9rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (76.2 MB view details)

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

passagemath_modules-10.8.9rc0-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.9rc0-cp311-cp311-macosx_13_0_arm64.whl (22.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_modules-10.8.9rc0.tar.gz.

File metadata

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

File hashes

Hashes for passagemath_modules-10.8.9rc0.tar.gz
Algorithm Hash digest
SHA256 8b7b68baacdf588a9bbba11af9ee719ba6ee96b430e5e3fc6365afef20acb708
MD5 42568227b6443fbc537c05493c659cc2
BLAKE2b-256 b1dd08e153d04e6e4535a2b10f82d7a99f43c25efcb3777bdbc812dcb194b968

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 7bdba3e827c96eee672aa400634971ff4851855d5ab4aa167ee15f69aafcd5ea
MD5 f8be386e9e07b87a66523ddda10ff557
BLAKE2b-256 d06edaefc56fdaa4a725b99888e8e7ddcc00d89466a615077c3163a3d2a979a1

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 d86d5ebd44a2f4168fdeb563f3324e027a16acfefa17d323dc711b1fbeed40be
MD5 042ac7eb131fd9526888ccab03af461e
BLAKE2b-256 46a7856d173ea0df495f039b75701289bb7f5408276be3d9090fa02b259a68d4

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9e4e2959330f83b00cbecb5ae83c1cdc0743a5b25c931bb1422da48e88dc93f0
MD5 954c96250572c5523c418bfc5e9b6e03
BLAKE2b-256 1e1e2f14716784dc487698f909a35be2a3215abc28c6d02f74b7cb8bc1178ec8

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6bf0fe5b568655d73afbe8c36ce455b4a5e1ae897366de35e8c7bc4996a7769c
MD5 1197a302f6226be7517ef0fe1e7be462
BLAKE2b-256 60bf80f124967e2b5de0437908b9bd1d79cbcee6d6aeb2e2ac3f8bad19cfa458

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3bbb3eeb9395d7b40d191a41327f4d5f739f45a86994166e1921e79a2d350d68
MD5 aab911248ef2ca8183c59c0565b4c470
BLAKE2b-256 7f34c0467cc3d0715325a4c8e0569f3b8b214451b9805ecc3ad7e0112d94bbb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 32430f23a98015bb96da2b07f0447d95df5ca681cf72ecf3a3680a608700d6e3
MD5 6a540fd3a9b6eb335a5ec54f4c41fd08
BLAKE2b-256 b90a6e866b9f5d4d96067834457824936f94abe90c99e0187a5527ed447a0d60

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b1a44b7e346ff9eb1ea270c345c880c31f97db6e0f9b99ab19562727b5c141b6
MD5 ace222602155855069f29f0dfa618038
BLAKE2b-256 61179f1fde940c9b1ded5f5dab438cfe0a327b4d4f7a83084f1bdc1ab3f2a213

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 451216ebd9e3bbb6f399384f5b397669a42e13f262801ce4ca4f00a841f60f7c
MD5 76cd2b514ae039fd3a84b6751331ad60
BLAKE2b-256 ed670ab542c0498e5d3cc7a24f90c2057a97dc837c95f01d6371b351878bdfba

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 f4737fd5d598657b68cb4de39b072993ff3d6359d923ded516570b309e44be60
MD5 66f85a9b71e0ddecad54e21bdbd8928b
BLAKE2b-256 491431fc62e46def716eff06123b57fcb3c7afe5e1c819ac8d2699959a195407

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3383929d209d40bce334e2eb7246c8af259cf46c4438eb77d8b2b2cd0329f6ad
MD5 965d9c62243ba979e70b5012943d6a74
BLAKE2b-256 84ed5bb7aff16b7abf0b76ecd8647eac202c9f3abd0c367dff9abe4b24fb6935

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2542a6570a2c50aef8c92bf706f4aecd6b5478c46c46401179c134960452205a
MD5 3218dac017f6cd341b83a0dc459efc7a
BLAKE2b-256 4d549d074c823e0b90aa0b0bca0e91d6a233d620fa637841a73a536360ad18ec

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c41cf64fd124e0a2dc6b1ebb7060b75c42043d7df9d537640d442d661101bbb2
MD5 ba6ca7af00e2df7b2a9e9a881a429b92
BLAKE2b-256 58c5d6e6bb0cbe57d92fd3f1c578526681597a8485717226788e16b5d6085245

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f5437f7508db5054e594edd32d07ef332d35a09c59d6b6d4dd0e8b3cd3c802af
MD5 954604c9593255954855235106dc92a9
BLAKE2b-256 d400341055787c3db8e3968b75f5eedb7dc8b4d53c09ff5bd4167214a76bbb17

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0255a3fbcbce4cce39a32323211a31c694d244cc7e4d94ca55d08342b87c5a25
MD5 2c32d70a12d8585a07c3389df1bf81d3
BLAKE2b-256 0a40e82142d8726423959c1fe5dbfff8b16872f3cd2e8b8cf16a33b1b5f506b2

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 68253f14c8f9f9bf08a62d9f5d2c882ad7b02f9f9fb37a943918d4e989b249cb
MD5 eccd8cd18311fcbc2422ab5bba1a4772
BLAKE2b-256 3590bdfe0d308a39c3a1115e4d27f788b5053bdf30ccf9c639032a8990f327f4

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 81450a62567ed667bafafee04d5bbf96be5800c2cc67bbf1822f7ef2e6c22eb1
MD5 c0ccb562be3a6f3dadd77d94b8e3c4cf
BLAKE2b-256 4447e89d472463ff859ab12f054f33db1c7e68482e46c81684a20724a0c09442

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 07343ff5ecd6421cd1d1f86c9588128a616e03ee191451e3d4f03eceb26676fa
MD5 a8970524eb373ae9c920a384d15d61ba
BLAKE2b-256 f011ac76e76a54430c69a32a3c4f28fea3bfbff7aed95b0c45bec848a8297cb0

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f697d4b8df87d1e2e81afd6fa085faa05ef542064192612e4614f800cd29d9d7
MD5 f7f78150dc53515a1b551b75bc3478d9
BLAKE2b-256 1545bb9e74586f907b5a7570bcea62a81d6de9c6c68c1dfd351128757003fc53

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 31cab6b22eef6bd0768b6a0a4afb6249ee8b5f800bbcc14b38fe551555b6bb9a
MD5 71f65d41c5564e17a6ba54f3e27e0993
BLAKE2b-256 07a462edcf39522e4c06e087f663e3d247c421f56eb3730ac2ce1081da634abe

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 059c04032a93e4ac8f58395a7c7a965f5a20b8779fccac638a24f5fc207f45d9
MD5 46c5d54e4ebedfafc0969c0741ef0065
BLAKE2b-256 df294c553e316aeac2938fb0e79f3932a2e20b1ea07b0a234467d4e517d5aa6b

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f469e938e3c83e56225f97deee7b5c98215a5fb8aa8db4b2ed4bfa8896e45920
MD5 b0afca343b692cc80054c6856104c16e
BLAKE2b-256 008c0be6b1a2bb2e29eb5ec697a1cf94c0150d819800366f8ea72b984f361418

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d0170b2d163fe351e8685eb6d68028e3292283d8f55e7609ffe6b35b2f2a0162
MD5 32f4965ab6e25077842012c4de6cb91b
BLAKE2b-256 cfa53657c2840fa02595ef44d8d7fe3ce1c3c5739d76f3aa06c62a2a50ff9212

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 adfff422ade08bc495b3c7819e9ab2459c1c08c7f9285f386b46261436f2d636
MD5 947fc20179c403f06c4652117081657d
BLAKE2b-256 dfc5d4ef4a558e25bb37da30089076326837fde68a70beddadea5fec34895449

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7c747f85620f887d95129a66e8459fefb42d22f3f7bd7297d277c03476934ccf
MD5 1c2d47a7e8d23a22bd312ca9adbfde63
BLAKE2b-256 391b164588097f89e244a0f9a16cc389691b20d37352be63f7499a8ecca58918

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5c9cfd6de5dfcf221b9ba1c4e137a2678106ed4e6a7ce663722c0a5d78da2bc0
MD5 85cf499dd112a9a271a43f4e23ec0d73
BLAKE2b-256 a737430cf4b9e061a877d66b44e4d860dd7d004cb5b0acf9d1eb6c31bea26fb8

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c9ee1bd473b6af8ea47afe712206f22c698fcb4ff2f07ffb182f1b76672910f7
MD5 d0b1ba3e89a8f2e8fa0171164a58d554
BLAKE2b-256 65bd458510e264335aa526756476e36c3c4c06b6d1ac4b9710585ada6f84b65a

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7090b59200d45f153660d0ac1fa3b8cf4d4b9387438d982fd669d1384a5524b
MD5 4ae2e70238d5cad800115eeb42f57a7b
BLAKE2b-256 ca22200a910c96d4d6fee02de67efcad213e57058a386bc09fb291893cd28399

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7c4f274f0e72f8a297f4d13adb7cf099f4bbbbd0aadbbc648f1ceca6745ba55b
MD5 8cf32e52a785be3307a1cd6109b64abe
BLAKE2b-256 8b9d3d8ef5badb5b101c34afae2713235a2a7fd59aa586511bc7696790001f2e

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ee5e61e6427a19039af00ecb8e006656c723aa959301d17b8cb53d008a58b57d
MD5 6131988478499e5b7c1e5ddef6ba0b2a
BLAKE2b-256 f648e908587bde5f6b209bc566e397dcc8deff219081315bafac50a8aaeb78b4

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e35c3371761f056667640c98bfb96b01561cbf73bc65922338c99fae6c4c7db8
MD5 412edf143e1f038aaa00a5f99e78b883
BLAKE2b-256 5f909a33cd61c0541ee8014d6f9b826786f1b09639708f3d23dec25087b9be47

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a810a7ad4ccefb905003442af12bdcfb8246f9db4c108995a272b072b7d9b7d5
MD5 a027d0291875771591d2096159aa2578
BLAKE2b-256 70f10e4989dd847612d81e552aefe6c5ab2f5b20e002be39a450189d995b1746

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ab5b883d9ecc5385d6068210fe20b891990efa2746594f222063159bf21844a5
MD5 3adee47aeab75f769fdf00e3aa2b5beb
BLAKE2b-256 1370c0205f5c0a10f1bf58d9d7ef1f01123e5655737a5944ed26359dbc8728d0

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 1b500b3ac05de462439279f77fdcee404929aacc10e8b5a52f5e1832c14e8a22
MD5 23a2473e00e65583c5c45f32cf06b88d
BLAKE2b-256 baee01a8f033265abba00ca5a44081b62f031bc936583c0e0c146ff10f0e89c2

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9c766974c42e2de89ccb9179a4f12c2224a4e54e92a10a666ff8c3a3e5247a7e
MD5 c2c4cc4e525694b4706fa2b70140cd4b
BLAKE2b-256 c6cc1895150345e912c02c9bb55053d88b969a2ea43f2b325f0615226f0d5b32

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8ebe8ae9d5bb0a1acdb39ff86133ef632bc163f7dda2df4962602c0af0effe6f
MD5 81284589ea2534a67fe86fdf7f20b6d1
BLAKE2b-256 0bf17ac182f7ca4a39103748ed5a0b2d518ae3a7ee74eede9a8780a87fa42200

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6c0f9a529f81b661a15c811c6e945b39729e24b0c5b5ec62a808ccbf97904570
MD5 9c50df281b1c0bf7df9c675753f4e1e7
BLAKE2b-256 6ed78dfebe510fe947e3bd3e39111035a8de989f0a486c228f7abdf857c856af

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cfa7fa3c9486d5fb062a571dde7bacba64614481b72c9f874cd99e348be24e1f
MD5 5778551f068e4e809dccad54e45e6ac7
BLAKE2b-256 6dd2f2bb8671edb67c3aaea35239d75d48865a805b6c1b285498a9b15bc814b6

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3638919f4a198873fbba64566fadeaee15c80cdc156fc3e3371755461cd96768
MD5 e69425679f3349017b91d751974e4e02
BLAKE2b-256 08e53c31ddb861aaabc61b69fd2cd7f26c6a44a5db117c4ea6a76d259d5f2975

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 45b0878c3210b419daa2b2b8e92831b17f3f1c93d21a7171ac5463f6fd47414d
MD5 7e97173a58d53cd605a6d58c1409a0c1
BLAKE2b-256 f888aabfa9c734b73edb5d7b683d06e8a5e68ef2882936f2191d7f88b8b76263

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.9rc0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.9rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d893857b03c5dcd6d1a8d49484be00a921667187236729d71cfe5506b1d6b661
MD5 7c8b2ab4eb827f6c76c4f5a7d81680bc
BLAKE2b-256 e083cff46ea188152ee9ce24b0d8d18df7a5947d72463fc194be4be57fd63a47

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