Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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

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.10rc0.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.10rc0-cp314-cp314t-win_arm64.whl (17.2 MB view details)

Uploaded CPython 3.14tWindows ARM64

passagemath_modules-10.8.10rc0-cp314-cp314t-win_amd64.whl (21.5 MB view details)

Uploaded CPython 3.14tWindows x86-64

passagemath_modules-10.8.10rc0-cp314-cp314t-musllinux_1_2_x86_64.whl (81.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_modules-10.8.10rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (77.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_modules-10.8.10rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (82.4 MB view details)

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

passagemath_modules-10.8.10rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (80.3 MB view details)

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

passagemath_modules-10.8.10rc0-cp314-cp314t-macosx_13_0_x86_64.whl (28.7 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_modules-10.8.10rc0-cp314-cp314t-macosx_13_0_arm64.whl (23.7 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_modules-10.8.10rc0-cp314-cp314-win_arm64.whl (16.7 MB view details)

Uploaded CPython 3.14Windows ARM64

passagemath_modules-10.8.10rc0-cp314-cp314-win_amd64.whl (19.7 MB view details)

Uploaded CPython 3.14Windows x86-64

passagemath_modules-10.8.10rc0-cp314-cp314-musllinux_1_2_x86_64.whl (78.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_modules-10.8.10rc0-cp314-cp314-musllinux_1_2_aarch64.whl (73.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.10rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (78.6 MB view details)

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

passagemath_modules-10.8.10rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (74.3 MB view details)

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

passagemath_modules-10.8.10rc0-cp314-cp314-macosx_13_0_x86_64.whl (28.0 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_modules-10.8.10rc0-cp314-cp314-macosx_13_0_arm64.whl (22.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_modules-10.8.10rc0-cp313-cp313-win_arm64.whl (16.3 MB view details)

Uploaded CPython 3.13Windows ARM64

passagemath_modules-10.8.10rc0-cp313-cp313-win_amd64.whl (19.4 MB view details)

Uploaded CPython 3.13Windows x86-64

passagemath_modules-10.8.10rc0-cp313-cp313-musllinux_1_2_x86_64.whl (79.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_modules-10.8.10rc0-cp313-cp313-musllinux_1_2_aarch64.whl (73.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.10rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (79.3 MB view details)

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

passagemath_modules-10.8.10rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (74.4 MB view details)

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

passagemath_modules-10.8.10rc0-cp313-cp313-macosx_13_0_x86_64.whl (28.1 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_modules-10.8.10rc0-cp313-cp313-macosx_13_0_arm64.whl (22.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_modules-10.8.10rc0-cp312-cp312-win_arm64.whl (16.4 MB view details)

Uploaded CPython 3.12Windows ARM64

passagemath_modules-10.8.10rc0-cp312-cp312-win_amd64.whl (19.4 MB view details)

Uploaded CPython 3.12Windows x86-64

passagemath_modules-10.8.10rc0-cp312-cp312-musllinux_1_2_x86_64.whl (79.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_modules-10.8.10rc0-cp312-cp312-musllinux_1_2_aarch64.whl (73.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.10rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (80.0 MB view details)

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

passagemath_modules-10.8.10rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (75.1 MB view details)

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

passagemath_modules-10.8.10rc0-cp312-cp312-macosx_13_0_x86_64.whl (28.1 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_modules-10.8.10rc0-cp312-cp312-macosx_13_0_arm64.whl (22.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_modules-10.8.10rc0-cp311-cp311-win_arm64.whl (16.4 MB view details)

Uploaded CPython 3.11Windows ARM64

passagemath_modules-10.8.10rc0-cp311-cp311-win_amd64.whl (19.5 MB view details)

Uploaded CPython 3.11Windows x86-64

passagemath_modules-10.8.10rc0-cp311-cp311-musllinux_1_2_x86_64.whl (80.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_modules-10.8.10rc0-cp311-cp311-musllinux_1_2_aarch64.whl (75.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.10rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (80.4 MB view details)

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

passagemath_modules-10.8.10rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (76.2 MB view details)

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

passagemath_modules-10.8.10rc0-cp311-cp311-macosx_13_0_x86_64.whl (28.0 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_modules-10.8.10rc0-cp311-cp311-macosx_13_0_arm64.whl (22.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_modules-10.8.10rc0.tar.gz.

File metadata

  • Download URL: passagemath_modules-10.8.10rc0.tar.gz
  • Upload date:
  • Size: 3.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for passagemath_modules-10.8.10rc0.tar.gz
Algorithm Hash digest
SHA256 295eab0a745cfcaefecce72273a5c7fbe990b6ac2446b26eb38010ca222bbd2b
MD5 98e4865f9db4067e35a5f8c9769e1695
BLAKE2b-256 3459bf29710a7cc3a485e27cb92ab1cb1685dd9d39eeaae3f233936f1c3c4902

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 2a65880b88d00b6eb7c1d965f4e0696a6936396e88195287a5bf2ea1f1344304
MD5 933dd4c5aa24db2c36df2c0436fbac56
BLAKE2b-256 9f4f7aeb1f6a380660ba7018190ff187e6ebce049403fb9420d1b4eb4dafe769

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 88912e657c86eb2b98cd8c65b442fc7bdd46bc217da4f841877a6d36bb735f7a
MD5 134a41b0510bddf309a43c283b091952
BLAKE2b-256 a043acce098d5a17c850d7a2cb20007ded22aca6583e4f6e9db4eb0e1845336c

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c9001da68529e2c3128315bc7238bf4e4fd9870ab2fe8e7af272e85d507f4f9a
MD5 d9f23162cc3eeb50238d0707aec68f96
BLAKE2b-256 1a55dfe02911734821fa4ef7c887c5519aa2bce29cae35ae582a70f7cac88bde

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6e1888d3e0c90f63520b8b1e6f5591e312a2ec7de9d957d2200b9923f22f311a
MD5 450fbb83fc75cda7d1f7909a1d1d69d0
BLAKE2b-256 32a8eb0e43c7a15dd2a44017c1180baf4f4a14fb16233c36e15cbd34fb83fcc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 26c4ca839d4117d30f9b9e0f0d819ee966ff152fde309f676d52d914f6805186
MD5 871152d982ea775c40d97b5038934bc8
BLAKE2b-256 907833e6fa4af1680f804bcc5f1b2a723adbc7dc95832cf0c1dd9381a5c7bcc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed83d29bff86918587207d722e482587c807013b73ee5eed4ca17e40d1982c93
MD5 4e0b6b6179aee7e813e8f88ae36c3dd9
BLAKE2b-256 76d1df46acf44e71827445288ee61d6007da39e33e47057bfb9d3862dadc91ab

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 244506657be4cb97de9a5b6046a21016cc6f1dc14ffe1a73ea8b55cf4f98f54f
MD5 d1c5640aa2451191a88df274ee19c1ee
BLAKE2b-256 fe75d9e4b941ed092a02dd78336afb09cdefb5689fbde3ec6a2aaa54e044e2f3

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 98dc041ea38c093537755277615b6f88f5233af90fbc8c2cace3ba7362dc2f5c
MD5 b44307980852e24d2cbc3106d89c57ff
BLAKE2b-256 645ca44d0607be3dd0900668ff4e7603ff6167c0c8fc7618c6bc7b6ca865de0c

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 532eb8a03cec9a35b452a2f3edfe2f462c3e12ed760208e2872bbc1b6483e0e2
MD5 18414e851d566731775aec6abc8d3651
BLAKE2b-256 c13cd2349ad6c788d50f2a454ed609bc582687ec8da5717559c5cd7a49bf05dc

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 79f528394a905e020e7e5d13a5a16e027d5c5d6ac3871574ffe2578a33988f67
MD5 bd20e6add69940bb29e08a5c97384227
BLAKE2b-256 bcba9f4da045c5fca5eff4ce3acc8f809bd126999011f7d2eb93c6f527ca53b0

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 168787b47db55bee0a741943d9318c4088348cf1aed3c06ceefd217ed0dc4a66
MD5 ff1dd00d6c37d51903ba3d9b8a220620
BLAKE2b-256 9ac46ddf93633ce96aef283af009dac065c6ebe3d853dcd4a9ea6649045f559d

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 46fbc725b446a389430e6a7ac3296bfbc61943880f74e516ac335e65e758c94d
MD5 444841adc6e258f4ae4e69870fe02576
BLAKE2b-256 9b9089fa496a4ed5dd0b7c3ce089283db9b4a67d9030c0fbab823d82bb532474

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b582e9ce6db59500eb2ad144c26af2482f5f020458b90b6ab33362db8ebbb9a2
MD5 5d79398a84c7451694a6d34464149efe
BLAKE2b-256 7a5822ef9246398818e0de4162f1868e3e4bd4a46630be2089ee95b72cdb3e29

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 11c0e4fff849b9d709b142871ddc35c90efb910d7e1dd91c082409594cbf2654
MD5 13e188b8c4c6f12deada4c733d98c9f6
BLAKE2b-256 6fdb4c67522514d5501d9af63f41fd6aeba4733360bc50295db5fb19e7a3262a

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d49d1c02cbfe6d065ccbffa347d20a5c5be73f58f6e14b2973c9b6f4d7357183
MD5 173b1e837768046bedab6dc49b9a8d63
BLAKE2b-256 18c132f51a00b97a62c36a57ee2381bb5d4b7b4e41d20925117140bdc004ce4c

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7bfd84720d5e7c51d368d79394166d2a743e2ca5b16405ac9333e3d06ca6e53d
MD5 0f8853e15ddfc5ba0f803be2c5a7a524
BLAKE2b-256 51ce19ddea7db9fe91cd1dd0a12b09999824be85bbea73bc86e817bb016191ec

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 736c19d1f0f600db30a8ba9eb112985da3ada32401ca624103ba2fc79a073f99
MD5 717914233cb8972a059bd559823ad781
BLAKE2b-256 37db9b243280424cfe839ac1304991b0b93eaffeaf54f0925e0ec04478284127

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 bc53057ba0842ba378e45a2056b2fc2666d44d664b1b4d00b988e824669a26b7
MD5 f543547c2518b7a4b74d28574e301bd7
BLAKE2b-256 4eab40a218d07722b9c2596f0ae07ab4c0fd125ef866aa163e6c4d872a14446a

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 132b64d567e234022e9d362bacd32ad3cc336c213d3abe1859fc78c5cc7ffcb6
MD5 0c42f9334e38c4659d5b272f9b99538c
BLAKE2b-256 ab30abf0fc2bba4128b2149ee1d0990058c40e55bd370a9ee06c9008463f443f

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 458cf242670bcf8812506c793b7139e798dedaa28024be7a36d97ed9536f15b2
MD5 2b451d03e3a913aafc1491eab978e194
BLAKE2b-256 f85a628f53bc8b7955ac50aecbafdcf9fe5388e0cc260bbc4cfc06a2c92aa6ed

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fffda24d45a33614d2b21f154938a0dfd246a7469415e25696def75d7430608a
MD5 50b89f3c213dd87e2c95195fe3973540
BLAKE2b-256 fa6835e68cb61ceb08de129148b9fec6324faf26cd5ebc7871f944fb8c5fe5a3

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 83af6a248fbee2bf0c11b5a6e0ce7e0027226a8521d1c09ef171076f7630e668
MD5 3aa6816a51c37a41f4c05de61c04848a
BLAKE2b-256 f175345ea03a1352a0ed20d2e7a0d279e70e909ff8a2e0b3b8f1263c158704b3

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bb2c5f1036da225cec86ae2612f4e7b1d37c0bb25f347b687dc0b719b2d02206
MD5 5ccdeba54d338d4601452f7cedb5e5b4
BLAKE2b-256 aa26dbdbcdc4c397f1cbc40fe05ab3a6dca17be068983f9b0f3b96fed4582395

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5bb24025bd345b0284180c272c07cbce12e2a06cab6f72c11c380ac24f90f1a0
MD5 987d2ac53e016c5bf00adbbcd0316618
BLAKE2b-256 9119df10925cb54eb37f53017de0f4bb091a46b5c8644d1c6d8971c607fe058e

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 bf80eea851b02ad88b094413b9ad2bab4958a323b007c36f8164e27ae93eec58
MD5 73fc942ce70019b68e14bbea51a6e1af
BLAKE2b-256 02777ae482dd77aaf7b25f7b90b5c9447b48ada879a00fc61e210d0f794178b3

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b47d5a0333f4768e856e7511bde557e631c4fac02709010a6236aaa09a8340a7
MD5 efdfe8641c69fb5f10e1ea7dd82d0eec
BLAKE2b-256 62ad92a10f0b41e2535d48071e1dbfa6b3ea49e00cabd4c412194ba4b7227bf8

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3fd908fc8e62440515ae9075675c4aaf1a4f33909e897c2a9824c4466dd87506
MD5 2a429b763d65f07a20a225079b3f93ec
BLAKE2b-256 dbeb066cd1f63918707651b9eb23d0ee5581f52ab6ca127000d65e6b47ffa190

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6de57bcbafd8a1877f6f0f82710d9e98ee5f96a61b50dbbb51c58bfc4ee89d54
MD5 98dda791cbd0e3f9a0d375915542f6ec
BLAKE2b-256 fd91a2f86512b01c2e678f1f4b64836165d6e047c3be4211368726c332b7198e

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d1e7ad725c5461e809e5b50a2823012c4e942cc8d95bd749819a3c7b18fd1251
MD5 780cf6893561f763c40510930d808eb5
BLAKE2b-256 d2f75b0c09b963420a889c1b017a3c301c5bdd8e37e51c409ffcc7316a4b3eab

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 90581e17a6b265320980ed2346fe50c0fb39f130bfe18f0450b8a286b211468d
MD5 cce895b69593e6a59faff61195446a4d
BLAKE2b-256 23e9d26ca529fdc71ccf8ffdc2f4115e8f7172c0b3e0104a579a670ca3a3555f

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cc3938f8085858d6515c020368ce4ed406c0e275c04665130e581e55d8292f6a
MD5 e124a71accf6722555263f4226ac7755
BLAKE2b-256 1a747f0f1de6079fba381d9868c1c24738610fb246ffb7be2df30cd3582158ee

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b0fc066376d36ca4bbba8de68e0f6c10d614de5270a601bdd0d96cd0fa69c13d
MD5 3f5d95f265a22fe41148bc2af6cf4c25
BLAKE2b-256 04e9aa4ba1eb4285c5058a6a46144ba79cbabb3919a78d1369381688709ae3f4

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d46b19424f5ea39734b6a5992263f5563fb5fd97f06107ee881f95072eafb570
MD5 8917d48f994cf15738112533832cdf99
BLAKE2b-256 4c1610e10e30c6aa14f49d02ca84d3dfdcd158423e54801d1b7a1c666e821cf4

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 72594ee1380864c366ebcff4d8790057c36c368e9e37c49b1e9b96c78f3f7d69
MD5 d0d97be6be4a0796e8ae52eba540559b
BLAKE2b-256 370769c160d2f4bc831a7312983fe9e24447445a6b3d5b6594947f20b54b60a3

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0cf51ad7ec3982ded09f203184b3c64c09fcde19722a586dcfcff8dadb3e496c
MD5 df2e6f2ac1692bbf82ef1171371441ca
BLAKE2b-256 e12fdb05a5beb2dcc3d72799208b5f3905214718ced4478782b07e30c304b8bb

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 290a2742efd1ff7da3cf6a327445f36c3a3a3665629501178a5fe5607dac5824
MD5 9541824c1ece00edbc5835bd0467e1f3
BLAKE2b-256 9f28db2d4ee8d29e4d839c49711c48a7570e4ba87f5e22d2c02341c3912cb763

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 716fb34a37cb6981a56bb6e58e96dc57270ecda9726e150291d7165d34b91a03
MD5 ad9cb37d6eb5aa20437851dd7190ea00
BLAKE2b-256 7b65daf466c4c9a7985ec4da2ed647fbddef2cadb36fbac1e35212245e2a3f67

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f0f875eae10a3c589363abf56c8443b374e383320500c07f8fddd7da029df5a7
MD5 fa96a94d8f368661b5ddd989b1f94578
BLAKE2b-256 027faf35f0db49a14de43c8f8bf73b433bcd776ebfc7eee9ab3df199eedab2ce

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ad3c4228a1b064f809052709b534297b2143c8032bac79d3ad9cbe58c2a96b22
MD5 ff1d3adae43ea74c37fbfb41597aae09
BLAKE2b-256 4d2475623264f835306c5e17c0296769497d143ad660a4a4f411af4bfb3ede85

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.10rc0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.10rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b3d3ea093e9e3308cf27e378730f8e2b6f3f1ec1a8bbf88e1f61b5916f1631af
MD5 88c180698520835f48859512b6ad9d04
BLAKE2b-256 502155df1ceb9285a32b5723cd10bdf331f27957027453cdd604e042bd05b678

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 Sentry Error logging StatusPage Status page