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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

passagemath_modules-10.8.5rc0-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.5rc0-cp314-cp314-musllinux_1_2_aarch64.whl (72.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

passagemath_modules-10.8.5rc0-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.5rc0-cp313-cp313-musllinux_1_2_aarch64.whl (72.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

passagemath_modules-10.8.5rc0-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.5rc0-cp312-cp312-musllinux_1_2_aarch64.whl (72.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_modules-10.8.5rc0.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.5rc0.tar.gz
Algorithm Hash digest
SHA256 a2a0528221ac4142a80bfdf0971f9d24012f78966e0ff8e3b1b01b3b222628b1
MD5 0a6eec7b0381b398466f5deb350786d1
BLAKE2b-256 e4efac8f1484fe161b77f6ba28842d73e9f9908d0a87cdd5cbe496e6f75ade3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 534d4427320b275f27c0ac3dc2ac5641c9bf1c15ba00a4dbbecb3e55930355e1
MD5 90cc10d8c57ffa8c1252834afefecffb
BLAKE2b-256 5cfe6dc1a70d282e7fc7b25ff9a4359948e0b36a1260abdea66c34a3e4fd1396

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 5641df245d5e7109b09f92fd98c2356c0a40ca24ad989395aad0237fa3fe9e30
MD5 0120fef3c459a87cc76e9586c649fe83
BLAKE2b-256 fcc4b71c4ab00d2ff136beff35e47065fa117609737c9142dc6999835ff39dea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d9f7ddda5c1294a4b5a8895bb2340df44918a1845abb113cfb327a69615a7a54
MD5 79840492b38f84ffa7482416cea9dd32
BLAKE2b-256 25a6f555049711ca2f06c6265a53fb5724d7177cb67f66b1ea004fc4e795db8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a0890f65e73217ee0c7cdcb500120722e1d2ccc90cbb3a96a5aaf52061bec53f
MD5 0486e9bbbcbb03fd2c31276e8e299dd7
BLAKE2b-256 855984d0d103d5eb43eed7c47640d442ea352275d632f1f1c21034abd7e3b949

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a068abb185021c8b17dcd4a358aa6f08f9065affb704c601dc0d6e4e89fe133e
MD5 2ba2ebb1fff3e0eed9e3a321953449b7
BLAKE2b-256 2ea0480aa59d97a8c3ffd57ab045e61dc95c54918cfab38c795707c807356c01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3ecb74d3f27968d50b65b8f8071c6010d123d538d61d8698ef41151db262a206
MD5 211a8e6e8dfa12ed7bfb2a014873293f
BLAKE2b-256 486051c8a4c3ea7cdf34421f0bd791710630d5a13a6c4bb939895fe36738c9ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f7254624e623906e9927029d95809f4e1975dd9c8a50d7b5b0f4228201815de2
MD5 21fc239fff071bd7f7a6c519fe474196
BLAKE2b-256 cab857d3c63fd01d5aa3c7d552784317cc311bd0c207d20e1c0024ec7975be35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 39c4d7ee0d393f7f6e982124d36a59e669d22f7d9ee8279e14ce76e51b97089c
MD5 ced250784aaab009598d25391796d93c
BLAKE2b-256 bd0e9575baa763c2c200da6bfde1479f344318673eb7f89f8a8b0d52d80ac807

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 e2d621c3ca748fb5f1c7f102c9dc1f44a09dc5dcfb6fbae7deb3135a099a6ca1
MD5 db5c98fcc188d3cbeca48b70a57bc3ba
BLAKE2b-256 a3219ae704ad3866a21e19050d3c698df37de9f8b5b9ccc08b71e70e25c1031a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b96e2def745ffc79f40c87b1fc5f956836f9fbb018574d68f3ec47cc762ba04b
MD5 1c1eede191163bce32390660038bec6b
BLAKE2b-256 689e80cdc2a7b9287ba3e878ffbbfdd87094ca4fa6a1d95ec9a32f66885e8f00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2895cd1eeeb98ae2a5be1730ccc8829432bc03e865a884053f8c6102fe72ece3
MD5 0ebfe0f829e2ec15ca62c4b656d9ab6d
BLAKE2b-256 b25cf2867b43f94478b8e07ddc8e07ad410e6948fba2ff797999dc32377ba4b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f8fa109585063b19ed0b3c389565426ced458abcedbf6cb93d421d16dac76b64
MD5 c95f94c584c33291dadf7b9ee7a3b991
BLAKE2b-256 6a8f3615e502ed993a98d2e4d2d88512b0ea597aa0153989627be8940bebf7e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c7c0933c176462a61a946130429fc75dcc9e1390e7fb4cbf4904af271124908b
MD5 87fd47e6e66f26901e238e445afac1b6
BLAKE2b-256 6ccb2c08c99f6c98faa36d8565fb99971a12ae77a05386726724ef453105a999

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c282ace6a1e77fafc0510d3af3b416c769a0e2e015b051e4fcbd73e5e41307dd
MD5 d9054e396d552d2da5e0362997b3acc8
BLAKE2b-256 5bd15abcc5cd2d21cae6987bcd62c2f25b1c17f3d1ac1c84e2e3ea8799db4df0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4137131e025b773b8c0247c053f15d330b40c10be48bc8d3491fe6201b75010f
MD5 12288702d367d05c6e8c98c9e2e47231
BLAKE2b-256 fcbda79325db529c98fcacfa7eb71ae988a6ef4897401199004c2adf86d476a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 21df2a0c4af995a8d43e82281783c9561f28e7a07c3ae3732ecd2082086dae59
MD5 d25e25a8a97284616925728f6c2cfda8
BLAKE2b-256 0ea5a690fd1a883cac340892868995075e751375a70c359c798976320b2f532d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 54311747390286de52d75af441251dfd02550e8aea29541502c4c9e882b97aed
MD5 e632ba9badfc4627c0a4b177fba4bb5d
BLAKE2b-256 a11a97e80c5a7d79000b780b846c0e025549a6a28f5399c1399e6220252f7d61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 84e3e881173ee6ae3551bf6a6f77fdb7bbd723d6f54e53707d0b010b376d4115
MD5 e358fa46f648d7d5ccce5c3ad8dd48f2
BLAKE2b-256 bbdb2827cb5a3c6b1a0bc478e9bf42bd98d48807424612f0bec9104d7dda0e8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dd1bf079420865dead008372b7049aa7a9e55d0faf90b6374c9a8c7382d10049
MD5 1ab940419bfc537fabc746987d0c6779
BLAKE2b-256 0f902e5caaeabcb162355971f2080e6a703e21867c06b8402f2b0b713f46a6ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9abd9672d796f80204ab33c62ddaaaae18e8ada8f63d605e32ab1fb81df34f6d
MD5 6f80a6cef318e242aaf8c6e788900de2
BLAKE2b-256 dbdac4698d6e9b36695a39923c22bdfcc13adb90d9adc4ee2b09f6aa08fcc91f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 04e218f0386516b7ccab3cf39b7b7cf7c1d0f05e6438e92b2acad7ddfdf20e02
MD5 f0a81ea2ddcf8b2aed047bc3066582c4
BLAKE2b-256 35511994b9dfd3f19e56dd046b69fca1e55ca6eac882e7af35fde061f5320dab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 13ad846f7a80b302346c05dfe8ccc40ae97b9029df3a6e8b18b06810e64e8f78
MD5 05f011ee96b72d5d9dc7cd7b1609892b
BLAKE2b-256 40aa43795e915410b61b7e19ea9a18bd33fc45c18f53185238612b739403d091

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8d0c3c204ac6736c4568455338ccf3c5accf6e0c03544c8449b6ca3f4eed2dbd
MD5 604c3cc2d9a72317cc1b97182b1a547f
BLAKE2b-256 4bc062d77e433f16498d6b7470fa7e8023ced5928971f49b7998fa1fbeaf8199

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d68c7e833a7c2ee9f65d6167420c9e433df155809c54543eb595b3f149461a8d
MD5 709b36490a1d6732a2d860bd67f36c97
BLAKE2b-256 8915c3d1d9701923fb3d28e8988d5cc33b501a19bd9723411efcc793666275ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 f435a820332872a9e2aab933d1c27a8729d1a65e47454d946031936db11714d1
MD5 85c3132ff5337276679119f0fe00d531
BLAKE2b-256 77cf11a7ce26da19c0e6002493614f5c9d9a618f0dd017ad0d2f4e491b514910

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 da5d345b3211a186310316b19599165a12c222e561153daa77ec1aad6664967e
MD5 86e999d3614dabbcdcf67093445a52b6
BLAKE2b-256 91fab99015edcb0a85c2b7ade98843493456f49d1aacab0583c5b467eb400480

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 afa636de542eeae997b439de8a2ffa6285b26d1b2868ff30db4a03612320d253
MD5 0f4e66155f04756c42d8800d33a8678c
BLAKE2b-256 60c5e4f3db7feb63f5c2106a1e662a8e789aeaaddb152dad804a9dc10f7ad5cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7213318bf5cc7b2f1a520362488688466e4d025b11d58d32af62b8746ca33eda
MD5 6a349e18c5480f3cfdebad1a4d88ce42
BLAKE2b-256 394820e98567b62b26f5b1b471614a4b78e4832e1155dcee103cce92f03aa88f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d3e32bf1b97f5b6b98317054fe1c0f05b8284e9db299c02ba23d34747622cfa5
MD5 a6dfd558a7184a0aa69cf61957924a25
BLAKE2b-256 9afc4ce734f38718b9ec2d194164c23050be42bb9f7188eae37d2537d10b7f79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ff4d2e4c00e380187ca479c3b38f1e08cf3082ca0774256600e6bee4a759b4c8
MD5 17518dc927144679603282c0b69fd54f
BLAKE2b-256 2238b66fadf8a4f89045a820a08c24d788a4cb5a017b3286a1370f45662afb43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 27854f07e50407e0864d7d84ca32ae8d3553ccf9ece29b0e85108d8a751df6cd
MD5 0430eccd4d906574e76deea65348870d
BLAKE2b-256 d3ff3b669396ceca7d9b2eeb867b51293d7092e83dedafb64636e0b6e2854d11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 19a52893f7159b48f6084b849a55cab995695d9d3a1cdb2214601ebab4c6608c
MD5 76cd33f3c671b0d5110ea53597095d11
BLAKE2b-256 be20bfebe8d55b207c7fcff69a79e7a8396aa5abcb03e8761bf2945ced83fa9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d76538b270bb9a490c4f22c0379a57849f94b5f1619afec4c88a181401a52e46
MD5 38c66acfa93336e9d97f25674111cf4e
BLAKE2b-256 3ada35ceae31044ae8370b2ede64327343312b29002c3a3e7f491a83917cf639

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3c739430352456ca7ddcce0a64bf6f578759338d0b58679bc84e445901177857
MD5 4c79ccf6887e3854e2a9b46a76578e6c
BLAKE2b-256 e01bc1b06aa0e15ab7d06e93ccba6e6fdfdd2f978387c102e6c3cee8ffb332ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ec214c1846e59cf9afe43fb6a81d3339472320d27ea6e4068e308ef16f4d105c
MD5 4c7cc7fe86691933f313588da76c6115
BLAKE2b-256 b1543d49bac654d98c421e5566bfd9686f20fc0b566ec52a55dd52bd0aa5e765

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f810734b74fc03d2cedff3d73dab12e037530c87000e3584dc1ec55b52cdba56
MD5 98a38b0fa516edd4ae7b8898ce6834c6
BLAKE2b-256 5fa7ec48bf273bd1c074d71145a2cd6064d0aaed3d3aa6849ab0da47b7a028e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 94bbecfb1ba10d4f08dada8d9db9cb8363f255fba95b3c4ac4a7fc2613c42823
MD5 b59a5819eee5ee7fae0b5601fb7a4f7b
BLAKE2b-256 3b0cb640bddca40a4c944f2cfa959f82f1eb7a1e39a562545bdde3b2b3df5e32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c88f25aef33e8b04f80dc909c62e30f205f993cf5c3000e49a63c1cc0007f871
MD5 39ffda10c5989d7603eb6ab389fb10fb
BLAKE2b-256 8f1f38ed3750e51fe881c1f4c3fff4936e99ab4428dab37d2e90d4eff959ec92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6b26eb64bedb9dfe57ebcfa89596215d8bea85dbe061dcd3fe54052c6623b2d0
MD5 ce8022c359e8ccd3bf87035378b9869f
BLAKE2b-256 04203d0f6bb17523e8277212535730a2e910cd1a9f714e1e5c8f52407ddf732c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 69e85f7ae4f5c55d6a5ba07fa20a13257280aa41ebdfa44c2444a313d7bad05d
MD5 a0750774a543c36a2ee12f2320863d2c
BLAKE2b-256 de195ffe30d4da195d9c3d00f493e9b02633e10d3e9ee4d8786da22f233fe7a2

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