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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

passagemath_modules-10.8.1-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.1-cp313-cp313-musllinux_1_2_aarch64.whl (72.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (78.6 MB view details)

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

passagemath_modules-10.8.1-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.1-cp313-cp313-macosx_13_0_x86_64.whl (27.7 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_modules-10.8.1-cp313-cp313-macosx_13_0_arm64.whl (24.7 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.1-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.1-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.1-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.1-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.1.tar.gz.

File metadata

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

File hashes

Hashes for passagemath_modules-10.8.1.tar.gz
Algorithm Hash digest
SHA256 fcbb1cc6a6c3df17be3bfa1ecaa8538d30122a354871d8f4b7ebdbd600f53ad8
MD5 b4b6cc9483fa7c94cd07d6b960a10b49
BLAKE2b-256 49d5b0de0ac94340ecedb234ccdf5d790bb21ce554984f97e9b5879644935592

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 6ae76a2d82937e69418e06973f2ef64a00a96a5a31a4aac5e5340ea0c4cafc8d
MD5 5f101f04ec0c81b26fa4db099c335bd3
BLAKE2b-256 dccbb212b8bff531e68336cca777dd9f113e9b157ea2d23b9949751b6cfbc6a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 16287e2c57911bb72123ac7fd2721ea57d448694b7c0e509c2f55856b439ba21
MD5 cd34a3b520610512b695754c25aa73d2
BLAKE2b-256 dde113025f2d847a450b9c63341bb37a462cf2fcdf33ff3c8f8a0812abbec38b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 15ab6c95c545907982d9da1cb5bffd8169f91d2244382a626d58af14e09d2c2c
MD5 018d4e8c77d3db86d866809a0dc90925
BLAKE2b-256 be4d58eb54e38e145c87b06bcb6e03de8b8a2499ff69e18a299a10c377a588c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 50b28c6f4e3d4a5fbc1cfcd8a831e2208b76e3bd3fc086cc47aed4297ae7c037
MD5 4a62043ef1a71d9e3feb08b08f7e7941
BLAKE2b-256 866be43ace10a6ed8d99fc328242079922543539ba4a4a559d878a3e50910777

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 102f225ef9071a4b31a9cc9b004bc6b7a5fa294b4ff262618181d1d40478750e
MD5 a1741db3d8774702bac0ec1530f452ac
BLAKE2b-256 fcdd8a0f5197fa5bff20a87a66e2043c36501769ce66dec2082addcdb52d299b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7becae012beb2616afc52cc66396a40186e93da9f18bcf5f8546f68366a98919
MD5 33788f2fb244fb0b13e44c9628c6ee75
BLAKE2b-256 e936dd05819e2e56920221c30f3efda56bf39f94b279210a8c8ce1525dc04559

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 790d724239a2018b915ab7957e14a47fb57fe0699f09703e0e1f53c86fcc3f92
MD5 f606b66ec350e993722103077d811291
BLAKE2b-256 08dbf2cebd782aeeea97ca80dd1bd787834a63d097415aa4ad6cf33798b47626

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5abb416baf0a0ffb9560411301ebc9a6a8dce9248c17c3df79bea7d54779de61
MD5 47f90b7f1280853e7db823a1f807d054
BLAKE2b-256 b063dafaecaeb80862017e845fe891041ee76006e8ec0c00dc93206f6e6ca069

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 2d4829d2e2a53a8d8303bc3cbfb394213034502c8e986b08b1e5027c8622d09e
MD5 dbc5f9485c7ed69bf6e6d62d58dbcdc2
BLAKE2b-256 5789b4c63baa8ad0509a6f2e05035c1fd72991d4e5e592f76efd97f8c6648612

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c3980ab9c1a381796af64baf62b26efe43b5f4b45eba4869f20a4806b362d3f6
MD5 17e42f564020402ff662199e0f7db663
BLAKE2b-256 3c8b83a2b234a6bce87af1b7b65b501da75d6c49af8d1f26055398d67f88ff42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6a47a15e0b8b3f846b3145a340b60a1a2f4834f8d1e55c5ee81eb22d35a13a9f
MD5 7563f533837af6aad0cab3d99d21226b
BLAKE2b-256 b1133eeba0dd5e2643914ffb897e208557a5776b7bab6c72fd2a6cb25817f8e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a28d509e3f5ae19d4ce545e62e4e5d2b86e2dbd169757af107e06a171e41a921
MD5 1ef373364f814d265080eb4f945c2506
BLAKE2b-256 950d358ef67b89322207cce37c4b55e6ab3ce6f9e274dae14be6ac8542e6ad74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0fdb962b6348edff67047f52e9a10b2431ba1aef1a1c450463625417ce7c38ba
MD5 879a06c0b00547f747067372f551c5d1
BLAKE2b-256 d378390dea706bcf4c48f169a2a5833e4ac0f9f22f89eaea7bcb5aa96a2cd9ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5f62b033e3ac4ab8860779c6b4e09eaed325b687eb916dec29b50dbe96108b61
MD5 efdacbfd07db8961d69b4d1c1aaa0bb5
BLAKE2b-256 2c442455ce18bf00e11452992cb983896b1cdbe3ca85407cfc41388137deaef9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 feb2dc9511cc5037edf7fe4e7e5cee1e8c1e2d0d4014b8e615722f9475fad17f
MD5 ed6efb43d3daed1da8dae0b50da62177
BLAKE2b-256 3d03c84f7e538e6d6124d375dcd451e32dc7a46abdb6682636b49f892b4ef3fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 edc5de6f1671af98caa06184d6a45622e3767b60c77211e3102dd5c0a74dbb35
MD5 4d1e7cfbf58c26a8aad2131898d155dd
BLAKE2b-256 25e4428d0cead6c649c95761f22f1225a8b2306c510b7df62f5c5df0c556f16c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 fc3bd7a7b83ed2905c6d02351bd7c28563aa9a5a3d32faca7dc5fd3f7519f180
MD5 24890735f6fbe7b22de043a0927ab061
BLAKE2b-256 9050be7d6e2c4f60f1bd32427ccf2ddc9eed66a6a307fd718e41603dcddccc31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 68c6adacffb9ab0d7a3c1f05635143b64f3ebdee7a6501cb38e71298ec7b57c1
MD5 210159dce13bbbf6f9d5ed24595ba973
BLAKE2b-256 f42d18e002826beda2d753e52ce6da235c71f718cc942c5199c30afdae94b143

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c164df8278ebf2a5e0d96fd7c1b53545d049c14e1e98453d05ca406efbb2ea40
MD5 56cfe2ae7e69b0e5bc45213d417120f7
BLAKE2b-256 a279921315c305cdb9c8d88b0ef3f7fbf37d9541fb66d135223b3b9232bc58c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 140e983e1a9fea83dddace24a4817d5a9be39c5887fc6c832e93c5619f7001b4
MD5 03bc193b947d97f8658d816c4a5b44ee
BLAKE2b-256 8f2475affbc683cc6ea322f24580d78d3a80cea27bf5d7ca523df6c1e88d6f40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 298b5066ca045b74d1371ddb35950d8e9268ece62e199fd12922fc75d70d3cb7
MD5 2d4aa0c1b216b02106f8118cfc6d345a
BLAKE2b-256 a3c62de9b9db8dbe821780fa213516ab15d96b5aa9ee1851c4692ea299144906

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 385a42086453a96ac4ecda47ba085652a61190e25ec4c9edc2f22721af3ff0d6
MD5 8289311ea8f691e86e5f1e3aa4dc944d
BLAKE2b-256 696b3d4f722ed470a83c65eb7ba08dc1b9a2b4432bf103119072f535625bfc86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 043f3a4e21adcac3595ed284a544b143a29956e1cdac69188659977a5b416a8f
MD5 1eb87ed748b7639d0f0133bd200b4dd1
BLAKE2b-256 e27b55e81776443c3a971b1e64964c25da04a9e15eff79a363e776c2c318898c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1738c55a59d5a441c02c6143b021d7d32053508e53677794f74b1126e232664a
MD5 0d793bc391bd6cb11ff8a6eefea35575
BLAKE2b-256 63f8e4499f4dc172c52b5a78216cf1ac2dd66bc34b5d5ed6272619cad45b07da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 503b5b31c0f64d61822c3807459b57e098ac03eee91b3f98343e7ca674b86844
MD5 16ec968a967e2dc01b475b1171144e8a
BLAKE2b-256 d80223b108fd4a5f75529aae0f418c5bae64913ee799e15d0ae3c19d7232ecfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 05506d77f435a76e317dc87dbac431ca713b8e5f713ec5355d3669989175709b
MD5 5bd7cc3e0b1cabee197ade4e785163c6
BLAKE2b-256 c71aec4789be1977fbf3485510de597ceac87d25872b106545a145faef0ff0b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f50e89ce79d4f7f3f0e7bb64331877e43b077565c0fda324ef558e46e6e9ddb1
MD5 b55f560c08e9fb04eb56ff4013e61d16
BLAKE2b-256 0a1abf7336f21342c7f30bb36cd8c61b77b9a8553c82faea945d02480c90c379

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d7180ae31d0274c92a449c151795e23b57a010325a29db5b899c1f9fc99f0d98
MD5 15b99a733074e2786c9fee22022fc698
BLAKE2b-256 16cd8cc90e6b914116f7dc48e656ab58a00efcecb55dfadae0c0d45b59a0ba21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0fe1653fd4db959e29bab293fbede90b2773ef40a9124ea2d10a2650928d37c2
MD5 e2789317033360c39fb3f0249b924df3
BLAKE2b-256 21f80efb8b0865c53fd996ee1a1b72db897a903771bacd8c4d02f6af16c511bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e7b238f135cc08ec486ff158206a7328f777f8e4d1f908e2ce8425abb0d41a44
MD5 8bd71e72b75c38ee41e3d20594e32f4a
BLAKE2b-256 bda36417f956dee95100ab5ad7d82e82c5c8725ed8fa069a4917d0ddbccc6a2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 219f4c26832e5436051b6e2edbb6095507536014157692b6b75525acc3152813
MD5 0055b4b1e325563272f80cdcce6be2e9
BLAKE2b-256 7fcdc6668e14cedd795c3643964200570883b5c1efa95c16a39a400113660d04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 82d753bc6eda29df7e4fb0a1b358d9c0cd8700a9d299102e51ca3eaaa381a044
MD5 88ecce99e7bae5f4913787826a1fb075
BLAKE2b-256 90418d955ef7145c04e3545ed0cb83d8f9ae845a864ff9184b0b84062776e13d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 248b56260ffe804bc31494c7131bfe5a246ae9271c77d619bc5b3186518744b6
MD5 a39963c8e177d80641e4859e4afc9d43
BLAKE2b-256 7274df88e573ac2d6ea1400eb74956e06c2d8f517fb4f3de4bdb447d9e0b3a2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c831ba46a10009162105e1e4775cf2f9146aee636bdba734c339c7106e60862d
MD5 e874daba5fafe019e94e2026702a658d
BLAKE2b-256 088571b3add2a8729025e3724ffa5ee11ddb85aee97f50c1c8fdcf4deeb5960f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 43f4415f5c4684d18a01c37a18ca692e585d076b789b37ff70bdfce4531a241b
MD5 2f79c4435673685010f84e253c3e6810
BLAKE2b-256 5f9982ce428015e08c33ea2c45a0868af05eb503a4c65115a78f6df5df0a4d13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 16e09dbafa7f7d55d566a0c0f49ae60f5422d031242554a4010c3908fb33d005
MD5 e0c746dd58c34292b4c1f3e0cdbb9c7b
BLAKE2b-256 34523c95fe182ab80eb9c671e26185fc62f6250f220f624fe12bc5fde815c4d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 07e6f31f30aa06e5a55f7040c145e9a42da255f8b2154d1064410a7c1c138de7
MD5 de8d4c9de385cbf35a7c74cdeef5f4bd
BLAKE2b-256 2eb83b88d121e9888814469ac2e480dd9706cd0a668afa2211975b0ae08bc581

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5fe9f95c8e98fd8aef903743830786375f3ca421c5ecf54e88db9705f51c8da0
MD5 970ec52824ba084e11b4da3ea66393ae
BLAKE2b-256 befbc8939083046daa801de8d8fd4e6bba853403542eea024b7b929c4897e7cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d1c068c47ab62c4a1fddd1462c01c60f2a183eb8c483458150fb25731297c7fa
MD5 494f8f4efc4076df0895c222c8107ddc
BLAKE2b-256 a823030d16f6e0ecc42b82212ac411ed6adc11ce8707b5f578aaf8f78978e546

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 984f4946ea8bbc4a0d69f26ffee7a81d6f67f05346100b266d6fed76eb5da790
MD5 e63910aae4e29dc27126df64a1c58481
BLAKE2b-256 b75bb1859dbd20308b50a478525932db4e14ea8509152449916e488c19e30f98

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