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.2.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.2-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.2-cp314-cp314t-musllinux_1_2_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.2-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.2-cp314-cp314t-manylinux_2_28_aarch64.whl (54.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_ecl-10.8.2-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.2-cp314-cp314-musllinux_1_2_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.2-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.2-cp314-cp314-manylinux_2_28_aarch64.whl (54.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_ecl-10.8.2-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.2-cp313-cp313-musllinux_1_2_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.2-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.2-cp313-cp313-manylinux_2_28_aarch64.whl (54.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_ecl-10.8.2-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.2-cp312-cp312-musllinux_1_2_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.2-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.2-cp312-cp312-manylinux_2_28_aarch64.whl (54.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_ecl-10.8.2-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.2-cp311-cp311-musllinux_1_2_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.2-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.2-cp311-cp311-manylinux_2_28_aarch64.whl (54.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.2-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.2-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.2.tar.gz.

File metadata

  • Download URL: passagemath_ecl-10.8.2.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.2.tar.gz
Algorithm Hash digest
SHA256 0b7faf937ee6f101f370c6c68a0c1f47a6b05db50c96f93b353b8e7e843c1288
MD5 dfe345e9933851f456f8f41cf3943417
BLAKE2b-256 f8c610fb570035b3322de3f4e60ffde45921055e2d12be7340a9f05e7ab6749a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2551a23b278e97951db6e6a0862a2afa3db4501cdfeab516f4e101335d5c543b
MD5 1943a25b5c4e65f720914c5be1024626
BLAKE2b-256 ad318c8d385ec75b2e791b7e64de4cb0ce46d8ae99bf4dbe4fbebd935e4f646c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b13cad397c3ef0da2b18507f3f7e4cf230ef2b7c86efc8949ae2e9c122b7b923
MD5 19ca909fd3961bc9e04b9bf713a00821
BLAKE2b-256 4b25d006d448747e7d7533397490534d0425068853259f1d03109a54670ef1b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a6d070754628b22d97c0e8496cd7bfb99c73cf1d48839cce53a6357f7224d396
MD5 9e776367014028126b2e853183d0cdf6
BLAKE2b-256 ff76fa111f918f0e609bb1b10409bedd011ab9eb611e28a2a22b17d335a1e03d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d03dd740f27d27720c83ff42f80cccc0f6e63bd60a2b6aa06adf3bddcb393fec
MD5 6730fd7ca5e9394571b18febce6486a2
BLAKE2b-256 4582e0329c6cc053713a039ffae685e26b218572fd3314cb9c7b5f2847a57f3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 67d78fc562f849bbf6e86330a733ef8dd238db6d6168aaccf3350e886ac97409
MD5 a1139878528ae47aa64ab23fe10fcfe1
BLAKE2b-256 44fc1f359363cb10835b6405570852c157f155e842add68a360887772cade76f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 626c04ea7835750b51e527d0c9bc1943aac3b28fe4e3c91d96f557240047ceaa
MD5 e14e27562b8717cfb5089ffca32dd195
BLAKE2b-256 72e3b34a9b2e3361863fafd47d7af223ec45b6d598b1789fa11a524f94886b8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0ab61bbf944337312c86958588748b7a73ab0b1f09606f874b65f9751c2b2eb7
MD5 00ba2ac25c4c568e1b6143a64732e926
BLAKE2b-256 d1dc22b291ff8d072694941ac5c87b1d17b7849f3024eacb5feec0fc40a734aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3f9e6fb17e41bea179373888e27aa36bbf7514192cfd98772767d45061509391
MD5 e0235c69eca6d0ce1b1974cb228eac54
BLAKE2b-256 036c18448acf3e5b396a0df54b561caaa9bcfd9c413e1622377884dfc3baf5f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1a895acc5f718221541d9c1e93ddc678101f2a6cb6605c2c5dcb694f574cc23a
MD5 c39bb0124a3cb98de2426e0ce8371aba
BLAKE2b-256 2c18fbb201dd0effcced924b86a49d29393d384eb427828b66c9601802120952

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d6b86f7d301304212c203eead58b0263131fafbb1d1e7969ce6219052289926b
MD5 c14298e8d0928f8c85ee800963e4e2fe
BLAKE2b-256 a5d22c52f3bd9de02e47f75094aa97260781aa330b54d300242a5c196f6856c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7de14876143fdbfc48cce2cc1cbdf2fa7c11fb664bf86a5b15939bf14de4ac91
MD5 0d1f43e82004b0c0c5f4085a676f19b8
BLAKE2b-256 815090b2821db1e51034b89b95c53a5a6cc93c0e686657668c8dfe2a9a44b303

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4b450a18549cc204c3d0f8020934378afaef794e20cf602a636b98973a255464
MD5 af3ba64e106a5e8ebd7626ec20d82be0
BLAKE2b-256 18f9988e5eb4cd202c021eef373568413758382e4dffed92e084b17e602098f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 43a669ebf8ec6cf209b5941b83ca162917327befda8ef782689411ddb0c4f7fa
MD5 22fd3a5d6f7d524aa01fa791536df45f
BLAKE2b-256 97b1cb6b4af233a00ebd58e98a910766158b0c199049e035b9683ec71d21180b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a7576673d8b9af4119aac036daa29037edadcad226d4b5cc4056e65ede4c2743
MD5 6f49cee0588d7ab9a45ed04b33e6ae04
BLAKE2b-256 901c523e724d6d2127bed1f029293675e21f7c2c0aa93d8072db87c55bd762b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c02f293c02516fbb5fd50e958f0a29f2bab8ea8abecce6cb9e1c78092897606e
MD5 d15e6f3462b1d8739a5932b24d40bad5
BLAKE2b-256 e6d690020702b36d34bed8db2c49f02ab2889f74e85051aa393a8cff1db00bf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7a323b7c5504fded4d7ef7199bbacdc8828ca578e969ef893c18b60694c8355e
MD5 e0e4a76fb9149a2cf78bf8a6495c9391
BLAKE2b-256 53cc9f6340e31db89a7498fd28508a5845adac9537e836ea9ae90d45955b3118

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 048d2dabf3e0fb2894168a78b930a8842d758b52ab97091722a53d52d00d1645
MD5 0fd33be09ac3f66e649d1e34128f8f16
BLAKE2b-256 20ffcf5e741ddf54a320af21326a6ff4a37a03f2bf4ab2fb10fe6e8c6f157d31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 89de8ccb81d34f33f44f692da8e6fb0755d5246d830f165f1f33d9fb50071055
MD5 4d5b3cbcf76f737f7309c29aef5bfd9b
BLAKE2b-256 7b81410d8ee92fa5dd05d550d535d617a9af9b0a1a7352ce94181ce7f952fdff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c8178e539fa171d7edfd58a1c8e489961de9547625e17dc919dc047b608ebbe5
MD5 694dd52733dfe347eaa1ea756717681a
BLAKE2b-256 095f14fe7b9afa18809d01302c574bc7779cf1dcea0a077f43f3531d1a3894d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a5fa0dd69fa698fb978c2c649205752536cc70e7ad87a61c6575c6b483fd10c7
MD5 3b65adedb58511a16d5a309a230a7897
BLAKE2b-256 e9c091e2f9b85f3cbfedce5547798b321a451a8c87a059a6b5d4d95a337339cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c08da0198322e1caf0e6e8f29aceaa91565fd22ff178ce044db93458b10726f9
MD5 3b1b9c52280008b8774b1916f56b8017
BLAKE2b-256 b45459091325f9bdc3c5baf34b3f0d9514e8ece2a34d7b286d539b540e429dd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 861790e1039ebf88050a0bd7b3327c153410eb3df811e4e439cd31c962f712f0
MD5 bd96d50e0bb72f2a7d218299416b4876
BLAKE2b-256 19f1f45e8ec3a83feed993ae22731d0c829e07b16a1d7805b7365ba2301df14d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d3c0cc922e0c906f6a23c78b619e191c2ba6335e37ee2248589be08264e5a7c5
MD5 cf25cfcb44718b905e615ce767c614fa
BLAKE2b-256 75219381233ecc8225e8a6c538c5f63038e618c859dd4899a33d93c74c909a35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 544c8de44661fe03979ac4a9dddd3b42e8651aaa2e9bdfa70c5304d307794874
MD5 287080b7dd229ce1f243d3fb735392d5
BLAKE2b-256 1df1126be8c187523d8e8af217ca1a2d678c580accbaaa385288db11c6d26491

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5621b60fe2d5906f4f442bf7b12a49c38252dae2f4c2dd30a021570ef435b33
MD5 2b85d5b77a50e1b882290e8cdd04951a
BLAKE2b-256 b9259a22f7c6bbe412583cd1085c1a02c056b2a8e8a03367e890cc976503f0c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1518d4b75a9bee1bbb64b4810ce916000e40eff6168747a73e5396a206bc3ebd
MD5 6e76185b53fd6ee4b317492609fa48c2
BLAKE2b-256 58a69d5c9743463eff81550ba3dd185b999909348b6876e1bec74b5a849ba302

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cf5882b790a0cc4c0655079d54069afa2180eef038537eaf8a0df191d5d96c3e
MD5 2e0c99ba563b0e22da1403eb67479dba
BLAKE2b-256 b2993737388c37a9ed2aed9a7de6319fba9cf5cdd25a22f3c9693d1e66dd8916

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cbcacb5eeaa9b8942936757632823588eb69a51f719ab28044d043e64b5b4303
MD5 e2a121c31a7ad7daf5aad0c06472d464
BLAKE2b-256 f79957b453d92f1d826b5cbc913ebadb924a2d53a102d6c554f9e790ba742b52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 00f4698301fdc5cde8b784cdb4c2001624f0ada9287912037e27290d8ebe840d
MD5 bb2a69348cda8687071a27746a963982
BLAKE2b-256 8a11a1e0c684ee467cad1f506413207b3fd4f5831c3618a1731645124af1aab1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 dfc7ba725fa8d91a25da7ed6f4f9f2434a5fd7debba66b0af44479f277362f16
MD5 fd11ffc791edb7e63f987292da6ed8b0
BLAKE2b-256 1895cee1ea5e858bbeba4091e368ca11b1917f4b594bdbecdc78d8a1736eb9e9

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