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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

passagemath_modules-10.8.4-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.4-cp314-cp314t-musllinux_1_2_aarch64.whl (76.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_modules-10.8.4-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.4-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.4-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.4-cp314-cp314t-macosx_13_0_arm64.whl (25.6 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

passagemath_modules-10.8.4-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.4-cp314-cp314-musllinux_1_2_aarch64.whl (72.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.4-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.4-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.4-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.4-cp314-cp314-macosx_13_0_arm64.whl (24.7 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

passagemath_modules-10.8.4-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.4-cp313-cp313-musllinux_1_2_aarch64.whl (72.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.4-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.4-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.4-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.4-cp313-cp313-macosx_13_0_arm64.whl (24.7 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

passagemath_modules-10.8.4-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.4-cp312-cp312-musllinux_1_2_aarch64.whl (72.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.4-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.4-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.4-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.4-cp312-cp312-macosx_13_0_arm64.whl (24.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

passagemath_modules-10.8.4-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.4-cp311-cp311-musllinux_1_2_aarch64.whl (74.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

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

File hashes

Hashes for passagemath_modules-10.8.4.tar.gz
Algorithm Hash digest
SHA256 99ff942d373485334cf7dd51e44c276dc22187b8f31e357dd20e518ed3dde1ce
MD5 d3e1e240fe9671d727ddc8dac0317ae5
BLAKE2b-256 5a6505350d6219d71ec84b0cdd9eac182849647d46cb9915f9517dd87b9024b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 98ddb418270e581e407af0285ab5abc5207aeab7251c431291e8f72d6bd07d75
MD5 e46d5d07d8db1becc102bbeaf43e7d87
BLAKE2b-256 a2739626fadcb642dc66ddb87c01d4a2c3d8d7ab030019f2891cce07e41c4ffc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 f6b40054f08bb5fffbad425291f2f58f18dc670db2be23219668493454436b5e
MD5 dc25b1dbee4d4fe60b06e081a8b62d24
BLAKE2b-256 b533cded53658c0a31f37588c3b86a59c2a2204a6db76345e2194d1499af8b01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9af502180e2d1a56df0c1f2ce0ba58a8c6aecea583a09a3e3e972df04062fe5d
MD5 f325ffa2ffcbd3a4bc1d9723d2b32e1a
BLAKE2b-256 60a92e13620c236ef4f613ce504eb645fb4e6c86ba1487a265dd71d10cd06242

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7d3baf4e477172111e4997a75b83a36693020ffd3a9a7fcfa81399cef6ad716b
MD5 703108e0a61c6607ce60bde43e82869d
BLAKE2b-256 833d3e0349de73c5703dd95af0d00a1280efc9cf424484d80cbad4244eb7c113

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6b456141a823288c9ed2df51054017c9c24c31f25371bcf3a99c6615387860e2
MD5 41cbfa823721ea5c64d0b118f73dfd5a
BLAKE2b-256 7edce8f1df12d05ff993672874c1a2582df60872a917ab72bda156fe71c5cd9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4ab7692d7946a78f631c73395f087eae4ebe772df29d1a085ea6dd7e9a2a7185
MD5 f4ef5b508d100d3fe485d46fc3103817
BLAKE2b-256 bccc32aa6140628aa042d75016dc19eb2b9844083ce39a4529f6a0c42e2f86fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 90a91472d8183bbb2455f6e1a621c87d5e9735c6b1d531d3bfdb46b4281896de
MD5 0f93c19af671658633e2110e7eb5e62b
BLAKE2b-256 17570e0f0336cd69a1c978ce57a7df2ec45a435d15901869289c57a5fd9a244a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ea0109df6883b72d0647c5ec419f1659c009e59cdd91bdd9122ec7ed08528f33
MD5 df0c63e6f92b18ed527aee467aa69391
BLAKE2b-256 a02ba2dd22109da5c09e69125b961a95dc68dcb15ab4fa8fa65e57183e8fcb1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 7dae2e61c6549d3dbf29ba73d0490285b9d135ae5a49cd6d48419e3ab5c29488
MD5 31968b36c7b3894c44bb199565cb0351
BLAKE2b-256 03d5f65ccfeefe0bde16686cea93d7e3dafe3f1012a58beaccb048f701ed01e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f7ecf813e0a157e3de6ade894a657de8845516792679205249dd1685019de9df
MD5 a74b6f3fbd99a5ef2a725df10ca0d0cb
BLAKE2b-256 c0c31e234f1de8fbf6a743455e4df949181b7a24c8ac41d43245e8988a20e155

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7b00381dd3c707f4ed2914979eaebd938847f7676f06060a6881b7f652d05f1
MD5 5610372aaa49d0e58f9d97e0756c8822
BLAKE2b-256 347cf1f34de4a12154bd43e7c391126bf780974bcedf2b890f7f6796cef73560

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4e90d6326de0bfc9457e067e187297138b58896ebbb344c45322d1a741859423
MD5 9dcf942329e1a9490817233089d1ffa4
BLAKE2b-256 c34e139e1df4583565226cfc4f38f4c2f127593638f67b7fff6180f833fb8202

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 778311c0e5eda1ca5c16716c069ff3da08cce8458193250a7d7080846cd41337
MD5 e1d69e2c888b5d792d9c9240382af7db
BLAKE2b-256 d9368544304377f68b6c14a631946c64f87fdbd72230427ebadfe1a5435f42cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d49e3741b974599b57c72061ca5dfbf0be05107ca96519b395a104c5c93358cc
MD5 7d42be729b02fb5873c193842dfb4b3d
BLAKE2b-256 c1d52a8bf57364e1980466b40515ff2eee71f267a6ac859d5c4d14d5b8cf2220

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8f49dc8fedc9151f45715b4e07b7745acf12d07d316dbfb471acc16b9796ccd6
MD5 90c1d1bd83c33b949b022c895998125e
BLAKE2b-256 7e57bfb91ecb066cf616cd96bae3a2760e105d8b22fd35a0edc42e3153b32c71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 dbd1d552d7b0d5d9e9f7192e1c92a0ab8c3367823367e24355193692bf6a1253
MD5 0d3eae6425c54b4beb759c8ac058ecba
BLAKE2b-256 34185324f848ba61a2e3e8015d70247e3058bd5a8714dc019bae3a686765efc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 364faf1c87be94931baf923fe52eb30e245f6b9227e5aebda016fe161fbcff99
MD5 96855fdb9ceab1f47bc3fd419a662c52
BLAKE2b-256 773f14f5089cd03dd4dabb7929e5787dc47de0d736ada3de1dc6533d97fa95ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e59940af8b26c0179f279e960dbbdf78e94b140c99071e8b333d08a03100644d
MD5 7bda4dc6af545963ff5cc2b10075a3b5
BLAKE2b-256 407234ad645c9c47fa9dd5c4fcecffe0c6d9d43e8e387fbb657ef2ff6943570e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 301697eb00618a1642f33de1715d9b95be0359189ed490efd8f6f6918a0f5209
MD5 0cd149862c321201679ec8f040077e3e
BLAKE2b-256 c7b4e1996a75e40218b5e35da808ed46c2c38f714dd7d03b971a0696d93def53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 11b1ab4d579c504678ccb2504471f7406a641ef43944a31d34d69b58390c0906
MD5 7a33408c77e3faecdda6ecd58df9af9f
BLAKE2b-256 0203f759a2faf6a252de8e1cb09ce7a4146ad89713f7a5da9a7c13c708213c96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3858f5ce7fc4533c761059d0374d8838438e1090323b2f7984e25a65c4bc58a4
MD5 739d4975da1a931ce0d40f35f9b29ad5
BLAKE2b-256 363163dd65a2bd6e5f0caae7a2bb298f7c9274588d5695c3dd54cbc05cc19855

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 735576bf47f2e743dafba9953480b3a3b2da93db4e04b7bafc19269167cf0612
MD5 32b86d55b07bf68b5f30296c602a7cc6
BLAKE2b-256 42b35081238c77bb1725e0d14f5de634b7010281504eb15d14c9d271d09be03c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b9dc04049fbc2b6c18d53f6c48438a1868c89631f76250f25a6911f28dd7f50f
MD5 ba1c8434e6382a1e8467f030d1c703d1
BLAKE2b-256 e9e1dc77cd19a75d5b36c1b2920991b615444367fca7bc8a88be9e9d73eb7d10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 908d80af756bc6495c55b65685aff11c45e14a33d88e7d587310342652fc3243
MD5 362f72b56eb4ee6ea5e8674cea32d4bd
BLAKE2b-256 7a6625d7805d87d1f0e44f0d444479a83a3856f40967a27ca00fcf37112fcf88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 fbe65162005d779168329a05bea63eada60a37b601c565b13866d51e2bf080f1
MD5 3d423744ce2cb7ffc6dfb07ca460607d
BLAKE2b-256 3130f97159b4d5514a8da355ee4511700f499b585b91177582a78a77d2546498

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9e59bd3e4f63f8775eb2a9f19377e530090685c3c949f2d85c40db2b6decf0e1
MD5 ad4a08412e52c77b8f50a765385ce549
BLAKE2b-256 1b12d2b1799d51175fc0d431f148f52c60c204756dd6896e68537f64c874bd00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 03a08b7168f0962143947e54909d09a49b1276f5a4830ad6efb41e6e7315ff95
MD5 87ccb524dab625815fd517c5bf2b4083
BLAKE2b-256 3b36c1ad2821523efbf976f25f799662742281a98d449875aa10e43ddfaa46ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 00bd71d316b8f2b0c421c58d93723ecd460647fc810ff24b01c915379e14d9a0
MD5 bda752039a5e6405aeba6d70b1aa3e6a
BLAKE2b-256 d145ee103969067821d7b982643c232d3ad07a4de940b48b767add497bdaae6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bad00ee8c3716dd67a8178810309edc4aa873747872f0048a2529d796012ff4a
MD5 e02a93efe47dc9bf8f217d76ce6f2a93
BLAKE2b-256 942f36815649a978ee26cbc9a6946c5de9eb8bd06fb8efa2cd71eea0215b47b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 295e4f7d273342bc5cc9bc0f1af77f47d8ecaea3ee02282111c7add90c915bc9
MD5 bf2137ba2c6c9cc754bd6f71701e16b7
BLAKE2b-256 034acbf2c453b2ed97deac000b29e58897922af9044edbe8ba70a5ca5e467ba0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ba707b06d6e3e63f68a416d25099337573f2ac372e467f1e091e266df9c4ac77
MD5 6fea771229eb2e9d4f1bd60cd34b4021
BLAKE2b-256 efd26876b12ebc6702c40352334575dd33d6464ed56a37d916355035435d1399

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 677e9ea1362e8ee94f611c56035e218a7a5a4e0d1fc28c0fc99c3547cd3666cb
MD5 8ac3fc565d1c4d95d0c8d2d52f58844a
BLAKE2b-256 54e185c72e7d4e21ee66cd6d45876c10ca199b41babf83750ac1c3c323007f6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 f52956ad7aa06c41e37f74e6a7cb519a1dc28c45049c16d69f3a9f2cf8e4456c
MD5 cc2f71488dfa7e16e99d2e4c58b8f49c
BLAKE2b-256 e8ba71dff2879a41c470def85a1307cf05cf13266e16a6faf92abf357ca91a08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 eb70507a4fdb2ef035a18d01934c1ab9fab6f80c3ad66a5a997009d3141f8aeb
MD5 2f0f06bbf54f560c4e685a9712094a9a
BLAKE2b-256 bcb19a5361b3b03ea6033bfeca5bda2a01332dfe875947fa3c08e7a4d7dcf952

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 48c8af980abace1ab576991b757543748cf9577b0885d41f93e95737e5f4f894
MD5 3ddebcc67cdf32921d9051a13c4fb3ae
BLAKE2b-256 80f83cba8e4ff7b62590b3160f140c23167c06996462f4279c7c53f3c27e904b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d18e24f0df8c1f2e8ef3b32de15dd4a97463035057bce29663a6f5aa055b7a46
MD5 17a5406715975b83f4bd05697ade076c
BLAKE2b-256 1e23d14e77bebbb1a78bd0edddd5ae6b164e26d4be1d07e954330e1ab1cfecec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5edf3235ee33d786881dd37ff3eeb5c42e52fc28a6f931cd7cdff51299beef44
MD5 58a3e204039059de7fb9b1247f87bb95
BLAKE2b-256 98ff9a0660fc6eec3376dc97db3e2678af349b91faed24c3fafaa5dbd72b6299

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 516b0e33f38a91e13f6bfcc2a9189dc12d53b32be2728a2827a01fd22bea4e53
MD5 bfc59ea0611bad3912504f990abe8b1a
BLAKE2b-256 4f570a7ca0fa86b82c2060657af02bfcfb1d0c0784a4b9aa21ce679abfdb48ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 20419f9a1d6513f2863b477020e0fa647858e3dfbd743d1c8b63152abe1bf46f
MD5 bdc9a3470a4f2e7983eb7977909cf527
BLAKE2b-256 3716587cbb574757ecf55f8d878b39e399d4386a6521e3f8679f026e8e7eb9ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3690c1ea55f05b2f7d6f5abaaa53960c84446d725b74e36b08f1383113716761
MD5 35ef27364ad93574cee7baaae59a4181
BLAKE2b-256 2fd9c1720a8803c948a624ae874320805cc2aab82da81c261a4cd8f2da6267d3

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