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.5rc1.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.5rc1-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.8.5rc1-cp314-cp314t-musllinux_1_2_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.5rc1-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.8.5rc1-cp314-cp314t-manylinux_2_28_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.5rc1-cp314-cp314t-macosx_13_0_x86_64.whl (18.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_ecl-10.8.5rc1-cp314-cp314t-macosx_13_0_arm64.whl (16.0 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_ecl-10.8.5rc1-cp314-cp314-musllinux_1_2_x86_64.whl (59.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.5rc1-cp314-cp314-musllinux_1_2_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.5rc1-cp314-cp314-manylinux_2_28_x86_64.whl (59.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.5rc1-cp314-cp314-manylinux_2_28_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.5rc1-cp314-cp314-macosx_13_0_x86_64.whl (18.4 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_ecl-10.8.5rc1-cp314-cp314-macosx_13_0_arm64.whl (16.0 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_ecl-10.8.5rc1-cp313-cp313-musllinux_1_2_x86_64.whl (59.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.5rc1-cp313-cp313-musllinux_1_2_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.5rc1-cp313-cp313-manylinux_2_28_x86_64.whl (59.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.5rc1-cp313-cp313-manylinux_2_28_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.5rc1-cp313-cp313-macosx_13_0_x86_64.whl (18.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_ecl-10.8.5rc1-cp313-cp313-macosx_13_0_arm64.whl (16.0 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_ecl-10.8.5rc1-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.8.5rc1-cp312-cp312-musllinux_1_2_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.5rc1-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.8.5rc1-cp312-cp312-manylinux_2_28_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.5rc1-cp312-cp312-macosx_13_0_x86_64.whl (18.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_ecl-10.8.5rc1-cp312-cp312-macosx_13_0_arm64.whl (16.0 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_ecl-10.8.5rc1-cp311-cp311-musllinux_1_2_x86_64.whl (59.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.5rc1-cp311-cp311-musllinux_1_2_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.5rc1-cp311-cp311-manylinux_2_28_x86_64.whl (59.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.5rc1-cp311-cp311-manylinux_2_28_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.5rc1-cp311-cp311-macosx_13_0_x86_64.whl (18.4 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_ecl-10.8.5rc1-cp311-cp311-macosx_13_0_arm64.whl (16.0 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_ecl-10.8.5rc1.tar.gz.

File metadata

  • Download URL: passagemath_ecl-10.8.5rc1.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.5rc1.tar.gz
Algorithm Hash digest
SHA256 562ac0679bff977c0fa69e17308c2a6f332cc1a7011fd21f05f11c51c86786f4
MD5 7d1a781d0c618ffec6e348cf0be86ad9
BLAKE2b-256 45064319b6c6ddf8a65b205ced124aa47e6658e56cbf939bc188ad28d663a589

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 166032da0366defbfb4bc5f6c532c037e9ce246fde03810239bc43276ca42263
MD5 bf2628eed9f0e96ec5dd8fe06c1fe8cb
BLAKE2b-256 fb9d56b039e13cac8b88723d8504a54611a33abd51045c1595fd25657539f183

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 70c8e46536fbc10e118b4216c282d6c42c65e67bf74c9788f98e4cfcfec49394
MD5 bc43c18b4a51441e31135ae9e7e782cb
BLAKE2b-256 47ba6ccb09a8b36b5b80f1465342a56da49edd7427e9b337aee57b97a7b13eb2

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e906245dc05234837c060ec234b8c456315116a89e73889840154a9a156c55ce
MD5 162db475fc4847a7281bd8bfcfe29b0e
BLAKE2b-256 7121471924875837f36364881468b35e95822bc502bc1f9ab9d754918e88c59d

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d2e9900fdb08786a198b35334d4827ecd7883a7a13e866083f4f4be966385399
MD5 76b50a378cf788474c2d17404bc33ad1
BLAKE2b-256 f4988bb7dfa453796bf4a3077ada1d30133c85be94850af0434d5c672bed60f1

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4d6d113e47c9f8bf39e94747adcb5f5e417906f51b4f16f1616175f34d6cbaf9
MD5 4d50cd29fab90f4f1fe07c4e97dfc1b9
BLAKE2b-256 fc44c37bd6ff5270ba0316177978ce71acb000927254043ee88b4282bf41d968

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9c1e88480b017f51047cdf7043cd139c21c12f0b4b0b9394e13c2e9cf555ce67
MD5 dc7d99a476cab9531ad8af148571d177
BLAKE2b-256 225bf7811809c9da20ff78df12a057386fd6d16bbfee8ed29b5765f6ad517236

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ccf3a7c9185169f2327d3bd99a42f8c23cc1d4751f772844503c4e34289c21a3
MD5 029b54ab92b03bfc6b9120935d084dad
BLAKE2b-256 7f013d4a53ab5a84fc957c779f7f0955dc0e5cca1188b201552f10cffbd3adaf

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3327e9f0d5c3057167be676af1ec9eed5bb7999457b91e39258ee2f8e624416d
MD5 3da33238b1bc56cb58113157ba7bec6d
BLAKE2b-256 4c4be51a64ce7168183dc64d268795db621529fa4e206b055a56074909b89036

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dc38fb71007641e3c77b6d1305bba1e83fce14c8fab31ad77a107e2c4caf6d3c
MD5 8f1411d69010890b25db806ab7fd8b3b
BLAKE2b-256 ce9670e4518246d8315c3c3f801f7889b848b9308b6b9916e6c89276e51af200

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9b72aef9475a3af409ce5bc0d1d0c6ba39c74fe6cd2bd0b46becef87bb72b6bf
MD5 912e36617d9377d4e5d3bf7b09db664c
BLAKE2b-256 bc91d50b71c1b23b1a4bdfd426a5dd02324ed8d0022594d92a53692189bd842c

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f4065acb95e765e41ac1629ec60025504788b79a6767a3d6d7808c04f2a38e2c
MD5 e2e7241c5ab49ea3e57fbf793e75691b
BLAKE2b-256 f0549366b04c87177d83fc1398d40cfdd3d8cf97b02148ddc442d462a5b94559

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1793b581a15911ceaa8eed03c7915b704d7b9984efe1a5a10bfc91b3fb9b3309
MD5 ce85182d13f2860495763b79cdf26b55
BLAKE2b-256 69272b8449e08f183ea24d9ff6e86b294b7150cd0c503e8ba4efdb8765a5cb0b

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6eaa8a89763f5eb8576863621605f7a9ef559d89b714bfc2a6121f0a2481916c
MD5 c266ce8e6cd7ac7d9525a52f958adb45
BLAKE2b-256 b957f8876a9861123094fd8c8ea7f5043c64d5065d2c931e2d188c36ea991dfe

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 65d3ad135f5fb1da004b9f5c639b263b8a84e8fffd3913950f0edf8ac5c2705e
MD5 22f56fa6f75f396067d53e4b5437cf17
BLAKE2b-256 e63722779fef50fba918b1560e1c99fa0f2f5c4bdb0855aa8ea67c736bb79fcd

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cae63651d6cf0086a46bc68dd7853dbcde3e214c39b8c5b0ff8a0902a6507830
MD5 d9551b451657ce00040317f4b51a9441
BLAKE2b-256 c68274edbd9062df68607a6f2303b307d435697e404155d94e3f709eaeb6a742

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 46bd0533f4aafb108f8fe8047d50236559f53c8dfdbc71ff7820fbc12674dc03
MD5 f718e582cdbe146e739b14f9d69d0e41
BLAKE2b-256 d5158fc4bff0df7dbd684bb5e29bd6745153aa447afce77461ed428d25b7e90f

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ea541035bde8b342d69dee00e5449e2eb6f3bcaed972b801db0448d075c1212f
MD5 7a5270cf61b0a4c0c903c59cfde3dace
BLAKE2b-256 53beddc1786a75e1f3a78039d9cdd08cbf9399d4fed51b1b6cee6e37437dc5a6

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 48bd2947e05f49d13e2d5c653f6ac1131727a4c5c6f1bbcb1d00c46b4471f8e9
MD5 d423fd0798be0b48fc3f6b15897244a9
BLAKE2b-256 a934776a94de086da56219668f7032d3d882869c53c01b53ac3be10c7e61d564

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 882d187e17486e03ed49510033bd6612e8ec295345e88bbfa58bfa8c0a3fe0e0
MD5 ce5ec18dfd874b04b7c755c8afc91825
BLAKE2b-256 b2f1fa3698ce17133d3277f177d8085b517951ccdc150cd7ed626347ea0db014

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f58763ab4d36ba3343ca410e710f60bdc1c098c6508a58c730451f2fdc9b4e28
MD5 b89c9be46cfea71b7460c4c3efc5237e
BLAKE2b-256 9a80d96dca01e22f84a5c6efa6a8365ed8f9c9e4e61d957e51b9c64d0d8d6765

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0c1131208ca7eb47fba97e342a4321267208dfafb5cf388eb01d93bdba4a18e6
MD5 da6999203131d6c842a35d5ded50d32a
BLAKE2b-256 e4469f2b3422246d8bf282c945face5553de25acaea72322489d58dad6391510

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cc516d85bd0798e880f38849d3b9bf904700d8692e83630d693b198543053970
MD5 32860e7e0470786ed4a875c7f8ef26f4
BLAKE2b-256 7823235407134c2a2c1eb62394a417125e65c4bef2146dcacaa2df56f113c1ff

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 28d0d5194c89aee97e397f851ccb8b0b8f3130a246337cf9ecec90fc06bb5ff4
MD5 65886c36e85bd8affec8296298b41093
BLAKE2b-256 b4738ff5c9e7b19bba83a7100f64fa611e3ce6a2cba138e2e0c472dbedef4b9d

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 202dcc13b290618e7c8603ec77b8dba1d404428bbbbd67be7b6390ffd594dd01
MD5 324c1889ee4e7cd43228783d17e89532
BLAKE2b-256 9c4034c507babd7ee563ff640b797e1ac1125c17074bbac7cefb79bb34f5853d

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67ec310be934c572553c1507b0c4f97892092593eb9645ae0e7cfa2814cd4973
MD5 53bcb74f63493c32e4f32ad9e8a9d46e
BLAKE2b-256 841ff04f2fe13cca6959f5e513dbfb14dc07a8678524674db414f868ff92cd1f

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fcfcbbb73505ddb537d2784fe124eb2683704034a665070a840679bd3179f408
MD5 31e20dcff005aa644bde4beda5882bcd
BLAKE2b-256 1783405d75a4eb34d0a41f3460a4b2706200fb86bab3ca9e2f727d685b9a11b2

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3ab799c040f72b536a58eee7605cfe1722835b8cd1ff8f1e0d8c3b8418b47fa4
MD5 22866244c2bbe89533feba84d53a9c15
BLAKE2b-256 37dccb6903d8482063f8caef12fd81fb07b7321dcd3f3a748f9e59c70c67ab40

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0d4bd5fd48e8b0806fdb9ac5f42f8351e6e56e30793d80504224b720652e2f0a
MD5 d29dfcb1c71214918e5c333e294bc876
BLAKE2b-256 ab7c5f1eccbb55186edd0ca2216a7e09560077af7d1656daafc3fbfb71d9af9a

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a3bcc7f335c0e351a84bc5dd2615778b67558ee196686d39e08c66b47097bfe8
MD5 cf0e309ab49c41a01678510e2ab59aef
BLAKE2b-256 ad72760f5530b85ee9e50546745c2ceab7ad7ef2318e5a4c02bf0ab0a210f18f

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc1-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cefaf0ecf1f735c22b483778986dfe90d1626e04d4cdd89b545803761c6a31f1
MD5 ca94a6712a45e990729dae1f77f2f485
BLAKE2b-256 922517f0c8426ae77961150b3cb01b92080a9cb03a99adbba46072c651f125b5

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