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-2025 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:

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) 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.6.x series are 3.10.x-3.14.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.6.42.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.6.42-cp314-cp314t-win_amd64.whl (20.5 MB view details)

Uploaded CPython 3.14tWindows x86-64

passagemath_modules-10.6.42-cp314-cp314t-musllinux_1_2_x86_64.whl (78.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_modules-10.6.42-cp314-cp314t-musllinux_1_2_aarch64.whl (73.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_modules-10.6.42-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (78.7 MB view details)

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

passagemath_modules-10.6.42-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (75.6 MB view details)

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

passagemath_modules-10.6.42-cp314-cp314t-macosx_13_0_x86_64.whl (27.3 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_modules-10.6.42-cp314-cp314t-macosx_13_0_arm64.whl (24.0 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_modules-10.6.42-cp314-cp314-win_amd64.whl (18.8 MB view details)

Uploaded CPython 3.14Windows x86-64

passagemath_modules-10.6.42-cp314-cp314-musllinux_1_2_x86_64.whl (74.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_modules-10.6.42-cp314-cp314-musllinux_1_2_aarch64.whl (68.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_modules-10.6.42-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (74.8 MB view details)

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

passagemath_modules-10.6.42-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (69.7 MB view details)

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

passagemath_modules-10.6.42-cp314-cp314-macosx_13_0_x86_64.whl (26.7 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_modules-10.6.42-cp314-cp314-macosx_13_0_arm64.whl (23.2 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_modules-10.6.42-cp313-cp313-win_amd64.whl (18.5 MB view details)

Uploaded CPython 3.13Windows x86-64

passagemath_modules-10.6.42-cp313-cp313-musllinux_1_2_x86_64.whl (75.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_modules-10.6.42-cp313-cp313-musllinux_1_2_aarch64.whl (68.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_modules-10.6.42-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (75.5 MB view details)

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

passagemath_modules-10.6.42-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (69.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_modules-10.6.42-cp313-cp313-macosx_13_0_x86_64.whl (26.7 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_modules-10.6.42-cp313-cp313-macosx_13_0_arm64.whl (23.2 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_modules-10.6.42-cp312-cp312-win_amd64.whl (18.5 MB view details)

Uploaded CPython 3.12Windows x86-64

passagemath_modules-10.6.42-cp312-cp312-musllinux_1_2_x86_64.whl (76.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_modules-10.6.42-cp312-cp312-musllinux_1_2_aarch64.whl (69.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_modules-10.6.42-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (76.1 MB view details)

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

passagemath_modules-10.6.42-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (70.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_modules-10.6.42-cp312-cp312-macosx_13_0_x86_64.whl (26.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_modules-10.6.42-cp312-cp312-macosx_13_0_arm64.whl (23.2 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_modules-10.6.42-cp311-cp311-win_amd64.whl (18.7 MB view details)

Uploaded CPython 3.11Windows x86-64

passagemath_modules-10.6.42-cp311-cp311-musllinux_1_2_x86_64.whl (77.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_modules-10.6.42-cp311-cp311-musllinux_1_2_aarch64.whl (70.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_modules-10.6.42-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (76.7 MB view details)

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

passagemath_modules-10.6.42-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (71.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_modules-10.6.42-cp311-cp311-macosx_13_0_x86_64.whl (26.7 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_modules-10.6.42-cp311-cp311-macosx_13_0_arm64.whl (23.3 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_modules-10.6.42-cp310-cp310-win_amd64.whl (18.6 MB view details)

Uploaded CPython 3.10Windows x86-64

passagemath_modules-10.6.42-cp310-cp310-musllinux_1_2_x86_64.whl (74.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_modules-10.6.42-cp310-cp310-musllinux_1_2_aarch64.whl (68.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_modules-10.6.42-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (73.8 MB view details)

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

passagemath_modules-10.6.42-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (68.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_modules-10.6.42-cp310-cp310-macosx_13_0_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_modules-10.6.42-cp310-cp310-macosx_13_0_arm64.whl (23.4 MB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

Details for the file passagemath_modules-10.6.42.tar.gz.

File metadata

  • Download URL: passagemath_modules-10.6.42.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.6.42.tar.gz
Algorithm Hash digest
SHA256 f2b54e7346ec393c80e3caf46dac522a724fc73ca2ebcd3c55170318dd192ffc
MD5 4028409d2a168a3bcadbcf8bb778efe0
BLAKE2b-256 8619d5eadbfc63dd3e5752282a85cc3128a9c64046e723ca6a958520850b7023

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 474171b91bb3e169b20a55f50e3bd1bbd590505ffab5b9ea0b88233f5b0b760c
MD5 f162e3b926e6d72a4817919904228076
BLAKE2b-256 b2051d89eba06177c6ba69734afd94cd1099c455ca204be32d96cd9520ebdca9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d1608735e5baa10a54259cb3592959f9d3f115f11027409921a609bb4757f9e4
MD5 6238494895b05463cdc69fde106933d8
BLAKE2b-256 76bd20ac10e1b2312a1b8e96aa12ee24a0943dbf56f1073b109bcd35fc897c4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 324391956b82e8fded46ab24e36b2b726b716450431da823b4669481e42a01d8
MD5 81e538f40894f741ca33753214693bbb
BLAKE2b-256 dfe1917d3632ce46cb15e3bcdaaf1772b86b5216c0eb74edea21d9433b440c5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9d1515d70807b6ce593675e381d451ec2e16add5f36341a1c055993571665da4
MD5 39fb60499d55ee351f2395b8c35a55fb
BLAKE2b-256 d712e2757cfca3c54982ff6c945970ba5c40393dfe56a4153239697cdd5338cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6f659cf852d565eab2a8132f81df09014f71132ae9b963d31156baf4c6f7195b
MD5 9455f164ae6df53146cf715cb7e99a31
BLAKE2b-256 0bbab7455d2c75aa1dcac64555ae06c519d4c51c5f40ec474719a8a32ea844c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2f67726320bf0cc78615d778aa88b4a844e5420a50fc2537ce2be49e7fd665ae
MD5 5e83a19f3d7496b78b0b6768e9f264d5
BLAKE2b-256 608e4ffb64e774a7fd01720653e75451409f0b6ec73844b648767f2c696c53d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 95323a050ccbaf4e4d97fa0f61517096c630b68b004733c5379dd5bee32ff091
MD5 f1dfbc443da19294a6be75fc52e4279f
BLAKE2b-256 09c91dc22f538f82b661edc834f3947dc8a6ac5d84f626d1adbd51edae817256

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 41dd03550ba9ff360ea0789de336f441eefaca62ca0bbddbdcedc0138abb77cf
MD5 47c0290c152d7e35584968d653c601e3
BLAKE2b-256 9888a155406abcfbfbb140a900ab54aa0e2f5feb21e0b8bdff5ab42bb02df1d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2cc1e8c9ffcbe3ae83417444ebf6833afb6bad9b11172a86a855d94a6f17771b
MD5 edf6d504481227380c174c31d55f1133
BLAKE2b-256 fb87ac4b760bed252f39e98973ebfb7e0670ab2b5d799d013cfe84b35c41a803

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7735924d18a02bb67cbd1ed4b06513a5a132fe18b6156a5814b63a647aa2966b
MD5 c16e36eef8b875652ddf9bd084da0ed5
BLAKE2b-256 04dee7ef424803df363d5020d7933d9f156de0c44b5aa7a5a999cbbd0fd36775

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a37613d694cba0bfc09f4765be2c5f2ac7a8f9aa599697ee8a18f538bd41c6fd
MD5 5dab749dbced920716d5ded0c35a3490
BLAKE2b-256 dad6818047ab21040853fbf2e382d7279b27ab5ca095625c1240eba479d0a50e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 003b93f6e84932bcb82431a8b9d88536fe15dc61c037efcc8c9c5d65b12a464e
MD5 82106988c277217dca48e59b944bade0
BLAKE2b-256 13d417aaf5e9c27a749004896d32b6d54312b58b41b79d3efe3009d040e57497

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c0d07e967afd78f265e8eb0e8b6a87a2066a25257f1faf0d46b37c2dbffae6c2
MD5 59f9b53bea7d58ac79c93c1929a9892c
BLAKE2b-256 168213a174d9ac00f2e26a12e5ccacfa323606f423b878117c625f872d72db2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 22a55ebaa1a20f00e1b562e8e9332df33e1ed4869ea076b38f23975cfa9ed4c3
MD5 2e8324caaa8fabdd7b7913768611890e
BLAKE2b-256 06a145022d05493a07051edcef9edb0c491c87eddb7644ac91ece8250b7835d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5e586ee0f05bff36751969d5772906eec70072c17650a48475bc0c784f633861
MD5 6a49658cbb7a5576f552fb561bb5afd3
BLAKE2b-256 b9ebeede088a99d5a3ba9ccfdff4bfe6c53d54718c43128af09f30e18567c3b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35fe5174f3c0acaf9703a53b0a9d015695703a82c2dbc9a47960cc5403cb8378
MD5 578329182893a9c7381a8a5c8636ba8f
BLAKE2b-256 89f335311e1f8ee6cdc828ad87a40358e1e2e7f4b9d692b432c0fa408b6473dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f6787c7a436e2dd23a0c24967a07ad6f47924fa732fdcfd026012fa56640b896
MD5 3af041def8b9aea8045b3e48b8fd34fe
BLAKE2b-256 7d940f7b70efd18a278389a232cf56eb062069d9441e1cc63c21cd6b4185d35a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 85808b22c6922fbe105a1917cf51ee2335809dfa726b03e3767bfaae2ad3ddd4
MD5 015ecf3b84fd8ff041e4f32625e77c12
BLAKE2b-256 7dc08b185d38cddaa286635e003e60a1d8fbfc4d58c409342203c183cf94acf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 422fe10c71eb86f888e1079eee1f0c018c93577093db0fa1e8f467a1989aac53
MD5 3f62a2c2b5041849f5f12eb955e84547
BLAKE2b-256 ca69cce475b457083c833ad3b0b2a48887178b169b7e241bd1dcfef36077d025

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 201069ba5ec311f87b2ab6fe143a5ec13068b20342b01ad681acacd34bdb2dca
MD5 a5b8556b82b2a1066f38cfa7e3c6c9ba
BLAKE2b-256 3e83ed8d387f154d5cb12ee628ebed41762218c1a0e5178edfc9e341c6846ef0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 75a94360e92ffcd3fe7150c0adfc7cafa79cc063fb9c4fa78cbe12db58a1bdd1
MD5 f4ddcad09fbcf130398acbb957ce4b9a
BLAKE2b-256 41a31a34783b7009b71188243a64e401c26aa24e189b9bfe071183baa1b6f075

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cc284e8956fddc6a1c09fc824deff39398377b87c89920b86428def0221d5f2e
MD5 6812b3fed213036bdd532a055c20c5fa
BLAKE2b-256 f8a591abe27fc03a2ae85c4a74e8c7e05a279adccb163d4c2f309e1b42e678b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 26b6ea644878923525ae0d5cf2727ceaebc9633c20a9340e2b4a7cf798c5d212
MD5 eadaff94a9ba5f070ae0131d61ec8d47
BLAKE2b-256 6b61483d2e363964916062236fa8c6f3d504c39b814a55c49b03ec63a2c97321

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 936a145c292b3065094623f519508aa62190216b0b6b648fcb1074fb27b63722
MD5 b8371e3d780ec4e9c6cb0f75d1ac7e2d
BLAKE2b-256 5bf2161c457a97edeed3774aceadd7c84bce29e1049efce816c88648dc6805b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9c40aa86ac6aa31f7e409a2f33b6a29adb466232ad3e589f5069bab07f942a40
MD5 59dc12b700a5b90f7e940d10213b216b
BLAKE2b-256 7b813531f06305fedf464dcb63893ddc5f7ac0b25ca5ab91ad47cbb9a5099341

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f51d354a1f5f9846789467b9a35eea8e5273fad1318e0e2c14feda2406fc19d4
MD5 551ee16c61708b404fc2374d84e3db2d
BLAKE2b-256 e136b19a7917621b462754dca1c479b73b14728538a439bdf715c750e26ec5cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 124d62b5121d0677c17679e3f9c24fac68f0bb33e973327cd6bbda95a2dc4d31
MD5 c278fdba6e217964785081074a9530f3
BLAKE2b-256 b756e6fa3fb9300567cc61f14ab14716f5ff7479e7a8e1e6d7fbf4208c3fca91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4f535e8b1367ea9e503862cee409e93309cf500147d1ea8b0957bc4986fb0ba8
MD5 d48e342286ce275f8db40385bbc137a7
BLAKE2b-256 08c60564453d03140814222b17bb2613994ddad41a3697e740681b8366f196bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8e99ec67a8131f730b9d36832fa38bdcbaf5cb772923d87880b7f26b5a678250
MD5 dcd6bfd1775176a17d98dee47bd12799
BLAKE2b-256 f24dd55b9a27172abe48acf8c9cf7c26fe4f2e60268142661c7e6a500c848762

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73aa68ae2ee42c8422358c5da2fca30a5e5c11c97897deb408bd38acbf83bd40
MD5 bb0863f945547372f96070e9a5ead090
BLAKE2b-256 10c4925e6c6ba690338c52d3cf734828e65848d7b1661af2b5d835329d4eb558

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6331334a513ed3d5e1210534dd54a8e8f0817a825a0296ea7f1f90aab7532bcf
MD5 0a9bc36dccfda3978b6c39d811bbc2f3
BLAKE2b-256 0717839b910ce6ad875fae3c6b30afeddff7a5894a71d68dc33253a7787309c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 46af6b68a23de91db99ed23662be48547c17655955efae8ee36b25f88d71f690
MD5 b699b552e00e5264e484acf73d5120d4
BLAKE2b-256 06a8e12313ad9f2234ef5a33f2d2375991022915867446cff39a2500b7034c9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5aadeb6d98edebde49293864544f0128d9ab97da9d75c4474d9f180af2c508ce
MD5 df6bf9021c17a33074adb0e966cd8b79
BLAKE2b-256 2043dc13a31b8e97870dd67b2055649d6d9742b10bdd71ed6ad240fc29e13a97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2a3ae5d5eeee3efaa8eb4775d6c81048ed048424030d109f8b182678b5ee7429
MD5 cdf04975a6fb268700729728311029d2
BLAKE2b-256 86a910702c9a1c3ad58155267758e4208f36dbee5060b43bdf0f8709c5307c4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8892a1546f42ddca7753aa2101eafeeccebb64d66c8794938b3e5989b3813c87
MD5 8dac92c7267cfa5e72b25f80f6ccd061
BLAKE2b-256 9c21c129b045c8231c924ff49970d40c7b5367e5a6e55d2ad85129ac24b07a07

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.6.42-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3b00bd0849f696f9ad6148fefe08c6c9e9f1afe8335246f49523e4909718e86b
MD5 5307ec2e5d1cb0a3105799af00e3da05
BLAKE2b-256 57e5f6e02341eb40f28135808245b0cd00118c54b5fff7b08f0ea62ee883df9f

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.6.42-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6674a8ceab13a056694f77b0f66bf1913cb3fdae31c5162912eb3b3f0439a662
MD5 4fbbbbb8776855dac7e283de759447d7
BLAKE2b-256 705b98e2873a0343df20910a745634cd3c93ab85dd194f2b442e6b24dd49a80e

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.6.42-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5df179eb8129c59b3af3f05c2344090d8131da3770f5d7a979ad268e41647b12
MD5 15d24b1ab81ab5e793decef49e55d15e
BLAKE2b-256 dca3c54a2c2a6c0c619e01e356339ba065a38d917fa377786d78cb2ea1f2af41

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.6.42-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4d051628e4bd4a8221fba7678e451d547a4a175bae6d9c49fc039e4d5de7123b
MD5 7c6dd26a821e45b03daa315c9ed3f319
BLAKE2b-256 73491e31717c2fb6388965dba7733c4f01fcde2dd62e81b42df2d6699c7819e5

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.6.42-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 564eb87e4d3e1649437d3091bf11638332db4a0ac4ccd7595c2e7a3fcb7275b7
MD5 6cb59bba03de562c8a4cabf57beb7ed6
BLAKE2b-256 7131e835b0987f6805960bfd885c940229c9780d589b3ff1adbf3a6ae2746019

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.6.42-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d67acdaa3879e3c68a1e7461adc081f2390dc1415c8e087a2d8f6cffae5c897e
MD5 cb648d6c2ef1430e84c3ddd96d9188dd
BLAKE2b-256 071f1ce00e0538f5d0eec74bbab720210619658a21963c98c2b3c1e9471c584e

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.6.42-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.6.42-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a2eaa61652ea51a529e17ab7548d442cdfaf2b60d1d5d6037cf3bb0affbb8677
MD5 40200761a0cbc31e9e376589656297ba
BLAKE2b-256 a9a62111540dcc2d5df46aa29014c888d347a01c05771c5e86016485eb122044

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