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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_modules-10.8.5rc5-cp314-cp314t-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_modules-10.8.5rc5-cp314-cp314-macosx_13_0_arm64.whl (26.0 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.5rc5-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.5rc5-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.5rc5-cp313-cp313-macosx_13_0_x86_64.whl (27.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_modules-10.8.5rc5-cp313-cp313-macosx_13_0_arm64.whl (26.0 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.5rc5-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.5rc5-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.5rc5-cp312-cp312-macosx_13_0_x86_64.whl (28.0 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_modules-10.8.5rc5-cp312-cp312-macosx_13_0_arm64.whl (26.0 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_modules-10.8.5rc5-cp311-cp311-macosx_13_0_arm64.whl (26.0 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_modules-10.8.5rc5.tar.gz.

File metadata

  • Download URL: passagemath_modules-10.8.5rc5.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.5rc5.tar.gz
Algorithm Hash digest
SHA256 8aaec4ab3bb48c7a1fd80327d7669c8d306e6f5d980a787e33d474f3f1c5afd4
MD5 4d7ea3b1b7c524482dd0a4681ef21258
BLAKE2b-256 fde05e8a4d87688af993381c45f8a35bd59ca86db47245597960ae9e7d0189e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 7f9d2139be04ad7aa4a78638c2c4ec3a7735d62254c31527d7e898287d16bc47
MD5 e1eeeaa66c41d4e66c3d0f567963556b
BLAKE2b-256 573e5c4fb2cf0fc4cb779d17240dee6bf749a6fe0e5478376fb6e2bf4b7a15af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 28c59ee684f9eb378e7c92e50046885937286ab21b3a1b6b395c62008a9482e1
MD5 bd517919c42d2ab8cec41119a969695b
BLAKE2b-256 0f01ce043c91131ea480c06ce0d26ba2dcd0749477bc4b714fb42359e3555153

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 047f4e67100169cc42154b870bf73528333c953fd214a0112c420892b8ebad22
MD5 f0fe5d2df85c0bd29dee75fc3749d0f6
BLAKE2b-256 2d738f91450552482f7f2c4b2399b4c3917a8cc52adda0a0f88794aa275c59f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 497fc74025fa6c38ccd0e4867f32b5c3f514ba15990a6be8c3562eac032de637
MD5 b6e812ca6cf941df250272906a3a75e0
BLAKE2b-256 f90c6145187a72bb77203a96c7e4bc74ccf249fe745c5c90a84c7bbde44cb788

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de36444f51607e0aa7d09e14ce3ad084f7245582d89ef9a329216a0c526cd639
MD5 1b2e317bc7f408eff78fec07451401c7
BLAKE2b-256 514e743479aa2152b26d069dc363001297b4b83c9265780a49987638a7afdff6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b5fb18940085817e849eba347c516b29e662c01fc2c5666dfbdce468483afd20
MD5 8db4f2f06f1fc846c8fa323219e7e780
BLAKE2b-256 4aed21ae8853c4a61d36b71d043700828ca0ddbaff57e87288e3c6c4c9bf50ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d18b3508b6297eb1044caa0c79fbf5f248b7bcc240ef5133a1bedf5fcfc04f54
MD5 10a328284adfadb93cd7f1518e4f1255
BLAKE2b-256 e0f8fcabd63b59d835a6bdf60b25e8c324ff65106322bf5fa00d4ef38817994d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 233b8e569a39b427e890fe518b3c135024fa40bc9906a18895afc7d036ab90f3
MD5 13fb37d6e4a8154cf2e83e35dd1f95e4
BLAKE2b-256 93af74f9e2be728cbbd162b97448774f4b9d4672c7e7370ed156d578e682e847

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 744ad40c7165c3c5784a0131592008b2d9bf923429e5b86934d15c8e038cead9
MD5 0f92e28d4decb5bfe5a57249445d9249
BLAKE2b-256 16757f897c82a16d03a149e737f89db486d7828782ef00672639de6e79a63689

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a40b4dfffaee3ad991caa04a5a4f2c7dec2e483d41352fc79fadc439d688ea13
MD5 ed5875ac80bd6490e03c890e7dbc8109
BLAKE2b-256 77dc61122dcd43c0a7c30e91870672c4faebb8446dfe54601f754d0fbd020fc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 efdbecfa5b92e106e09f1d2fe34c3254f463552c2e7532121384b4c3815d6ce6
MD5 8ed3a2eb9459389ba8c394f14bf140ba
BLAKE2b-256 52f8ce0779a68cb4405f6a6796ad4c39a4c139f278126af3591fd47681d2736e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6f54a34ba0f7895927f791407d1282014c71da46a770c5dce68fe4c65619ce0e
MD5 9481715e8b7e162b45e60354197ba24c
BLAKE2b-256 10b8c7dba157de42444543839f17c33e3d918f3aef77eafcbd444b4625be0843

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a170a2f5ea304db56eda45a922ebf25a37fb0a86f2746a94e29955af31612984
MD5 993173cb389791a9afacd0644e518414
BLAKE2b-256 173e13420d8667b262b31b0405f04012aa9b5b398cc23a7f91f0ee4f740417e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c0af4489a169f6c9366e233a0d141421e95159bef162c39153d3c0779b10be55
MD5 f757493fb7228ee09e6d7639afc1837c
BLAKE2b-256 324775d59c7c10cff7b1528985bbba894b042adef8731e11b7a02b2a9dbf6d36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4d3a86727499c3b5af88c7e503fcd2cb813c873e3836dbb95cf8016e26c09a23
MD5 474990eb241d83ab2c772d1a5a6c6690
BLAKE2b-256 1f25f820cef02d1cc730474e62470e7e405eb09542664385f967d0840e31827c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 363ff17c9812c100405c9c13efc65cd0d5bf23bfe3279756bdc7c405f4c8a9ad
MD5 a3e90a75f04826c24c2195f92d120761
BLAKE2b-256 089b85a7135c10d27c8f1134d897851c491161123911098883375ad55a8a37b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 7a288d14f6a57bbbd05d47f223182c88a98775f3dc06dd2f705e52034d92a89c
MD5 6dcad27ea88b792b1894115fa883f914
BLAKE2b-256 99d9aaf1129cab80d91775f1d7eeda617a02a069e0ebd8d214f16e433c8afec0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5efc599a5b743848504332f177c608f96151a309de7d59dc2431b23eba6e6bee
MD5 b8082d62899a72e72b766d7f8ca89deb
BLAKE2b-256 096afa050dee22a4957389ae0cd6c470abfdfb956d89d1bc937d1f1dd9db412c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a0ac0c2ad89fbfa79115cfe24c4c65065046bffd3d541076f731f947ed62f49f
MD5 f0a6f4d4b12180ffe9558ca035bc3ce7
BLAKE2b-256 44f96c436d9c8bad52dea9e7978ae386c9836170880d40e352322f368a8aa268

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e6c80bfc8630343455e9886daf96b806343e7b1c88cdd0f735e149d07fee2fb4
MD5 8605ecba6f777ddbc4842ea4b7d4d9e1
BLAKE2b-256 962e7fe23d9f1a428b3b8c18fac57ddc68e0645ffe5de455ce3f8d73fcaab2e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f6a26ac2e1a00de7afe3e80025a18639f311ff90f754aebf65551ffc551d4cfe
MD5 c77b10e9ffa426556a3dff6b6e37fbf3
BLAKE2b-256 3fb6ee8b8d47340048532b963df0d0c9ad41ff8ae07523115524644823d53db4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7272ddc3dfe32058289c3e51d9f779fae87601e660b5617d9e7796719193f8bd
MD5 a2c3eab4de2f782f2a3badb691a0b300
BLAKE2b-256 78a6a2dc652e9cdfd7d032597b2ef6a4189c553b647037d8a85616c30dd4b2b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e3b5ad6450fa4fef9aef37bee2660134577b82f1e21a2c8e7d00a164f3913ec8
MD5 ae1c3aad6d79384ab4cff4e2b9495e79
BLAKE2b-256 bfdbfec98b8b1c8dfc81d84e88d7356a178e611d2640e3d216b8389f2956e0f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e44961c13fdb6df8f6fd9dc6a11b50acce8d49be5214ec638912077b85875381
MD5 64574e516df4fb8e36b6419116eda9d1
BLAKE2b-256 1bdb5a9f582c0dc14af3225ee1bdd7ba6177dfb6a09c4c7bd3e0a333e3a67ef6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 e8e547f07c670bb07218079dd249de2b20e0517ab8e24719a8f3dcc21adc42f8
MD5 d3925c5441b322d26de5a1f1ad5b26e5
BLAKE2b-256 da9d77d11fb8ecba186bdf40eb499a05f8ccf7ca71f550bb38aa803270cc2e73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d742108f0819fd9cdd03d3cda9035ced85866aed63fdcd10d4985e0a13751207
MD5 be6000a270157998a362f956d8eded20
BLAKE2b-256 745d3f06b23f5f287bc822bcc8991ff96a8b1909bd18c1401016d1a81026d654

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a83d817c55cda0a6ff94a35bf2fe8f38f5095b87b4cdada133db678223d6edff
MD5 a340d1067b844038e11b0a9a162a0493
BLAKE2b-256 3bf797228fa85ba14c2a0dd81a3597db4edcbafbfcc4f4821b92eb71a8da67f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a89dd1eb1e1d824583041b63dd4bc28582d452b9df63b7faa64eef0514aac0e0
MD5 55d37c6a8d6c43b85742a0a68b183efc
BLAKE2b-256 9760a1ad78da358d74ee4e18a75e23a30f83f66b501d7496a3566ec9efb4a3cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6cf4a04fb78c11db85e75a1d65251d72c558aa8cf8af2a3fc296c3f566e9dc7f
MD5 3689d5a1f2b6db019c6d2f690f425a98
BLAKE2b-256 d55bacb8e77c8582d1c26fd28133c9f57429e9f1c6cbf443f06ebeded56150d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3933ace82c01bc98ce0ccb953ba151012393a26e6f420d98622f95e52468e0ba
MD5 e8e3f30d44eee2415012e11291a859c3
BLAKE2b-256 bfcee4a90ed2acd913c74161f1727b26e24d376f7fa582b47b078a392a7afed9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 afd5901d12af611488a6b4535aaccde63f72102919a1a2bbc3dd4b9398a5ebea
MD5 fcea6af73ddd51327ba10506c9e424ee
BLAKE2b-256 25622c2ebd8d58381ff7a9d8b0e427a0e704525096cfe07d38b0b16d70e570f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 31ecd9398d0e2c3423f27a4c46c995621bd2d1d57da4542f619825669d986cd0
MD5 32640bc0afebb93dda16390e58566c73
BLAKE2b-256 e8298832a2f700a8d8f153f51d0e3f0c40918438391b0eb75186f3cd5e912140

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 aa36a0233bb5e328730cd34866fbefe5072eed149277b3163f4c87560019801e
MD5 9e22e7c688e8f5876f3e64b11fc79187
BLAKE2b-256 bbe4ad83419bc7723c2ff8741f5c3ef8e88a4a23e023f424a71b03a923accc13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ab2f6e9e80915a8921de8b5f127a3fe389e0b39e7c781be7b4844d60735c1af8
MD5 ba8ac955b6f6448006c4627a2101949e
BLAKE2b-256 2dd3338ed0a224cf26e54308c28133315ab17ed3dd9f0ce9122fdf62ef12460a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d3483061b82bc4efede1054789424721d36e95ed0c6888ab8e2ee8437013fe99
MD5 f97b7d118157a831e0a239e534221086
BLAKE2b-256 03aa004355390b53f0e7eb459fc5094e8116c172a3fcdf853789c47ff65de742

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9029abdaa4f7b3a06ecb6bc05f4305a80a799575903d16554b94359970178c8d
MD5 5e73736c865284f24ce08ee62a32f0d0
BLAKE2b-256 b2dfd7679ea8c6bfb0b7aa20b8a10e2a301ee7fa9791b9845bb9c99f78990f1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4fe09fdee6f84cd39ef732ab1ed5e49974af10d7473fe6f4383c3ddcb4ae9504
MD5 20f76619ab0846b026dfe04709aa7c58
BLAKE2b-256 b49a522545d8b341ac218e710eed3de7acd20aaf6433936e8a655b6ab98a9754

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ee7e2e6b3fb9f2a62777bf734dba60259910e4a0a58cdf7e6bac4e186b66d0c8
MD5 2b3cba6029e7b26b613ee75522ef8659
BLAKE2b-256 eba1c7362cc751d4290d8b064b09f6a9b00c9d48d9158230cbd02b1da7000976

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 810d18a8e8b0de12e8eff4e319af473dc6e3aeb5dc6034b52b3c852b63da9019
MD5 46d4dbe38a2f83685ee471918d58e66e
BLAKE2b-256 cb23814f284af6987fbb6ba80d30dd80dff06470b6e5e0ffe7fe8c75899d87c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc5-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 89836885de9acaa191236b1fa10c2ab0f33ea14290f96dc8e9ff2c2a9ae8ba67
MD5 5762095916f38991a2a32dfa0c19895d
BLAKE2b-256 ca290639a8b4eae9b9edbffdfed4bf2e1f4abd75b42cc681c08dae3f21a4490d

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