Skip to main content

passagemath: Vectors, matrices, tensors, vector spaces, affine spaces, modules and algebras, additive groups, quadratic forms, homology, coding theory, matroids

Project description

passagemath is open source mathematical software in Python, released under the GNU General Public Licence GPLv2+.

It is a fork of SageMath, which has been developed 2005-2026 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork uses the motto “Creating a Free Passage Between the Scientific Python Ecosystem and Mathematical Software Communities.” It was created in October 2024 with the following goals:

Moreover, the passagemath project:

  • provides a stable, frequently updated version of the Sage distribution,

  • integrates additional mathematical software, notably Macaulay2, a full set of GAP packages, and the Combinatorial Matrix Recognition library,

  • curates a library of Sage user packages.

Full documentation is available online.

passagemath attempts to support and provides binary wheels suitable for all major Linux distributions and recent versions of macOS.

Binary wheels for native Windows (x86_64, ARM) are are available for a subset of the passagemath distributions. Use of the full functionality of passagemath on Windows currently requires the use of Windows Subsystem for Linux (WSL) or virtualization.

The supported Python versions in the passagemath-10.8.x series are 3.11.x-3.14.x; the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.x.

About this pip-installable distribution package

This pip-installable distribution passagemath-modules is a distribution of a part of the Sage Library. It provides a subset of the modules of the Sage library (“sagelib”, passagemath-standard).

What is included

Examples

A quick way to try it out interactively:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-modules[test]" ipython

In [1]: from passagemath_modules import *

In [2]: M = matroids.Wheel(5); M
Out[2]: Wheel(5): Regular matroid of rank 5 on 10 elements with 121 bases

In [3]: M.representation()
Out[3]:
[ 1  0  0  0  0  1  0  0  0 -1]
[ 0  1  0  0  0 -1  1  0  0  0]
[ 0  0  1  0  0  0 -1  1  0  0]
[ 0  0  0  1  0  0  0 -1  1  0]
[ 0  0  0  0  1  0  0  0 -1  1]

Available as extras, from other distributions

pip install "passagemath-modules[RDF,CDF]"

Linear algebra over fields of real and complex numbers using NumPy

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

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

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

Linear algebra over finite fields (various implementations)

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

Linear algebra over the algebraic numbers or number fields

pip install "passagemath-modules[flint,fpylll,linbox]"

Lattice basis reduction (LLL, BKZ):

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-modules[flint,fpylll,linbox,test]" ipython

In [1]: from passagemath_modules import *

In [2]: M = matrix(ZZ, [[1,2,3],[31,41,51],[101,201,301]])

In [3]: A = M.LLL(); A
Out[3]:
[ 0  0  0]
[-1  0  1]
[ 1  1  1]
pip install "passagemath-modules[padics]"

Linear algebra over p-adic rings and fields

pip install "passagemath-modules[combinat]"

Modules and algebras with combinatorial bases; algebraic combinatorics

pip install "passagemath-modules[invariant]"

Submodules invariant under group actions

pip install "passagemath-modules[standard]"

All related features as in a standard installation of SageMath

Development

$ git clone --origin passagemath https://github.com/passagemath/passagemath.git
$ cd passagemath
passagemath $ ./bootstrap
passagemath $ python3 -m venv modules-venv
passagemath $ source modules-venv/bin/activate
(modules-venv) passagemath $ pip install -v -e pkgs/sagemath-modules

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_modules-10.8.5rc1.tar.gz (3.2 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

passagemath_modules-10.8.5rc1-cp314-cp314t-win_arm64.whl (17.2 MB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

passagemath_modules-10.8.5rc1-cp314-cp314t-musllinux_1_2_x86_64.whl (81.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_modules-10.8.5rc1-cp314-cp314t-musllinux_1_2_aarch64.whl (76.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_modules-10.8.5rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (81.9 MB view details)

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

passagemath_modules-10.8.5rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (79.4 MB view details)

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

passagemath_modules-10.8.5rc1-cp314-cp314t-macosx_13_0_x86_64.whl (28.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_modules-10.8.5rc1-cp314-cp314t-macosx_13_0_arm64.whl (25.6 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

passagemath_modules-10.8.5rc1-cp314-cp314-musllinux_1_2_x86_64.whl (78.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_modules-10.8.5rc1-cp314-cp314-musllinux_1_2_aarch64.whl (72.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.5rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (77.9 MB view details)

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

passagemath_modules-10.8.5rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (73.3 MB view details)

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

passagemath_modules-10.8.5rc1-cp314-cp314-macosx_13_0_x86_64.whl (27.7 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_modules-10.8.5rc1-cp314-cp314-macosx_13_0_arm64.whl (24.7 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

passagemath_modules-10.8.5rc1-cp313-cp313-musllinux_1_2_x86_64.whl (78.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_modules-10.8.5rc1-cp313-cp313-musllinux_1_2_aarch64.whl (72.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.5rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (78.7 MB view details)

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

passagemath_modules-10.8.5rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (73.4 MB view details)

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

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

Uploaded CPython 3.13macOS 13.0+ x86-64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

passagemath_modules-10.8.5rc1-cp312-cp312-musllinux_1_2_x86_64.whl (79.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_modules-10.8.5rc1-cp312-cp312-musllinux_1_2_aarch64.whl (72.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.5rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (79.2 MB view details)

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

passagemath_modules-10.8.5rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (74.0 MB view details)

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

passagemath_modules-10.8.5rc1-cp312-cp312-macosx_13_0_x86_64.whl (27.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_modules-10.8.5rc1-cp312-cp312-macosx_13_0_arm64.whl (24.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

passagemath_modules-10.8.5rc1-cp311-cp311-musllinux_1_2_x86_64.whl (80.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_modules-10.8.5rc1-cp311-cp311-musllinux_1_2_aarch64.whl (74.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.5rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (79.6 MB view details)

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

passagemath_modules-10.8.5rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (75.1 MB view details)

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

passagemath_modules-10.8.5rc1-cp311-cp311-macosx_13_0_x86_64.whl (27.7 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_modules-10.8.5rc1-cp311-cp311-macosx_13_0_arm64.whl (24.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_modules-10.8.5rc1.tar.gz.

File metadata

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

File hashes

Hashes for passagemath_modules-10.8.5rc1.tar.gz
Algorithm Hash digest
SHA256 9c870699f980bf154843c2ba3bc66ac6d80b35411a63ed1df72c77eeb1789df3
MD5 bad616ca6c53f356719daf2c9af4f374
BLAKE2b-256 dbb2bf875f8c480a633646a5009702631398ce17335b8ec4cbaea45a64c27514

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 e38ac821829ecbd405274bf9cfb6c1e1f08e60e2ba64fcd6e8dae626bf4cc473
MD5 a95a3aea3901f6c65814f79df188f994
BLAKE2b-256 0d550c2d7507323ed6f21f35a673c4cc43d7e151a5cbbb37fb3da0f1826737cc

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 ea640234643a8649006a04978deb643cabea94636bc111c35ad4102ef7fccb26
MD5 6d14851fdffbcb222cc4dfeff04c8d8b
BLAKE2b-256 49a455c308d6c0def5136e6518d978af6d7a54fb2cc83e599cb82acb98672d7d

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e05f3828fbed996f4c3c35c11fae71ec24018d0f1bb56b82384d57ebb9757f1e
MD5 6b6b6e12790118342182e67f9775e6a6
BLAKE2b-256 80fe7c1bee15d282eaf6617276a212f645a355b824b5aa6a8a7ec74f69b59931

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6db0aea3061b4094f42e8f66d2cdc7ae490804039d450b7aae6fce47b9c189e9
MD5 fae590b6beb0d4e6a83c5103031732bf
BLAKE2b-256 96b3b0bcd88c43086f080343e3cbaac371cb52dc993aedd002764ec5f3e60703

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5e3640894bd4a3e1db502bc5eb0d0612ddef1b81252eeb95d444211e24366aca
MD5 160cb0ee4e495f6e7708a22ebf2e5f02
BLAKE2b-256 6934703b892c99afc812ae3c72bbafc2305d71338a475c2702813310ef6040df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a195a960ef94e79c0921ae1988592f73af8460422102ab8f72132bc3d04b922d
MD5 344ef03a1d92f5e94c83c7e71c3d23b0
BLAKE2b-256 415729b884f1efec9674ab2685d952b4c8b0d7096f476a89483529177f821759

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 40ae6a0948700f6b8a12c5bb5ed638da936de7194825cdfb88be441e0c244bbd
MD5 307823ed715acd294f1fe080027e312c
BLAKE2b-256 740f2e1c80d6e1e2f01a4ec62707061bae5868c9189f55b9fda28d829ad9ffdc

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 415f28ed398a2872266722f892c76b24a45a5f0012689dace7b98c4da89ab296
MD5 a73ac05d0f345f1e2a453e410eb2818b
BLAKE2b-256 565fb0ead7083c9271e1089456337e58a4761b6d6493115c3eee2b178135e122

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 d5d9dafeb7ffdbf54c1e5767e47a31bb94268d7844814f858f2e534177d00efa
MD5 7d5387cc774d115727bd37af71426d00
BLAKE2b-256 a131773cb1087158aea5d1238fe3bf48686ba826bdf36a35a7acc28aa6fdf4ac

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5efff510b4b72c821d1f088fe5c859dcb28cea7e7ed2bb42cb079bb9b3415072
MD5 c0124e0a1877ef99b5755d12fd304c7f
BLAKE2b-256 0e213bfd7edbc1225585b2097f351182d2329e41e6635f5d72fb1efb306fcc6e

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 00cdb4b0aac8151b6680ad4c1c16c350f4bb9e08a8ae48d191403fc701676532
MD5 4bb34ebe8097ae7360f3613861877823
BLAKE2b-256 4fe67d9f1cccc0d0ad3893bab395de504befc1e162dc593b8d09b4808a051139

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f17d9cce689f3df75d02ce559669ea757b8cc0100753fe07e33e72d904770ad4
MD5 8893a6be5d1d7fd4cccb86e057b9fdcd
BLAKE2b-256 b26849c9e48713fc4d845d2c00c5b451f1a50cf887e34bd008dc1da56627b1b3

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dc316f71f2e2bb479ff0d44b38f6f25c0a90f9e4146ddee27f6e43196c8e28f3
MD5 44ee40f63fe72cc2dc3cbb84a58966b7
BLAKE2b-256 c2db985bb0885925cde0aac436cf369bb6137534e8e256ee442efcf4ef8e2890

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5a2809f8abe6f396377cc8e04dcd62b1d6b94f2f61601ca44a930743e030ce59
MD5 c73e6780b67efec23b413c23caafa23b
BLAKE2b-256 f82182772439d9ceb3261df9aaac118c425aac3dbb2261792bdc9d87d1ff74bc

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 62fecbd75665fd1249a13882700bfcc4cf0416881bfbe24bdfa98dcb286e4654
MD5 563d7aeeab6933ce25aa81c369a6f4b1
BLAKE2b-256 6dcba6943ccff9f1970c150d4e2aec6fd68bad365d5fae794e721066e34bfc15

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b9bb6e2aa486dca7255d2fbe28f504d4810893693dbd8931f14cbdc23ba3fe71
MD5 c9abd1d0c00b79addb7d362dfc890e15
BLAKE2b-256 3427d7988b24022cbda57b2fc3efb1c14a20a61e583c6739bffa15df53ee8bef

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 74f2bc830cdee89263a6f787071666a61c65a1a06500bc752a551916d555a3b7
MD5 1814defc9d3344813a5359282cf9da96
BLAKE2b-256 48e479a83bfc6c26968828e840a4d784d5769906380e61c3438c385ee9e14ce7

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4e8b47943af806f63900313c7ad3e9d52c27b74ae859e6a468a49efa69261549
MD5 c994eb5dd72791c9b99328396cf370de
BLAKE2b-256 03a509f44f43ade5374b162c5af57c452b205ebc32b908697996aa394c31194d

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 510bea90ca626ed4e8bc4588d97bfdc07f5013cc3f5024b69a7a49f8a602cafb
MD5 9418a5cb148fc6f65d6e4d7687dcb987
BLAKE2b-256 9dbb8e26d2abb0c20edbeb174042a4ae0a598e4c8e2e877beeff062c6ecbaef7

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3b6a483770d8c7fba002bd440668adf1ad0248b5883218620f02a3ac9f5aa115
MD5 99c608c42055abef44cff4da8e3a6a05
BLAKE2b-256 c4a139367620036df59af2ca87ca62e6eb15b76467252924a9d90347b9eee7fe

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 812884f25154a59c6cf923b075fa36e21f6177da9badc93f524bc45e3a27ad46
MD5 d3b9dfb4cc8d7ec6e3932237fa469031
BLAKE2b-256 bceea3b433c7f431b5d1025e618764c7d3458073329590af84659fb5cb44c0ef

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 29cce813295668aad25e4348108c9f3366ddb98c47ee7545f4edbccc5435165c
MD5 36689f4b08ac2054f12981a74752fd00
BLAKE2b-256 20f4b382548a620f1ed83d4e630ba6b3e62e25584edcfd946f9141e5235a1b8b

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 50f829a620df60cb34bac99e01bbba7e55687391df72c1b2d304302a5b44e9c0
MD5 07d16587f57e8510536f6bb4de93c10c
BLAKE2b-256 978f5a184d307a0f0560b47896d4d01dae1036cec2d2498ffdb73b324f1e9e93

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8cb12ba3bd09e9262d69ab936a2c26a0542ca92f2bea645b5be1c1ba35118e68
MD5 7e30ee19fdc0d45cd62e77adf4181d7e
BLAKE2b-256 1e81acad5c8d259f69d91bfd18063df6f13684c6682387ae0e397acb444101c8

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 f5008e7504aea508bfe3ee6fa5cb46d8ef3e834802b5681ea15356f9f8bef749
MD5 5848bb554f42d7bb38c7cd508e00335c
BLAKE2b-256 cf5b2437fa950e571189ccb75367645a7658bb433ef3192ec62cb78e994b740c

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 db53eec77a20a8511248c24a814e5e7f2b4ba03c3867ad2cbe3d4500af7c5ad5
MD5 2001777a7e9a607d88706c5477e79537
BLAKE2b-256 bda81cf07f64f9082eeedb797d9a9f7754352dc09d6b6a35d442a15a6a2552bf

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 063b58f3200c737079b729aac1a6b687f2ea271985e3cae2347e1277e2392b4c
MD5 01029bf109c18e6b986bec44230b5c7f
BLAKE2b-256 5cf6cadbb732f34b3a5a2045c8a2531ba633129bdb073bd3f541ddbfbd736e09

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7c5316627b59116866859bde5ac30936d882a082eb3697adb0201eabbce8841d
MD5 ecc0beb2425cf553efcb3c4d442d6f9e
BLAKE2b-256 4694c2b28420d283b6bb27528203173eb2f420daae470dca9105d94a4d20237d

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 92933673bb67b1b8860a13fc1de02e63d25886d3ab492577599c154bde63a7d2
MD5 5adf14069d54437fb26328b49907741d
BLAKE2b-256 969a899327195ddadc4a8443f4925e3e482be962495baa1f5187be6de7d5b938

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a2f1bd9b7e24f2e6677adc74afc1874784c5b12dc05be334f90db32126708c35
MD5 6027b40d3e524b72758c926d84b738ee
BLAKE2b-256 2e5b9976a4a790a5dda1074903419910426dcdcee8c6ac6231e59d321ac5a08b

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c73784879c442d2c52f02ceec271dd3df94561b8245bfa73b77cf4fd6afb68a6
MD5 9b407f6ce3710a6dc3ef500542f05499
BLAKE2b-256 83a667dd9e0e5077736cdc01885342e83eff3023d3e4b7c99b22bfd257e9856d

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 96bdcee92eeb71253086ca7ba550b28168a25be52a624e8e2796b597f940bb28
MD5 5e4c1bb10b024530580c759f19b2f100
BLAKE2b-256 0ada29caa87669b878988ce5eabd115ca0f0fccadd19a2d1a890237207bc8cb7

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 863f224ee21875c3ea5f6cf43688cba5d451441fa1c163fd7335f2bfa0538654
MD5 3bab1004ca2ef589f7e23282c4768db0
BLAKE2b-256 db38d99d1f3947cf7617546488bf005ebfbe6954ee2f3c80e38cddae96e5e273

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 12916fd5a1d680cde3cf59bf1a98e2e4336aafe17131fff70eb2379929711b18
MD5 54d8176618d919563d285538ec9b7bb6
BLAKE2b-256 deabf48e3637c35cb2f3f1f577bec4ba86decd05ba49c793b2a64b91d773ae4d

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 43b8d4539769bff5e0688e65e33c208a648ac873672b1f3589abd63be81f641e
MD5 50e3d046a09ef7b8487730aa99b0e93f
BLAKE2b-256 9f76924aedcc4b6b7ac94c4a6bc837d357d1cf02993f9eb6d87861b9a28854e8

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1b3ac87f63d4f3b2e4fcbedd1dc16c1132cf36234a42bc29767acd720ecec752
MD5 d7123760a0c35d7afc9d49de42b7406d
BLAKE2b-256 50858bdab4ba3e950f6c34897e75f72b6b6b7e5a6d118f8b45aa358608a6ee8d

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 03556cc29bd0fa9ec0df925c809618d1a9675ad700cace6af78f69ca0d8e6248
MD5 2b1bee735d5c03fdbc5d195168e94bce
BLAKE2b-256 0f71da210792b8be6b2547083cec38bb5c305fe4c82351a0ed009649062a4334

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3dfd11ec2bbc37eb5cf52b9f7f0077b86d89acb70bd37ce63acd9a5d0ce17d4a
MD5 02e9006976fe79d385dd0a11ff2a7a14
BLAKE2b-256 9945ea57273ef04799cbf4a00d55e6b88fa37a268dfeff65cb63ef97f3afe1f3

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9cb45fe1d5dbfc377dc297cac1d8973f1a0163b722dbd246b9ddc6fea73244ee
MD5 c51d9ca40c41c5d551dd3d9f0029a33b
BLAKE2b-256 5b32e9cd7e5968c6a9f0eb0b74aaaa091e18fe6c41e884557b4a87913d379f99

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.5rc1-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.5rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bf18d43698727a0689073bbf5162fad6b11a55e009174d8afb8e7177ad01a4b0
MD5 6c22e61bf1137c648da2c886b9e01ed6
BLAKE2b-256 cd22c9d979811ebca2355def90b386d438d31bb816c5aaa57d6a140371e680c1

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