Skip to main content

passagemath: Embeddable Common Lisp

Project description

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 --pip-args="--prefer-binary" --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 --pip-args="--prefer-binary" --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 --pip-args="--prefer-binary" --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>]

Project details


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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.3-cp314-cp314t-musllinux_1_2_aarch64.whl (53.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.3-cp314-cp314t-manylinux_2_28_x86_64.whl (54.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.3-cp314-cp314t-manylinux_2_28_aarch64.whl (53.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.3-cp314-cp314t-macosx_13_0_x86_64.whl (16.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_ecl-10.8.3-cp314-cp314t-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_ecl-10.8.3-cp314-cp314-musllinux_1_2_x86_64.whl (54.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.3-cp314-cp314-musllinux_1_2_aarch64.whl (53.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.3-cp314-cp314-manylinux_2_28_x86_64.whl (54.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.3-cp314-cp314-manylinux_2_28_aarch64.whl (53.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.3-cp314-cp314-macosx_13_0_x86_64.whl (16.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_ecl-10.8.3-cp314-cp314-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_ecl-10.8.3-cp313-cp313-musllinux_1_2_x86_64.whl (54.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.3-cp313-cp313-musllinux_1_2_aarch64.whl (53.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.3-cp313-cp313-manylinux_2_28_x86_64.whl (54.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.3-cp313-cp313-manylinux_2_28_aarch64.whl (53.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.3-cp313-cp313-macosx_13_0_x86_64.whl (16.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_ecl-10.8.3-cp313-cp313-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_ecl-10.8.3-cp312-cp312-musllinux_1_2_x86_64.whl (54.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.3-cp312-cp312-musllinux_1_2_aarch64.whl (53.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.3-cp312-cp312-manylinux_2_28_x86_64.whl (54.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.3-cp312-cp312-manylinux_2_28_aarch64.whl (53.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.3-cp312-cp312-macosx_13_0_x86_64.whl (16.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_ecl-10.8.3-cp312-cp312-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_ecl-10.8.3-cp311-cp311-musllinux_1_2_x86_64.whl (54.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.3-cp311-cp311-musllinux_1_2_aarch64.whl (53.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.3-cp311-cp311-manylinux_2_28_x86_64.whl (54.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.3-cp311-cp311-manylinux_2_28_aarch64.whl (53.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.3-cp311-cp311-macosx_13_0_x86_64.whl (16.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_ecl-10.8.3-cp311-cp311-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_ecl-10.8.3.tar.gz
  • Upload date:
  • Size: 21.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for passagemath_ecl-10.8.3.tar.gz
Algorithm Hash digest
SHA256 444b75509d8b93bcf8e5968d6a626bec9b4a27551b4c8e28f7aad4354ebf6184
MD5 b950edc397136a82a9c302d0ac369503
BLAKE2b-256 350bfb7f204cf72782533ac423192b60d47ae2dac74926e6d5be884b47a7b2dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 93eb8a18a0277875f0597d4f995b2d08128a3192f0814e63d13a0b9a1752febd
MD5 16626a15ab45b24dfc3c50e3b4305fe2
BLAKE2b-256 e1e1328de3d0767d0b645e1c5f5843fb396cd6cefa86b0fd2b7626a284f598b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 52c75784815525c86d3c42787d0558c7cd2609726ee2c4460c6ec6edf6bc21a3
MD5 bbcd7cb49dcdd414bc88442407340ac5
BLAKE2b-256 e664299c533a3bf44192c1caea4f8fd1a9ed32434c3195e53da0b6dbab7c4a53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 966331b9bc397dc0f939b9d0e44aa2867378028183c4865656d7aea98b467763
MD5 c1837c5e8765ee66d84fd99434d25642
BLAKE2b-256 4b84cbb2c62d95957de582ed3889831167102c9ce687ec153a0fe66033ddf1dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c64e74dd79cbc0c4076badecfcb2499463717d5a39278f95857daed5965c799f
MD5 101af8f7927a3a92f2c7d14720b24e6f
BLAKE2b-256 526a87c3095345168470f94fb048458f4eded1170dd669cd859b83b1704cafc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bd6b21247fd0fdac073a9b573a818647be743134b6b73f3dc6a2a94dfd6e05b2
MD5 282a9578818330f3cfbcd9065479f010
BLAKE2b-256 9f3e53c23ec014d80966659884a5c09fad3135f3be81170446dd5aa3c85309cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 75ae9758b768fcca38250def37fb613137b67a49b89128bed29f412e8dfff07e
MD5 b2d4c75fec29270eb3d19c721f339e9f
BLAKE2b-256 da19b40ccb167105b4a808b863481f5b5b392251aee0cd746457f76800827a54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2b3342891ece1a0a5f80f5efb57cadd0ffa5316f2bf9301883c0e3452924848a
MD5 4eb1aec20cf5152262151e1e2ebe1975
BLAKE2b-256 abb522ce0b88bad5af9f06bdac4c5d4ccc5afa1956774d8be8c5eb255bb23e1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a52a53a8e403af58b37d301a13e5da4d944fc67ef67fd46b5eb63c13b5bb8b82
MD5 5ddde93299add42c605633c6d4caf4ce
BLAKE2b-256 8471d71e45a75f30f9d1bdb39804d80d3575c14745db317b5f320b9f7d0ad92b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d16e5a39ef8e55e75399013a65453fbbccf963680b5660379890567b69cae086
MD5 4d89bba2492a0f86bf9209deb9567c38
BLAKE2b-256 0fa8b12729269b93925dd8d46422501082555c80986393ed78915807677f94b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1fc1127cedc3090a84f44c61c5405b5bf412180f6b8023a464160a950f89dcf1
MD5 dab1653d4c9f6c69f183e99b312bc3d4
BLAKE2b-256 4bcb78523a92b4d44b06282635da3bd024acba33180fedbb2a95c9de65be589c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c4048d48bff264ca49e9df6a06336b16e19afaed2be0acc2e9d19511fd5b3bfa
MD5 7b96800fe2e2cd5fdeee5482f2f3a364
BLAKE2b-256 de7bb76595dae20b58b98fe9148a6d6c913e3e0d48be4974a06a6797e2856c52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3af0e898bd4bdfb326a8e2138b76261a08294ac223130ff47540a6f84e3cef11
MD5 62c07b289c57d383e09a16eda65d2a9e
BLAKE2b-256 38115c63835ba52cd46a0158d301b7751b52ea0fe1d084354a8d91eee8d396b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a87d42183799e7b618c23a0fed97e1d88b87021bbee38fad31cf982bafccd0d5
MD5 8b2448720df47507a0a10995a13f079e
BLAKE2b-256 806cbe71d511c4826aa569a250b184eead503ea457089907e41c3ddb824a3567

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 af9decb4bc96057e133c62f54fa9d79e56950930a7035382ab17fd18fc1204e4
MD5 dec3c30b18e79df15e318d8c8b52d393
BLAKE2b-256 66b4408cea5f5387c3ca3f67cf787a7199ae8f8172be1015c4bbcb3ffd7c9189

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 773eb4c49a76996ad8d638300fd1aaf5e2d34f944ede2a32ea6ad6de58cf28f7
MD5 6c759dc78e49aacc1efa7af2be0c42fe
BLAKE2b-256 442831497f72b7b25d6405319eaeacb267d8a6ef63dc34206c1b61bfefccd048

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8f8b07416454018f1c403aaee899f67a679368724066ed6752347e5d3cbb98f0
MD5 c72d5bd2711ff30ac4e7cb98ca9d6594
BLAKE2b-256 74265b389d284d4cb99869f1e0e9eb0a7f2676467fe60d91000264ce65609291

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 698538765a8ea06279675686561a3bde57381b63fae5bccda535a77121af3b67
MD5 58c96bc8cab3d2d59a871c47564b9000
BLAKE2b-256 24af95a855d098c4245a38dcdf7652f684bf3f2a479ba14e5b0caaae8b50ed9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bf838aefd01037392fbd4332313a86f4522f8f2ee55d9ed287c7e9d326518e1b
MD5 fc6e989135be12055c08b0d7e0f88247
BLAKE2b-256 13797bc59e4a5a6aa77a33f5e5f74551c3ead17fb3c4234f8cd497dee48e7914

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d35e0d4c708fd9787de479fa70aba9bb000cf4416918fb0f50c68355ee9264b1
MD5 66698f871f867c418f40a8d798d45d13
BLAKE2b-256 c6aa23618d702f52c19bc6a115a0ea91da4f6ae36de5e1bdcf1f7fff681b3fbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 21ca9f7b45769a9cb07d543811f62f60007abf47c664ffba18e918987b8fa5e6
MD5 92b1adc34fabcb2d786da9b9a834e1f7
BLAKE2b-256 1bd726c43406630e82c8743d0a11a0ed0382697a832ee307eceb2864849431fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 961fa6a77b344ca75f98a76d1075bed0cfb22ebbad13a2c727caa53ccd02209a
MD5 568ec5ac875119a7ec18228d56bf6370
BLAKE2b-256 20c1c8f2971a3ff8a3658e8dd8d8c2a3ee8f84ae592be3d27cea6b7e2601d5e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4a0f5181f5d3679db634e07f5e05a6bde20817bc0abd3f6587bff288328ecccb
MD5 45f2e8134b9383ea2c4867fb790db191
BLAKE2b-256 da3db18a4fc764f42de23aa133c583b69a635f379785329bb508880066c1f62b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8d704a99a1644ff8a559bfcdbd75eca0e6b12128da3bb7c2e039ae897d1102f7
MD5 97b337f549bc34baa18d640f65eb908e
BLAKE2b-256 e49c39a96b198ccddb4e48a6641d05da2aea9fbbb71b368afc739a052165c2de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fe88fbb866f781eea084e1eada3c0b25c21e9714a7374ee357afbc0bd0f95c29
MD5 75e80ff9938a6a83d892aaf66472f9b2
BLAKE2b-256 7d3b003b1d85282c0ab2983b45343c044634aedfa22c72177708e925f6a21615

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 104134357d1c12b13dac64fc7e0e6b88e8ce43853c26cab53fb4ef6935df8b69
MD5 1401566e642539da95c16bd26ed70c65
BLAKE2b-256 e98545172f14a1381e118c3a078a114178c71dd4bbcc0e5014649f67dd558266

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6bbb427e10f271edf4e30e80f1d86fc783b8ed1f2bc5994022c39ab473cb6e6d
MD5 3510da8e47aa0a89fc250bbc71f5a864
BLAKE2b-256 a7973977ae4a46b98da3d49c63fd0153ee6fa987cfd968b7ecc1b6ce47162a71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c1e024eea2a1c4f67600a70d2e67de3ce8b43ba65617708e6171286c943acf97
MD5 466bc427b909e65ed6de03ec9a108116
BLAKE2b-256 4de12c110dbd520f5db6b3e5e586f3d26880bb4d8cbb614d7f9494da67cd457b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b2ce6bfd00b77cc1e85139f917e9e4d3d54b627dde73a5713d7c84dd43169d6f
MD5 135b7381c91b34e0f79d082e5a9f0dcd
BLAKE2b-256 ae7b6586ed0fc1f0eb923dd55c0d9415ba2b429d62af17d239fd62be4c6c7f18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 97b636b2c8dead52fcc305b988152506c80a71552dff96cd641ea35287471db3
MD5 f76be5763638e246d75fbf3dcfdc20e9
BLAKE2b-256 7ef245efc20483f7cb0cadbd49ee5b4883458df3481eab2f04ad4c4c8f7c2ca6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ff3a46dd1059e00c25e82343f3c5ec569321fd7d0d4fe2b6b7165bea91e96345
MD5 c162f32f627bcde20f93ac70e6a3f92d
BLAKE2b-256 a33867a42f6c3990509e73aea2adcbadebf3452b573067d95121a218d6c6ca34

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page