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 was created in October 2024 with the following goals:

Full documentation is available online.

passagemath attempts to support all major Linux distributions and recent versions of macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or virtualization.

Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x. Python 3.13.x is also supported, but some third-party packages are still missing wheels, so compilation from source is triggered for those.

About this pip-installable distribution package

This pip-installable source distribution sagemath-modules is a distribution of a part of the Sage Library. It provides a small subset of the modules of the Sage library (“sagelib”, sagemath-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 sage.all__sagemath_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 "sagemath-modules[RDF,CDF]"

Linear algebra over fields of real and complex numbers using NumPy

pip install "sagemath-modules[RBF,CBF]"

Linear algebra over fields of real and complex numbers with ball arithmetic using FLINT/arb

pip install "sagemath-modules[GF,GF2,GF2e,GFpn]"

Linear algebra over finite fields (various implementations)

pip install "sagemath-modules[QQbar,NumberField,CyclotomicField]"

Linear algebra over the algebraic numbers or number fields

pip install "sagemath-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 sage.all__sagemath_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 “sagemath-modules[padics]”

Linear algebra over p-adic rings and fields

pip install “sagemath-modules[combinat]”

Modules and algebras with combinatorial bases; algebraic combinatorics

pip install “sagemath-modules[invariant]”

Submodules invariant under group actions

pip install “sagemath-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.5.44.tar.gz (3.1 MB view details)

Uploaded Source

Built Distributions

passagemath_modules-10.5.44-cp313-cp313-musllinux_1_2_x86_64.whl (82.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_modules-10.5.44-cp313-cp313-musllinux_1_2_aarch64.whl (74.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_modules-10.5.44-cp313-cp313-manylinux_2_28_x86_64.whl (82.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_modules-10.5.44-cp313-cp313-manylinux_2_28_aarch64.whl (75.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_modules-10.5.44-cp313-cp313-macosx_14_0_arm64.whl (24.3 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_modules-10.5.44-cp313-cp313-macosx_13_0_x86_64.whl (27.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_modules-10.5.44-cp312-cp312-musllinux_1_2_x86_64.whl (83.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_modules-10.5.44-cp312-cp312-musllinux_1_2_aarch64.whl (74.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_modules-10.5.44-cp312-cp312-manylinux_2_28_x86_64.whl (82.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_modules-10.5.44-cp312-cp312-manylinux_2_28_aarch64.whl (75.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_modules-10.5.44-cp312-cp312-macosx_14_0_arm64.whl (24.4 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_modules-10.5.44-cp312-cp312-macosx_13_0_x86_64.whl (27.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_modules-10.5.44-cp311-cp311-musllinux_1_2_x86_64.whl (82.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_modules-10.5.44-cp311-cp311-musllinux_1_2_aarch64.whl (75.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_modules-10.5.44-cp311-cp311-manylinux_2_28_x86_64.whl (82.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_modules-10.5.44-cp311-cp311-manylinux_2_28_aarch64.whl (76.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_modules-10.5.44-cp311-cp311-macosx_14_0_arm64.whl (24.4 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_modules-10.5.44-cp311-cp311-macosx_13_0_x86_64.whl (27.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_modules-10.5.44-cp310-cp310-musllinux_1_2_x86_64.whl (78.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_modules-10.5.44-cp310-cp310-musllinux_1_2_aarch64.whl (70.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_modules-10.5.44-cp310-cp310-manylinux_2_28_x86_64.whl (77.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

passagemath_modules-10.5.44-cp310-cp310-manylinux_2_28_aarch64.whl (71.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

passagemath_modules-10.5.44-cp310-cp310-macosx_14_0_arm64.whl (24.4 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_modules-10.5.44-cp310-cp310-macosx_13_0_x86_64.whl (27.9 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_modules-10.5.44-cp39-cp39-musllinux_1_2_x86_64.whl (78.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_modules-10.5.44-cp39-cp39-musllinux_1_2_aarch64.whl (70.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_modules-10.5.44-cp39-cp39-manylinux_2_28_x86_64.whl (77.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

passagemath_modules-10.5.44-cp39-cp39-manylinux_2_28_aarch64.whl (71.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

passagemath_modules-10.5.44-cp39-cp39-macosx_14_0_arm64.whl (24.4 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_modules-10.5.44-cp39-cp39-macosx_13_0_x86_64.whl (27.9 MB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

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

File metadata

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

File hashes

Hashes for passagemath_modules-10.5.44.tar.gz
Algorithm Hash digest
SHA256 55362e7b1fe3c75df711f3029a0925358812822fe6e2f42fd367a536a10979c8
MD5 b8367fc78c66a0edc02687837fd3560b
BLAKE2b-256 850d4e237b5fbb959f494dc4a84afb9dc1cf2245eb988c48ff249513b157d56e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b5892fc56d827f6da2851125a466f7837c68397c7383ed09141699dfaf08b06a
MD5 e7c0d7c405fe3d25dc18c6009acc3522
BLAKE2b-256 e7010d6950e81b43b1d3128bf25951b6b8da93db6a4d50b6452e2b21b8c813e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3d541b28823933b080ade45c757fd0652cbaa672928974e07ffdfdc0f5290d68
MD5 1e5ee622c8e3f249feae151a9c207a17
BLAKE2b-256 4954f0fc994e16460f1cd4f2dedc1c083317a096356e11c331719c962d31134b

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.5.44-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a65be0b93ef4cd94afe5a53e4c5eb9f03232610ab025eea0921f8ab1ba9e4d7c
MD5 a11f43557e02748f5fba5fb70d80c79c
BLAKE2b-256 287675aa5646b6d766f124e0492c3b102bee937d2b60efdd63136b36b0fcd7ba

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.5.44-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0bf310604571bdaa2a5a272bc028c006f1beef196871f04c0b437c1c9ef09b6c
MD5 5f4a713ee80610a4ca6d4f5a03d3ba9a
BLAKE2b-256 23a42354c64f48c770c313cb86911059f966a81a54c71887733825d7601245aa

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.5.44-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 09003509b19718dc2ab1ea9ab136b615472d4b571c5fc559b907623675ef2afd
MD5 d4212b814494982c6a69a02b97843e11
BLAKE2b-256 220e662835562f097a16c92051453bc8c35f42c46b9c9a0173c680ac1af2974f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cab67a087c9447cf850da2f3f6ce74b648ccd9a2d8ac89139d424833bbc53495
MD5 41805f41d8bdeecb710bc5b605ee6490
BLAKE2b-256 3abef4930a60cb8dc731333bf85ecd05ba484ff1e429a30d8b77301d4f01663f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ee69603db1ba88eebc4e4f65dd521e3502844ce0153103581a1cac70320c858
MD5 55809f9c1bc279bb014dd072d7b8b6ac
BLAKE2b-256 4c82bd9c43e4b06cc6c5519bfcffd2669a03d05b6ce80a92e7dd7d3556be98cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 099598c76ecbaac1bf66b3b3e5243eb51e92dd068b3457619d5602cdecb1507b
MD5 0b411ff1e6fb93f64459e3254ac1df5c
BLAKE2b-256 0897e2bcb548e151ea351abff020d74ca541b7b5281f7aba4553977622e47808

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.5.44-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 173d46c0f1da25cf062834fe2ac4d4566759cf43aa99e576fd6b33846538f939
MD5 55d6b131c82d3dddd03388124e62f73a
BLAKE2b-256 7bb303bf1a9f62204bd89d1e92c7439d31d43cad0eb175090dd14126b5496a39

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.5.44-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4ad4acd41626e44fb8cbcc8cf57a9fdb488edbe4fca3843c670bc08932482f1e
MD5 dbdc021c07e371b5eaf111b920c380b3
BLAKE2b-256 8d1e23fbeb2f7668cc40258c62a6ace6fa9a3a425f359ba42bd1e417c5a6a81d

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.5.44-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 83ace38f55ede7ee87072d3da19571852cfd8bfd6d6d6db77db5b7e8078d9e43
MD5 f85aecafb5469700798fcf69a43987de
BLAKE2b-256 bee8537f3d77f6207fbed0e2b7c1ef1b988ef9a9d0c064b74c21c8382e20117d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2a42a222d46778a8346591b2e62fc0635065530831e0429372a47d9d76863183
MD5 0b38e9458b62df8dbda8a41db7c8d454
BLAKE2b-256 33c9476b7a38e5f5a04dcabe2afd959698acdb7acb8fa2fbe93886d14549ea7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 09458078f381c0a932987bc13bbdd8469d79795fdeb192356d362fc7979cc068
MD5 76eee5ba75d12ca7d727eb6d7f908a5b
BLAKE2b-256 d89e56a3205483a07889147e2d60be445bd90d74765789132a7832558bf751eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4e89ac39a0b549a02d181dac07e1278de043b9d4ab7ce267afa7e039584a2e22
MD5 b9c1de7b590b48929495d29065b2e234
BLAKE2b-256 db97d7c88946f33be046dcb65ebcabeddd8c9f01aab59f8cdb954ba9babf27b0

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.5.44-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c13eb5280327d3d161c3eedb104ae65c1e3e224f3bf9a994ef7a1fba02681345
MD5 a38fd3c13a3af88bc9d481ee6dc26ac2
BLAKE2b-256 3fb5a285a447f9044c6489a0c398b9fec610942f736feb8a2617851d34a6a26b

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.5.44-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b950bcb87d543bb114f4102f35ea671c9c8310d44c96358151af896d6eda4305
MD5 3a15e37e8806f9827de95a914d36a9dc
BLAKE2b-256 216b28d4651e374b0e492c7c9008b2c2dac0b8a3673d2de75f520a595fcd2f71

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.5.44-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d29c9e2adee2c7825f939dbb7d9e7740628e33ecdd61c53d96eb0dadf73c7896
MD5 bd2f260ba51b7180a4f50afce6772c80
BLAKE2b-256 abaf07e535de5fe1fe990339a45f49a22e5eada8d0285286228f1b6ca64fa8c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ba8b37bcd8d43305b8172f5494d8093dc7b9ffaf7035335c13ecc1b00407e204
MD5 c41a2eb17f337e70044c75a6ebc0023e
BLAKE2b-256 983e9e2d09e0f5af65e095ca63e5db9bbf99fc40d22da4f2d142a1867642f6b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 29491fcada8344b5257e96af90fcedd19f0b3f2937d00f2544c5b65664ed60c9
MD5 f881094928d326e88dc4a9255fcc2fcc
BLAKE2b-256 55270456a272c7ea1df2c5024833a503c2a7f225da640c7f5cda1d4777d4504a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 27d87fc98fc2a335004ae343d6d41983a580dbbab88ad96669524a4884b163fa
MD5 a794af124662117b15e2c38aefb52f71
BLAKE2b-256 7beaa6302dd4ff7865738699973412644ac62e6df60e6ada218660c7d21926fe

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.5.44-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fcb97d1ccfdce8bedd2636c4be1c081710ece2356cc42f8db71169cd2f664f0f
MD5 81ac5a2d190bcac3555693cf56312384
BLAKE2b-256 af7f41924a701c3d589304912fbaf223089f543b0ebfe5074c22782afc1b60d5

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.5.44-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7863cdeef54811df483aca2d8501fda50470354c2a204fe87e1dd3a418b69462
MD5 91aaf1baa3ec0639e3da7f16072fd850
BLAKE2b-256 b7cecfaabfca0bde0322fa218545c99bb7992cd4e8e80710af03bcba172dfebd

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.5.44-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8b804a22e4e9b1d5e7a13aebcbcaeab2414aa24060ca409862134c582e319e99
MD5 bce3874ab2866eaa4f90d0f2a87470ed
BLAKE2b-256 89916aac18125651e7cb82ab094196c070b2f1de090fd8096134f35ef4998a15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3e06142f06e4e169638e62de9b0b173a7a29a52bfb96f7a34982e1ecfc418b7d
MD5 246c6d2f11fc8d6fbccdab50def59456
BLAKE2b-256 0dd5b970e85caf09b78db34de8e6a4b567eee14255a1bd81ab4d4b1f13c587ad

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.5.44-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4cfe39a43fc0f17e5347cc7bccb20c640c1736612630e9efceaee405ded9ffdd
MD5 5fb8785f70a5543a725dee1b836b7c4a
BLAKE2b-256 192fb19544b459bd0d6f914b0cfc6fcc44eb42aaa9dd5aa11022f2991705393e

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.5.44-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e92ae4813be013546269b1eccd3480afb6a966d225d857ee4eae7c0c5988d6fe
MD5 2d3a62d448a285c10d09215b0c891517
BLAKE2b-256 801e592cce5f2ceeef8bc878ec2238faf360799fd4c1b28eb3440cc3a60c4bec

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.5.44-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bb70d4fb74dffbffd8612649a75f083be73c1fbba47d5998d9d1533520bce619
MD5 32caa459b843a168068b9811bfa371b6
BLAKE2b-256 b76b570ce1f011a58f71c651f96f18eb25b3b1e9b93c188e06655887335f68d4

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.5.44-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4271a5d0a7fb48592c2e75f997c710dd70ced52fe0f5ccb1a47429b416846567
MD5 c5e2b06090dc3c377b348f5ca2a90131
BLAKE2b-256 4d82215b4a2abc9333d346f276fe92625921e6735980761c3832d38c3a11ce46

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.5.44-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b5278fe6bb61d3f30584a5ee1441f38dd6daab6249a6cb588ca674fb99e8240a
MD5 e1f771ef3065e29c087a1d32e0434d3b
BLAKE2b-256 04a8746ba63fe03827c90db893ec03a913e541d11b2f52f50335a7491d34c3b2

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.5.44-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.5.44-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5d97267f320d3c298f80800146da47564ab7e8e735dc6db6057671c456402c21
MD5 46fa8fbe5829bcdd15025a9917a67401
BLAKE2b-256 8cb21bb77f549d512acd0e21f49c8c5a37cfcbb39471323a133f7247663d87bf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page