Skip to main content
Pre-release

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

passagemath is open source mathematical software in Python, released under the GNU General Public Licence GPLv2+.

It is a fork of SageMath, which has been developed 2005-2026 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork uses the motto “Creating a Free Passage Between the Scientific Python Ecosystem and Mathematical Software Communities.” It was created in October 2024 with the following goals:

Moreover, the passagemath project:

  • provides a stable, frequently updated version of the Sage distribution,

  • integrates additional mathematical software, notably Macaulay2, a full set of GAP packages, and the Combinatorial Matrix Recognition library,

  • curates a library of Sage user packages.

Full documentation is available online.

passagemath attempts to support and provides binary wheels suitable for all major Linux distributions and recent versions of macOS.

Binary wheels for native Windows (x86_64, ARM) are are available for a subset of the passagemath distributions. Use of the full functionality of passagemath on Windows currently requires the use of Windows Subsystem for Linux (WSL) or virtualization.

The supported Python versions in the passagemath-10.8.x series are 3.11.x-3.14.x; the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.x.

About this pip-installable distribution package

This pip-installable distribution passagemath-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>]

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_ecl-10.10.1a0.tar.gz (21.5 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

passagemath_ecl-10.10.1a0-cp315-cp315t-musllinux_1_2_x86_64.whl (59.9 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ x86-64

passagemath_ecl-10.10.1a0-cp315-cp315t-musllinux_1_2_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ ARM64

passagemath_ecl-10.10.1a0-cp315-cp315t-manylinux_2_28_x86_64.whl (60.0 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.28+ x86-64

passagemath_ecl-10.10.1a0-cp315-cp315t-manylinux_2_28_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.28+ ARM64

passagemath_ecl-10.10.1a0-cp315-cp315t-macosx_13_0_arm64.whl (16.9 MB view details)

Uploaded CPython 3.15tmacOS 13.0+ ARM64

passagemath_ecl-10.10.1a0-cp315-cp315-musllinux_1_2_x86_64.whl (59.9 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

passagemath_ecl-10.10.1a0-cp315-cp315-musllinux_1_2_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

passagemath_ecl-10.10.1a0-cp315-cp315-manylinux_2_28_x86_64.whl (60.0 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.10.1a0-cp315-cp315-manylinux_2_28_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.10.1a0-cp315-cp315-macosx_13_0_arm64.whl (16.9 MB view details)

Uploaded CPython 3.15macOS 13.0+ ARM64

passagemath_ecl-10.10.1a0-cp314-cp314t-musllinux_1_2_x86_64.whl (59.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_ecl-10.10.1a0-cp314-cp314t-musllinux_1_2_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_ecl-10.10.1a0-cp314-cp314t-manylinux_2_28_x86_64.whl (60.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

passagemath_ecl-10.10.1a0-cp314-cp314t-manylinux_2_28_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_ecl-10.10.1a0-cp314-cp314t-macosx_13_0_arm64.whl (16.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_ecl-10.10.1a0-cp314-cp314-musllinux_1_2_x86_64.whl (59.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_ecl-10.10.1a0-cp314-cp314-musllinux_1_2_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_ecl-10.10.1a0-cp314-cp314-manylinux_2_28_x86_64.whl (60.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.10.1a0-cp314-cp314-manylinux_2_28_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.10.1a0-cp314-cp314-macosx_13_0_arm64.whl (16.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_ecl-10.10.1a0-cp313-cp313-musllinux_1_2_x86_64.whl (59.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_ecl-10.10.1a0-cp313-cp313-musllinux_1_2_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_ecl-10.10.1a0-cp313-cp313-manylinux_2_28_x86_64.whl (60.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.10.1a0-cp313-cp313-manylinux_2_28_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.10.1a0-cp313-cp313-macosx_13_0_arm64.whl (16.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_ecl-10.10.1a0-cp312-cp312-musllinux_1_2_x86_64.whl (59.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_ecl-10.10.1a0-cp312-cp312-musllinux_1_2_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_ecl-10.10.1a0-cp312-cp312-manylinux_2_28_x86_64.whl (60.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.10.1a0-cp312-cp312-manylinux_2_28_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.10.1a0-cp312-cp312-macosx_13_0_arm64.whl (16.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

File details

Details for the file passagemath_ecl-10.10.1a0.tar.gz.

File metadata

  • Download URL: passagemath_ecl-10.10.1a0.tar.gz
  • Upload date:
  • Size: 21.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for passagemath_ecl-10.10.1a0.tar.gz
Algorithm Hash digest
SHA256 21f036f731916601f650faf337ff37f32f5ea885fd52f2500c4979a0df9fa11c
MD5 ddcedf4690cfd9bf9e3271be355cda8a
BLAKE2b-256 cb23b25eff622e361303c102bc9f48bc8e273ad31e8b5a2cbbfe3d9f23d7db8f

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp315-cp315t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 886b0a382dc20c31f112ed0622b0abef46aa0bc0e25d3006d4b386a3db721dcb
MD5 e973e35b82a00ba656d8b02ddf4c5d6e
BLAKE2b-256 49308ff538ea19c59b6e3caa4c21ddc9dfda78316271f62af1e25032aa7a81e8

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp315-cp315t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp315-cp315t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7dd5cb1650f811b249b1100ab09bc69b098b565b9ef8e9d9b0f85e5b1934e0f0
MD5 82e345ff9681800ef20e36a1e8756283
BLAKE2b-256 24decafe776b8fc482be316bba24859db4df05c15005bfeb63d4ad6f97da10e9

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp315-cp315t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp315-cp315t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bde82c30a9e2fb50ac17a33d3da49f0af8a0855515864e63c85e84323812a439
MD5 50052dcd366da7ccdb866e5805ed3405
BLAKE2b-256 09b04914c1c0aec39ff3b3bdd0231c8a1ccd4b7da2309a00311b75ab31293e5f

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp315-cp315t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp315-cp315t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2c0b15fdb3925340644d6dc14238a97d8ccedabdae5afc8605f432907a6162a1
MD5 f25ecca931f7ff8bacdc75ab4cb473cd
BLAKE2b-256 7fbb5cccca694ad7acf0da1d7126953a24d673523f8670e5a647ec7dfd96a45e

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp315-cp315t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp315-cp315t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 04dad5d518e91789f6b21f0a61368d865ae1a12113236d4606ba15a21b83e4e2
MD5 e306ff599abf7a446624cf2e61438e95
BLAKE2b-256 085e4e6cc45ae306ae2f65fcffc99092be308526dc1787d657605d159bfa57b9

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a389a051be8538e74bcfecacc189a2a7045f7cc66d137fdfebe54fa4c2aea604
MD5 ad0bce6445137e5e7b8b63d7ae9ebec8
BLAKE2b-256 97366f5960655f9d666742b68fbfa9c1668f5cc9ab8454b970482d373d8f1086

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp315-cp315-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f5f9955b25f0a1aa0fa9eea126b80d953114cefbb12f8476dfa73021135c294f
MD5 c89980ff1950500003b29ec913c3f66f
BLAKE2b-256 4fdb8c172d8185d4772c72c09d09a07a4fef3a0b487c82258823c541323f3437

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp315-cp315-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp315-cp315-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d3e12be599cf8faeb8f39ca504552a2e48618bb31a0613ff2ec0e5d5a89515e7
MD5 d1968e087c6b6d515cbd0f17b340ba0c
BLAKE2b-256 5d53ed39a125c9a9ad4838ee8fb10d6871ea9c9a95d75f81d78a9cb9ed490f89

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp315-cp315-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp315-cp315-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0b73b1d58b3281c6453b3b1ed17c8d3293f355e9c3d345fdcef5d4c7ce5db1a3
MD5 02821b99d7ebe0c623a06708ec8e118d
BLAKE2b-256 b00de7520a967014d8007a88f71970bd47e2ef278aa0dd2598447021e4f49b90

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp315-cp315-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp315-cp315-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5b4b9ced469975aa8137c97aa60ce4614d2a67c3167ac900142429b6fa7944bb
MD5 3a96b0d47124cd6aa70a5b5249afb6c2
BLAKE2b-256 af028e01ac29cef0836e955d2875c6834f0bdc76e5ab4587849d90390c2aa087

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2828118e1e2db2bfb7cf5926824b16e0a7c69d14dbad337a3976d7fc039d8202
MD5 5af4dee7d655cbb4095a9754f78c9eef
BLAKE2b-256 a8d9c654888a8644a5ce27e075bf48df48d29385c343f9991c5e0df2cdb3a3a5

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ba0999365ff4cc77cec12f8d8e47cea1b76279b20576635b714542df19ec7a28
MD5 fdef01d685d40b0cf8bd9a1f8bab5c08
BLAKE2b-256 039f32686e0076b6e7007deff1adca0cec98b0a539b024a0144f4449ac5d1806

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8b43145e9969bacb4849202e61e986c43964044b2c9a98e1dddb1029a806aaef
MD5 181c7eda07b12a81f7db7b7e6329e39f
BLAKE2b-256 59ad8304b4ea5610bd1a4b29f5ca57012c4762aaa9c0733a94cd80982b4ed79d

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 995bdcd3c96ebf577058f55f600424c426cf2eb7a5de8acb12c4e47aacb959ed
MD5 c8edeeaa471f03db5d6d28faf5ddfea8
BLAKE2b-256 71dc19b6a318aff1d5e42ff3b85eeffbad0367ca338b632e37110cb446b18a67

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 644a50e2967727cd6d9709b1b86b34fadbb600cb9185e7abb0d99b80082871bf
MD5 9703983c0635ff025acef9d598332573
BLAKE2b-256 66726bf7a9c71ae42fecc3d1237964e36a2fff2645985041dd55a83b2c63adb2

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dab45233e356632c7a4ceb20635d2785f98e49df0ea70998b44ea8baa8830c10
MD5 6847f86aab6afaf4506f256fce9de4ab
BLAKE2b-256 a4fd9ca48475f976f96aada75d0983e390d3f899d511d154cb9532023a210bf0

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0ad8989939e99c00c613bba5ad1fa3e856a6f3495ea7ddf701fb2dac5b8a974
MD5 3a2700de6bd1d8ed702216d6db87ea3b
BLAKE2b-256 de5a5df0b043970862ad72c099cf41bcbae5387d03df8145aa85da9fef4d5b90

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9e9983d8681da2e4600f9ec1c0657fa96392dc350a2b9cb5fafe5b8870b9af66
MD5 6e04c85a4dcc1b7d071d23584f8aa32a
BLAKE2b-256 1c5454296639d057eff0670826b3fc8155df31481d99c596bf99a95285cb0b9c

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9d4e055cc37bed6d91e194f63609f9c33bb36aeb1bcb260dc0d4e61713420be9
MD5 f534bc09f2a94bcea5d56b02d6103f68
BLAKE2b-256 df14ff8b0ca9bc94338f690aca0b8fc33a276c1f11f3f529f6def2169f86deef

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 72e1b0d7005fe53e0f05b479b97fb19e147bbaa66579ce94d5286c8eff2414d6
MD5 ee256e3176966cbf4dcb078bb9e77158
BLAKE2b-256 db035d9affb1ea46d21543fc0ca2c9d4aa7c0f8bbf1a83204df50cc268b8ace7

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 119cb78c9dc16f0699249d9f1bdb3cafed9e038e8dfdd04ceb263297eae5a297
MD5 abb85cde827e38cad2fc9a3f1fa56f89
BLAKE2b-256 2827ded6d8ff31169cf32dfe21c46ec23a8f7fe9227a546827deb1647d07fb48

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5e0f50cb8685cdc227977b743857e329fa3c36f7a1e993ec17a1154c784bfc5a
MD5 635be45fbc35d402fb58af79b96c4f5d
BLAKE2b-256 def303dd00ac34a9f34de42f89d8bbc6bb6dad3b1f7cc540aa29511d8d31b995

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 238fb5c2c3485f5397588ce419a39f712485f3773455f6cdbff96d479dd433cb
MD5 24d928a51b2fa1eb233694fe241940b1
BLAKE2b-256 886bc164f7261ed2e9d81e57bc25a64e8dafe654f65725ae11336da25138ff09

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 140c970881133e77e1066ff18eac92d0f5bde26e66f824a534b97cafe84b7913
MD5 da3a9a9d84c6016e5442b7284adc6e4f
BLAKE2b-256 310723c9196583a28d764a9f2902d956049a708467eb4d7e0d7b4d1fe791fd9a

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cd82e1e3df76da5202a608901afeff93556191590768a2878ed9794704595082
MD5 569cf712d8918c42c8f3916c1a5c53df
BLAKE2b-256 53ae2a542c49fd8676d2f8d866e9edc1a0ba2ae7875968d05d0c4d5f2c3b9508

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f8b255827baeb7afb283239dc211733624135c41886f69464495938b54ddd4f
MD5 f4350836897547585c65bf17d8b63594
BLAKE2b-256 f21a37843db2e8e0b45440cd7e30b8e7355d0f22f46dbadcb55a991b6471f109

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e63052f371c992267ed6fad2932882d4a179635e35910e2c5533480fe0b6508c
MD5 1483116d34026e9d38590b8d1ce01469
BLAKE2b-256 e665d5f2c2fdab99e1db99a32025fdd8ed32bee97bababbfa0160421b07e95ac

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 df8b5b8ff746cdd8cd8129d329d10c48f6012e36f9ace8adfa3875b244068540
MD5 ef59b0a2ddb53b530894048afad1a4df
BLAKE2b-256 a1e5c010b8a2c01f44bef4814495021318abf2fbf36eb5ac3008024ed7902d6e

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8724f164901847c1077c956eaa51f8f30d55f71b2906a6197d74b45fac6794f0
MD5 f94216654f9cb2bdcd5b3dec1bf805cf
BLAKE2b-256 6c768697863437b81642c594a5d9e6d0bde7e25f8ad598c242dc047c88e6cb27

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.10.1a0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.10.1a0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a6f2a27ecec55c35a38e6e5de9d0af374f7583aa1eb347ce4243c39d051385ea
MD5 9286d51e46f60fb3d8364c214774d356
BLAKE2b-256 6e4053aaed524276f71817b5ec6eca7a95683183b6d9bc582a746e8628c33baf

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

10.10.1a0 This release

31 files

10.8.11

31 files

10.8.10

31 files

10.8.9

31 files

10.8.8

31 files

10.8.7

31 files

10.8.6

31 files

10.8.5

31 files

10.8.4

31 files

10.8.2

31 files

10.6.48

37 files

10.5.49

31 files

10.5.5

13 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