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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

passagemath_modules-10.8.8-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.8-cp314-cp314-musllinux_1_2_aarch64.whl (72.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

passagemath_modules-10.8.8-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.8-cp313-cp313-musllinux_1_2_aarch64.whl (72.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

passagemath_modules-10.8.8-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.8-cp312-cp312-musllinux_1_2_aarch64.whl (73.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

passagemath_modules-10.8.8-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.8-cp311-cp311-musllinux_1_2_aarch64.whl (75.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_modules-10.8.8.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.8.tar.gz
Algorithm Hash digest
SHA256 fb8ef16232b20716d5eb2b479ecbf5f8a5bf71e2a8c8500ceb8274dafe5af6de
MD5 ad8413ef673a6ac028cc50065d4575c4
BLAKE2b-256 3c402f848b17cad8e71e470452fa32d029cfe436f3c632fcc1b5b3b732c57b84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 9fceb2bdd551b6b5afb5daba5a168fb6e19b6ea3e9aa326b9f5d0b98c8e5ff53
MD5 5707901917a5175c71e51ab8a28f8530
BLAKE2b-256 004a4d865c9e0a086822c036c8f2536da1b46ccde08f8589115c21285fc76c2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 647d89248be3b3bad66656b7a6d01d2cff1c7b3e63ef4004805389df133df851
MD5 d0092259830af78233c184bc1b55e8cc
BLAKE2b-256 94d6905dcafa268f41ef23b0ae8372f01c775f20ec91513b59c4dbba63733f86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 886cd57893a5330bd657f271b593de8ad6f5376c55ba5b11989cd56c3a6eab64
MD5 cfec3c6fe5a44f699e40530ac86164e5
BLAKE2b-256 a550749412340812ae3b2dc7957bc935997a8dc3f7270385f85815915ea9d1ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4fcb314bb4139e9c4a28b549b3fc14c5427daf97db084aaf79ad39c47daeea01
MD5 597bad19c8d1878d0596a60d1edd56c4
BLAKE2b-256 7f43bceb1cda95f7a210f25f948f7b8109abe3c016ff020fc3606d9e25fb35ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7ea386295d6b0616741ca050af2ed9e47e38b4d388e21c6d7aedd17a6dad3952
MD5 af06ce1c23c70d7d13d5d761fb1f3e7e
BLAKE2b-256 1e0a3227c1aed1bce27cd970e59391c4a18d2d9b15eb3e862fc1a4b4d04d7dba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 674d05692c8733b8fdeef08804be7c7dad55edb75718d49310b4c6c0c091a074
MD5 c91a940f038a09cc27933d42b5187c10
BLAKE2b-256 5d83433201130acdeb47604e9077982a79941095775e83ac11db23a41d4bc478

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5d2c88bc6c21c7de1c8200d17738062ff37019cce3cbb28cb71ed809f3f2181c
MD5 148f2c029b419c81c0d949f269d6d98a
BLAKE2b-256 5488520d330104d95a7952fa98e420a4910d4afd184fa1ece226ed80a604b33d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 12cbca404a43f931a33aeb0421f3d4c648107bc434b270f3ee917abf65629f88
MD5 9461bda03abf91549e5fa6ee1bebd019
BLAKE2b-256 bbb3f359bdca772cf2cc39741f2e36022c0410a385dd2b75661be5a9d258b1d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 e70e8def5f00280f3b1d115070652c2b3843f929064f8abd36cb7898c37ad66a
MD5 1ea4d97224e0c621707512fce65df97f
BLAKE2b-256 c1131aba0a82e8c7275cf8428d34062cfea90f9a11c8c1dea159abd2051718d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c5724eeec055200fb554bed59716c7c568314b43438abf8219d72ce1339605fb
MD5 47bcb8554b73bdb8684aad417aa12529
BLAKE2b-256 de0953ff67f7a572139f805017a92b1d6b813dfc260322488727fe1d360b8fa7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0dd8fd8ee04cff22835f8ac8d55bf249f4f3dbfd83b51ff5732c7e39c3b4fef
MD5 3577d2e7ab6bc4f08dc0b3ea8ffe743e
BLAKE2b-256 441211e497dd4f0ac970dd1dc8fa51f8b1b843af9fc15fce776df43dc557f6b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3ff563c6e5d37a0cf0a3617be31050400a3f563328edb492a5bbabf488092a20
MD5 228cbf9213c41bf25e4a372af660186c
BLAKE2b-256 6c8400e3833ad2756f0159a0f26da0d89f6a6fc0289282134b52ffe230c1ee53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 99ea2d89c2d152a822a6cb198f609969bdccc3c19072a5331ef5ee7f3dc853a5
MD5 752a7d4249e413cfd5aef8fcda7a0460
BLAKE2b-256 d7170ed795817d5c4816db4c178406c0e22501a74de8a9919d3c590f0d29f6f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 93e4f290e1d56f2a2a5503e9c3ab9c9865773dcd7482ca475ba275e6f1e09224
MD5 5138aa0167948678cc41380f859dc31d
BLAKE2b-256 afeeaeda78b1292c68c6a4a46648476d2c350754303ada82992fb0eae173f45f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 76d3cc7d39bdb61bc0b017346d234c698d5196c12cc1ff6eba92a66ac6e518f7
MD5 ec92ef65d2ab2fe253813b0431d850d5
BLAKE2b-256 9272ba8917ac366dcc76e3b965d9d4063c6dc61c7d563d864d884245290e51ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 45da4a75169675bc026c4880cab683d4cb5c4b3c00cdf6d561814b7a739a17a1
MD5 fd531198ef7d8a20e6a546ac21aba272
BLAKE2b-256 de12de84d1b12546302df15d43881376f440cfbc6054e3c6a517e20efc19a16e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 791baa3d9ba326fb0494ac4366078d7f112a2287c763a479e33af79a31014bb2
MD5 72e58ebebfc1630823976f6d2e2198bb
BLAKE2b-256 bbb62eda68bc864ea1f7e3fd627f06801fbe5102eab2714b28f4844ffb3c449e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 64a25ee226a687199af2b7939338b646664264e0e78b4b32ceee175a43df5593
MD5 89f13a7ce84e8c9f580db28368934a20
BLAKE2b-256 bbfbc8a9aa3de57e893a055712d1113661a11bf44195b6a47ea9bebc3f5ffb92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da67d6145e237665e2f817afb1fa4daef05c5f1bbc83ab4f857ae64694a7b412
MD5 cbc4b0050098fbe88dbbf1e22214595f
BLAKE2b-256 b72b8a5d65bc11e960d2a09c62bcfc4939d82af6d42c94e285dbe58ec170551f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 429dfbdd690bd9442787143b8a0c991ba79a530a20ed1cac3485caf8f5c2d984
MD5 81c7338768229d9320b58713dcf2b4b1
BLAKE2b-256 fcb3a6b6d263071db9eb3d46fab612cefaf05f4d92daab6b15b4eec9fa6b643c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dd9480c0ffd9de1963fea56ffc9912a39b1c90827da690ee7df04096814e6c21
MD5 1ed531d272606502c132847bd2f7189b
BLAKE2b-256 3d779dc544c1854265c72c427fa0f162d8859829e61f6ff9daa87198b2171af0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 71baed3b867c6a98bc00de5520dd33f6aa7875e9841384f5fc7990acb15dbe24
MD5 681bf270264b603257c2c299696b4b52
BLAKE2b-256 f1d0708669dbb7e8a55121f39e3929f14c2b361cb72720e81664ecc492da35c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 da27c363b9bcaa7d6019a24328e3f0d18f7fdcdde8a0fc04416f2c570133fc18
MD5 11d2059032204945d6c12fb3af4609fd
BLAKE2b-256 10d098d743080619506024f3083b2973b7bf26f65182bae93272fbcdae5c0bf0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1bcea2c534a5dc30ee2e9361b714a24d37679be3a78c66eb116c4cc8c6e01a82
MD5 5a9cbbbc4eda2f79cfca7e6f05e71d85
BLAKE2b-256 8ab0a48812fc7b22bbccaf2a7252d0f49e2c11375a588d4238d35c1c85385427

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 f0776cf6e39c32b6bdac4fe23d7394cd61d19bd14663e84a3ebe08e6febc7df2
MD5 beb038f0240cb799da46d4238ff0144f
BLAKE2b-256 ec245f11f1b2f34940373be2b45fd39bf29cc19ce83f51a973a35915b84133ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9e7d84e91f83c6f6d87dea13f972c46c5f4c0a8c636ecbdbbdb092f33bc6f8ff
MD5 f34761ad2c7a33aabb2be3cb91fb415f
BLAKE2b-256 79bc703a1e4c7d6d3eea9c519504f5969f7f7da7e83dd1971f527442ca02c243

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b22f08407bebf7b0510dc9e5b5f1bb023123b2753d4fae669a4b523cb60fbb17
MD5 6a31daa06ac9cb9b599ec436bc6d817d
BLAKE2b-256 9e080249772ae83cc88c80fca7e2e66fc87dbef9c8c23adc0f3540a363db7c18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4d6ddf96cdae42b0c7f9694d94b89ad4aa6a7d6d1792e7ba6e6a38a3d0315273
MD5 1f8e5dc37d742b74c5661de67159880e
BLAKE2b-256 ede619a41ad5c70fe16ae029711c3586baf3705301f8761b2b14eaf74700153f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b4cb761901804dffa910f7382385de2f8cbfb9a05ca0b851a2612e133f627f06
MD5 702679c3eaa1fb688f749ef1806bc8e2
BLAKE2b-256 077c44501cf0f098b71780ffb68846fc99e8c7a449e54e033f99776458afb39a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 621aa7a9ccf555b34ea8846e4d91117a30a66178af57090f566e7a5c0d8adce8
MD5 6aa9f53f8917d713b83cb0ec71a5a7ac
BLAKE2b-256 0b64ccd28bde784413f0b62e035c1cdacdac0b53053a97ee9540cf9e30c30aff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8a99161390eb89863e65186d2dbfb4fd5bda094c0949d5ca55975f3fd0daa21e
MD5 269df222efedad6b1ee22623a253f503
BLAKE2b-256 a3ca1f525548acbbabb81455aba4f4ad0e2278165242bb94eb719562488b2090

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 486c50b7271fe92400781b5f773b76723d5012ebdb54299c52e0820584da37ae
MD5 aee6e73e05a4c65a5b9cb91ace322848
BLAKE2b-256 0d2b9e773b18c7bb2e0e9b8da530a2e7f36d3b91486bf5749b0aaf395e2fb76e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 577d328c72bf1f2a83cd74db6830fe2920d61242b141ad28fc9bc7d50961d90d
MD5 7d2e3ee3c2ac0afe4c2269e4f45bc034
BLAKE2b-256 e65b089baef07c503bdd642266e4cf3a919b17bb279efca04f9d1fe0cb1f9f9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f22cbc8111f9262e19392c4ebf96ed0a7b27cb65c4bdd01d1c380b3e260df5d7
MD5 cc9f54d463122e298627d0b3529222cc
BLAKE2b-256 a2169cec5c2cd8ed41084d5cfcd133d54c46c33109019287efd095ef49b54b9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d85fe7caf59d70e7930a68a83cd2b9b7676dc2082674753078ba2b80b0d38de7
MD5 9d824660325b920d65cba42dc6020ffb
BLAKE2b-256 3956057337f19b54903ae8a6db784e52ee8596f6c6970e01febca5b8179f4c70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 792c50a1d2cd770e6eee19d911ae32292daa331f2f1021bd8434471a58bbc552
MD5 57e525ecf2e337d02c4b707b2137106d
BLAKE2b-256 70ef7c25c9450eed1c68dcae53dc0483737090a79ff8eb1d71aa34e2baf9182f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 322f6a2ae4ef6800fb8089dfd112f98cbddf088016e6a70251c09265c683427c
MD5 86ca576c797ffe1f07baa04ab5185804
BLAKE2b-256 3632acfae5a03f02a317fb32d0fcdc086c7a029d00bc77083b75b8b6cf543ba1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 87da5ae6e10421e1e37d0b6f22ff1f722f99ce6a260f17e9e678d48379ec878c
MD5 10309d6e0971105fada7b940eed36c4e
BLAKE2b-256 5cd25bc8e288af6df85574a3511ab32a4e31b02af7ab2955ba45c716a330d2ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1b2056645121172ce3b1a18f749bb8ebe99ed80e64850e53a0b1a49ba70198fd
MD5 04bb0c90a4a32a257b7ed0561c558439
BLAKE2b-256 6155f87d9ee79e6de8d88a17b552b8ce647fa898b671b5d219e6d5f914fb6580

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.8-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 43b951362e9cce0fa1bcfc48e2a93580c2a5393dabba667bf661fb0120ff02e7
MD5 81e27363deade3694d13f49d25347bb1
BLAKE2b-256 61a3c5015853f50885c9cac86ab76f8e247f75e73a77180f2b3bd35c3f1b01ee

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