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

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

Built distributions (wheels)

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

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

Download URL passagemath_ecl-10.8.12rc1-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
74005b5c817fe5ea71d3592ad84706cc08f73bdedeeab4aaac2b2cb9afd7714b
BLAKE2b-256 checksum
How to use checksums
0a5e3db0619d3660c6bd20f43a3adb4ed5a0b94ec6ab6b826b888e460087135e
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.12rc1-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_ecl-10.8.12rc1-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
33097e95f51051705d180f1eafff1ed3efeccb046a5000447ac31f084b5c8c59
BLAKE2b-256 checksum
How to use checksums
ca82e503ecafbdefe4d11b63e99d80dcfb0e6f6b8c7578943928d8a87567e695
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.12rc1-cp314-cp314t-manylinux_2_28_x86_64.whl

Download URL passagemath_ecl-10.8.12rc1-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
533159aeb3740a3bea6635a49056d09e8aa9331286b072a918cf79a135adeddf
BLAKE2b-256 checksum
How to use checksums
9b8977a7ff5c6aef8c640b6910c66f715105ed97cce98fdbb0683b471242fea2
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.12rc1-cp314-cp314t-manylinux_2_28_aarch64.whl

Download URL passagemath_ecl-10.8.12rc1-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
ffb98393bda0670c0aba3af63f6b12f35e2839a684cd8c63b0642f0c2f2e017b
BLAKE2b-256 checksum
How to use checksums
1f46a21a5eb925cd2864540996410f7ca67f0c8935a3adef3416759e2368fd09
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.12rc1-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_ecl-10.8.12rc1-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
b760a088fe6f1168e99569b1d14a41c555c38b38ca3600794461483826b3255e
BLAKE2b-256 checksum
How to use checksums
7052cadde21a167031540fe58802cf027eb8169226185fed24389b3753c14563
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.12rc1-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_ecl-10.8.12rc1-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
8d9ce4b3d8a77330891b8d4d6e4fa985d0d66569fd01b6a69bedd3b219edfd33
BLAKE2b-256 checksum
How to use checksums
664133d318a281bc63840a0de3590775fe1132a9a4402dc3bbfb8672aca68ce2
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.12rc1-cp314-cp314-musllinux_1_2_x86_64.whl

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

Download URL passagemath_ecl-10.8.12rc1-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
168a6ada243274128fa1ca5f169f1b3c694eb421f199ae656264f220fcd3c71d
BLAKE2b-256 checksum
How to use checksums
a553acf9b313ec2cd1aea2a6b4b4115b3d743efb054376721319f2ec79c0882e
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.12rc1-cp314-cp314-manylinux_2_28_x86_64.whl

Download URL passagemath_ecl-10.8.12rc1-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
14ffc450731e9d54d855eb87590d0416217be520d513a0841113bcc9a546cf1a
BLAKE2b-256 checksum
How to use checksums
5902446d3057d5acf96c7f86bd09264ba0614fda25d2e04815be4ccd28a77758
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.12rc1-cp314-cp314-manylinux_2_28_aarch64.whl

Download URL passagemath_ecl-10.8.12rc1-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
bb440ef8921e981492758cd857f254ebbcb11a5a84cf34bc00cb33c30bfdf588
BLAKE2b-256 checksum
How to use checksums
a083a1d24768bed1d790f776747b3d3cd7f3bf93130cdeee74f29f869f035717
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.12rc1-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_ecl-10.8.12rc1-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
5161b33c189569b8c1ff66e7485aee7b81d4f5f05c7e4a9c55d44420b23009e5
BLAKE2b-256 checksum
How to use checksums
3a22075c85ef786e384091f85f482bd9c2d5806b5e7ffe36363941862951cf43
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.12rc1-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_ecl-10.8.12rc1-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
9cec857220adb714b57ac646fd5f5a8009ed62da2c02dd2a128e0aea5c709b25
BLAKE2b-256 checksum
How to use checksums
3b1ec4e958690fdb40acf7521fe73711ad33bf2e765db47f83cf1036fe708c09
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.12rc1-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_ecl-10.8.12rc1-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
636f7398f158e15912c3e367de89fb24c9d4e20fa081e3699281f9c33f2ee526
BLAKE2b-256 checksum
How to use checksums
a0d1827d87addffc77fbdc0d4c65bfaf4a938436fe340adeca6d7f4b6f894a4c
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.12rc1-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_ecl-10.8.12rc1-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
c28d324ea3bb0eb1cb16622a0ff93ae77318037ee6fbcdafd2ed1e67f5e7374e
BLAKE2b-256 checksum
How to use checksums
4b32eb499a66712cc856d94b960d927735c6a78f7048ffaab2a42db74f44cd5c
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.12rc1-cp313-cp313-manylinux_2_28_x86_64.whl

Download URL passagemath_ecl-10.8.12rc1-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
28a83c0cb3ec8f3e80ad3bb343a3de3d5033473f2c2971cbf9f4767b6a84cf5c
BLAKE2b-256 checksum
How to use checksums
54e4b647296d482f3dfcc3a4922edb0445d882642c84432559645726489e3361
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.12rc1-cp313-cp313-manylinux_2_28_aarch64.whl

Download URL passagemath_ecl-10.8.12rc1-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
0e08f582b94edcbd68172b694baedcc2103072b4bb84332f76b581aae737de88
BLAKE2b-256 checksum
How to use checksums
a3096506aa40829918024226dd2810996042f1cacb03e13e93c8c66c1e87814c
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.12rc1-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_ecl-10.8.12rc1-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
541c5d5e8713b6e3fe9766805e24a0d237304ae5c2c6227ff5194f52bdc1fcfb
BLAKE2b-256 checksum
How to use checksums
bfc480f5bae8279fe8399298177c648da4a780823727ac9fb59377b8934d0c35
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.12rc1-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_ecl-10.8.12rc1-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
ad03e43528e4697f06c260087728899ff95e832b8d333762687941ebe3d1a5a3
BLAKE2b-256 checksum
How to use checksums
dac2353b3b694f865f4a427194881722decd0ee7884c8a6d47726da82fd83a21
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.12rc1-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_ecl-10.8.12rc1-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
d12cc363c4d7b3466fddc962d4cfad65951f946e1cbaa4e1671a8338063ec304
BLAKE2b-256 checksum
How to use checksums
46d71308dd82cb932b2877bc0ee6e6222b6cfb47348bfea39064697b5aaf18c6
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.12rc1-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_ecl-10.8.12rc1-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
855d91bc585c1bbcafbdc511cde04ab4db96581d8dda3753b7661c58651fbee0
BLAKE2b-256 checksum
How to use checksums
b600b57f16380572937c6f7808453d8da2aa5a7a733d59aef101eb9f03f71cac
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.12rc1-cp312-cp312-manylinux_2_28_x86_64.whl

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

Download URL passagemath_ecl-10.8.12rc1-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
fc4a8b78bf2c63dc2f323dab0ceec131a1a89bdc92f358e147cb8df9844c0810
BLAKE2b-256 checksum
How to use checksums
245bcf363c7b643666384a6ca60241552dd31eb42d9dbbb347a3c0e3b1723c4e
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.12rc1-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_ecl-10.8.12rc1-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
bee46a523462113ede3f8c8f34c8e559f3b8bbf3e6cee17536c8ed30b07ad4f5
BLAKE2b-256 checksum
How to use checksums
3ac6a479edbfcd07df68d7199d3ce3b7be4ecfaf6578a628ab91befbe8a000f6
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.12rc1-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_ecl-10.8.12rc1-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
92a6008fb39846a3c666aa261629c291f4d2021f30facf94b2c25eefafdefd87
BLAKE2b-256 checksum
How to use checksums
9e3c70584e19741da15d5d0ed6b243dbd6a26857e9981a41221a2d726b59a9d7
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.12rc1-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_ecl-10.8.12rc1-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
ebd9c938c20ad0372b9a81b82d93163889ac3e2f988d81c54d2207beda54be82
BLAKE2b-256 checksum
How to use checksums
3e4e54e37563d16b32dc4edc33f247d2afd60827e3aa4160a7272449cf2ed9e4
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.12rc1-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_ecl-10.8.12rc1-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
cf5ce5895090e7968605e7c1f5e958d92a879258a0b68837f57013667772a622
BLAKE2b-256 checksum
How to use checksums
e3f096120a2c2f2685a4685b9644e03b739da9ded293e5b4e8ce3b3b57480293
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.12rc1-cp311-cp311-manylinux_2_28_x86_64.whl

Download URL passagemath_ecl-10.8.12rc1-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
6d18220d9420b867973d95d5d55b28eb2e5e2891a7ff599027de7f0ae81953f1
BLAKE2b-256 checksum
How to use checksums
85c41bdcbf218bd770a8f1d217e58e9500c1b856dc8a998efb44cfebc9f4d6d5
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.12rc1-cp311-cp311-manylinux_2_28_aarch64.whl

Download URL passagemath_ecl-10.8.12rc1-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
bcba1d58bec3d86cbdd87210ff69dde1eeddf524d17096696f030019eb6567e1
BLAKE2b-256 checksum
How to use checksums
a0b220265f325d661d4f6b3c9f75a7849640c853c2bdce9795bd7f4a9a562c8a
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.12rc1-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_ecl-10.8.12rc1-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
37bb012ab8b9e080073cb6a89bd503c72aa2d04fe5fbf6f4fa2d4cffbe78a65b
BLAKE2b-256 checksum
How to use checksums
f7bbd660d6746d218ef66267607a822f51f380ca574f8b413aea165411f65ebe
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.12rc1-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_ecl-10.8.12rc1-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
3a9f8009c214a2125b8a2f580dbc1562be1dbd6805d36910f825a7baeadf725e
BLAKE2b-256 checksum
How to use checksums
f534033901c0ccdc7c8522f0adf759bca724161c1569aac8ea4c38e587cbb82c
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.12rc1 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