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.3.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.3-cp314-cp314t-win_arm64.whl (17.1 MB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

passagemath_modules-10.8.3-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.3-cp314-cp314t-musllinux_1_2_aarch64.whl (76.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_modules-10.8.3-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.3-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.3-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.3-cp314-cp314t-macosx_13_0_arm64.whl (25.6 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

passagemath_modules-10.8.3-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.3-cp314-cp314-musllinux_1_2_aarch64.whl (72.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.3-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.3-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.3-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.3-cp314-cp314-macosx_13_0_arm64.whl (24.7 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

passagemath_modules-10.8.3-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.3-cp313-cp313-musllinux_1_2_aarch64.whl (72.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.3-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.3-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.3-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.3-cp313-cp313-macosx_13_0_arm64.whl (24.7 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

passagemath_modules-10.8.3-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.3-cp312-cp312-musllinux_1_2_aarch64.whl (72.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.3-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.3-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.3-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.3-cp312-cp312-macosx_13_0_arm64.whl (24.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

passagemath_modules-10.8.3-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.3-cp311-cp311-musllinux_1_2_aarch64.whl (74.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_modules-10.8.3-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.3-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.3-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.3-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.3.tar.gz.

File metadata

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

File hashes

Hashes for passagemath_modules-10.8.3.tar.gz
Algorithm Hash digest
SHA256 a00ab72afafe497f022e9d990c5455a50161d791ecf9b7b4e9db4914253a3ae0
MD5 f409eb03b4902eebae13770f68fffe3a
BLAKE2b-256 3eff34d97d9e91968adfd6e259540064c0c0a8081a0dd28c4fb22ebbc41bc07c

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 23a8ac0d8ac71d707905b470e8b5998cecb85cdb05b1f61a0ca755f127fadb78
MD5 51b0a6cf4c75e8330fc1a13c12704dd5
BLAKE2b-256 dfca5dedeb1c616c1deea4a029ac0d83d49d7b0a2f75781974bca66e3b75dbcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 f05798087d51791a5f92c9547d37cd2f3b420debd5d2209bb351d193e13ca3a0
MD5 8ae8688d11491822c18990e57cba4171
BLAKE2b-256 80bd2de7e4a4887ecaa5da7587e4df40c460ac73000d4fdcd1576c3b005a97f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b8aa1dc33b3c39bd818561b9d1841ac5354cb6ed17aa143d6890011eb580333
MD5 a6a6dc9520482e62f642cce640cad90b
BLAKE2b-256 fc4c8a7bb4afdae89ad34b2c1692da032f34bb3178c0553bc01782f7866f01fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dd03c6b598b2e85f899b0fe93fda77c13d7bf78cad9e7cf48c8632ba3c303610
MD5 100a5b256b9cc27ddfebefb0d51ce3e1
BLAKE2b-256 758a98961390483048cd11fa90fb51f3e36b2392014298d1f743ddba02e33e4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 46b9e04f566afcdce56aa188513ea0c65b8766dd35f6951fdd68965b1f351963
MD5 46b9d7b8f2a3fe488a8c7ebaf415f9fb
BLAKE2b-256 e87cab1365011373c5c188fbc3ce0a68a90173921aaae21020a85f6bfaea094b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4f21415e1b56c91f39d591e01f6a8f39fc521e1a57c40f48e59e25b187395407
MD5 4ff77e4403c4b86b664bffa9e3fbb0c0
BLAKE2b-256 c485c6fa8722d920a32d8fec888f3a27149bfb0d5aaa62a80ecea66e9e622732

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 19d818ef26402d9511611f6aedb3cb9192e39fd20b1747aaf8efc383bd4d9f3a
MD5 d929690341bf9bcb1bafff53f5bc48a8
BLAKE2b-256 bed17f77cd505eb120ee3bc484ef72061183cbd7479a317745a25ee127103c17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 442ccaeaf6edd7296e110d1d65c38d7a8b6588bf8856b1d236a00eaf33971681
MD5 06361edfdf3190148ccda9898bf94500
BLAKE2b-256 68d0cc9033f920c1eac0db4a7aa78088b95f2d453c4a11cb66ace05304f03b37

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 2d7635d683c5b850a82dafbb79d36207e4025259f5655d0f0d4a10088bd72e51
MD5 fc0c21653f2fdc19e0fe10c8dc4a6922
BLAKE2b-256 739b3b324034a74fbbfdd83a084d33fc53c4fa538155f8a6f789bba27b3ba026

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5b279b40f6970fee3eec43b62f59b2924b09727b90082e7cdcd3974662be6773
MD5 b620ac0a8794ce1a6cdf9462519ded81
BLAKE2b-256 89c3e87983b5266fe9e4737bd267aa5a51a5691d4aff7dfe56aeecfc68118c26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 37f38b3fd627a012885b839e55e6306e54adfcaceed2f850bf7c9efc8e2194ff
MD5 b4f440370f4b9463cb7364902fdf000b
BLAKE2b-256 3ec5c8a9cd1e7932e6fc1e7e751f36fa2f8b797a32c4760ca5c8c04edf598771

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6e888f367073aeaa25f7a5dfb0ed518797647a648bfbd8ce8bb67c752434d5b4
MD5 8940ca5c11974627a9b74529f06eb253
BLAKE2b-256 bff3da6d38aabd8ceeb2b8f60cf319480ca4d28ce8bc4f209342e837d67e3fb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2df760af711e4f5dbe521caf7b173f4b4da0ecc5fa53c39d786ff6c1a2bca873
MD5 8b4a4612635798fede9f4380260872b4
BLAKE2b-256 468b52291fe9b2a51850eccef5a05b5c2cb1b60d18b5d829edbb4497558c1be2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5b27e9f63a8abe7b626a00107ec59a73bc63a227f568860a5b9e9001ad3e8c0e
MD5 060329e2c41a5bf9b5e0a6f4f0b892e1
BLAKE2b-256 7f029c394be2eb77196e88ea03d852dd82d7d084cdf2eb9cf3acb61f701bc313

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b1f9245149e39241f8fc5ef959ab2850a89954e3c560f2302409a1c9806f8b15
MD5 9b132bb1e7607670d1d0abeab7fe731e
BLAKE2b-256 ce92ad4ced733fee6c0b3efd4a87034b42bb1645630ff13b302fc0282ae4fbce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 36dbc15f45de8f5a593ed3b910637f0a326a62972e5a0c86f7df46702aee4eba
MD5 1ef59b9dfe36a695e6e08a2380491524
BLAKE2b-256 b9296276a5957c1850ed86f421e58b7987fe12efafc065a565c5f44edc6bf260

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 1850d191351246554b129d57759e92e6720ffd6d01893c78a9efbbf291d51ab8
MD5 d44619e751272e37ea798b7b585571dd
BLAKE2b-256 e2f96bcc99abcc0a54f8ce69006ceb716f7c777d41873a7654a002f15c0a6988

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 262aa309d03cec2dfb475cf8464e5c9dba156fd5ba44adfbac660d19764a59f6
MD5 9ed5a8b6b45452c2868a2ebd39adc781
BLAKE2b-256 6601ca314fe77a4a1ea35d3ba5a977cbe0a8c6a5e02aca0a83cb949c4f2325f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8121f7039a8980161c6430aedc8de01f98c8db0edfc86c7c85ab75e0c4514e79
MD5 b4fa703452cd8c7a8680493e9e4804ee
BLAKE2b-256 f007f46e544108bf50727c597f970eb59d298b2eca0ef2cbd757d8c496b35d3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e387a2de6ddd9ef10eb0c5311e9a9d7a8ddb1a8517a61b9b57f99693df1a6c5e
MD5 dcb5344019f1cea096cdff5e52aaba97
BLAKE2b-256 7ad8ee828ad68e78ab7fc00fb933a43e02176988dead32f45d57b28acf1cfd4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5384e91c489162f76db3534dccca1ac04e02d763f09926664082f2a70cda5568
MD5 1090317e84dee5486b8132920cea922b
BLAKE2b-256 78a8048ca0f865c6bc1ac72261a32077f416c372b3c24a6aa0d12dcd267751a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 57a5af2175d83a946f7a16a110d03a83590530c4509adf6df1b1916bd4c5970f
MD5 81ca8447df06a04bd6e5454abef52dee
BLAKE2b-256 fba52a6ab9fd27e02e77a4a223bea876829a8d2010ebb410a6ac49cc6201c7c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b4e8aa3923573584d2c2961173cbc7828d25556f9455a2744592ddd9853533ea
MD5 2eca7cc0d49cb5f4225925a523298b89
BLAKE2b-256 d66cb9880c9b3bcc5f64c047d147ef5c82040b48f9d9bd75c1e813766ec424bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0a12dbc43fc8082c18135a71a8e58658a4e615f9f88728d63323d83a31f5a4de
MD5 fdbaf7815998a0836f3e92d429a2479a
BLAKE2b-256 16a4733441a131d256564c3607aea910cbcab63ded03428a2dfffa17e6f35e29

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 859ea02bdda285a02aeb05a986198d71962ae4c30d36c6fcf6326607974bce1a
MD5 a85e119a4f995ef37e8cc5754af39684
BLAKE2b-256 5b87dc316297f931ccb457a2da03560ca38d84c75bf02a34626e403a53b85b93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 23b18603653818a7b41ca7ffd3405546e5c05909d9307de0c5d299d10ae0ecd7
MD5 d0413d47373752f99bd55d14cfb5cb88
BLAKE2b-256 e3b0cabdf57dfcf3af40ead8fc699b436ce9e9464e32ff8b03cffdde467cc004

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b81792a6538660d5c93cb0de0e6e5c201e773205a1ed605631f913a4441b7534
MD5 5a057875019693986b672b23d157413e
BLAKE2b-256 2e93d96fe3a17871456942c7f3993dc992d056035dfa929dedc3b93d9983f699

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 684bea61c62daf660de3f104c3c9e6edc39c944829e506bfa5f5313e38360746
MD5 5636c70f2872c917f9f23fda36c38f19
BLAKE2b-256 8275284a4b9454a2d3467f46053660af86e6a83e759d66dea17bf541fd70aabc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 11f274059091f355b5d61850d3e490c604e1edbec19c7b7cd30aa226cb6a3229
MD5 b548c5f8ef5c87cc4f84abd3bc3d131e
BLAKE2b-256 c90eb74e0b17c29a45dfd31a92d8078894c062e962f6d87ce134718404d08dfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fc12cf7c61c396a3db2660201ed4a00f3f562c0c5ea8a549c17a10d81a289316
MD5 20d7d9663384a3bfcf40bb416889aa6e
BLAKE2b-256 2fa5c040176e118f798b903d79a9888c57666fb8206dd1c19ff52bdd7a9c7bbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 efc4ad1644c0b1c10b953d1a51fa887cac080a10a7a6b76136f44bb3c6c172f0
MD5 c86074f3ac2fef0bf6591aa2274a50b3
BLAKE2b-256 83666e39bfcf019cc274a8fc9ccb8c58ddabf6dce42eb968e46db92c77e684a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7074d2e1d2e399420c29cdce60cb7bda41a9a2828c3b2e9f70c37230d4377172
MD5 953d0c527cccbf8586a520c150ef08a3
BLAKE2b-256 f29ff8bbe52dc425c16b984aa9f7ac53ab89abe093aa72169cc31d1656c77dea

See more details on using hashes here.

File details

Details for the file passagemath_modules-10.8.3-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 e00901f7e2efcdad4678c7ce86eb9d47f38fb6388ad9bf98d48b1b578c6037b0
MD5 df6727d4c7dc1e17f98b62395917bda0
BLAKE2b-256 f081e7596c622c98cf6e8315c98f90d816110baa50e33ad1d535868f1f5d0664

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7e82c6485a2e00e6ab06c9dcf1254665970f03e1607555f3a7e3c1cd4e078f6c
MD5 12d368c0e76a78611f4d0c57cfdee058
BLAKE2b-256 0aecbfc2466e1f462c2970cff1d34a7dda0125ce94334cabfcbf74e49737271e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 25de94ca2f7150f8911733eefeee427edc9c3512e6873059c0143840daaa9e1b
MD5 513117e7cc7b0c0d6de255cac92a9d94
BLAKE2b-256 68fd2cffd88a6736f1312ac370fe384a6514cf63f8b54495b97a54cb666fe896

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 273eda910e89b097b38b5ca67f9a2a3c7dac51c56bf32a860685f19261ec693c
MD5 f4dee5a361dd4c0f69691ee016166e0c
BLAKE2b-256 50561b86f20fb3a69705ec1759bedf8bbe392a3872dbe219b23c37981aec67ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fac76869bc91fb928fdec3fd807bb4fa54febdf0209d3953daeffee03ab56ab7
MD5 70d4bc00027b813d496f095d67b7e268
BLAKE2b-256 df791c357ac14fba7fc4aaffadbfb114bb8ceb145ddf67cc64e677639279e7b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1ed449119773c5467ce1732738052c1ac6715e478f698c8f0deade17a81b0497
MD5 a503fa430d4058ac2998308099b12c42
BLAKE2b-256 9082cf67f52aec43c505ab8c48b8a05f3898f1b5708adcdcab2b20d2c963f04e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d0dc8f0efae3dbf381138b249e19bc456aeee7ae8e27f45454b1a6d937876446
MD5 3eaf779fea8557dd9748832e9c4f1697
BLAKE2b-256 79b523e0dbc9b68568ae754ca9db49514accb5398577f337aa3a62e50a2889d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_modules-10.8.3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b65f1a6a9c0eea024f77fd896509fa728e577570d132087fd79e39f657d7b89d
MD5 9963d962b5b8b079b7ce44ac27511e42
BLAKE2b-256 0b7ca8fa8a6da16e37bc88518f3c9375618f18ffb33942711c7e92db3f62a049

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