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.1.tar.gz (21.4 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.1-cp314-cp314t-musllinux_1_2_x86_64.whl (55.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.1-cp314-cp314t-musllinux_1_2_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.1-cp314-cp314t-manylinux_2_28_x86_64.whl (55.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.1-cp314-cp314t-manylinux_2_28_aarch64.whl (54.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_ecl-10.8.1-cp314-cp314-musllinux_1_2_x86_64.whl (55.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.1-cp314-cp314-musllinux_1_2_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.1-cp314-cp314-manylinux_2_28_x86_64.whl (55.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.1-cp314-cp314-manylinux_2_28_aarch64.whl (54.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.1-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.1-cp314-cp314-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_ecl-10.8.1-cp313-cp313-musllinux_1_2_x86_64.whl (55.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.1-cp313-cp313-musllinux_1_2_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.1-cp313-cp313-manylinux_2_28_x86_64.whl (55.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.1-cp313-cp313-manylinux_2_28_aarch64.whl (54.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.1-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.1-cp313-cp313-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_ecl-10.8.1-cp312-cp312-musllinux_1_2_x86_64.whl (55.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.1-cp312-cp312-musllinux_1_2_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.1-cp312-cp312-manylinux_2_28_x86_64.whl (55.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.1-cp312-cp312-manylinux_2_28_aarch64.whl (54.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.1-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.1-cp312-cp312-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_ecl-10.8.1-cp311-cp311-musllinux_1_2_x86_64.whl (55.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.1-cp311-cp311-musllinux_1_2_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.1-cp311-cp311-manylinux_2_28_x86_64.whl (55.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.1-cp311-cp311-manylinux_2_28_aarch64.whl (54.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.1-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.1-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.1.tar.gz.

File metadata

  • Download URL: passagemath_ecl-10.8.1.tar.gz
  • Upload date:
  • Size: 21.4 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.1.tar.gz
Algorithm Hash digest
SHA256 f73b6f048ebe09b31238500d7541f586746fcc9e9f30977275bae7f9e5167fcc
MD5 5c8c3f03bedccbfffa992963dc52caa9
BLAKE2b-256 9caf156c68356fb9bea9e29c0abdf38296a3364348aaea3af60f4e180701ce04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b686bb6a3986f48f0d284e68562e767dff2eb8ec622c1a951e6c2ec69e016105
MD5 d4b357fbb96fba27467fafabee696f8e
BLAKE2b-256 902962b4f7f8029a22163a805c5020374bcce8a233377a3e08f3659b48084a87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ec936adbca79af7e7f70957d3158165d63e4f78a33ee3d89f78dc791a5e60552
MD5 2d91bec7cb6b09cf29eb1ff3f525de28
BLAKE2b-256 d0ec549ebf24196c9019715daf7c986757859b742fb59552ba7cff55e27c34ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 70a221993500652ee5792289a8e3b6ff50d11feaa511d65df83bd43329d034ee
MD5 34d1ed122b0886157edda62dc24cbccb
BLAKE2b-256 406fc7af85ae90a8e46330884ec7c9ea773cf8657d51b20acdce12d3cc690a50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d99563fa42b105d6d4eaf428a3cd64eac1eacf3e54054c835fe3d0d3f7084996
MD5 2030dd8cd06a92235b6416f6b4b7b916
BLAKE2b-256 18fc8f23116d3c65ec4e5473475cfc6a1cd65dc37865a36fdd2971880f7a2c8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5cd2ea11973f4eb059205321e24155963708072544bdcbd3fa11623437a7c01c
MD5 19836487114db5fe9456a792fba8adc3
BLAKE2b-256 1ac24eebcf2ae4265be761a4eae47c34cc8677d2e255f4d43ffad98490b0485e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ea4ce4e0d161b74c135d5bd2108c794d4e4511b59365d7b76d3999b447bad9f0
MD5 042957e6f2443d951e3bafe3ae73da80
BLAKE2b-256 33beaaa08aa53701f0929d167d5842ac647b7ed075ad47f8480a97a3d7b42a22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dde22e724008df1f7559e1092e0d567c773fceb07ac3612752fd01a37df2568a
MD5 78c5c9fd78606dcb757323e3db56c663
BLAKE2b-256 326be4f495e7ec5b7c3f9a58b9e803cbec0c8152d2cf7a8b66993a5d2ca6b97b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0f40deaa8a695172167ccbd03c5e16f8540e8d4f0145b0b7a64685362ca2672d
MD5 b36a4ac36bc5160a4fbe730a10924758
BLAKE2b-256 58fc00dec65a537cbd949791f8aebbe6a46e3d8d3077bb665d81f6da34f2b3ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 23032fd43db3808583bc8c79d2e3bba2c8ef4c4d459c816c46498428621a3074
MD5 d56dc044d5d2f6931c570e94d8742dd4
BLAKE2b-256 d527201c3fb75a6affa3072f548753127250daf50261d1af6adf44e128a9f2ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a8c09e07ef758d56efd2888399ff146f5313b52e1cbc7d0c50fef524ee68e1a9
MD5 0c327069740ca9db9b45a80fa638f6ac
BLAKE2b-256 85118afca687b8a58b7a3065b4b6c906a25388f6539e4f212f6358ceb642f791

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 adc07dbb2148a5e15b910226dca6d57a44c42b901696b5572ef268992844ae62
MD5 f40eecd968c234490a14bc070e3738df
BLAKE2b-256 0821dbdbf4deb0c35ab1c920ab0efc8da96dbe96e44b2ddb980c0310542262c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1fc2ddadf6444567eea150a95fc67269bd6031243e5cad880de771426e7ac673
MD5 8529e06003841a4b4668f6d8ab3fece3
BLAKE2b-256 8b6512aadd822739435020d2e0d4e6ea38fb80ac3b7485b23157daece244a450

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1cb2ffa3d6335845a68f3a6fd8fd46207b1a4ad3731ba36799a7e47ff5a76744
MD5 69e5d94def4e0739954d0a0784caa2e7
BLAKE2b-256 5cd88670a1d4fda032432ff5d6266452cdb12f400dbb11438a00f3060917b9de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0953732e60248c890c9a8b21dcce7cba9330b1446cf92973484c55e244abce68
MD5 d9d66cf1b9427021b4bab85dab3f7d67
BLAKE2b-256 a89a40911fe5c705fda74e4ded1f30115bf63c401758c1294aabf0feb86a4958

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8cf1c7f0f646448ad4693ee8d7a9d92682880ae2d6122d4380acd2fd9350877d
MD5 35042c1a424b5872d12131e984fdd751
BLAKE2b-256 483d64dfe0cd970ca2d62b54ad623cbcebdceb9bff5f1be776732dbb938c4ed2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 320160b8024f69a52e28f2b3fa7c27bd5b1baaa6fbbeadb083fa57adf965cd4e
MD5 785dfeb169236d889cb44fc56906aac9
BLAKE2b-256 d30a30ea9f7e7ca2595b6a3c1705e581ff5a9eebaf054659d937f17012cd8b08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 33466fa7722f3eaf425bcc7058da0e1b4af587f0dc20e98249d6c9827c3dc60c
MD5 cbed618a3b75874723b5187d1d8e62bb
BLAKE2b-256 ea6cfae6daa21787f7460aecb60c71e633833f2211be8e8e10f2c310a456df43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 85a452732903cb21ca03d973e243c0d3fc5804453061d23af1a1ed5c9c4aee1c
MD5 bf15ba5e8e402c75e2ad182edda61c73
BLAKE2b-256 4a36d6c8608dfd5788442fc41c5fd2c6e6c4e2d4f27d68c636563876fca03eb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d72b0320ad0be52884e9ed54916db7c2d5f7c08fba1044754f15a5148e3f73e
MD5 368cf93c431629f9fa4e523d1c34933f
BLAKE2b-256 bd7f73533137b2ce649cf6ea5d1c54fc67db58d1275b50e9f84be861f161a2c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2295d3d709378b38b6d7d910a9edf0a1c2bd76b78dde518d892d194091b45416
MD5 688ed51bcf5d548ae4b92004bfa47008
BLAKE2b-256 236203e9dba0f47aecdbcf454dce9d470220513bc260092f927026c4f936228e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 df62cacb4ce2cc0a540e245f642028aab40d7af758a1e53a263085c724e6ee5e
MD5 e598c94b4f5e94ffac3b8adb91e48c7b
BLAKE2b-256 f42cdbfafe89457c1114d1b2aaed120e640a39c39752722b91fdbf90e095d297

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d623b53744ac6e8105a2522232a31771460e30f266803ae5ea38c751b9b9441b
MD5 7af3e9f448c312c2b3ee6cc0e61a220e
BLAKE2b-256 b466351eb3d8a30a3ebb4fba7ecbdf5183e5121ee2602609a479e6ef3618d42c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cfc11bb6796736887bd44abc7e6a845a772ed65d2f78b58e911a95f9d715124d
MD5 247f48a17fb9ec938f1ef42f886140cd
BLAKE2b-256 1a2bb4adefbd4f670ed27aa6b2759c529d895317dc8684353e43424b7d536231

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7f72cf6624189f169e0799ec573bd860fed371385038254e4a75d06f26defac9
MD5 26d1fa27d0f735ce07b67f897c502b3d
BLAKE2b-256 34cdd7c6c7e4105bd7e38f9c5507ae89b37ee874e4e095725bb90bc5ea0754d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad6c469c8baac75a2abf51e064971744dacd8054d4869309f98e91675dba67d1
MD5 63d87c8cf53f36486766fbc559f144ef
BLAKE2b-256 b22b7c633edc6274b170eb7d0e989882e2070eee04f2490dc3b8f98f7bab9123

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 69a0df4f2ad4d810f82e8a15b06c59ab90283bee5f79e0049ba115ea0453e65f
MD5 c51ad49aff9d467a554fe88edb70a681
BLAKE2b-256 cb0e7807267f84be95e41cb1a714bb242a135cca311de537fd563a40e6ee0acb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e6bd236c1d58fc1f81d41dad20645e55312fd338b847f83e4cfa1d12a4ed8ad5
MD5 d44375a273b2edad5b2347047a6c5cca
BLAKE2b-256 0bddc4918cc11fd2ba4fb4a386d8a29a842c5c8c6b2663f8193ff90814bc6d48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 438093e05cfc1758cf59aa8e40b0fe4b0d63bd359f66f676d0393041f7d160d8
MD5 9228de69fb22ecd761e54b91175a4e23
BLAKE2b-256 01f8044c00901f701a6d7ba0a118aca51cd9d97555de9f7636066c547ab5921e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 daaf15293ceb2c62741884d3ce874b90e34eda8d9a1de41c7e29e7ea9545bb94
MD5 fc5c178a9a5665a9a872ba979733d453
BLAKE2b-256 f8be36990d26424e6dfc228d8c7fbe180d36d857dc1034ffcad447b5956da473

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 83661010545db17488d3f3a767c4362b875b78a222839ed356ced89fe128c71b
MD5 278d046106d7beccadbd29d6fcded2f0
BLAKE2b-256 fc1791ce6c36f1e40c7a70a21194cf703233d9f489b6dd7f3a0981c3a1a8d4b0

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