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.4rc0.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.4rc0-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.4rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (53.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.4rc0-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.4rc0-cp314-cp314t-manylinux_2_28_aarch64.whl (53.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.4rc0-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.4rc0-cp314-cp314t-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_ecl-10.8.4rc0-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.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl (53.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.4rc0-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.4rc0-cp314-cp314-manylinux_2_28_aarch64.whl (53.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.4rc0-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.4rc0-cp314-cp314-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_ecl-10.8.4rc0-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.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl (53.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.4rc0-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.4rc0-cp313-cp313-manylinux_2_28_aarch64.whl (53.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.4rc0-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.4rc0-cp313-cp313-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_ecl-10.8.4rc0-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.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl (53.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.4rc0-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.4rc0-cp312-cp312-manylinux_2_28_aarch64.whl (53.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.4rc0-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.4rc0-cp312-cp312-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_ecl-10.8.4rc0-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.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl (53.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.4rc0-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.4rc0-cp311-cp311-manylinux_2_28_aarch64.whl (53.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.4rc0-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.4rc0-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.4rc0.tar.gz.

File metadata

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

File hashes

Hashes for passagemath_ecl-10.8.4rc0.tar.gz
Algorithm Hash digest
SHA256 ecb05cdf4fe0f68d527343f1ba46759ceaef4369074fd8bca312be95dee24a60
MD5 534b75f3f373eaee61e86c0c81d82fd6
BLAKE2b-256 6ba164eed6c3c129bf7ca6e31b57d1e0a750bea550ca72eac7693836d4bae81f

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 75d0e5d707ebd8fd0ee8b688010cb8b94bb615d414bd1a4c811be6cd22faf5cd
MD5 cbdd710f88b03ded3d5e8cf5842cb72d
BLAKE2b-256 284af5f18f75e529011f96e63919a0a2789ad351b96eac718774a2e2cd9ae5c8

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5afe1339ef947ab3dfa3012cdc7d09d54504f0e2cbf7655f03a3f8310b912dc4
MD5 b20f4b1fc43b08f616975607839ca644
BLAKE2b-256 c16946cfc3d1ed6fe7159449c7db5b5b253a2a4ab331b59da8192246a4b0beab

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b850b0aa21e178fee8c433f0265c6330f52c37a4e900d23ac783e45bf1f9ca39
MD5 db3df8c12baefa6bdcf1547b43929fa8
BLAKE2b-256 e59c6b4014d930d3dc7a6b328cb7b4759413e8f835ebcb5463b562fdfa2e68e4

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 440c52c77131a76d77f335d1881009a27711bc531b53eac6eaa9c841e529d9cf
MD5 74fe21c05cd620bd5162a16f32c75cc4
BLAKE2b-256 6883be43d8b618c3aacc5dd5cfc4ac0e09e509607e648e4ae75bdfbed2a89f8b

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d6360da07c661bf158c26bdbe6107978edbbd67bc18e864d5ef168007d2c7984
MD5 fb5cc5159135a5ab59d6dfe5bbe133f3
BLAKE2b-256 267c8d7e947ec87f06977b0f056584506de7a9867c0136a07d6bd98dc5e25683

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ac0b4bd4cb1a0e9f3e2b26a3c80ac7f4efa7f7c57565bd53f43e3d247e86593c
MD5 f223b70808652b452d5f8a5d5e0b2fb7
BLAKE2b-256 ef1c9688e15574aa16bac856e2a3fbf594c83314b43369d708f6cc811c80f0e7

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 33d51584afa6b63c8ad0d7cd3563fe55eef68e1b3631b9816aa8ff1427010d65
MD5 5aae266db1da6d5ca15f6c0bd739717e
BLAKE2b-256 ff5f12961a1d02fa1d8d935e36243e02435ff00e30683eb7c7e338932cd4b5dc

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 18d9df91c9b0d6c7f8075a4462a3a2677458fbc57fc2b05746f6ba1ead95803f
MD5 0f7d803fedec9742e414352f17b9fa04
BLAKE2b-256 ebff901e46446aa4f8b7c440ba167c69eb38f4430054bdd71a6db41b8483cf8e

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 878eac29856d8d51a7dbe61a63fb026abb4664021fbf2617a283aa3ad99cf52a
MD5 6049d9f968a72b3c41463e6f9ff435c2
BLAKE2b-256 defc2c20e2f36cf5339756a8728f9123ff4d4dfe905b1cb55200b22a57869f65

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 23685e8d8847a824134ad0369881b5a44370681c4e8a7d259ae94c53aa04d2f8
MD5 e7be01e833962d2d274063b4963e281b
BLAKE2b-256 4ae9e5ebe907a31b781b06c84a8f8ff83051a21d4226ec0baaf7373164187074

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 37f4ea1f1bce1517ebedc991b4efb3ebb0542e0bf9dfaf0a762e12a8a1664d05
MD5 750b9ec621b78954e71118136342509b
BLAKE2b-256 b933c042b3201217eb49aae90f0a9af32c3e36d04af5eb476b33adb5e044551d

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 68306aa37a486d34352b93a42330eae5b5597e39609352d8fce815865b13e0a4
MD5 a5b5bac4c0af3236af1b6ef8f17bdf48
BLAKE2b-256 2a6bbc1f0e6d9f0b0134c8ff7cd57da77ad548dd250b458ce977413dda95c8ce

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 810404cfd89bccac0fcb084227a5c4bd1c10380bd72d31078be0cf765593a50d
MD5 87d8f0e1246813e55bf9abee0495f427
BLAKE2b-256 0f4f00acd25b61a9608a8d345b3bb989c6deb54243d24c272426f9ab3a4a29ef

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 76af552b3d76c3f020c68ef6c6e3e1e1ded3efbaa4359ccff05f412824eb5cfc
MD5 14e574464c4f1a992b5e424131b0c25d
BLAKE2b-256 f13a42cedbce3ab968e364593b5194e43566e98a96cfb6d15ed6fea1ce80670b

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 77a30eeb116d28337af46551be49beae2afda9ef20412d2c4183f9fd0ed43d8a
MD5 bf68e7b2b064cd5dc2188722d4843db3
BLAKE2b-256 7f3deaf90bb02c1071774cee633224f649bd358d2e632b0090114e74a67e0739

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aa9edc0c65a924f2f6c602b1d1794a797c94a60109e93d7e4a48ed493360c444
MD5 18656225c1787fef5415190fe6e7548e
BLAKE2b-256 705242863c096ac0b7795116f0126007cb6175c4ab79091cd7e3c5b517acdd55

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 96970f263f13b2de21863f706263f42268c2275f81012bbeb4fbfb061cf1f091
MD5 133ca8962047c2eb774159fc0093a78c
BLAKE2b-256 00cb358c62444da83c1ab4f2af2a249ef8470f3e382984f2e31c5e2342e586fc

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f77bae40a8c897bfc05d1b5b491520f0e58d6d28d8a47dff2c72f742b32655af
MD5 efeaf9e8c72f2e8e8e4426288c96626d
BLAKE2b-256 10972fa1477f4d4d704628d171ec666118073d505f99a97a12a95fb7e860be05

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fc49ed94c2ca6635ff68dbec60457b31575bcc164e2d1f28ca74ffb514ced0ef
MD5 45cf6a46eb2b6819ede2fd19bad927b4
BLAKE2b-256 6649b4b69dffdb989079300f7bd5c2a5347823d82166727db7544711af2a88c1

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 faea4d4034d9999128d2829ad59976c5c2e968c9756181e4c6553094b2455733
MD5 b13e6ed5ce874f2afd8c5fed1f56d688
BLAKE2b-256 e50a34414a93bf320f1da8d61906052b060d6d9b029f1c4a94b5ffe84f0bf600

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4d80184c9220d7347de1cdf670f608be12834bfb6f0ffc28642f6b012ac5b7cb
MD5 c3cb3033229c763d9c0eeffccbfcd90f
BLAKE2b-256 cf4f97a86ce31b71c8b6ca2d70a2e631866ee4ca438f4bb88dae5372f6d10bdd

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ce3ce54d310d5bed018bb64c5fc1d5c29a72068dcc01d2f11950337f5a33cc38
MD5 c0c670c93ce442ceef8236d62b32225e
BLAKE2b-256 7e00afd1b309de0a5cf1c0fbcd5c818ae7aba2fbab2ab2b1b9bc42ad1a5230b2

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 853b10d8540e7c434ff078cd9ae4dd987ddb170b2cc74e258f196fc500e0c1b6
MD5 c367206d17c35b5c5e411f1c0a6e446e
BLAKE2b-256 b38ad70aa3fd1d959acb98537ff3a25f49a549f7fc8f17791a55e8678e2c7bd4

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c22191922edf1ef28b6a5518ade8e967a441fc8a3a3725a657cbe3a9e4d2f444
MD5 4307dd0e25589ff45004ac35969225e0
BLAKE2b-256 384dfe2cea19979829ce464dde2a5d1f552390d2a2bc92ec329c221eb93c8553

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 48713a0dab2cf6bf4d6eb7881331f53c14c893129a148b81f81562e7e6d0198c
MD5 e784b5c8ff47912cff02bfd9e031b948
BLAKE2b-256 04441e9eca6e0ba62004ef87e89798d75b4dcafa8a2fa0dd6c15be4af3027972

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2606478816e4e9cdfd9d42d7a9d8821b339b2b67158078540e1be7f5deca71e9
MD5 41f5c2abc9e4dba9fbb727d586508b1d
BLAKE2b-256 ae3a38c40974dbf1b7fb6c8e936b4011075031cb8fc965a79f19aeead3c5c441

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 156d3ccc140847954c3fbdbd1ed01807c8f2218fad5cafd5c84d59c366a6ac69
MD5 6179682945bc4451b800059cb7e8cfb7
BLAKE2b-256 9a02895ad98d97264abbc534fa72d157db31b5dd754f6522224fce25f4fd32e5

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 03ec12487f3c8bfb4e950b6e92ca07d62ce777d6f223f3af239a274b18471640
MD5 905988cef19f71ebec288789af37ea5b
BLAKE2b-256 2d2ae7838bcba7c9db3b1b8296d1fba3dd255df064fee105b4a1aa65eb207b66

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8654bf0dee31d26dca38211f311318d1602b54775ee1c2f92c3e2690f317be9f
MD5 5284e680fbdafd7d0b646f3fccc6d0a6
BLAKE2b-256 5ce3b7403824186d4227e186c5f789c1090e43ebfcdb2bb1f6f61917fa228bab

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.4rc0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 01cc79130e791a868e545ee47b97941bf28ff9dccf7b7b54fa3994b46582b03a
MD5 6df6b052a513c0bf7eb616e5a22475f8
BLAKE2b-256 b911ad43a47bfb7e0ff7577efa88ca38dde4c272f6eeb71bac8be712900b46d6

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