Skip to main content

passagemath: Vectors, matrices, tensors, vector spaces, affine spaces, modules and algebras, additive groups, quadratic forms, homology, coding theory, matroids

Project description

passagemath is open source mathematical software in Python, released under the GNU General Public Licence GPLv2+.

It is a fork of SageMath, which has been developed 2005-2026 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork uses the motto “Creating a Free Passage Between the Scientific Python Ecosystem and Mathematical Software Communities.” It was created in October 2024 with the following goals:

Moreover, the passagemath project:

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

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

  • curates a library of Sage user packages.

Full documentation is available online.

passagemath attempts to support and provides binary wheels suitable for all major Linux distributions and recent versions of macOS.

Binary wheels for native Windows (x86_64, ARM) are are available for a subset of the passagemath distributions. Use of the full functionality of passagemath on Windows currently requires the use of Windows Subsystem for Linux (WSL) or virtualization.

The supported Python versions in the passagemath-10.8.x series are 3.11.x-3.14.x; the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.x.

About this pip-installable distribution package

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

What is included

Examples

A quick way to try it out interactively:

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

In [1]: from passagemath_modules import *

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

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

Available as extras, from other distributions

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

Linear algebra over fields of real and complex numbers using NumPy

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

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

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

Linear algebra over finite fields (various implementations)

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

Linear algebra over the algebraic numbers or number fields

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

Lattice basis reduction (LLL, BKZ):

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

In [1]: from passagemath_modules import *

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

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

Linear algebra over p-adic rings and fields

pip install "passagemath-modules[combinat]"

Modules and algebras with combinatorial bases; algebraic combinatorics

pip install "passagemath-modules[invariant]"

Submodules invariant under group actions

pip install "passagemath-modules[standard]"

All related features as in a standard installation of SageMath

Development

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

Project details


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

Uploaded CPython 3.14tWindows ARM64

passagemath_modules-10.8.3rc3-cp314-cp314t-win_amd64.whl (21.4 MB view details)

Uploaded CPython 3.14tWindows x86-64

passagemath_modules-10.8.3rc3-cp314-cp314t-musllinux_1_2_x86_64.whl (81.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_modules-10.8.3rc3-cp314-cp314t-musllinux_1_2_aarch64.whl (76.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_modules-10.8.3rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (81.9 MB view details)

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

passagemath_modules-10.8.3rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (79.4 MB view details)

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

passagemath_modules-10.8.3rc3-cp314-cp314t-macosx_13_0_x86_64.whl (28.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_modules-10.8.3rc3-cp314-cp314t-macosx_13_0_arm64.whl (25.6 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_modules-10.8.3rc3-cp314-cp314-win_arm64.whl (16.6 MB view details)

Uploaded CPython 3.14Windows ARM64

passagemath_modules-10.8.3rc3-cp314-cp314-win_amd64.whl (19.6 MB view details)

Uploaded CPython 3.14Windows x86-64

passagemath_modules-10.8.3rc3-cp314-cp314-musllinux_1_2_x86_64.whl (78.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_modules-10.8.3rc3-cp314-cp314-musllinux_1_2_aarch64.whl (72.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.3rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (77.9 MB view details)

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

passagemath_modules-10.8.3rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (73.3 MB view details)

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

passagemath_modules-10.8.3rc3-cp314-cp314-macosx_13_0_x86_64.whl (27.7 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_modules-10.8.3rc3-cp314-cp314-macosx_13_0_arm64.whl (24.7 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_modules-10.8.3rc3-cp313-cp313-win_arm64.whl (16.2 MB view details)

Uploaded CPython 3.13Windows ARM64

passagemath_modules-10.8.3rc3-cp313-cp313-win_amd64.whl (19.3 MB view details)

Uploaded CPython 3.13Windows x86-64

passagemath_modules-10.8.3rc3-cp313-cp313-musllinux_1_2_x86_64.whl (78.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_modules-10.8.3rc3-cp313-cp313-musllinux_1_2_aarch64.whl (72.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.3rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (78.7 MB view details)

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

passagemath_modules-10.8.3rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (73.4 MB view details)

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

passagemath_modules-10.8.3rc3-cp313-cp313-macosx_13_0_x86_64.whl (27.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_modules-10.8.3rc3-cp313-cp313-macosx_13_0_arm64.whl (24.7 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_modules-10.8.3rc3-cp312-cp312-win_arm64.whl (16.3 MB view details)

Uploaded CPython 3.12Windows ARM64

passagemath_modules-10.8.3rc3-cp312-cp312-win_amd64.whl (19.3 MB view details)

Uploaded CPython 3.12Windows x86-64

passagemath_modules-10.8.3rc3-cp312-cp312-musllinux_1_2_x86_64.whl (79.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_modules-10.8.3rc3-cp312-cp312-musllinux_1_2_aarch64.whl (72.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.3rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (79.2 MB view details)

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

passagemath_modules-10.8.3rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (74.0 MB view details)

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

passagemath_modules-10.8.3rc3-cp312-cp312-macosx_13_0_x86_64.whl (27.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_modules-10.8.3rc3-cp312-cp312-macosx_13_0_arm64.whl (24.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

passagemath_modules-10.8.3rc3-cp311-cp311-win_amd64.whl (19.4 MB view details)

Uploaded CPython 3.11Windows x86-64

passagemath_modules-10.8.3rc3-cp311-cp311-musllinux_1_2_x86_64.whl (80.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_modules-10.8.3rc3-cp311-cp311-musllinux_1_2_aarch64.whl (74.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.3rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (79.6 MB view details)

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

passagemath_modules-10.8.3rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (75.1 MB view details)

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

passagemath_modules-10.8.3rc3-cp311-cp311-macosx_13_0_x86_64.whl (27.7 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_modules-10.8.3rc3-cp311-cp311-macosx_13_0_arm64.whl (24.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_modules-10.8.3rc3.tar.gz.

File metadata

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

File hashes

Hashes for passagemath_modules-10.8.3rc3.tar.gz
Algorithm Hash digest
SHA256 e5330fea817117001872c3de98d7550c11cadb7aeee8c19e9c8aa9961dcbfee9
MD5 aa4bd4de5ca37deba8f8495a7c7f0929
BLAKE2b-256 517816329ffeb0cff5b06c39b36069ed583e1a4b1d4a45a024c450ebe014a4f2

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 71ee0e48e5e788c01f4c7576a90cb8f41b4a486ee95005bb05d318dd6683b1b8
MD5 507616ca6c69802641cf4ea26d9c03a7
BLAKE2b-256 bcef2350a1f0d8c4eb72962fb34a0eb09e56c961a23db04668b0a4927b96cbd9

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 4f097b236b9560cb6f9d8bea68ebe8ae493965cdac2aa4076691205d53dc8ad5
MD5 fa8ac46e557d70079d1f108ad70cc4c5
BLAKE2b-256 32e6e4f0c321b20da9b0bd073c3f89473290a75f114eae9a3a34f224e05fd4dd

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3867ba1043b09c822215873c70f99c6eedfad45079c35c1d4dfaeea3b8069b78
MD5 d13daddf5fbe3152f48d97250f8288fa
BLAKE2b-256 5fa3351a6339b765665d552ea18361bafa66a2b7f3a128a3ae89bfb9713faaf5

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 73680733be1d1b78bf55fc835aeb28494ab733fbb7d7022e712dd97714ea105d
MD5 41fdb594e871bb909e2e2facdb95edb2
BLAKE2b-256 be36ecd1caba8f917bf1b5d72fa1329d4ec7954426dbff9cd265a44d547de227

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 94635c3dd7824e9a7428a08cd019dcd23b153696f08a0580b248741f43b1f3e4
MD5 70fe7666fe53b05f05b0afcd0631d976
BLAKE2b-256 7e6962a00f55708287156f2dbcc9757368c714a4ae00af29dbf9c1a5479e70c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 25cf96baacb98115cf75eb2572170ff3f31d7cc775ac83cf4cecf6d4b9183e23
MD5 030af78bda9be7000a511bc49d1b1aa4
BLAKE2b-256 ece7a93f5aab5e7e74207a7513ee5cfa1df850fc72644aaaadc850b1b051632e

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2d079d758f1d3d9859fb2b03b0eaeb7998d384815f4ae38f02da23ac52680c26
MD5 795252d7ed62bcf2668ed1c60355a637
BLAKE2b-256 adb67d9eab7d7e3d4167c83ad943a0d1b998ccc77f607298b69af1f15aec3eef

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d776994d655e3616cd4646377728608119f8526e43dc15ccaf421ae267441296
MD5 cc9198afbb95536f9d4a1776801d29b9
BLAKE2b-256 b6823f87d4bb61037e0654a946b51fbbc9920c81422c53b42c46d3c065c7aaa2

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 d40aaed563af8b0bf83f07118db1322d8a0183c57e9fd967615191081f54d8c5
MD5 6b15448b693ce9039b5e1caf9a6edf13
BLAKE2b-256 d1fa7d43b220ef3d4a90cad05a1e2a229a3b66dc47c39d3d2165b2cbc3554ed7

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3f7c2984cd83967305ecaa385fc188ef7052a5d4400a332ab98dd5423b33f544
MD5 0b4b79d4e2999c1974ef0f4247022f11
BLAKE2b-256 2fd92d21ef8392aec8d1609f440ce049c6ab05692ad4224fa10e26b22d990386

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f04201480bcdf6d425853c4b8e69d7fc15ea0a1975167c44d14cc54d37f4b08b
MD5 6bc2778778446cd0f84a92d295fbab61
BLAKE2b-256 420e5c0759230a038cc7ef553ec4611bd1c60b17f3f58c8f41f2e5383bcf2762

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea4994ffb485bb8e15a6fea83007a74688d0586f5e5dc97dcdcc2cfb438c27f5
MD5 1908cd5725486e0b3dcd95df14541c10
BLAKE2b-256 15e20041772349a23f3f56e1da038ab57df9f5e410b44915e5f144bf3c5848c4

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4330705b2e3f07e8cbb891a3bcfba92ebf45dba83314103efe14e66dc2b4b44c
MD5 1bc43b2829795596ab22ef0deb3507fa
BLAKE2b-256 74d3cf014e4290a616e0bddecbf6eae55e8d37605582f90a80f4bde21e0186b5

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 154446784cf73f4a792e73bcb01cd1cf110d1096cd6c4716e6cf63b816f56abd
MD5 6a25ff0134cd0c5cba6c633dc81e40d1
BLAKE2b-256 b3e2e7ef3d773c1613d6d20b1ad894d2bb7da4b7f4fa6d83fe4567da30d2e621

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 93c0d8f0333403f781c30207e3b3af2c30fe0e58d1184225401594ba6231ff49
MD5 8ea0d19805fe06d3b5a2a171bcea267e
BLAKE2b-256 eee32351e125d01131aa97259c2e3efe5f9543130533157ae754d4f8cb7f1be0

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1bbcea6b55a6548dbcd3673b045ceb0c29953b102befdd684db6b3ac39ebcd73
MD5 687b3c1628f67d4bdca5ad340b33a2db
BLAKE2b-256 09fdf051bad8490daaa5b6a11c3531f9067190c8255809e6cda725524f6902ab

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 cf326e022577f1f53fe4b3dcd74ff2545cd136d4b600cdaccc7ed1e290db42c7
MD5 7c9196d553033a4996635e0ca37b7ded
BLAKE2b-256 c8b6190a36351a417c5ab504ddff7b0184205240a1f745ad8770824256683e3e

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3d4301cd9abccb14bf4292e3e374f11ed6efbbf40aee0df8694745ba8ecf5d84
MD5 fd348989b98e716cb53e6355f415182e
BLAKE2b-256 79ed9d8d62a7579e6d63c6fa37dc0a7467babd3fa108ad2e5f8ff6100d9c12be

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c01f1f0f6107daa2150c0eff6c6d117892fe5ac410687fe2030aac3a12dab0e7
MD5 335cb9bcf1a99fb9fd48353d19fe1c35
BLAKE2b-256 ec46f6439a1441fcecd94e5102506150b467a4ee4b423710c7de2963216c1aa7

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2766813e12e3812422f181a20bd24b6ee5ebe671c393725107dc58e0e5cfea9d
MD5 23a6395a0f51728c939a9c92183ff33d
BLAKE2b-256 f27628207ae90f943380d2547441e415355b51fcf4a4118719c0dfc93af2287f

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 80660982cb937203edd71c0a498392309032148d6635aa58fedd062fe2a25e30
MD5 254ad6b65695932bc06880e60eb334af
BLAKE2b-256 3c0cb46703f0504ed4c3261cb3f9bca96d3a5deb48f0fb8f0c56953bc7558d5a

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f0ac5f4919a0bf8e0df39e75773a7ca3886523ffa24119e592ba6dfced2d890d
MD5 edbddfca7a4f8ab2ff06b0cfe396b74a
BLAKE2b-256 a7385be3d0ca50efc336b92f482334f87f25f6f93a32c05522a1e33350cedc2a

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 27240e62c499f021e9a4a3c3d830c0efc4c618fa4219e3ded7d75fe026c92020
MD5 809db8c3547e0cc6e4ef7b549a7924bf
BLAKE2b-256 88446f19bdab2c6c7eca661b804ffb815bcb77763d62024282ad4cad9f6db979

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1beb0ab5fcaa3c3a27c7abb2fd3041284b222f93ac30db3bdb3cf78f18e4592a
MD5 3c3039351219960902caa646899e80bc
BLAKE2b-256 60f55e7e3679cc9406cc53814211f6aebc3058c3ddad4c09c3e0cd4d6c73374e

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 8475b1e5270c36d2d0f5646ba93d35a5cc8901817ca4ffcb5b8ad5fc61cedbd1
MD5 89baf308a0cf8c524e90fe713141b3eb
BLAKE2b-256 c9adbb025d31d8660bde490e56a9f1ecac40ee2d20173ba0d5a94758b24af95f

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 550a3ac2bb3aa9d1b2b14dce82ef0d91f738a3768ccba5dccbbe9cf4716ca24b
MD5 0ad6ec7ff80ad28b9be2203b33904ccb
BLAKE2b-256 810232c4aecec809437452e0c8a5c3869a49664887ce641ecdaa804b9df6ef90

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9bf89c2794b3d1dd79ecce1f7d032b8c1f0329940ca177c3b37ac95be5270f27
MD5 9f8542fb0df651d35eb58b5d16b11e22
BLAKE2b-256 f7436e23f342cda46ef33d8b0257b6bfd3e159ddf978ee1f71d4eb4c782bea98

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0b21652576001a4d59d4f4b363d98166059d11b447b65349d5c85f71b14ec7f4
MD5 81dfeaa0e1c63ac52be885d237b1b739
BLAKE2b-256 a847aecf2ca958c0787a8c6beba04bf288292528d8b12c5badc335ca830568c1

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a7b736d2015ca23c2f104fbfb12fb501963da8d37431ceeb88b637a4d5eda107
MD5 304f083f83abf2b9fe8c03c38e5bc5c9
BLAKE2b-256 ea4c4caf9f20d2e3a9e603aaf357d69382a4750d84ba596b3b00a395b69482ad

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 896ee0a26a90e1b1fc24edf59914075b8646a7833c3be5740a7ce21d4e510ef1
MD5 a2a64584a5b60395e01c86375b527c97
BLAKE2b-256 1449a3d4179fbc1ace5c6d7cc0041353a63d220b0955427782f0cbbb9d3111d5

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4f2ea5a835fcc5c5dc00740f6338aad39c54e15d69419b68120c865fd5ca8977
MD5 fbef6fc950db3a7ae1cac23dac653aa2
BLAKE2b-256 c81259c2865727d6fe28b12673350fca801e5be71d0a1321b77137905aeae5e6

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 449255f4941b4e0d16715f34f8ecd5db69ab87f4ae387f3e0ff65457faa0353a
MD5 500f7f76cb9a5c0b396064c66ac5b7ca
BLAKE2b-256 d34214a30851aab51b393dc0d16893882862a2506dc2fffe4f1877685d43d97a

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d09e162873eae25579f3418645a015248d52b68f46900ddd326152637c483d1b
MD5 c78e864a7259469f9ff62d6b5c799601
BLAKE2b-256 e484da19190ffe12c948cc98dc2d1ce98fd7906de1589f510a7a5dd1dd04e54e

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c0bf9d8a0870f1c3fd2cf21d3bfa82fe52772a2f2c47dcfe38ccefdedd887543
MD5 66da88502d0aeb46aedd4cf6942aa905
BLAKE2b-256 cba1386858770d3f74a3c70d5c801611554a455b0a5f8a537a27ecf520d30636

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 03fd03d5b753b52aedcb4e2874f3f49ccc07c84ea4c7addd208e627c5a70efbf
MD5 203b88417499e9e820aaef48b206969d
BLAKE2b-256 1f6744e2d4c5c0af5b8da028358c5bb236929c21d60164e7e8f900e3809a5b27

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c67bf045df222a7abb17908c74ffbdb7898e5af1fe48e94ce042966a59bac1cb
MD5 98e0c795375a5d182a41b43ccd62a85a
BLAKE2b-256 791014ae3c95b98fd5eb33d45e4711889994c7bb832fd49568515e3f63fe10ea

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eac1988a82aee9d7d1db182546ce747925169902225a16baf78f2139ae40411b
MD5 020c1b2b41a4b7a89e9f81dcc1cb81aa
BLAKE2b-256 e3a73658a276ca9898bbafb631f957772e2d78554d3ea59a38b4b428a62ee5fa

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 442947161c9463042dbc18bdb504f32f0d300f9e256bccd3bc5d22c072b88356
MD5 95cf3f59f8a68a6037463ab676d28dd5
BLAKE2b-256 421becccc071cb53ab291b1c860729c4b73772dff9854c1e6f1c28e24de3275c

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9453ad5f4946c107b2776d803841d6a4eab30cc71425463bae5eaaa07bc9f41a
MD5 99402bba32c96a053d31d62c4bca7cc7
BLAKE2b-256 4ea5e757a2a57f276f30963777d3adab72cacdbab6c17ae4fa42788011a52703

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3rc3-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8c6d462fe33a0d73d12b3682180bce9541d68abcd46d435e7ffdf12754373350
MD5 b966b395d5de394eadc331e4792918b6
BLAKE2b-256 56d716fb859b0ad4756c1630aa66b06ce211d288f9f5cc37d4b048549cc29c40

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