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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.10-cp314-cp314t-manylinux_2_28_x86_64.whl (88.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.10-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.10-cp314-cp314t-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_ecl-10.8.10-cp314-cp314-musllinux_1_2_x86_64.whl (88.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.10-cp314-cp314-musllinux_1_2_aarch64.whl (85.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.10-cp314-cp314-manylinux_2_28_x86_64.whl (88.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.10-cp314-cp314-manylinux_2_28_aarch64.whl (85.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.10-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.10-cp314-cp314-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_ecl-10.8.10-cp313-cp313-musllinux_1_2_x86_64.whl (88.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.10-cp313-cp313-musllinux_1_2_aarch64.whl (85.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.10-cp313-cp313-manylinux_2_28_x86_64.whl (88.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.10-cp313-cp313-manylinux_2_28_aarch64.whl (85.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.10-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.10-cp313-cp313-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_ecl-10.8.10-cp312-cp312-musllinux_1_2_x86_64.whl (88.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.10-cp312-cp312-musllinux_1_2_aarch64.whl (85.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.10-cp312-cp312-manylinux_2_28_x86_64.whl (88.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.10-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.10-cp312-cp312-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_ecl-10.8.10-cp311-cp311-musllinux_1_2_x86_64.whl (88.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.10-cp311-cp311-musllinux_1_2_aarch64.whl (85.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.10-cp311-cp311-manylinux_2_28_x86_64.whl (88.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.10-cp311-cp311-manylinux_2_28_aarch64.whl (85.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.10-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.10-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.10.tar.gz.

File metadata

  • Download URL: passagemath_ecl-10.8.10.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.10.tar.gz
Algorithm Hash digest
SHA256 62d0602501d011841768fcdc7a396337b5a60697250415637bf7c03e13b1eecb
MD5 56b9e8d65ca97fd8ed297680069f310e
BLAKE2b-256 7d45ca3f6b9f28ee3a411f8fe4aaafc3573e8027f1a9f80bce62ae60f14466f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 20ba0428b3125c87a1824ea65a980b5542060363353e48fdabf1e23200cbc242
MD5 0d4d54e11eacb55ca289855043911b0d
BLAKE2b-256 97f36fd2fd2828cc01726e4feb474f0b0696135b4c80cc75425d01da2175b8df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2d1cc69f777b7487e9482bd4b4f836385ed43edc93346f363362d7a3b53c4427
MD5 26b9c4d6f7e35be8c9e6f8074580db8d
BLAKE2b-256 4c77d5e99689c6c439ade984433c3c475eb136e9e1953de730d5c5eb4837258b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1dc59edd73928f31aa43cb487ccf6c539e31d55242756d2d4808747abb347383
MD5 a48077fe6946e0ae3fbb40462d134df3
BLAKE2b-256 9c57d44ecdfdf1663949c71ab856edc39b791fc3f01c653a2896269f95a268ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1b96f74ebc17718acc837c5651cf0ff755820f1830407695cffee40738f8265c
MD5 ceb4cedd7fcb25f7fb98830a81b283de
BLAKE2b-256 1ca84d86d0df21abb9ba4fe558076ff141d60739db2c518f748e9ff0dade37d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 eae9861c3d59f5f62ea9bb100430ed35a22c1ad50151051505dc1f04c8815ad5
MD5 e3c4c300e392ac0486f815f1b2319af7
BLAKE2b-256 2a51e6ae1477330c3244d66417c5185b696aed9a8e5e94e4389d2de88a3202a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 46ebb02cd1b9bedb0cdce81772647dc9eb34e415f795f3f8f4b24bbda8daa63e
MD5 c70be5225954482254c2b77a4405797b
BLAKE2b-256 c729dedb08ea0fc6111404cde64d09dd206bfd6f68aef42e0f1fb1f11537e1d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73bb66cb0b63d34eb572808bb54fd37f24170d3c5525043df166b8cbbd13da41
MD5 9d16c089837d41b52159a2f0da08d25f
BLAKE2b-256 217c1c5f291340a1ecd8d1914cae8bff57b60a5a4ad178c343fd6e8cad4bd3a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 035a33c4354f1bfc9ca1e76d6aa634d12c47fc5d148835df84ac3eaac2151d1e
MD5 005636dc0cf4d284c89ca1262b71a2e3
BLAKE2b-256 36829471c06860ceb20113c341201f61548dff652643d220653d71a9493a4862

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f145e16b904e49ac0fd5538888e171a1995fa2592887951e456d9f40d5b3c8fa
MD5 949f3c07f1f8076a18cd39d1344e5e55
BLAKE2b-256 d48a0953281c2db0041c25f48607524f9f9caccd0f01a12662a0f75d0178d2d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cd75076194d78d609e39f5e3388dd2734083cab4afcae8c272637d21d1838c21
MD5 8847dea997f5cc672cf7e7fdec9f7954
BLAKE2b-256 bae13db9a51fe96f69f51c37b63f61207ff983324be2c7c33fdb0a34cabc8932

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4e56ffe9d2356ff2db88cc70512bcc639301c5f5e2104fb8f9dfd151285f68e9
MD5 b8fd9822e117cb3a5ee9df7d061c6479
BLAKE2b-256 20801414b5dacaa807b6ced18277f02a5b6e9cfe9c557be9965b8442f07bcf4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8a273e5d7cc6466356a5f0abdd46917d04da9ebf042bf7de525054002c1df475
MD5 7cc2140f7d3eedb57634cb2ac71bf3b5
BLAKE2b-256 aae2292ad7c811e5fdb81ae841239022e492e131bea428d3309eaadf5e03a3ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 87a47c1d1968093ac2ce027f06585f3277764c4c0f57073723b7d2e14b444483
MD5 a63636ab5ba0cf677d0bb702646df74b
BLAKE2b-256 9ed2ad6874bdcbb0010d24b50576c18c64d033b7438a5d86afb9820602ca4dc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2311d38772019653c0a53af2ea007f5241059e8b1eb290c4cab465832c4e5f73
MD5 a88ecdae37846d5106360b5526fa28fa
BLAKE2b-256 8bc480be614a79719321da658fa918ca74f86cba79b0dce3c6f61f237e85b6c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 469a23780b0fe1f3c9c9f22207ff55314607f922f398b0eb4c9867ab07d7715e
MD5 9dbef6d47d89901155fe0799950e2d73
BLAKE2b-256 f181170bb7071dfc44cde7de14f455b960e2954d5bc92e397cd6d9efc6e7ecdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b16b5aa6282fc2de505f5beaac1cd1f296e7574b7e592121d2e289ca255bc0f4
MD5 f88f95db8f2655bd724e97bf7082294a
BLAKE2b-256 69ab3202bf2cad06407a4cbf2af60300fa610aa87aec10e5104763cf2528a654

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0e3df81fb780cfb740630c8a39e9358966bac21338eb1243abf9d38d060dc218
MD5 e16c5bd9f23ee7682482be6e2fc5028a
BLAKE2b-256 19fdfb1751fb75501f2784aa4feea65a644240d84a1cd9dece82b96e2c0674af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 786e7a6c2fd1f868889df66dfa8eb9bfbf50cacc1c54e883d538338637e78696
MD5 72a2a05813cce5b065ad279f3ecf3d10
BLAKE2b-256 309546723ddb77915834c4ddea411e523b374ee8de9645356daa027c1313a48d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0fe640a3fc2cbfab46f0ef433be68e85b7addd5c40b5837c5108833ca641e4d7
MD5 2be6f04537de5bccf9d7dc053ffe2f64
BLAKE2b-256 bbc879e9cf690d81abfe48bfb904fb7f1e0f3688bd54e1c83a3622eac8cc6adc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5ec17523df2bf9a997c796534026d61aa5f179675f03d09b68c1be4b2ca1afae
MD5 1e0d081eeb7197d7e7e1dbdb147469d0
BLAKE2b-256 847963ea91fbd1e284d5e69a38366846837ca674a26635178bbc0ee17e2a6ffa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 83197f1d8d8528dba1f08f22ceb5f108d3a2bd343175df252baf46386e35a912
MD5 10c5cb2bf7467166601c454b0f479c5f
BLAKE2b-256 32b8cfbe3be97ae4255e7b228fdcd1b165d41a70b827ad5ecc661fad98fa51ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fabf5c112be8236e1c5e1e8200814f90e3c07123c237d5f0df19fe70c288f143
MD5 c89142babbadf932cb84447dadc94374
BLAKE2b-256 bcc750d60a88fa421e25a35dad5677359ea4979daad386827b1de0fa3660fc67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 23282a430fbac73005a0dcbd8ee83b95818a0d5167f47090eb5da95ae7388bc6
MD5 a1c02594274756b695f870ae36fc2ff2
BLAKE2b-256 bb8d1d2a9cd57fccfa1656d120ffccfa8bb4845f26becbb4ff50d3caed468368

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1772673bd4f2f213064b07037217c28334b68e0517a5a4952b0590f27640aab0
MD5 87dff2c60cf3c4ec695af0dfb095bc2a
BLAKE2b-256 515300fb578f80f3f21727cb6ec21ec9a6c34986333178b0d090a619ad27f3a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3df646048ff1ccd85784e3e6b1ab3a326d6ef58b669c7dc2e1d72c886fb785f3
MD5 6d16e95e8b45d40e0d839a0fffe48c46
BLAKE2b-256 30f56ebfdc6aa74803c84b44a9b57870fbb62a29f4505f47ae0fa0bf3d642ca5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 da116a99e96eba7bf34c5057859b1da920e8d3243652fd07fdc6c072bc32df24
MD5 29bd466b6c7361e4b4668fd7fbe43273
BLAKE2b-256 857175df106a103523c641417e5fcf10cb9d156dbfead6bcf1540559ab340dd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bae85f51262f9264edac9a9b653a5ace8e1dac9a41fd693ca83a057932c091db
MD5 ada06ff94faef6df58f76020483ecfeb
BLAKE2b-256 7f88cccbe653c705b6cb5ccd77f7aa773ceab7a4cdce57cea962c3c0994cb2c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f0f80b87cf42bb7371fb255d20cf4d7a77e8152ca7d7310ecb00f81c6ab59d34
MD5 030f2036556e6d371ac0236363e17e0c
BLAKE2b-256 2534135235819697243d139f8508433709c9660002ace8885a557512a37a93d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 af6b44a87dbb9b74643337a1c8a90a21d68550d8ae179327a21ec4b2086fe962
MD5 ecba46d3b9f21905e996e882c3ebe631
BLAKE2b-256 c66cbbedd9c05dac162cba4ff42a8a9180d495235b986cdc1d4fa900d72a809c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.10-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 31eeb639191744e3c95b67fae526d27f9d880c05647f37344bf8f6fec6b2a6a4
MD5 5fc8886272fc99d2e33697ce4e60a283
BLAKE2b-256 aca12c51ebcfd73e9a4573aababd78b4da8a4a210ae8a558cddd8f4af50e2b4b

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.11

31 files

This release

10.8.10 This release

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