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.48.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.48-cp314-cp314t-win_amd64.whl (20.5 MB view details)

Uploaded CPython 3.14tWindows x86-64

passagemath_modules-10.6.48-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.48-cp314-cp314t-musllinux_1_2_aarch64.whl (73.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_modules-10.6.48-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (78.8 MB view details)

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

passagemath_modules-10.6.48-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (76.0 MB view details)

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

passagemath_modules-10.6.48-cp314-cp314t-macosx_13_0_x86_64.whl (27.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_modules-10.6.48-cp314-cp314t-macosx_13_0_arm64.whl (24.7 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

passagemath_modules-10.6.48-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.48-cp314-cp314-musllinux_1_2_aarch64.whl (69.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_modules-10.6.48-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.48-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (70.2 MB view details)

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

passagemath_modules-10.6.48-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.48-cp314-cp314-macosx_13_0_arm64.whl (23.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

passagemath_modules-10.6.48-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.48-cp313-cp313-musllinux_1_2_aarch64.whl (69.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_modules-10.6.48-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.48-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (70.3 MB view details)

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

passagemath_modules-10.6.48-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.48-cp313-cp313-macosx_13_0_arm64.whl (23.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

passagemath_modules-10.6.48-cp312-cp312-musllinux_1_2_x86_64.whl (76.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_modules-10.6.48-cp312-cp312-musllinux_1_2_aarch64.whl (69.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_modules-10.6.48-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.48-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (70.8 MB view details)

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

passagemath_modules-10.6.48-cp312-cp312-macosx_13_0_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_modules-10.6.48-cp312-cp312-macosx_13_0_arm64.whl (23.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

passagemath_modules-10.6.48-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.48-cp311-cp311-musllinux_1_2_aarch64.whl (71.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_modules-10.6.48-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.48-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (72.1 MB view details)

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

passagemath_modules-10.6.48-cp311-cp311-macosx_13_0_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_modules-10.6.48-cp311-cp311-macosx_13_0_arm64.whl (24.0 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

passagemath_modules-10.6.48-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.48-cp310-cp310-musllinux_1_2_aarch64.whl (68.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_modules-10.6.48-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (73.9 MB view details)

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

passagemath_modules-10.6.48-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (69.2 MB view details)

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

passagemath_modules-10.6.48-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.48-cp310-cp310-macosx_13_0_arm64.whl (24.1 MB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_modules-10.6.48.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.48.tar.gz
Algorithm Hash digest
SHA256 8530bf11a3f47533d6d5f7bf2dd196ed1aca4ae64a530af6ab8cd947cdd059f5
MD5 18bd8a82ce2e32a8af09e712f8a8db90
BLAKE2b-256 3bc7e404a8e9a1c2749515b732280495e6c456b144ea08aad37fb47201c3d59f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 9296da03b4efaeda2482ae39192003fff0659a7f0f864278746bdaba69672d54
MD5 a942eca4162a11657866c80e05d9567b
BLAKE2b-256 d0b1e25a76eb48c436bc4070aaa406147d011ed0e25f0f992cac84b1fb47152d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de1aab6ade0c387662cb6949abe29a315e9fa67cc3651ed97c7054e5a244050e
MD5 03826887c8e80af5fe796ce1174684e0
BLAKE2b-256 1d93f868af71a21f94f6ddecf9d759b0fe1d33a2b8a945a7f6ab319b567eaa43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 063877c00974215e20a861df125c3e5157193c27b067c54a14997484b9c6ead6
MD5 b95337c1f81d606fd4a1f4cc0b223b35
BLAKE2b-256 cd46111a174f00ccf291aac651e0fa30f986fefae0c1903c8e929a6529c829c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2e5eb3288b70339e58f5b01486eba405a1c6762ce6c3d82b63b04d8d08890e28
MD5 16180ed6f8803c2a17403436d93f4031
BLAKE2b-256 806f795e2c0b5df6dff9bd11943035ec8122a1a3ef182e97de0e2249c1feba33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 be9392c5639c64aa964606d2a3d292a0241c2bafd8ff3a1a3ff40ece51b8600e
MD5 42fab4654be8ca0c89d08f2965c5a24f
BLAKE2b-256 2a5085a8cae0c53ff0f0b6b205e6a7b0ec62e1445581ade2ad70b288165ba804

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 27c04f29886b9456f1d741bf1d3ffc05aa44a6003e318b2776fa180569c1e3ce
MD5 54516fe182857b92c81f32f44d15e86f
BLAKE2b-256 63173493c24cd66d16a7f64c6ce0abe7dd30ce4612efee1dc38a4e243c4efd48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2afbb416db5d1531154b85c226dba854c3fe1093870e2f68ca033189f2f00dde
MD5 6ef77cb782a5df5b049a9f41e0e740d3
BLAKE2b-256 3e373c81a4a33b5c5283e5d45aa5d3136d2dfe3e532a1ee69d931e9f4c565993

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 253d514bf1cee4e648bf1c672e0fd1459a5eb1c5c4c9aa3b01f107ee92d74c70
MD5 19261dcd4359d2a0d090f5f886c67743
BLAKE2b-256 5e6b4dbeb8c471460a36c10e55d5415308df31edbd55bd341f7124f1a1f6246e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 37cdb5f72b2f3d4e2c955cf95e9f7cf661fa54007705e9585c9f85beae42fed7
MD5 99b4800ffe90282fa6b00947c3cbde9e
BLAKE2b-256 de89d92b6468b83533ef9de08cc6946552c7caf84210a50b00893f9355d97c3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 24d1d1913e1f40d82c5138cf2290261cb015dcc2aefaa5c992c8697094cdbfea
MD5 059a7cdc035126d2866d2fbe1fdaa3ef
BLAKE2b-256 df32c59ff7da315afbb1fca9d7f1a3f51469279740aa434693ffb3df7f18ead8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 420ac541c01cab7cffd99b6ef3eafda6323832ab9c747a9827cfb131b4c2c8bf
MD5 58cd59f26aed6160cced6f357574e340
BLAKE2b-256 dfd2386e7855000e0f81293e4a477d89d91cbfe5b1a15a6528aa086896dabcb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8349d55cf1feca0499e19b63c3c45192a3094205f860a29615214aa1b9ef2874
MD5 4577bb448fa6ff75db30d6c00a983071
BLAKE2b-256 2ac79a4e987c21e5df1b7bf26851cc8fd88f1cb7100ca3858fa319a187a02283

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ae057e422002b3add727c13173de3df339ffb5c72a72b9ed43370fa872afe668
MD5 62fe3e7ec6d9063d1a478b0d016a52e3
BLAKE2b-256 9295de198f1758e880530c6036b1b10e05bd505492c02b824d2182e7aca14aad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6d4e257cb89cf64fc017c7cbde7205930326a48aaf70ad4395a29ae777fed691
MD5 d6d8e45a73204d5ee067988ddba0f914
BLAKE2b-256 5cce4674d3627119235e8ac4b615805b396136bcc4c1ccc230a6f95a25a64a06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8b8ea1375769e5cee645f195f3f69764155905c4ad053d64e5511879c1b45480
MD5 f14bda769dbec448ee825894bbc85222
BLAKE2b-256 008a376a458edf38ebc2b13597da422f3e3dd1557e73d43f4a3793cd874f376a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1165e84d1058ad1a06d3ad243860253e6d268c4369f50535c50627b282702613
MD5 7fdb3fdddce1f4ed395154e123521dbd
BLAKE2b-256 78d70c26c3047834afcd1a3962e8de4704054f8edc3688e845a121f9b8cff175

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9caa3a07ae36cdc2693cb9e2f0bafcc213c4cb82d57e15ee577f5d53f67fa715
MD5 b27a4afad8a64ba9a395f84eebbb4536
BLAKE2b-256 fded6db317d05bb2367152df20256dee19ffddf6142bb356fe226f8399e092cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2331b3f19b0701acff1b5cdfd7fc7129f1a58b1bf94a7c2d37839d6addbc8bd6
MD5 916f5edc453e4907b58ce019dcf2b4a5
BLAKE2b-256 9d874a5ddafd57c8847447416d189dcd7cd0cedda514f4ee2f8e236f66840206

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2feb5e075b1334648654027fb34c3e86c536903b1a536d928043516e27a5a938
MD5 dab193ec646ae17e18ec908a8544ea20
BLAKE2b-256 1901c167be2a578847c1dc7bfcadd21ea0b587f9ac670204bf14807b8c1b3866

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 94e7f80558e3dbe6668e92cd4ecb6b91472af052a6b24feaf06f353b2b130fa9
MD5 df0f4054e3c18d246a4b6594641049c7
BLAKE2b-256 a8fe4bb10e07ab3175d86ea486ebefce229555d01ef2bc9a78d95535b9ca3660

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c2ebefd1cf97acea688c554723476b9b1a58b241233cebf3d80ba6f9d415f38b
MD5 0c59ea770748608813378d90e39eb87d
BLAKE2b-256 22dd65178a4172c81da18272849b6c6a4206a63d92e3bb11589347bb82165176

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fa70bd2c31e295228dcad1ba246be012a8ccc45f85338ab6de2f0fb5e3b67c20
MD5 33e7c39b44040463470ec63437bf064b
BLAKE2b-256 aaff85c1e9da4fd9eacdba5a762af28c9b044b108d43908eb21df98ef97c3462

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7064e8081ad662114eefa24126df0e1998a37509d6d626f526e21428227578d4
MD5 afb823947b9a12cf76b5d0a5f4e0aa74
BLAKE2b-256 a195fb36b39ac56b6fc9f4eabd8db030decfc0808d57f9583c2496eddf113303

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 91d9e23909d48c011ae89deb3b4a2e2e71c6ac444ca33535569328e399c18808
MD5 43a462ee6f24dcc7d869dec18c6df405
BLAKE2b-256 bf302298acf680f63c419035bac924acafe965cc23d917fea6afe008955d4495

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1b638b2796ad8d3ad184244c253e52192dae3d6363ab25a361aadfb783879f25
MD5 40675ea6c84a316e4b971a2e7f95314c
BLAKE2b-256 1ebce66a6fc930036cc8c82bb9bfbf7f64ca82c67ce59f05037178674d014f7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e125f3440415197fefb4e5d8ea52e400aef5587252d3cd314a1520912aa6804b
MD5 59e036ec022f9c3fb959d662619942bc
BLAKE2b-256 0d91067cadb094d047b82d267f4b22efb8d31fecf2b5345783ac155b3235de73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c70a8f62aca3a5a42f8cee9a70ec5e61780f1bcdfa5ac6bec64916b7284f1a95
MD5 9e8301c01511f6c9d756ca449c8bfa27
BLAKE2b-256 d615d786e9de707e9689afdd3128a622892a734c8a2f996cbfb36847cb2a3fd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 126c4594bee4053cfa85d36db3752837f90d0b4d909cf59abe2e90e5b391b395
MD5 06a44404b056d90142be138e72f71dd1
BLAKE2b-256 0b7dd4887c40c189b7655b638760969e6a033532ef7059c4b06231fa6a7a748b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 64a5eaf3f3a959bcef61717966c39b80d4bd7836c51c1f4e49c35f7a3ddfc1c2
MD5 150e9ff06e1b88d14d513c1924f6fcd2
BLAKE2b-256 f3c6d11c1a5aedc5bd0ec01a203ab1f7b09e740245a1e146651878faca71829c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 52074e43a844420cbfd09b81f66f023a40a7c2377ac91c6f47eb193e32f85ecf
MD5 f5deecd2086e9b1cedd01fb7f687ef99
BLAKE2b-256 210ff122e8ae5822daa57062260c972b4d952e8d950da939d39199a32810eb0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0d20101713716800454d52bf328cee411ec41ebdb1e08b62fff0e7a603e8e058
MD5 d9ec2e4500a2f8a3343014fa9aa107f3
BLAKE2b-256 cb83c6a5d65c62a87daf4a7f1cee6c9b1616764350d35caf64be5e812bb21929

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a306b26f5a96c1f52fe4dfc8430447814f6f78618766fdd04cf7b58655407cf9
MD5 b563c0ab499cc6cb0180275939a85acd
BLAKE2b-256 bc7fbfb69f1db84033537524f72cb5cffab99c175a3f59549acb97f2e7134e17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1bcd6b5eda57602a1c51251e322ce0830518bd5cb0b209f49522bcd39888f4d9
MD5 f3d87330699382e1d15fc663e16b63da
BLAKE2b-256 66bd6c56d0c051e186f95c3fcceaca0997438355864e4b33dc5a8834e4bdd9f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 40879da8729096ed064e43a4f35419002f33e217bc5c6e796da77722d8c1439d
MD5 dc19ea0ab2d3a32baaa4a884a72259b5
BLAKE2b-256 9f4de5db93a6d1dd4e4ac9c45a95926605158e93491adae3e0128ccd7081ffa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 76057fd294fa52edb8e1aeb2be8dde7c06bd13ca038c192d56559ab92bea2cdd
MD5 9c13297ec9f01eba8a664bd72185899f
BLAKE2b-256 a09eb4f10198af60d5da904be89f93c3fcfc59d0ad4474a56b7f4c743e409873

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 96bfa9ee1e4e1c615d6f206edf1e5dca2eecf274d57b054a6d83b4182f335f05
MD5 3e1cffdfb840222da010bfa7f308c7e9
BLAKE2b-256 d9d63e8b6f70a76aa7722ef2c35b597a10cf5aa9f36c9a01d4bb53f48036953e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 63a4f32b5412825fc67b04834c07bc8dd9e5bf2a3daa670b83c0035d1b5bbe4e
MD5 b46977ec20213b62ee862166e9919545
BLAKE2b-256 561a1c685943dbc3cf9bda96699521464452fadca872751d358977291b394438

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fd970ca7b22e3def887c652b458b75d21a2a95f8acdd1e4612495bfbe97c71fa
MD5 a53eb9354ad4b6cad45be5858d74a4cf
BLAKE2b-256 99f0b6ace54bebbe2ddeefa1ec8b347db81b9413bc282a68cc9060f23a0b4efa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b75b4cb684e8078ca74254b15ffe193ece262f0e9165a7a8edbeb8aee0534220
MD5 3bfafe73e4447d51410ec3a24ed0901c
BLAKE2b-256 11e18fc1baa1edae95449f4570ea2c97d63eebbb7ea83d203b74ccda00555fd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 55c6f579491406d5aa24aeb7e36c283d67dd9c37677919b7cd2bf8dcb461a4d5
MD5 724df55aa3a79e00dac0ed2588172898
BLAKE2b-256 30ab231d79c8635612c01afffa4309f8e6fa894c2e94d412c4f108204c4b9e82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3ff0bd5e2254f42996b9082beba945db58a8a3663fdde1c273e3da998188d695
MD5 9ae826fb2493239a133dbc9b306bf89f
BLAKE2b-256 75e4be17787db45b74db0ad402c4c245d9974449925bd4498a388ac78e9adcc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.6.48-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 78b5c5f283bc82cd022bc97077de97990bf0de3e70f2c2e52c97f14e1a02c683
MD5 7b884abb044f551d343fea754cd3469b
BLAKE2b-256 4d850f235f0b04bf12fdc748d5388d1ba4deda80dc69d20196b5793e5aa8ef76

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