Skip to main content
Pre-release

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

passagemath: Embeddable Common Lisp

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-ecl is a distribution of a part of the Sage Library. It ships the Python and Cython interfaces to Embeddable Common Lisp.

What is included

Examples

Starting ECL from the command line:

$ pipx run --spec "passagemath-ecl[test]" sage --ecl

ECL (Embeddable Common-Lisp) 23.9.9 (git:UNKNOWN)
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
...
>

Finding the installation location of ECL in Python:

$ pipx run --spec "passagemath-ecl[test]" ipython

In [1]: from sage.features.ecl import Ecl

In [2]: Ecl().absolute_filename()
Out[2]: '.../bin/ecl'

Using the Cython interface to ECL:

$ pipx run --spec "passagemath-ecl[test]" sage

sage: from sage.libs.ecl import *
sage: ecl_eval("(defun fibo (n) (cond ((= n 0) 0) ((= n 1) 1) (t (+ (fibo (- n 1)) (fibo (- n 2))))))")
<ECL: FIBO>
sage: ecl_eval("(mapcar 'fibo '(1 2 3 4 5 6 7))")
<ECL: (1 1 2 3 5 8 13)>
sage: list(_)
[<ECL: 1>, <ECL: 1>, <ECL: 2>, <ECL: 3>, <ECL: 5>, <ECL: 8>, <ECL: 13>]

Release files for passagemath-ecl 10.8.12rc2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for passagemath-ecl 10.8.12rc2
File Size Uploaded
passagemath_ecl-10.8.12rc2.tar.gz 21.6 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for passagemath-ecl 10.8.12rc2
File
passagemath_ecl-10.8.12rc2-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
passagemath_ecl-10.8.12rc2-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
passagemath_ecl-10.8.12rc2-cp314-cp314t-manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64 Details
passagemath_ecl-10.8.12rc2-cp314-cp314t-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64 Details
passagemath_ecl-10.8.12rc2-cp314-cp314t-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64 Details
passagemath_ecl-10.8.12rc2-cp314-cp314t-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64 Details
passagemath_ecl-10.8.12rc2-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
passagemath_ecl-10.8.12rc2-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
passagemath_ecl-10.8.12rc2-cp314-cp314-manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64 Details
passagemath_ecl-10.8.12rc2-cp314-cp314-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64 Details
passagemath_ecl-10.8.12rc2-cp314-cp314-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 macOS 13.0+ x86-64 Details
passagemath_ecl-10.8.12rc2-cp314-cp314-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 macOS 13.0+ ARM64 Details
passagemath_ecl-10.8.12rc2-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
passagemath_ecl-10.8.12rc2-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
passagemath_ecl-10.8.12rc2-cp313-cp313-manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64 Details
passagemath_ecl-10.8.12rc2-cp313-cp313-manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64 Details
passagemath_ecl-10.8.12rc2-cp313-cp313-macosx_13_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 13.0+ x86-64 Details
passagemath_ecl-10.8.12rc2-cp313-cp313-macosx_13_0_arm64.whl CPython 3.13 CPython 3.13 macOS 13.0+ ARM64 Details
passagemath_ecl-10.8.12rc2-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
passagemath_ecl-10.8.12rc2-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
passagemath_ecl-10.8.12rc2-cp312-cp312-manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64 Details
passagemath_ecl-10.8.12rc2-cp312-cp312-manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64 Details
passagemath_ecl-10.8.12rc2-cp312-cp312-macosx_13_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 13.0+ x86-64 Details
passagemath_ecl-10.8.12rc2-cp312-cp312-macosx_13_0_arm64.whl CPython 3.12 CPython 3.12 macOS 13.0+ ARM64 Details
passagemath_ecl-10.8.12rc2-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
passagemath_ecl-10.8.12rc2-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
passagemath_ecl-10.8.12rc2-cp311-cp311-manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64 Details
passagemath_ecl-10.8.12rc2-cp311-cp311-manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64 Details
passagemath_ecl-10.8.12rc2-cp311-cp311-macosx_13_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 13.0+ x86-64 Details
passagemath_ecl-10.8.12rc2-cp311-cp311-macosx_13_0_arm64.whl CPython 3.11 CPython 3.11 macOS 13.0+ ARM64 Details

Total release size: 1.8 GB

Release files / passagemath_ecl-10.8.12rc2.tar.gz

Download URL passagemath_ecl-10.8.12rc2.tar.gz
Size 21.6 kB
Tags Source
SHA-256 checksum
How to use checksums
da65f3e3004a1172d8054a38854319c211da45250aab1e0c2eaae1ae8843ced7
BLAKE2b-256 checksum
How to use checksums
ba3cb36826a233fe27e737f2e0e4a593e6285b91bf5cb3852c85896f12ed12ff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_ecl-10.8.12rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 79.0 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
752c60470eb2338fc9b0e9acd2598570ad8427d5a22bcfd0f82de17bb5635c41
BLAKE2b-256 checksum
How to use checksums
87c73b071cf070500f3e40f10e10ec920b00836168fff52e79d66276271e8025
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_ecl-10.8.12rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 76.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
4c3a581ec117487438c356ddb9569ebab7651deb8aa3c459fa021d20e772e1ce
BLAKE2b-256 checksum
How to use checksums
5d0eec00c15110aa12157784885ae889c9b3a286d89fdeb66e46ba216a3aff37
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp314-cp314t-manylinux_2_28_x86_64.whl

Download URL passagemath_ecl-10.8.12rc2-cp314-cp314t-manylinux_2_28_x86_64.whl
Size 79.2 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
d2116988c3f6515189e92a0f0102fb7d8fa2564d2b4fc64b9f8318e55c4659cb
BLAKE2b-256 checksum
How to use checksums
2bfbca8cccd1edf3f4fbee3e96048d67fb026126ab0185664c968a7a6491517f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp314-cp314t-manylinux_2_28_aarch64.whl

Download URL passagemath_ecl-10.8.12rc2-cp314-cp314t-manylinux_2_28_aarch64.whl
Size 76.7 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
48fb22a8aa79a9d6ce8428246548dfe5d20f7369aa6e62d3b284a6b645c254b5
BLAKE2b-256 checksum
How to use checksums
77627e5abdeea108805286eb607cdf9b047cd7f9287e67e9494414f3b1698192
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_ecl-10.8.12rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Size 22.8 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
bfe0d0e40284b1fd8c762ef6fc16ca8a07159f17773f81507f69dd04f6762c6c
BLAKE2b-256 checksum
How to use checksums
a8b607ef472319abd8a5c92a1f15a710a0711a4050ca364a54c4411b0822cf66
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_ecl-10.8.12rc2-cp314-cp314t-macosx_13_0_arm64.whl
Size 20.8 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
63c7f441f5a4cd7a451fc15c0397677c7ab049d46134a9a61011128d0ffbeae0
BLAKE2b-256 checksum
How to use checksums
26b224a97d3c67e1275a089f95317beff8ec9f9f2064164b5887eb44334f87d7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_ecl-10.8.12rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Size 79.0 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
7189234279b935c84f6ff4d746d6df7b59ba7004e2c8bbde253f09ce0029d5ed
BLAKE2b-256 checksum
How to use checksums
54e74c554b5d5ed438db247597d4ee76cdb26c1bcf6a751a146d11a1487f1c91
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_ecl-10.8.12rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Size 76.6 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
b6b020e2684bf7450d1cc21f30302c0f16ef25339c9b6e43d864fdba14316e13
BLAKE2b-256 checksum
How to use checksums
75f5fda0d77bf7be5551033bd54657d8c9f23993e9e7974009b26b7f25609abd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp314-cp314-manylinux_2_28_x86_64.whl

Download URL passagemath_ecl-10.8.12rc2-cp314-cp314-manylinux_2_28_x86_64.whl
Size 79.2 MB
Tags CPython 3.14 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
e6a46d531d04b7015a879c6ebfee58527a8c3ffe41da135c15dd8306044a2f04
BLAKE2b-256 checksum
How to use checksums
ab9d7944d2cd84ebdaa9bbbba41bf64f1cb79af64bf073b9663356bbf11bf5f0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp314-cp314-manylinux_2_28_aarch64.whl

Download URL passagemath_ecl-10.8.12rc2-cp314-cp314-manylinux_2_28_aarch64.whl
Size 76.7 MB
Tags CPython 3.14 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
dabd0a90e65578ef71c2f0eb8490f02c1271267ed6a7da1af02e5cb9cdb01ce2
BLAKE2b-256 checksum
How to use checksums
a736747b954fb3951eb57f04abaa2d09f25be5ce0a64de66e852c4a2d80c1003
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_ecl-10.8.12rc2-cp314-cp314-macosx_13_0_x86_64.whl
Size 22.8 MB
Tags CPython 3.14 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
5d015a97c4b7ff4115f688a230c94e96610eea17b48a5a8234382b9b399de380
BLAKE2b-256 checksum
How to use checksums
799d0dd90b2531158bf098a1796454fbe6a8810079352190282187bb6a79db5f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_ecl-10.8.12rc2-cp314-cp314-macosx_13_0_arm64.whl
Size 20.8 MB
Tags CPython 3.14 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
3b5c41e82d3f68ff91be8501aa86b48e944a015063be8d1106c25e078548af93
BLAKE2b-256 checksum
How to use checksums
d83c2f8b98fda23b4d4294141c1b14b7cf4a4f6e7ba682b368f53f997fe97180
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_ecl-10.8.12rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Size 79.0 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
4a0f3c5aab53338e4b25c75b03c492caf26c0b276f4ba15a5614a501252bb519
BLAKE2b-256 checksum
How to use checksums
d41698db3d3af96cad538f4dea3b15e0c8d96416bcd3cb33e18f06b4daf8ad13
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_ecl-10.8.12rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Size 76.6 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
ca6e62174586c5dd006ec27b6e6141fa2918e11827b5707435b07fcd4c30a3a7
BLAKE2b-256 checksum
How to use checksums
93bac93e18e331f40360ec37893cb500259ba547fe22a0cc52de807155a38a5e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp313-cp313-manylinux_2_28_x86_64.whl

Download URL passagemath_ecl-10.8.12rc2-cp313-cp313-manylinux_2_28_x86_64.whl
Size 79.2 MB
Tags CPython 3.13 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
ac58fd30a9ac3598b1c4f906235581866b892aadac86131ce901fb5808529191
BLAKE2b-256 checksum
How to use checksums
bc815fbc956d59a91fdd3bbfc6304b1fa3b1268765b6c1cff389af86aecefb6e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp313-cp313-manylinux_2_28_aarch64.whl

Download URL passagemath_ecl-10.8.12rc2-cp313-cp313-manylinux_2_28_aarch64.whl
Size 76.7 MB
Tags CPython 3.13 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
0cb2b5a73159a86280d37d7c4a931656a3a3b331f5e588077e5951f1384e12e6
BLAKE2b-256 checksum
How to use checksums
dc7837908c9396e564330894ec3d0ae3a6f6f61795e9b9d1e40145ef7e39fbcc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_ecl-10.8.12rc2-cp313-cp313-macosx_13_0_x86_64.whl
Size 22.8 MB
Tags CPython 3.13 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
28cd5fc1a72156a205bb1f7aac10fd27fb35f47fb99a4a49856cdfdf154320de
BLAKE2b-256 checksum
How to use checksums
7c4b930deeb76596f349d4218262b2e6616974596175240ea3166e0defd68883
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_ecl-10.8.12rc2-cp313-cp313-macosx_13_0_arm64.whl
Size 20.8 MB
Tags CPython 3.13 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
fe92b771a4060e83c15e13413caed7f226b7afbc079e5233e3200e16f793beda
BLAKE2b-256 checksum
How to use checksums
85a1ae61da91320dcf105c5b563994960773dcf8671041c59442e71cc75ef6c3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_ecl-10.8.12rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Size 79.0 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
7ad36c15b0015a8b24d5014f1ef5ffdf91cccc8a2fb3896a2d86ec3177cc107d
BLAKE2b-256 checksum
How to use checksums
19d73e52622c44d9addf0f7cbf65f7bb4859959cefc21196a23ba3517169d3c6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_ecl-10.8.12rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Size 76.6 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
b3d7a962639366c01668a95873107e4cdd089dd4e989349c0edbfd6872f0d2fd
BLAKE2b-256 checksum
How to use checksums
de394b033d3125b43f3a539e0218314a65b4434f8c2e2ca37b9f7d33be64b5fa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL passagemath_ecl-10.8.12rc2-cp312-cp312-manylinux_2_28_x86_64.whl
Size 79.2 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
64576baddca5a7bc16d7c5b13898cd55e6b496ef562c9994789e443544dcf712
BLAKE2b-256 checksum
How to use checksums
165cdd86df7f2b5def54277a8ac34e58b77986382c829910fc26c3fd4163e21d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp312-cp312-manylinux_2_28_aarch64.whl

Download URL passagemath_ecl-10.8.12rc2-cp312-cp312-manylinux_2_28_aarch64.whl
Size 76.7 MB
Tags CPython 3.12 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
34efa926227225e8beff96c764c6eda0801a3bbbf8cbc16c23abaeaf4c0bbfe3
BLAKE2b-256 checksum
How to use checksums
ec91e110eb7f2b049485afdb27b4a96a87ae0f26ad91ad22a70786577714c367
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_ecl-10.8.12rc2-cp312-cp312-macosx_13_0_x86_64.whl
Size 22.8 MB
Tags CPython 3.12 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
bdc254654521a0703b17ba63807a4071130693ed0fed5e937f2347bbfe3053d3
BLAKE2b-256 checksum
How to use checksums
f85373c8833beb4d40b56568ebe536dd8b401cc7cb766fdd3ce0dcb54480af9d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_ecl-10.8.12rc2-cp312-cp312-macosx_13_0_arm64.whl
Size 20.8 MB
Tags CPython 3.12 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
0d926f66b0b63c1da8314e23eb564299fc856703049ab40da43a76220d4858ca
BLAKE2b-256 checksum
How to use checksums
649d8e37c9717e207ffcf55ec843bf1f840908490b492cbb709bd7a52f78158f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_ecl-10.8.12rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Size 79.0 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
e95aa0984c27b148bc4ba61241bf8a0bc341753e0fc312b0667e26cce6314099
BLAKE2b-256 checksum
How to use checksums
0eb61eea58f068d102cf830a647cdaadef55716aa77113fc518bbec26ce505b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_ecl-10.8.12rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Size 76.6 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
6a8de22ebc34ba54274b473f1c69d31334fbb76e9331210ab613a25ce565c1e3
BLAKE2b-256 checksum
How to use checksums
5f70837fc3934a2cc6e998a2f72ee8eae21068cad49803df19daeb5c8a77ba9a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp311-cp311-manylinux_2_28_x86_64.whl

Download URL passagemath_ecl-10.8.12rc2-cp311-cp311-manylinux_2_28_x86_64.whl
Size 79.2 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
db4941d834897b628157f385bc8ccc9857f93b66a761bf1237c7e9cecadcc3d7
BLAKE2b-256 checksum
How to use checksums
6281307ce645c0cc44704ac21a2a08f8225b8b25d9c1c421a2ad33df59f27462
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp311-cp311-manylinux_2_28_aarch64.whl

Download URL passagemath_ecl-10.8.12rc2-cp311-cp311-manylinux_2_28_aarch64.whl
Size 76.7 MB
Tags CPython 3.11 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
13b7a623a097ffb5e2a63a0504572d87863b8d16830e71a6052909f6910cd880
BLAKE2b-256 checksum
How to use checksums
c030814a7fdb9b287a62747b721415022cad5a594d5253985f3aef6edfdcc98d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_ecl-10.8.12rc2-cp311-cp311-macosx_13_0_x86_64.whl
Size 22.8 MB
Tags CPython 3.11 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
615a43a2c18609a9b080617a8eb1a852cec80030b58c0c245603e9196811a00b
BLAKE2b-256 checksum
How to use checksums
8f99856460f13cf217a13fc5dd53806df5e36542a1371de39e707afc272caf3c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_ecl-10.8.12rc2-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_ecl-10.8.12rc2-cp311-cp311-macosx_13_0_arm64.whl
Size 20.8 MB
Tags CPython 3.11 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
d4f933011f0aa3be0c774c1c295af31cac67ea2eed15f87b3eb138574cbc08ef
BLAKE2b-256 checksum
How to use checksums
f1b29cb832ac5d4c2a65a31559e43bdaf97c1f46ff71cfb50a8b3350951f78e5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release history Release notifications | RSS feed

This release

10.8.12rc2 This release

31 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page