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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_modules-10.8.4rc0.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.4rc0.tar.gz
Algorithm Hash digest
SHA256 c83ca89688fbf56a51b6b1bdf4cbe4605fd1ae9619da40d1767cf4a0617ea380
MD5 1c7129fdcbf3500bc9f8ba53825f5c87
BLAKE2b-256 e072ab68e6f5137d64e972340badee62753018c35952b3514d4c014a7e6218b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 6fa726c4c2941621e6020bc8da5cfebd54125fd89c9eeeccbca473aa05f30929
MD5 9767f1a9f7ebadcd7fd87d3a129424ce
BLAKE2b-256 bf51c63b59880539e5141739493c7c8b0644a29e4e395086e9e519ff310fb675

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 fdd0b3e6afaf848fb8cc5b18236839e9815cd179649742aba21488bff004b362
MD5 98d1570d49da228a9f9ffc318c1fd38c
BLAKE2b-256 4331d8814bbc5104ea52c7b57f67897c097bf611cdb494bade88079618c7985a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c72f1554fc2296d3e6a849dba409008691b8af163c66c37f438fc05b9b551074
MD5 65622a1441b700c726ecd248165bd7dc
BLAKE2b-256 a7f306b721aee75b97fd7af15bc6c058557e97adb52c0f7df9ed044f85671276

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 231fcfc3d1540cb91bc2fff5dcee70cd55fe43ffd183f140149a4f36642e5c72
MD5 a825d975395aebf0505d9b8e80ffd0e9
BLAKE2b-256 6473f43d7080324c5ce5236352f57bd4ec0d6cfb44ad1199cc0d4353e28a99f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1fc2608a316108422b8d2698f79bab9edb1e7076504972926efb79760231c7fc
MD5 0465823297f464e663b11120af207286
BLAKE2b-256 887c26787670d11a72781df18edc3ee5845a946ff59176dba303442f067b825e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8f00134b27ac524779cbacce7b78907eab31098179983b4fe80728a3d76fa599
MD5 9bdcc81225cc942b3c9f24d0a025249d
BLAKE2b-256 b7d31e6f9893a3a67af289087ef53388ab41b60c6c0c3165ebd5911aac3a5365

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d82344e581f9a85a5bd78819a02e0fbaaee3a324f0d82c898910c2649518adcb
MD5 cc2a28249b9865467b98667a2dd2040c
BLAKE2b-256 c04be8d483ffaa5937d2de797a2148d43e8075b559a5e22db91ebd982317f187

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bfb5b43c17b53bf5ea8008a0d3d8703ec2fa4e457309d2ce2e62ba3eeb3d7085
MD5 28778f13e34fd323c4feeb7c380a8aa2
BLAKE2b-256 40a75810b4a5fabee3b0e2f5a2eff195a30e47332b192adf0ff73251d95a9a35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 085c97ce396e4211f7b3183b6aa41ed341c19567b8a728f1c9d39a604aa60118
MD5 c3718eca7d4b48a595d727dd402db81b
BLAKE2b-256 1c56d3403e59bdd6fd8f0e4bbc7020043b224502785640f399d36309fe14a45c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 48aa55b15103a97ff946d316226611a1b29795caac6a416deaa552734f92c6b6
MD5 ab366a1d32b977587478b4b189cce59a
BLAKE2b-256 10e4c8d9f77dadb21239fcd87d3b7712c308cd792c3af0b9f65c0156daefd486

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b80a2658aaa2cfb067ade92c66783bae2c82184d228b63e235e98a26d924226
MD5 fc404061d5019af92935eda735ac22d2
BLAKE2b-256 c0ea7b75eb97cc03ee3497c6b29fd21704a04b4fbf3de5e8c70b153d8fdec056

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 596bcd5e6e6ffefa211e4f6e7a6dfffa6807e58474d29c301565c854a90b6593
MD5 2105a392f1e68eca4a2a6ab493a4740c
BLAKE2b-256 25da446d331b23a5b8fc48676068eb3d11faf6d526e2430e3cd9de8fa1a298c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ea0978a8496169d6c17a7ec1f85871af6aae8bee018a7d4958287d88893d8043
MD5 cbfe02910438331c20a2ac73835d8c9a
BLAKE2b-256 c787795c12c575ecc288cb21a5b7783b134aad760fbb6edb5007ca18b7de65ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 45114307065eccacc264b74a83a3057b2a0da662f65447bccb4d327242fdd3cb
MD5 639abc9fa127c3029e76d0d1e94bd13e
BLAKE2b-256 eb48a36c8eac09525ac9fba1b767c783883682bf26da81ec25938f783166d8a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 82130c41ad6b6cce3a47e30978f237f478e37d7633caebd91676a20c78ee436f
MD5 c2d23d8a03e6ccdfea76dea938ffdc51
BLAKE2b-256 e650ad7f88a024c6c12ac7f9292b1938695acc2f4ccdc25120febb74d2628599

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 964fd0654afc46f3416bacd97398d9a6ea0cef6cf777d5d84c5b4a0ee1252668
MD5 48484482721d3cd06ccb9513282d224a
BLAKE2b-256 a458f890ffd5a6c2e056dffb7d49d60227ab6217e26c7ee42342825aff374086

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 53cd2f95eab8ef07d373d94c493c8974604fce16caa9e00cf9ba131f09c884a6
MD5 bac1bbd7dc126d90b1d684639279dc13
BLAKE2b-256 bbae52aa8ec734585bf0d2d83e91c02d5b7c0feb34ab42be0c91d0d17d7a7f56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 67ac04b990aa6f6da0f3a627cf42381a0cd79caab73969e8c1a2c7b931e70c8c
MD5 30fda9f280ef151ea785bedc54819962
BLAKE2b-256 7be76892a3efdf30989291f6ffc348b3406281191c01f2a71e92c7c4c00003b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 200d50380920c9a2c3d1328ea5a445cac9f1eb5aec425dc4f5c5f9eeda8ed407
MD5 0c0885fe8a7e0ee9a6c81ae8a7c9f71a
BLAKE2b-256 4b00e3a45ba5e2c9110ef08e153905c6f27003be8d4a4a9ef9ce7c9166601827

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 631787435c1535119e24b3d2acad61253fd58dee67fcedc9a2c1997f0392f7ef
MD5 98960c8bf0084d9fbaa32cf133602c2c
BLAKE2b-256 03fb15e9ffc1d1c61c0be01de5d852bfdba8cb2bdbfa63dcbff49f975a53ce14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fd42c1b134a00b75cf7d6752ed2642791e8a2ac7c166293e0f5bc07b0e1ca4cc
MD5 ea706bd1db98ca887d3e55f4a389ac2c
BLAKE2b-256 b7899f066f870e48845d94f23c16cd39c904a42adc8731bb236658e1360ee5dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a3bbcabb32b175b9fd62ff6750b488da8c4914ef8e1b7a8211521243aab608d2
MD5 61a35b7105e60c9aadc5fc69319567d6
BLAKE2b-256 83aa39378d458a4eb0f4466dbac6b1e3caa5a56020bd9b829f40a20639955892

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 81ea156ea38976f9897ea838c0f38a9bea529cc6bb6c3e297b9736cd1616de36
MD5 9038feb42a65bf9eba56d778ba64dd75
BLAKE2b-256 2bb432fb915c734f42009152d461e8e9be91af941594dceaac5ac98a039aec2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 76928a3c4292a34907e4b4ad04112719742abfbcede436313d22bfa140bd7642
MD5 fe558c5a039fa4cbc8384bcb301994b4
BLAKE2b-256 7cdf19f668d9f9ae0ac5217d574f8da85da58a7946ca854dbb637fc39a631747

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 ff3f6a82c529c1944fdeeced12433c712ece43e64ce5bc954008e171be220a8a
MD5 b9024b1e1031d513e4411d6f4841e714
BLAKE2b-256 1c7cca36e12035fba726299dc28b324455fe06f35ad280321f25c9fafa60e881

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4162b64f5833932126d66c1ef609528f98aa1538e2c95e0bc33d5b65f59ae53d
MD5 e5ce73b98dde91b16b50978f4889a940
BLAKE2b-256 56aaba1887eebc2f27442ccc7ba3455edb5e9866d214fbe0cd9732a7ab62ef60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 82957c0e3e800efa896c6b1f3a109e00a1e28ae55351c5ff8387334c7dbf6062
MD5 2f7876abbbe16cc1b845fb854b7ca0e1
BLAKE2b-256 0e6a3d845df77847bdde823bf02aad8e4330951142b2ca213ef175a22b7b5006

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ac36bb8f6756ecb7b284cd4cf5d8edfa02521c3aa0d1f04c468a2e8685de465b
MD5 f5e790a357ffddf658b3b84d40ee1127
BLAKE2b-256 4feabac2a2a6590ebbd9fc5ecd32328a515aa799fe233643e6cfd679dcd2e159

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c0664fedfa4e5775c4b1a473196bef4e30eddfc776e556b9c7a2c034f4455620
MD5 b0c7787066b18e4cb680d037b3bf8179
BLAKE2b-256 2cd559a43ce9c6f716b986a93e9459ffaed10d844edfe79f0f042c599dc3e885

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 901388b1f9126d458bfb05fc151ec9e1a0b8e62db31766b78e572224ec98b8b4
MD5 75d9dbf5583da7ec712150ccf4bfba28
BLAKE2b-256 d561de657a7e1369f967e6a43ef7f4c25c8214fbc7ecd33179ceb1f89f0828d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cb425a84b4e700ec08b0f14eaa526304b4ec2f3d6db4c202d2b681dd2283c8fc
MD5 383bb4076fade4a00817331cd3188272
BLAKE2b-256 d054f4e9280fc31813931b2f0d1f42f9bfa953ca1bb20476d1f9cc64d9a52a02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1a2a42f513b1fe80d14a529ec3fe94faab8412f62412c60fb869fb5ea05ec81e
MD5 dacdd458af770ae52e6967ed4d3df527
BLAKE2b-256 eeea9683fd73e441ba3faa0318b4b7ea8b7fb024648dffe9acbad84a2d80876b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8fea795225e97682b7d5f16bd963bada42760e9c68a4f12a97f51ac1e8c5e19d
MD5 b42075b5278ef3362bb2d11ff753f5b0
BLAKE2b-256 0cf5631e436ed91559349c2be15324a9b74dcf26bc63c9621bf1fbecbb6bd608

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2e60c3444d662dbe4ea85b43e188f143bb438f6b18f2b8814812e55093346fef
MD5 78d3ea414542fc709f8da389024bafb2
BLAKE2b-256 f481ac6b2286b94d01904c3bc2c46db6ed16ccc24ee005a16baad48449e9b866

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1d017f0ef278fd3ef17dd3cdd4782ebb2247ce9fd7e99ee30c49169ee2d029a9
MD5 ec23a047ba93bb3f4f73559949fdbfda
BLAKE2b-256 0a839dd1ea4e5fa2dd4d7c8bd2945b795842d93ab4ad8f6c5466e4dbfaee240e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 217fa26494e711b8cefdad5d36eb8916f391cf346168f823e4d5f778685277fa
MD5 6ec0261efc8be0ec2887e60445bd6916
BLAKE2b-256 a0eddb3e4ba600a5bf9f2656cbe123451eb8449ebf64146eaea626cad808e12c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 42920a7d47f92b53908dbee404a75939012e4eae3805216e07309f6725a21e87
MD5 d972dafea1c7b42959084bea2e7f5a94
BLAKE2b-256 d2598da97750dd90748c71067a9a2698b4b153af1fed1f7fccb46a8df7ca15ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d2e658cc7ac8d575ca7e6356f14b92d756f96edca5ca044b910e0d0060552c6d
MD5 1543ba5621c9792e35d6b605e300ef89
BLAKE2b-256 fcacac561c8042a5840c2da0e2fe32ed345e8e6944be864d946aaff4ce9bd158

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f632e2283765b3bc69d106a8fc900d02667412492b8e4628be8620a01d3ea74a
MD5 66694ba48eec23499f887e195905d85b
BLAKE2b-256 9d82dbc72afce77d2c05e01cfe171b34578afbf9f1ea76d5c3217ada36aea6e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.4rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 de15c704abf41e953d940cdbc9765e9b49ddc434e2f7391ede222325a016cd62
MD5 1395275f3e816a562393a122b3f8d2a2
BLAKE2b-256 60b321007f3fa574852ecd4fb5df6b9871c625987bcc071c47d5c541e43f379f

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