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.9.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.9-cp314-cp314t-win_amd64.whl (21.5 MB view details)

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_modules-10.8.9.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.9.tar.gz
Algorithm Hash digest
SHA256 b85407da611f5fd9d51d20a5088526136dda38b8e0c691d320ee8010f7ecd26c
MD5 e70659c88deb157612eebcedc8e67eb9
BLAKE2b-256 9b0546af1ccd51b361da21b9ce6a0071bc8f10167497f98426e53fbb1b160cac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 fbb7116f7603a29e0ca5dd646e74f99dd39ce9954328cc7e234569e3d6a9e8ee
MD5 86fced7a7804ccd1a7db60cbe6316d70
BLAKE2b-256 da2e2c3dbb5850d1b2585a522f18db501a3d8f47a93312e4f1f53a0abe6d99b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c6e58de72ce15f615a602fcd8e55b09b2e7a8bc46987359ded32310040c91b09
MD5 27132c22a3e0cd4e312387d7bad2aecb
BLAKE2b-256 c8340d284ecc293cc922e91af8ad50b3a3462c19f5d39d97e38cb0c161d99627

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f59981e662e43b7a78c0e15338260132bc3c991891714b6a9231be7c77878277
MD5 eded1aac1d0409156c263ddf6036bd68
BLAKE2b-256 c03ad940c4ba0b0b7fac66642dcf296cf00dc0cc707ed1f577080ee1a236a798

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c07b54e467d403bb7d8a6e1fdae58d262aec9d8b463e3c5a13a065c3095559e3
MD5 fe8cb4c72ba7e85c2026fb386de15c5b
BLAKE2b-256 b5b80251bca91e9022559b4d5f874074c25e098bddb31512b8a6be759f4e51f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2ffa288d3df1b3d699cddb1fad99273f98373753dc50659b167a0b358f0382e9
MD5 69023f0b7ab0e6f52c8ff246d78c47bc
BLAKE2b-256 ccb8adb8a62a23e7990a56a2a74d8fcb459aaeb4ac48fe3954c280d95d293d04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 19ba7f9cde72f9da4387d4a2855bd4fe4d291413d36985e150c34e567f708ff6
MD5 2b651a3dfd0741f054b23adb34284d52
BLAKE2b-256 eacc3624885e8298d023c746d31412d80839a98a3c3505c39a8cf2b6ad421609

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f0be378eb073eb78ee8a650c9730e1ff87c703321e894e3f68663e7f1e3dcd1d
MD5 6674554f711df15cc3f6b0cbab88405a
BLAKE2b-256 e01378f451646f690c5f3ac9eefcce7233d9102fe3607709dd8d5d8f897fa335

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4147221fe3c513b5bf6fb28cee5b02a1085523fbd82982057d7166d37ec21e60
MD5 a873fd3aaeda736006efc86fcc7ba5a2
BLAKE2b-256 3fbfa217bc0679fb8f7970f58e53ab759b9aa77c9109229a02c757e8646233df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 34a300dd98e52e5fe510bde19a523e7dcf5e21dbbf2f7662b442bb0b66718194
MD5 82df5987de4b023b97da014a09e0f5c4
BLAKE2b-256 cc317d2acb8d55d57acfd8655b83e4c9a47760235b0e06378c5c1aa5e716efb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 083cbea2aa60ea8fd64cd9bbf24b462b599ffa8b39f358077d67468cca319342
MD5 e9391f522954f51912edad5a6a57b724
BLAKE2b-256 fcd1546064cb03e3d5a89caef935ea6c582cc179fd99416d8b413ab365396d8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3b59c368cc3d152bceee02c2424d61f7db0591245722e8441038c314857ebc64
MD5 5de7d31eaec0bedbbb9462d02a4209e4
BLAKE2b-256 6ff3caab3e6052dff0ba602786aeda665093aba1663d65ed0a43b3c9ee68ebe3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 001bb8294a22dc266613be4211f39f7ae6b0711ec7e9e8a68c9958d3b5278c98
MD5 fe24763455c8627ff31e8ce41c11db53
BLAKE2b-256 3a39bde89b9a066be48e7b521059fb718d6dea2c69afe1557c93adbe2e71f388

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5df30d893e657fc090eca84bf5a7236b18bce7ba7afee8ce5d29076e32d64afa
MD5 5b97d25dfc25c99486e3c0c7e959d0ec
BLAKE2b-256 e2184947a9323513eeeb12756b50b9ad51f9030fd61909b01623bfd3d801041b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7ce78808383240d8e2210a9448d5901e5680e04889297890880ff16763aac3e8
MD5 270a695039520cefedce7092db809e22
BLAKE2b-256 3b4f4e8b1998c1d32ac8440e55fa805ba3215ded3037af7c062e2e0382235f8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 20125e2bcee66d4df002e774c6296a4c69050c96caf189d620e402c84e940f23
MD5 39ed25b25ae70535e358b0f6246b71d2
BLAKE2b-256 a607409eec28602b657ed29fec01117d8d026e596388aecade97d6eb1a1efa9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b4ec91392309005af93c58d2391e94b60b23d422a82b0a694754d2b047034957
MD5 a6caaa53d1c10a7d7a1c074fa8370d07
BLAKE2b-256 e2ee164c326421405fc9972a833d3350883dbe5588913d030426567d5d56ea57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c2f75c9c51e264727c185d1199114cd2f93af0f470e8b7c51e3553192dc10384
MD5 2a0500f4e812d04d7072e3c225f34857
BLAKE2b-256 ee336ddf2894101396dc044f0116bbb02e81b1a20b8957b2514fadce01f13df2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ed87b13e4221232d854efe2187016a7032ff6a078ce04197f367a8c749c6d127
MD5 02ccfb27819d88d29e6de3640e92e016
BLAKE2b-256 2021e61212e2b709891d1e1cf53235cc5a396e9603758cf7359a205598cbe655

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7b9d1f8aa1371cfbf92400c8bfc3afdbf924c7d46b67ecb38d50070060a5564c
MD5 e01daa48a8736df9176b891d38182bf3
BLAKE2b-256 21b6e3512696562e294c3aec793a351a76c832ea3026366af9beceef9e33c1be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 65019b4c6407075ee654737e7442efaff0490f9bfcb8fd7138a1abb40194432b
MD5 48dc51f9aaf25a71feed49901f79ec1a
BLAKE2b-256 ae75113c14063206379e54ecf5a5026c1f82cfb445b8a4f2423ca2201d6d55d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2220a754236c2e366ddf76ecf2f0d71e0b8e5ea12d3cfd79acd97fd7dc630502
MD5 ccac6811fb5290c49061fb39d9001289
BLAKE2b-256 b0052ef7dd91462270524d18bacf6096169d8be2047d3c8b4f3059a9ce40d986

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 749775c7f04be211d904f490829f3f0ab85116685777e7b970b7440f8a7bc31c
MD5 a0a43ec788b35393f2d7598911e59d27
BLAKE2b-256 d47d196b47ef4c669e919c85ab484765ab37fc6318aa514038aa53e63a8312ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 df8d91d075857706508577bb243b79e18ed0721af758c540531757373bc17357
MD5 0a6564ab385cf91e54d1b88d9bee5c73
BLAKE2b-256 55f0bce0d6a0e402cfe25fbd560bbc48a5d04e4fde431c0e48c0af22851f3298

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0ac2c7ccfd2e55e36407078d2f9fb552f98fa89bd26864426abc1f9790bc39a
MD5 ceaececab8d2485d6743ddb7cfb992e3
BLAKE2b-256 e7bba87fc6b18eb403d7d87df4fd3a3db28f87f5ef72c1f6e9a247e693d77e76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 684c3e268a24d8348fea1bdd1de40133a2362b628af4f9e807d1513d5d128e4b
MD5 dac37ff281f8534f3c6af30ec6f8a2f0
BLAKE2b-256 a7c4f849e8b0f7ead4d4bd8753fbaf295d966622f40e7cba29ac36bf2a502668

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 841f94491222f0a065e1b7fd79ff0b6a9da3ad0af635e0fc7790199be0126bb4
MD5 5af977970daeab604a1aef012cb3cdfa
BLAKE2b-256 b37b693a61f0cbf99c54b13ed8cc7398bfddbe876e472201b2054ea4e17d4751

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 812f10b774c11cec3ef126dc837ae44b709c0aa64071b79793d2dfbc71bcf1c8
MD5 15dd4d01be7b8eedcb6904e99a2d5300
BLAKE2b-256 39db4461b3f2e20de50f5d75fcab7a8124f0989ece5f5502eb3ec1a8f6b2a6e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2df837bc287e63fe1098c5bc0767aec60ed2248db685a60dabb9a5e2272166c8
MD5 8383e10233cb4fec6c1da65c80cfcfec
BLAKE2b-256 7092072a339fc3880b65976e388c3a20a0d3ee2d31d0357dbb29f8c2c4d3bc7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a04a29279c9fbd568b82628ca42cca9081ac4fccfce7dad0f7823c0973b02c60
MD5 0734c7fcf53cd801f63840ec46c8ec45
BLAKE2b-256 df12e49b8d7336d3a24d311ef96864f4c2cbf616d5852c66759cefb8cb9f699c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0d2986608fe5fcc60570cdeecef81f736a542835fc1e82c8c7ec2805c4b64659
MD5 f9468174e35134ca0653efc29e5c61da
BLAKE2b-256 ab0756f9c23f7e94be8f4cfa0b6b338456a209a4575643dc0ee32d5900dc8503

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 95e37c5e116dfb3ed90d10fc8b5478506bfcb53b8d746cc2ea66c20dfe39478c
MD5 e2ff022e239a7bc582ee80c76b181c67
BLAKE2b-256 ecd5263eee25dbe287792912239e6d91dc48177db368f30ef85a2c0a6fdc3bd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 53ecd28e7254c03db37171229d3584dbfacb8c8a1603e5b7fddd8ce5b86fef1a
MD5 0fa26994d7f7e632608cf2429d264f6f
BLAKE2b-256 9328a93c3fa845ae30dd3ea550ab491b9f53edc6f258dd4e80a30431729d7b83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2f42ad9a992053c742da83f7f83c297c26bcce49790b616c4f0d216ff3cb1a3e
MD5 428bf810f3142a718f8d25c9c03d61ce
BLAKE2b-256 8598b4c92ee648ecb8df66a69231a70b5733642ab11c17ade0f9bb4bc1e58b6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 21dac39d3502ac1f35a7d057a0ae094cbd58a19b18ebc91589e1298d8ed8c090
MD5 6db0b0a08b4cf39170ac771640e9b1f9
BLAKE2b-256 33e619ed4e11291610f73279afb9326937f4e74900cf626f1aa6a82d75a227f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.9-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 62dffac3261ff6269bf44046f559b40ef42cfab37e06013b195ea75a2924d12a
MD5 d63d23466f86de4266734db413a9cab4
BLAKE2b-256 e493afa693425349870b3daf9357241c034bd356b8d36fd6a221aaac1ad06b43

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