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.49.tar.gz (3.1 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.5.49-cp313-cp313-musllinux_1_2_x86_64.whl (82.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_modules-10.5.49-cp313-cp313-musllinux_1_2_aarch64.whl (73.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_modules-10.5.49-cp313-cp313-manylinux_2_28_x86_64.whl (81.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_modules-10.5.49-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.49-cp312-cp312-musllinux_1_2_x86_64.whl (82.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_modules-10.5.49-cp312-cp312-manylinux_2_28_x86_64.whl (82.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_modules-10.5.49-cp312-cp312-manylinux_2_28_aarch64.whl (75.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_modules-10.5.49-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.49-cp311-cp311-musllinux_1_2_x86_64.whl (82.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_modules-10.5.49-cp311-cp311-manylinux_2_28_x86_64.whl (82.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_modules-10.5.49-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.49-cp310-cp310-musllinux_1_2_x86_64.whl (78.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_modules-10.5.49-cp310-cp310-manylinux_2_28_x86_64.whl (77.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_modules-10.5.49-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.49-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.49-cp39-cp39-musllinux_1_2_aarch64.whl (70.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_modules-10.5.49-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.49-cp39-cp39-manylinux_2_28_aarch64.whl (71.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_modules-10.5.49-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.49.tar.gz.

File metadata

  • Download URL: passagemath_modules-10.5.49.tar.gz
  • Upload date:
  • Size: 3.1 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.5.49.tar.gz
Algorithm Hash digest
SHA256 dd6336e2500a0c9bc1a699c4aedaf46d87498972acebbf18a759d34641bce694
MD5 dae9a4881841c4afaa53f88c8a91e926
BLAKE2b-256 a3e1e52db68f50a8234a3f91c3688351dde8da7483a9f20d479d0fd5c606d5ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e005d0bb168c516970b341119023c89d1b8c7850075c35533503c3307fc60ad5
MD5 ac0b5ba91a567c14914178946fee9a03
BLAKE2b-256 0ea6442f024c423deba4853587ca00f87d45c4d3d63a98810afead67936e76c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6dbb94dbdf145d467d152029acac34cfe464782b2bcf8e49a805fa2707ce6867
MD5 b3e9372eacd08233a47af9167c3eb1c1
BLAKE2b-256 4ba4bcb2b13f979db6dbfaf4563870b044ffc5e46ed5a7503daab6adfb61f077

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 63f0c6f730f52d5830936fb452cc00fc4f1c10b0aa1afff3de0dc4282eb4e870
MD5 05beaa63f6478b7e678c6b4ca0a4c707
BLAKE2b-256 576796a74b4281a063d10e5851ab752cfc8bc78be96e84e4b124c36922db6ac1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fa82c317e3b8a79bba5e9c0a645fc7b5f92f5f469b633a34ee663ef853485260
MD5 fd3b5fc86eff879a72ab418ab6a083e8
BLAKE2b-256 650bed9f66e8e0e90cfc0898d91efd1d30aec66d70a6ba5ac0ddf4c04f9a2c89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f45e49897bb5b83f9e524c53885fd083c10800dbacd004faf7c93e84c32b95a7
MD5 ec8a13f7b4a92e8caf6707407e28c72c
BLAKE2b-256 8f9d42d3acd02e270566cdd8b01f0ba4618d57119938916506bc97093b00be01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 93a962a77632d69d3f828cdf7a3f013d8d0b4760c187995d563f9840bae235f3
MD5 31ea616d7510b335c594f91e0c066b05
BLAKE2b-256 0afbb9a362a56463a249afc85084a75661502e64b81686e0ede893e3baa8d4ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fafcc67565a3e13a221c2d7d89d9a99472053000d39cbd1784515988e8072828
MD5 fa1c023aaa78ab4c7ae6de89d506a636
BLAKE2b-256 62c2db660ab09f4f7634aaac7d5d7a6536791d937dfbd8363926b7778f4dc3b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 324ec595c0f5015b8f2c8ced59d8e2c4cbedfdc4cf94e79d934dd4c712a13900
MD5 9904c66e1a84be812d91bddd3da466c2
BLAKE2b-256 5c9540991f382073a5e600b9a80c2f54d6a3c523d47a284d86849440e76b64d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 11184150f19b9b3879f78d9c4e58190fefe5a5aa8155cbb90a4adbb95f12b4b6
MD5 64615f56a4b86b806fc3dea37e219eb5
BLAKE2b-256 3ef1d3d711b5979551307f611c6e2d5349d51642235b38f1d0a9ff9c8fa905b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0879c414ddc6e52996882ede2af25a02acba1a17e5cd2b0d639116fc76be87e7
MD5 e121a9f2a19ebb4c234fa77bc7012811
BLAKE2b-256 d84d550f6944911177387821adea39560670e2911c4ee4e355222b97ecb5cf51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 81b848a4afeb8fda8b90e2e79cf57895062a290bd33c98cb552d169053d1cd2e
MD5 38efa89080658adc96f350ffe0ee13d9
BLAKE2b-256 8626207768caada0e148869ae08573519687bb6a529f62b38262f7e820fb9caf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b0361cb1cf73cf718a9c32125119d6659f8aaf28f8b721422b03cab572cf0995
MD5 08347efac4748667955624db6a377d34
BLAKE2b-256 0bb828588703039418d4774775e81af6faeaed136607b2aa58e2a60fdaf70914

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 760aded29a741c93dad5682d890032fb23213043ea81e279866e8e72b098f718
MD5 a698172c3c3d74f299858131cf14df58
BLAKE2b-256 312e0e947d870bfad068f340280ae1ca921a661a470c36942a8e9350dad9fc1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ceed9ad3043b6c3dd542d31e116a80cd7d6492bb2b8a66edb3eda3b484d5a152
MD5 2451ef02f6c0921696b349df513e4598
BLAKE2b-256 2aba9e368f902ce424247b5eb735056d8e515880af79e48eda37888dfe7064a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bd4aff9d917747c02d98ab4ab1cae4b0d2a1ca93ac3466717470f3ec90cee3a0
MD5 0f6cd2293b2e78b5dabba450f7205c2a
BLAKE2b-256 42a4bb17e59c0b2d7371751a8c82a1337f0925739eeca7d89280e63b8c1a086f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4e262dc3e5476c0fc80994c2b151f9775b5b8ebda559ba2190595784107693a0
MD5 40e05dc4bf59e7d338c554b4b71e16fd
BLAKE2b-256 4b6998f6502fb45cf6ae82470d409befabb2596a5089b2180f98e9e0da579d81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e30b9bf0086c7424e27b744a7079901eb9ee80a02e6db8f13b827fe67ede64e1
MD5 db2ab3b07c4cacd5ee5362a7a648ef21
BLAKE2b-256 1b0cf8486f67a84e082f52a89ae6655a7c0b69e4466b3daca4ae405b1a12a43b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 58d14665107969b82299f0c0382bcffe2fb73d1c98338863dfb3a574fec26b98
MD5 64e1a1387ca3c7d63efc857c8e077b4f
BLAKE2b-256 93e1678d6c655c6e799d63d8609916323961fc4f065caa5b17ed6ea694b7048e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 971c1940c7578900d16bbdbd27b1c432ea16f2f3699937fc6d78d18bfad9ba5b
MD5 8e787849071c3524cdf525dd18e4e591
BLAKE2b-256 7dbf38390e2df45a474caa80a14b37c49c425dbbeb248d69010241b467ea633d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bdf779889973f29dab79f0621f46b2b0f46b6fb72f27d61b89ee0e7484149ab5
MD5 c048882da42c8a30d256c9a9ec9d97d4
BLAKE2b-256 dfeef1b19cb39256537b23dcf33e1a75b41f01f5d094019e8c123213383f9334

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f773f22b83bbb4b7bad4bd0473152802e15eab6d59cb1b1ba697349aa9ff9215
MD5 e6b064463d05583cbb436111f18fcc4e
BLAKE2b-256 0bc22e9de9630f109813895c10a6cb5af9e0434800519635ac3efd04d7207250

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 425053338c9f7663d6e2a71f02ae073a98797b9aea3265368fe7cd6ebe0dfc6d
MD5 f8928c471e6276910307dbb197aeda46
BLAKE2b-256 4f69b41d63285bcd84a9e730ebd7459d26a00dd0ac0e5b95138886b43812fa5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 62ea90250f265207879e42dcd0647b5aa322927ef4ba171c2f9413e369596872
MD5 ca748239a454ce5cc3081885105d0b83
BLAKE2b-256 ad5822111d7fb0387847d47f4f1696eb690401bac8ca79d4d4cc83a7bfceb48b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8cad12fffac2470cb3fc482a4c84a596b4dde732a4fd82b649d92261b93fca63
MD5 11347eedd2c36fa439a9f525d687ffc3
BLAKE2b-256 bcd6861992e51993c4f5c275b2ea79aff728835b7c9413c03f4b9eb28a943d0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb67d328ac514c30958d8b411c0858ad101affa5f72e80c6bf59e64ef06893f4
MD5 eab7a4479055a02ecc27d1dc772a4e3c
BLAKE2b-256 625234849ea589e425394d388b2fdd5c03c89c7de1a98093e50f3d7201521032

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 434b8e9ad6b453d26764173759042fe06e19c118a267fe0d5b5e416b9ecd27aa
MD5 d529b66c02b1ed6acfe5ba305ef5f3b6
BLAKE2b-256 d42ac88723032d73d0eb9e989dc17a0427795cdf7d322a930743cd9308fa931f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b2d843c6370f24127b7a95981ee38df16fe3dc1f2e9828604eb5b66b4509e063
MD5 59f30d9ce4a4ed50936df8963c274418
BLAKE2b-256 02cf0278f561d71194a62f233a902bdaf5e028ae07afcf0854b03803050e11b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a8d5e9f49b6360b70c41b004b1b6fb7d233959ad374506ea2098c15550ff78a8
MD5 39dd1112256bab6b00281ac60c3261d1
BLAKE2b-256 4ff02eecdca4e498560e8a2a55b08ed954e5c1e53ca29b441c8d22964bd1ae9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 66e6d54c5050c263587101897ab2e893176a862423de63402d6f9cb8eb0227c0
MD5 d28d080bd453cb67786bf75895510502
BLAKE2b-256 3662c4abe1f920654606bbf1fd638d645cd4d6fc6953a405346ea61ee3fffc69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.5.49-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 659970c92b34b96c2d33bad13949194bb4095b59620caba518a42ca6a68b0d2b
MD5 adb26046e8660145d2ed4598f56b275a
BLAKE2b-256 9b6dcd41559f1cd3174303a772296688fd5a0b5ab537dd3fd6a45f7c5e2f790c

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