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.12rc0

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.12rc0
File Size Uploaded
passagemath_ecl-10.8.12rc0.tar.gz 21.6 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for passagemath-ecl 10.8.12rc0
File
passagemath_ecl-10.8.12rc0-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.12rc0-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.12rc0-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.12rc0-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.12rc0-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.12rc0-cp314-cp314t-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64 Details
passagemath_ecl-10.8.12rc0-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.12rc0-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
passagemath_ecl-10.8.12rc0-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.12rc0-cp314-cp314-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64 Details
passagemath_ecl-10.8.12rc0-cp314-cp314-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 macOS 13.0+ x86-64 Details
passagemath_ecl-10.8.12rc0-cp314-cp314-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 macOS 13.0+ ARM64 Details
passagemath_ecl-10.8.12rc0-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.12rc0-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
passagemath_ecl-10.8.12rc0-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.12rc0-cp313-cp313-manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64 Details
passagemath_ecl-10.8.12rc0-cp313-cp313-macosx_13_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 13.0+ x86-64 Details
passagemath_ecl-10.8.12rc0-cp313-cp313-macosx_13_0_arm64.whl CPython 3.13 CPython 3.13 macOS 13.0+ ARM64 Details
passagemath_ecl-10.8.12rc0-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.12rc0-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
passagemath_ecl-10.8.12rc0-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.12rc0-cp312-cp312-manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64 Details
passagemath_ecl-10.8.12rc0-cp312-cp312-macosx_13_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 13.0+ x86-64 Details
passagemath_ecl-10.8.12rc0-cp312-cp312-macosx_13_0_arm64.whl CPython 3.12 CPython 3.12 macOS 13.0+ ARM64 Details
passagemath_ecl-10.8.12rc0-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.12rc0-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
passagemath_ecl-10.8.12rc0-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.12rc0-cp311-cp311-manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64 Details
passagemath_ecl-10.8.12rc0-cp311-cp311-macosx_13_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 13.0+ x86-64 Details
passagemath_ecl-10.8.12rc0-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.12rc0.tar.gz

Download URL passagemath_ecl-10.8.12rc0.tar.gz
Size 21.6 kB
Tags Source
SHA-256 checksum
How to use checksums
bd5be4de8d08b7e264ee277333d48e6a88609aba81a57fe9304992be471281cb
BLAKE2b-256 checksum
How to use checksums
406ce24df6e9ae4eb3382f887358f3a96a9567212464d1d781229a0f356a92d0
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.12rc0-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_ecl-10.8.12rc0-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
37b214bb2f6d0c6ac74789d5b799216b81de1b7dbdbb352668d692d5ee318cee
BLAKE2b-256 checksum
How to use checksums
b67f76566764b8da86d978fdc93f367e036d3366f9450c3688aeef86a436fca4
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.12rc0-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_ecl-10.8.12rc0-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
1b63653c2cc0d7fdf698e36234a0a5bad379b0ee46580710532e21b870d5b79e
BLAKE2b-256 checksum
How to use checksums
d3ca8bb38c474f30feccd179d190aa92958d4b687cd6c37e27dd922d55ff094c
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.12rc0-cp314-cp314t-manylinux_2_28_x86_64.whl

Download URL passagemath_ecl-10.8.12rc0-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
064e326951c9b63334acf41725826789bb2675d5a5428da2efbeded47dd8a5ee
BLAKE2b-256 checksum
How to use checksums
58c85e8108fd12d2a8e757bb82b7e43c37d25688e4f66b6f4c2844f8ccc2f6ef
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.12rc0-cp314-cp314t-manylinux_2_28_aarch64.whl

Download URL passagemath_ecl-10.8.12rc0-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
0883d1d36d8b0bb814c296a60296b57754e267eb114873935f54149810e93caf
BLAKE2b-256 checksum
How to use checksums
5b00a2b1f0fa0901b2c5e7d268a344c76429f7817793ff402c6db1df89e2ba67
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.12rc0-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_ecl-10.8.12rc0-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
9d23af5e7519cb40f54fad621e20e351bc65463229a03a1a88a893f92b9e391e
BLAKE2b-256 checksum
How to use checksums
5ebb3f08cd3661e7735fe849965faa1f0a7e8f81fa87965fa3a6aa0bb1cb2b34
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.12rc0-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_ecl-10.8.12rc0-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
80a6fdc52673dcf08d5d073408b142fb773c83241679d314c3e48b4cf9cdd65e
BLAKE2b-256 checksum
How to use checksums
40947d7b17dd1f1bcfafc38a7157470f8de2db0e071d60bfdbb9e0f7d3f11155
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.12rc0-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_ecl-10.8.12rc0-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
b78094376c68c6e02d7022493d7324298da53c3c65b803e41e5bbbb11f9ad133
BLAKE2b-256 checksum
How to use checksums
fd4a2096ff45739095c127895b39e042ff43ca932200dc50fce040e052b49de0
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.12rc0-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_ecl-10.8.12rc0-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
5f7af9cba66653850ac75ab97a32ac40c395559d4ce79bb8f950ac68cff06b5f
BLAKE2b-256 checksum
How to use checksums
1973fdb4ff95198c04256ce36b825881ea94eddfe0d9b5b6128fb967fd0bf083
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.12rc0-cp314-cp314-manylinux_2_28_x86_64.whl

Download URL passagemath_ecl-10.8.12rc0-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
4f1248cd71e7a89c23486134f26346d38970703a389b2c1134f0dd4d17d4a743
BLAKE2b-256 checksum
How to use checksums
0c43fbfd61489763b375e63b93b0fd52f302bcf93dae8807a4436fd8a68702df
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.12rc0-cp314-cp314-manylinux_2_28_aarch64.whl

Download URL passagemath_ecl-10.8.12rc0-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
68b0c9470af5f2c6fd16d7904537c9ef30cdce418a18f54aa39f45b840a7e9b4
BLAKE2b-256 checksum
How to use checksums
15e2226e0ec8331ac7b8b62e41d5a7e4592cc71655db2f09634d745d1900b092
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.12rc0-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_ecl-10.8.12rc0-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
98feeb7a4ba3dcec485067712494611d7a407ab023591f45f918b448fbfef1cd
BLAKE2b-256 checksum
How to use checksums
35ef6b4f1aa87fe9bc6678900dfc95ac1384b8982fb72537423324e3c52cb324
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.12rc0-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_ecl-10.8.12rc0-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
7535c0b87d6e6289934fde9485ec600ff0305b544e241389a6a27eb660a9af5c
BLAKE2b-256 checksum
How to use checksums
b91e355ff721d7d590d1bc6328cf06a33bdac808205f9c63438dd39d3999bc27
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.12rc0-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_ecl-10.8.12rc0-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
e8de0ca534cc7467cae26b31116f8290210b86e02a456cf319786d135b05e22e
BLAKE2b-256 checksum
How to use checksums
b2359b02ea38ff21465cc46ffe1a6a6ef1b69f0cdd8e71d4c2299e58f27ddc8c
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.12rc0-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_ecl-10.8.12rc0-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
5f541fed00e790cde70bd6902748c5b5330590cf2e4a2f3fd796be5e245a33af
BLAKE2b-256 checksum
How to use checksums
decd663d15440b7febccd5a7a3ef645cb5d008eb4e47b47de79e6448dd298441
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.12rc0-cp313-cp313-manylinux_2_28_x86_64.whl

Download URL passagemath_ecl-10.8.12rc0-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
e05c0a5d4b38e727ec00c3077537b901022e7b2b1dc2432d4face478231503aa
BLAKE2b-256 checksum
How to use checksums
a186bea2069b7b97dae5b0d5804fe40e087d7235b93cba5bf73b922efb54ee82
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.12rc0-cp313-cp313-manylinux_2_28_aarch64.whl

Download URL passagemath_ecl-10.8.12rc0-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
1c34f190b8bfd8704033ac9a1e0db70ccf409c093a2ee5a12bfb8dcd1a4ffebd
BLAKE2b-256 checksum
How to use checksums
8c7cd4d81450cb85657645d08ee3564861863b501ee3c62020707fb4db2f88d1
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.12rc0-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_ecl-10.8.12rc0-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
5bcb399233af1796fa458e3d5648c6e265fd9a82898ab7545d2b12c8485e8b90
BLAKE2b-256 checksum
How to use checksums
cb0fc5497f7bc2b21d416438d840c4028105f9708b9fb83114e50470ddec30d5
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.12rc0-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_ecl-10.8.12rc0-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
9b578be299e46c4f2c21030ae4087ba65e6cb1eb4f08117ab5a8bb3b2841126e
BLAKE2b-256 checksum
How to use checksums
ff45d977cd74f10b46040cbddea50c7658df226096c4cb194da0848c13ed3f9c
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.12rc0-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_ecl-10.8.12rc0-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
f136612dc345603ba57f388120e08f5b41bc59779f3b71385ecf4e0846949b2e
BLAKE2b-256 checksum
How to use checksums
f9f118922f71e2eaf3c95e7f17f6590b78af8a7c77a7da192a99f07a5f667de9
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.12rc0-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_ecl-10.8.12rc0-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
8763d4cbbfefb25fa70cbc0b891b0ca9cdfe74ef9a32dfcded6974ef69d0752c
BLAKE2b-256 checksum
How to use checksums
6e4fdf0229cdc4eaf09f5b53437b2f0c1b1b55a545aec42b69e7281b488a2dab
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.12rc0-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL passagemath_ecl-10.8.12rc0-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
e0845e522fd6971b170af86d1ee9e42314864eaf1277977632c1c74068e7e0a2
BLAKE2b-256 checksum
How to use checksums
2f9193c09a44d17faefc2343ed12ca032357842cded9772e9cca573f35e5b026
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.12rc0-cp312-cp312-manylinux_2_28_aarch64.whl

Download URL passagemath_ecl-10.8.12rc0-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
a81b3fa2f689a378510f5ac161c7ce3d3e131107f79b3be07f89c38fe95a65cf
BLAKE2b-256 checksum
How to use checksums
89bd5680dbb53944e2dbd42539db841dde0307489c53e19fb87fc89c8fde42d5
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.12rc0-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_ecl-10.8.12rc0-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
47b79d169b27a902b8751a8090b07406dd01b71a370b458fb6ea81f2141085d8
BLAKE2b-256 checksum
How to use checksums
8c9e95779bf4e0c113ff545ad0a80bba019b644b714bbdfc7cbe39ea75079e3b
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.12rc0-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_ecl-10.8.12rc0-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
584f270adf5705b1604573e2c15a3fef71e3fb29ffef957cba9ec6e81f87f694
BLAKE2b-256 checksum
How to use checksums
f61ab7f2f866655424225e03e42b988a8bcb8162e8353dc9879c6b28368fee67
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.12rc0-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_ecl-10.8.12rc0-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
3bd6e69766aca585e1cb0b1b52701f1ace0a4895ad3de13d26f9540af37c1d4b
BLAKE2b-256 checksum
How to use checksums
50d6f6396a45a1034b8c7b3d1c3f62bb64bc616f12fbae1c76442549aff6ff96
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.12rc0-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_ecl-10.8.12rc0-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
3b9eae729bed4d680ebe76497cf87d4f7209f5f2c8b61822a4ef19622c314a13
BLAKE2b-256 checksum
How to use checksums
633e358aaf247c77736922f2bee9098dfc142e7b038ef6f2067666ccd26fc8d9
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.12rc0-cp311-cp311-manylinux_2_28_x86_64.whl

Download URL passagemath_ecl-10.8.12rc0-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
08b35c4025500bc60e7345bc97fa250d13fec04a0e36487ba09a850e2dcf3e1f
BLAKE2b-256 checksum
How to use checksums
1a8a2e2643521f65bf2079d74c7e24ecf460793cb7152ac9160fb56d4bcd83d0
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.12rc0-cp311-cp311-manylinux_2_28_aarch64.whl

Download URL passagemath_ecl-10.8.12rc0-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
902a0467b5fe97f2cc3cd526319797bb71668780403bad4443e63893e79f0d37
BLAKE2b-256 checksum
How to use checksums
a51820e2c51fe8b8fc20d47cf89703f8a3a637a9b21d9bf74909c39c912a65be
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.12rc0-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_ecl-10.8.12rc0-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
1a60a2305da439089852d4eead7eedfef0158331de5ab5032a3764c411a9cdc8
BLAKE2b-256 checksum
How to use checksums
3bfa68c107a9870b5cf435aefc3e69d77b73b460012265a6cd15b0ba4ad9742c
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.12rc0-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_ecl-10.8.12rc0-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
8d6aaf060fa5d34975565a45c4ab50421abce777853fd1bc60a62e9b7dc38470
BLAKE2b-256 checksum
How to use checksums
265786c669756203d01d8d7182a330ff0ea16a889bb203d2fadc4d4e061b44a3
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.12rc0 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