Skip to main content
Yanked

This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 10.8.11.post1 instead.
Reason given by maintainers: https://github.com/passagemath/passagemath/issues/2836

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.8.11.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.8.11-cp314-cp314t-musllinux_1_2_x86_64.whl (88.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.11-cp314-cp314t-musllinux_1_2_aarch64.whl (85.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.11-cp314-cp314t-manylinux_2_28_x86_64.whl (88.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.11-cp314-cp314t-manylinux_2_28_aarch64.whl (86.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.11-cp314-cp314t-macosx_13_0_x86_64.whl (28.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_ecl-10.8.11-cp314-cp314t-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_ecl-10.8.11-cp314-cp314-musllinux_1_2_x86_64.whl (88.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.11-cp314-cp314-musllinux_1_2_aarch64.whl (85.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.11-cp314-cp314-manylinux_2_28_x86_64.whl (88.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.11-cp314-cp314-manylinux_2_28_aarch64.whl (86.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.11-cp314-cp314-macosx_13_0_x86_64.whl (28.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_ecl-10.8.11-cp314-cp314-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_ecl-10.8.11-cp313-cp313-musllinux_1_2_x86_64.whl (88.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.11-cp313-cp313-musllinux_1_2_aarch64.whl (85.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.11-cp313-cp313-manylinux_2_28_x86_64.whl (88.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.11-cp313-cp313-manylinux_2_28_aarch64.whl (86.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.11-cp313-cp313-macosx_13_0_x86_64.whl (28.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_ecl-10.8.11-cp313-cp313-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_ecl-10.8.11-cp312-cp312-musllinux_1_2_x86_64.whl (88.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.11-cp312-cp312-musllinux_1_2_aarch64.whl (85.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.11-cp312-cp312-manylinux_2_28_x86_64.whl (88.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.11-cp312-cp312-manylinux_2_28_aarch64.whl (86.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.11-cp312-cp312-macosx_13_0_x86_64.whl (28.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_ecl-10.8.11-cp312-cp312-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_ecl-10.8.11-cp311-cp311-musllinux_1_2_x86_64.whl (88.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.11-cp311-cp311-musllinux_1_2_aarch64.whl (85.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.11-cp311-cp311-manylinux_2_28_x86_64.whl (88.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.11-cp311-cp311-manylinux_2_28_aarch64.whl (86.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.11-cp311-cp311-macosx_13_0_x86_64.whl (28.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_ecl-10.8.11-cp311-cp311-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_ecl-10.8.11.tar.gz.

File metadata

  • Download URL: passagemath_ecl-10.8.11.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.8.11.tar.gz
Algorithm Hash digest
SHA256 147f39bfe4b0367b32ec2bec46322cecb11b66c9c0c9e05a6b629e62ee022273
MD5 1e9cb9f9285d0d82560542775f35f46f
BLAKE2b-256 222d273165933ab643add2e82e088084d44c9bb8c0181d8713e28d5622c5ed0b

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f2eb64b293b7323e4c0a239794a55a3dbf4c4b0f9e9b98794286a49f3b66abc
MD5 4a0b834800ec76673863f71dafe67c0e
BLAKE2b-256 7f4aec4fbd00193e0b2d47e1c16c5af661c7ac80cfb40a7fc1b50da947a8494b

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aa7919f7048a6c3d377f15424b0a392873776be69de32958f5d63e77f8ccd541
MD5 8ac8acb7cd10ea1d1412879eece835b9
BLAKE2b-256 b761bde7a4b4fd0b6273b2b5f27408c1ed3245adaf3a4fd5841827461b004149

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 82b9885586249c0c854dc9e28b6aeb45a0cb8bb02b8ddb26a14b971308d446fb
MD5 0ea038ad25080a95f55e50dfb875f364
BLAKE2b-256 3e3fa897786cc28856f042dbf0ec040899513ce428e90999f82aef7bf21a5c97

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 28d01fafb7966d6b4d9c96ff5977c12bdb67ffe52923186136590dcd4f010804
MD5 6d0d4983c8359d93523ad3ba9fd9a270
BLAKE2b-256 f74bbe310968518e3b86727e7b339e5d15b7bcfff563d635983d0b34b43fc48c

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 117c1a8048039ff011d3a1d6428e24c8286937e27885601ad09a19b28822ddab
MD5 e104cd4b35cf050a7aec338c141a0abd
BLAKE2b-256 331cc7acaf0340ea9d445b1e34e19c02919661d3b3457a6bebce26e3dd30fc1b

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5798821e4a5ed3f332306b001789e8b3cf0e0fa6907df27f685394047b813466
MD5 248e59403a5ff6cbe42552343da2595f
BLAKE2b-256 668d6cad66ba1e0738dd64de74ea79cc15cd71117e7600506cc0a3b47d1d1f63

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 300c8a84a3e4f6189b3445a87d8a51f6ffd089a925b0656583feb8db490f2fc4
MD5 fec996fdd295c302a94a98c831b69399
BLAKE2b-256 d67baecfd28d8c45abd6938c9cadb6b29895524ec7119bcfcf0719aabf5a4b56

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bc5b1fcc42df0bd7d05a3e3b5ab2d57644f94507adfbaaa69650bfde35b47da8
MD5 05037481182964ce6cfa17f30c5d9126
BLAKE2b-256 ad44472fc5a83205d4254b1b6bd3ec09a9f6ad51e4726c1afe364823da731709

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ab6d28c2d8f4a67146e337cddcfb35c8c4a75c36a42c26abcd0d0dbc2742f407
MD5 0ad96b98221a2817bf22cec8ae1660d7
BLAKE2b-256 d3c9821f6e8b25d2f0e86a8e95f7ebc6e38ab36245c882a092819adcafe8e412

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cefb7f6353765c05bad1c7adffce37e3f4899de2b3692ae10017635ec750c3dd
MD5 695130b0ca26f8e7df35353974ea00d1
BLAKE2b-256 64874344bfbbd9915e5a9efe6118fc17887032d93a9973629117196fa720ca97

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 33f8938d59919261a4fed4f3844a7cfdc9899458545fc57fa9ac734b7b42e74d
MD5 cae0b4b37fb0840394299bba70fba986
BLAKE2b-256 da3ed06317054bb8b298c1fb0ce699fca1ec0007871e5293577da02881663833

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 99a7a862619e39696866e1d1c7111dadaf746b17c9bea8c29d6ccb49b76b6b24
MD5 4ea08eb23d427ab6475371c67893bc18
BLAKE2b-256 787525914922a20aa87862a5c41b8afc06722d661789cd7a4d28d239747cf6cd

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 85667bc5d81dbb6d7fdea25b6b8268fb502d61454c57e55d644118b15b85c271
MD5 c946d9c67556c645ff854434a3e0c7bc
BLAKE2b-256 0473cb095c06727964ea99784941b00ff1c1e7c493fbe69e8b7366697b38e7b2

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fb8752d715597930c08a0e0c0617fc8eabc70f04b96bb5985794d5cc8235e81d
MD5 a162b2bb1fb77dcb8f0622c9b16797fb
BLAKE2b-256 7c1e2e35d98d321207da6502c3e663559001d52656fdb2b35e10d9d7f83a4bb2

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 86c221f2c6933de370ccf442daabb65be44d2f86e032bb58afd7080465af65f8
MD5 f2654817f47ba8def9eda0f1bc9388a5
BLAKE2b-256 88dc013d6fd4b72f65c5d1e092b509c9f5dc4e67024671c73bea9d9d06fdf70b

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 026b9362348ccba134087b1c440f85cab600933a7352dbd1e8ecb55d33c38e56
MD5 b252da8dcb87647791c1082ccdd633b0
BLAKE2b-256 b6fcb9b6a822e8d88ef73910996ca5e8ff24ad1dcf7fc999d71c9e8efe29a806

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3e30ee9a0ec3e5fb72376d3e6252aeca81183399a69fd64b65fadec784be2419
MD5 08e9068465c81c8142ef53da01675284
BLAKE2b-256 510cc155cfd386867db62206190911cf5236dc2b57c904f1894d0c531393f1db

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 37953aa756f96b9ad7b7d9327e6a29b78bab8ed54108743afcc487071e7cb43f
MD5 d0ac57af14f7a0b6397b7c61184d9cab
BLAKE2b-256 f697591efd10131746187a4a9e253b3347f38356d83b244a18a1f237d8641c41

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d75875e61fbaffce07f144bce2a42c894bb10cc5d1e4d88be3c80d02be6b3ccf
MD5 f2c1d5f174eac6501c7b9b964b6d7a44
BLAKE2b-256 24aae93cc4239b19a9f58aefbc584c99d8e44115d5a1bee29da6434da6a68f09

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e721d20f13171aee013e997431d00de9ed9ece72f2e85d0519d1ee7278bd8967
MD5 f0744646e36c85b6e58bee6c3cd3a441
BLAKE2b-256 9676ddac9ae88005b29f04930fcb85c6f66f70003b0e33c27a617f3d42fdb626

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f63e48c3c97a817646bc73bc22dea1201e672ef5521a6fa56496bae7c030e69a
MD5 daeab0973fa42c2be2ece3eab0172d48
BLAKE2b-256 79cd8046f8011a84c29ee4642b553921e82d4f84dd237f9e5123d0372716572b

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 67390e954af0da474eb4ece0ac7ecb842afb370d51abd386feba4c0a54596f59
MD5 3a5df139b3d8448f1cc5b52fd37e8210
BLAKE2b-256 1e477727c8b1c169df228cdf30f11cd5f8dff5521a6b5d196c755fc721bae050

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0a62f9b56566988f3a72e4067c4668e0399469cac34fc3330fecac1dd9df8971
MD5 72c64dfaca70235fb57f2d8baebd9687
BLAKE2b-256 abef42e10e0fff473c1fe4294a509ddedba0e8f305c0f4eefe8e45203a117a88

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ac7818b2d9e2975ccdb135a9f5f5891aa5b561317b5654f1e10476a9720fa885
MD5 dd135ac2791390bd4494938c1477031b
BLAKE2b-256 c38f2e8e494acae8ecc73a5225352e4db99e93dc7eb8fc86e7581ac14defd8eb

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9a54e3688be09b9cdd7ef4b89f85ebac141ecc587590b31628518d5323b0c091
MD5 6709de0498704fc60f0d00e833a57bd1
BLAKE2b-256 312bfe0a9a6f727767eb24cb8652bd0ad05f2d2d6e4d9f2851ade25eb2ba3b7a

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 704d7c841e7d95c73cc421b33891f8356a5b798855d2dfd2a48ca2f23b0c525d
MD5 24d5bb82319bcc969a12b0a076d2fa70
BLAKE2b-256 7bb256e47b67a98d9c19ab9a2a0ea9feaa3e3f9da97bf1314d62bf4f0dbf1984

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f929061f6cd8ab923ca5ef6e83b59aa3f2afae56f21e3febd29fdbd2eb8e40a8
MD5 6a159f17a4f7f181372e3aceeb2940da
BLAKE2b-256 05775950ccee497cf4dee73f8c6280c3d8f365adb0a808bcef531756856dbdaa

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5bcd9b0fc519369a04c6cb632e30b16aa856989707dfa91ce610cb626d9b60d5
MD5 a2b0ea43fa143b7bd5e9da39d1d3165b
BLAKE2b-256 b3da7395c6aa2852314d5f0973346dd393a16a92679d0ec805cafcf1d3a1cc21

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ff48d0f661160e84ea5f6c1fbf979404641a02472cd2819c1212685f08ffd837
MD5 12093f4e88008fc1ec75032d3cb1b884
BLAKE2b-256 62e109d7cd24b79dd6410f64bfb0ab0ce5b1de927f2e783b455e5c56f8faff47

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 80fca0f42ebb0a55c13ff9300b62a37602fb9a8f4183eaa586f7c287d3bfdc73
MD5 d1faa36d43a99ec063353dd306113345
BLAKE2b-256 a4bda272e57314e4194c830a5bee6d70df10fce85a1dec085c8439a89e5c4ba7

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

10.8.11 This release

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