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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

passagemath_modules-10.8.5rc4-cp314-cp314t-musllinux_1_2_x86_64.whl (81.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_modules-10.8.5rc4-cp314-cp314t-musllinux_1_2_aarch64.whl (76.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_modules-10.8.5rc4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (81.8 MB view details)

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

passagemath_modules-10.8.5rc4-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (79.3 MB view details)

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

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

passagemath_modules-10.8.5rc4-cp314-cp314-musllinux_1_2_x86_64.whl (78.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_modules-10.8.5rc4-cp314-cp314-musllinux_1_2_aarch64.whl (72.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.5rc4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (78.0 MB view details)

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

passagemath_modules-10.8.5rc4-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.5rc4-cp314-cp314-macosx_13_0_x86_64.whl (27.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_modules-10.8.5rc4-cp314-cp314-macosx_13_0_arm64.whl (24.7 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

passagemath_modules-10.8.5rc4-cp313-cp313-musllinux_1_2_x86_64.whl (78.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_modules-10.8.5rc4-cp313-cp313-musllinux_1_2_aarch64.whl (72.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.5rc4-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.5rc4-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.5rc4-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.5rc4-cp313-cp313-macosx_13_0_arm64.whl (24.7 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

passagemath_modules-10.8.5rc4-cp312-cp312-musllinux_1_2_x86_64.whl (79.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_modules-10.8.5rc4-cp312-cp312-musllinux_1_2_aarch64.whl (72.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.5rc4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (79.3 MB view details)

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

passagemath_modules-10.8.5rc4-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.5rc4-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.5rc4-cp312-cp312-macosx_13_0_arm64.whl (24.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

passagemath_modules-10.8.5rc4-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.5rc4-cp311-cp311-musllinux_1_2_aarch64.whl (74.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.5rc4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (79.7 MB view details)

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

passagemath_modules-10.8.5rc4-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.5rc4-cp311-cp311-macosx_13_0_x86_64.whl (27.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_modules-10.8.5rc4-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.5rc4.tar.gz.

File metadata

  • Download URL: passagemath_modules-10.8.5rc4.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.5rc4.tar.gz
Algorithm Hash digest
SHA256 b719c00eaf39797276db92d991c48e762c4f8f28028d3b9d805c0b03b5bd7a73
MD5 363dbf21c8430c5f782411c2f4aefba3
BLAKE2b-256 ae44b8948eccaab4e19ed20c168dfd6b2fa17f60637ca7973f745e38a4f8f09f

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 5569dcaf8de33c435e9b8a6f39656e0b04af298e0a55787ce8c6c326c6232a0a
MD5 cdb2cc94125ffc378caad07bde101ded
BLAKE2b-256 f64ea36180750e8e14f4e85aceb00cecd81f9adecc1da752cf4969d57a90c469

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 253938a790265c6667e00ce0e82dfbf57609f6c712d53bd0433a36e3f65c4150
MD5 4f67e24b9bc93e068e5635601b8c00f4
BLAKE2b-256 1cb29021c036b8f856c50d4ca6fcd196bfd901c221eda38eae881d468bb268e5

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1cf098038da06dcf84c0b08f5625ae28aca734bbd8796866dae053ee7f155774
MD5 b204340e9f99d938406a11c55f69ef75
BLAKE2b-256 db5c00d3362ec7cd5cfad4ad3428c6730be836598b76018aed45a205cc93c54f

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 23d85e45b25e5daeeb2f3ac97819fed9e051bc5ba7ec50a97bdc462306850a0d
MD5 e2666bc639d565a0f57e308c2b5831f8
BLAKE2b-256 dd19a70aab6d0f9edf06293c0bc3f9a2a653b415bcabbc125b29dac3fd38df46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cf13e09235665d315a35b6436006e4209dbaf67a5e7c15620ebd66b04cbba8b8
MD5 bb9f240557923d7537a54e7be1e555d8
BLAKE2b-256 cd3ce7579ea9100f762297a7e237112fb74208f8873ac9c4d3a1a29749faf2c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 191fd5527ca132ae023047d9139f1bd1cd8737b7b129429e3996536c6c32e627
MD5 10d4fb158fb84fd369da1c12bb05afd6
BLAKE2b-256 b9f51fe2d29d7334cee4dbe0cb5d898cc5425553336c9c98a1d9bd68ea20c95d

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ccfc7960c3aaa0f70452ccb8af6fd08894abdfe91d77a0f73b286f7b6ef5ab20
MD5 cb3316a1eaf8a969e81d87f4eb8e2e28
BLAKE2b-256 7ebdc32d253bdf9e9e2f842ba9ba995c81b0d9a98798e097f8f2b619d596d418

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 02c5564ce5354ed0fe82df4ff1f4f46a46d6c6f78d1d432a9bbc57213e206b14
MD5 dd94e7dd43929b87943038c27fbfcc74
BLAKE2b-256 73474e15e113be8db1d927edadbef05f975acd733e2f83112f19456adc16cc79

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 d75f0c38f63eed8224eef4d90468cdb5a55f4d3d1b5a842a8b3ced7fcf6cfc83
MD5 91206913e8ccdd5a9906e7403e46b398
BLAKE2b-256 28f7ba2fdac0c8f27da3ddf6af0fac007b28e008936f21a8c2e012865cec557b

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4987cee25a01c7504bf7ed728288491d723d978176c79770344128846185a2e4
MD5 a9827ad02cf2de64df2f04173608a3a1
BLAKE2b-256 006e89c0f1027b7caf5226519b28e350660a7665c517e7c4b54ad0d5eebc1e11

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fa5f5c85a54b40e8401b509b9931410af959e9a683d0fb6789fc8552857af647
MD5 c893dd526f6fadd744c4ae85f0022f6d
BLAKE2b-256 f1ce861b88443209d13bc9a57b7c4852578c38e9ee491a04f1538460324a9cf2

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3b5a15c8941b3c2f055bf1c31adff61014f50af86bd1dd1dd7d1723c6857b45e
MD5 5e82f7648f0a583445bbe27288c0d40c
BLAKE2b-256 6cd1e877610b0446e332e23ccc0e01783e405edbd9e46663d1b9bd665e177ed5

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fcc7da06dce5344208942f93d7e54a680e2dc1b80a316b15c17499c6f4cef18a
MD5 1ea13b92920b1abfee18c1c317cce17c
BLAKE2b-256 f6ecf04030037f254027f482d9471f6729ac8736ad42404bf2d37c5825a41710

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7058bb3109b4c219a264b53b60cede5598d43b75fd4a0d28f2ce94b9751626bd
MD5 3338188201dfa3cfdefb070db4e9ba0f
BLAKE2b-256 0dc020bc4e7a8311db7263c4a7f5dab5a249b754675247179a7bd328003dd51c

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b7d3d71dd016fee38edc779dbee1002bc85cc4115958c644e303b9328d505b1b
MD5 e7c33f72a951711000ff599a453fb785
BLAKE2b-256 e34c6818bcb01bdb9968fed294299c54e5d99b6124f2f5a03ab4ad0e30ea479e

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 202985642d841df1f6b35a8030ef75e7caabf9a8fa3dc0be946c47110bc6a9c7
MD5 0b238c619f984cc639f761067d0661c8
BLAKE2b-256 8cc8ea8ea797bf212131b0a52323d83797134ea24038f0a1ddb64583bc82e6f7

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 ce0f71023dceb826f3ee9a3ec92f8106f821a655191dc067a2bd180e84d41b7d
MD5 3bfea0aa51c591724188295516c1ca26
BLAKE2b-256 d40ece659b1bca328b776b65b217497263a29135b3faa5a632fa04f246be1e74

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 20afceaa150c41c810c9c09e0c9db43a228a82b501df63915b258ce4e30a7f0c
MD5 69c3ead1538ec87bf4c8c0a51f3b66b6
BLAKE2b-256 578408129011563bf0a26fecdb4c292e8ca351beceec07db0aeb0b58b2b8ccf4

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f26625d4c2b0be3955422a615295fe06784265fbccc5ad2fa3f848f9cf70573
MD5 ef399de023ba790ef7da1ea7119e7a88
BLAKE2b-256 3b6e2518b0689634c041619ce162bd36a762705cf32f629336a7db0670487438

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 47131e34286618f38fcf75294ac07936e2b15aa9d6bd72c69d471d55baa0b738
MD5 47c0b6aa601c5ac0fe9784441718457c
BLAKE2b-256 32ab731c167d450ff2630c9b2aeb975d4f307d75fd4d99bb6fd234ab87524d44

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1a3495ceaf9ac951776e9d7efc052e130b4492380729db1dea136481fd674f4d
MD5 ecd5fbe943c40e7c347a9b1c3f657978
BLAKE2b-256 0e25e5b25bc694602298fd687cdb6d6f5a1d523b14764ab2a43f4937a010dc24

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8a55857da743cb9efa5540abceb59eeff5ece4f3c7961dee0ff0bb7ac0fdc39b
MD5 5a53a3a954e0e958fcb11bd5e27b7715
BLAKE2b-256 ec5dff98ba9fb4c096c1343b18deadb92a18658ee41f794daad2cb17cb3a0db5

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e403b35bfbc4e5dac6a0f01377dca5149a5b4f554388a26c4d88b67b2f7cc0ab
MD5 b78fcc3a75aca8931745d8cdecfea28d
BLAKE2b-256 ff74392d8ef9d2979ee10608695c9f718b13c2df94320529f26717389055a9dd

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 473023f8170745b05d7c30074f11497cb5d052b772336e6d287eef384a9607a1
MD5 8ca8fceeb7252ebbb37c6c60c4b4ee24
BLAKE2b-256 1e8aa68e51ca367a8695f9ad888c6a96f3aca527c8ca63673185aea49fd97dd0

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 be41eb78bfc8e0cd09776cfbdfa9b9ef4290c954d5436ae0295b8afcd7be9b8c
MD5 e9c89bbf5cbd0345e3bb1af9d6bc4723
BLAKE2b-256 ef4a92ef65f054ba6c676a85b74fae2263aa07b9b3b491909dac0d1b3223c6f7

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 77ae7141da856d6779586252edfd4995501e7681e3b7b2a2435de34b09ef1d4a
MD5 dee4e8821e2cc2f6fffb51e4ef42d836
BLAKE2b-256 6de02c8645f674cdb9ee63e3f1afc3e305254c41daa637903eda92ae9322e0a0

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 521a6f7bb2daeabd52f249214e10526e0473d7fce87ef7ea9b65cd3b7848f6db
MD5 24bc46a378eeba53d88a8474246c9c58
BLAKE2b-256 c57efad172c71fb7b89d1347db2c2f919f6a3d1d672239922bc955e083da23f9

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 84e69a026b66596d1ea2fb807ea0d0446bd9fccbad0b1aa044a061088399db5c
MD5 cbe249ee81842a1d48c1b92f0a95812d
BLAKE2b-256 15aac5288f78f3795c533e4f0688e166364d2e87fec1b8812873c50783c368cd

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2468394c7eeeb349b0468622f54e54713156373377204bf787207b8b4e49180f
MD5 4a8811fa8e16a815b728e71287e60771
BLAKE2b-256 bb23687896f3dde64086bfbf91bba5d83c4d84b705065f7a9bd4fc0efdf28639

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6ecdfb87e382d72ae2053718a31e1e07e46cfaf592ebda77efc4aff26b186850
MD5 2e0b49f55d9d18c0972e46caa538729d
BLAKE2b-256 7f02ec936826aebdad28fd39810c01e9b6c1eb7841567aa57cafea40ec99dc1e

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e5e43339d635dc75661f04e52f3ad44bd6841d3e91c062febc80c3012997fe66
MD5 103b7f0cfc3f8fefb6dbd7d7ea8690b3
BLAKE2b-256 dc040f891fe05755e4c074c498ac1d9330a2b60ee6ae8dea5d64e834a6b262f6

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b8c1c756ce754ee470913eb1d8daef736b728de741c80edd6d23ca40a69f3632
MD5 0777c7cef0daa2abee7be2cef6320af9
BLAKE2b-256 341b4d7418b475ec712dd67e83444a5b1eee69103b05eab10c67c751594b33a9

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 244c985e43369db24f51312cd0430592774a29ed0416b1de8ece30f4106fd43f
MD5 52d76167dbd1e46d457afda73086163a
BLAKE2b-256 734f312c60694fe9ac0bda172aace746f7859c71fa48607925cef0125cc1e64f

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 379718b9355059c01bc0b7ff61e14ed576ae58de55a2de1a63c0300032fb628f
MD5 0e5186515ceeef08a66068a8b1f2aa4e
BLAKE2b-256 8f9dd277e3d0c04e9bab4700ec4a0240990f2f1853469b6dd3fd7b2a201478f8

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b134155b84c2f3b3e2a1f140563ff56766c0f91141e030eadfecafa92e08f31b
MD5 b73badad335fed9247468f776dee6d5e
BLAKE2b-256 3b195075578ec420ac57187f77c3c3c3be0694f4a500fc0d2abe479826ff9d2f

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4968ca3ee7161ec346054fcb963c8aeb4069564e38338dc088b006c61c20c3c7
MD5 109deaa4357542ec5cc32c6cefdc7da4
BLAKE2b-256 477d9ab52785672d32520ba662189a915b359cfc23fed865cbc52f0dd89117f4

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d13b4d34ed724a80e53ae22dad5e3dddcae02e8e3462cafd7f5ff0cd366be081
MD5 e5b330180ef4cae256b732b072daf0c6
BLAKE2b-256 6c44ecbc2f2352ec844e3aff120b1014b7e5b153363eb0c6f18bfcee6de2999a

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 16b20fb6019908189f5603dce182511205494a48069f0464f701a3211f31cd0b
MD5 87dcac4280b2b1b64ba92eb909499926
BLAKE2b-256 cfa196a9a04b3e742b169983189f190c8247db736ba47548c4a542aaf78fb995

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dfb03e1b467369c4c681c7d3345451b6640a8dc54fa57fd9219ba7acbbee62c4
MD5 852feb7b90ce6b0320b9d6d879392447
BLAKE2b-256 896d2c3297fd405c483ef50bce7b5b78023e33146a93c9decdc585115557453b

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc4-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b2e8022b4fcea6cbfffb05e41e9bd83d8b95a353c8967e9fd2f3be1a307911be
MD5 01b3b31b74d6259308f8e1b5d937ac23
BLAKE2b-256 6ca311748a063697791906860198939c00300b66acb73eab076ee8e53788afee

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