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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.5rc3-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.5rc3-cp314-cp314t-macosx_13_0_arm64.whl (16.0 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_ecl-10.8.5rc3-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.5rc3-cp314-cp314-musllinux_1_2_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.5rc3-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.5rc3-cp314-cp314-macosx_13_0_arm64.whl (16.0 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_ecl-10.8.5rc3-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.5rc3-cp313-cp313-musllinux_1_2_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.5rc3-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.5rc3-cp313-cp313-manylinux_2_28_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.5rc3-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.5rc3-cp313-cp313-macosx_13_0_arm64.whl (16.0 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.5rc3-cp312-cp312-manylinux_2_28_x86_64.whl (59.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.5rc3-cp312-cp312-manylinux_2_28_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.5rc3-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.5rc3-cp312-cp312-macosx_13_0_arm64.whl (16.0 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_ecl-10.8.5rc3-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.5rc3-cp311-cp311-musllinux_1_2_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.5rc3-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.5rc3-cp311-cp311-manylinux_2_28_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.5rc3-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.5rc3-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.5rc3.tar.gz.

File metadata

  • Download URL: passagemath_ecl-10.8.5rc3.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.5rc3.tar.gz
Algorithm Hash digest
SHA256 b46748a65f9ce442b510e11bc4e14827249210d3704c5e91d06ffd6c8877a95e
MD5 ba103f6cd8efa1354f7321429e9122f1
BLAKE2b-256 c5ff0765241755a583d9e4dca821eb2ebf9599676e9fedca4319400c69937c4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 87f7dddfd3b5058ee3a4baa5cfd9e7283abd79342f5fcedfa777d789cd5d2599
MD5 63314d76420a272f39a3bf1eb90167e5
BLAKE2b-256 6f36d71311b0ff6c545ea4466daaee863372ca60164e6c9d9c435cc1568a8af3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e60b850648a5311feb1caf57ab86c09a6e6c1780917da1a404b452f2c6168fda
MD5 13788d8d0891bd50940e3bea7f7183a6
BLAKE2b-256 35c6520a713a46b235bb4ff38c9284ffe4000b9d7a004c6fbd390299854a60fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 17b1023fcdb3dac7b6cec4e6a929e8767d13b25f59e033bf1a849379ed681cb1
MD5 4b432b3b5c1f933c9ac6b439bf4984db
BLAKE2b-256 7031a080a9e8140ccf4c5872d8e3c8ada9e945f379f0c2c49b279f77f19610af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f8d9b79ba94b63fa78756f65c03be0a87a678d349caa0df8d66e27086af21257
MD5 4278de1b343407da0592ac7a378a60fe
BLAKE2b-256 738454b4404188e4cea2d6a4bfe472625cae31dc7ffb5b6b17751888f78c6854

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9dbb83a6feedd93f2a10ae7fd734f6a58520413415f23e7999394aea42d8b672
MD5 4413423b113026140a4e5a6ce3e6aa07
BLAKE2b-256 9d802e89e43b4cdb85467f50fbb76b8685ef8d644524bb280053077faa93e2b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 df1636f9e93e957095ad897e801a68ee7d936a38442ccdc07e299a717243380d
MD5 ff46e6fcc5d729c35b0caceaac3ec5c1
BLAKE2b-256 cd6df93d71b3fb279bb9619b2e4cf7c686bc973e8041da0b6264ee26855bc620

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9985e5e1f9b29e05fb47b4b4d0b2d4c74f133f56987ce5a303f3fbb47274d576
MD5 84fa43559ddbed91632815a3ff20dc64
BLAKE2b-256 c9645a390c24b4b1862e64ce7a8e7decd5ae1e49e3ff02b3ea80db9a6d3f32c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 df5afd404b3c3e7826e4dfe700c09d0f1544688050679248928b30a653ec47b5
MD5 773dde8f93e3a67e382f168daec446a7
BLAKE2b-256 8fa3419e4c338aad7e91d45d1e7c0f706417e0c931abe9516ef87dc49d257c00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 480753fca692254618bfb6c268a70d6225e28f6410c58b8641183f01db2a5f60
MD5 2f5b0b718572686d62651532927fce27
BLAKE2b-256 dfab85a05087127a7cb941fd94e093c0e2279c976e9ebb4f0d3e33b6a313c570

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 387a44ccf2731d048839f295087d660b98fcf15dcf25d0d109a1300560a3f607
MD5 72f605e8f47b04bfcf462861c2863414
BLAKE2b-256 be5bcdd04799f9eef14200191c074aeeb17fa1f57ea75da0a44e1d9b5bded298

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4dfa26488e1289fa89f8d6137a1b874b81b9967154795ee7da764f0c86a72df7
MD5 0f99cc8d852189f5498e8407fa3fa597
BLAKE2b-256 ee418be1da01ad79c46adadd7ccec90e36cc37f72b60f76405c7f297ab968f7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7b6bcf2e121f73a4fdd57c53255199ca1e34da72ec7e69b418f412f74dcace57
MD5 f0b0e4d569ad220a6d69d35fcffb437d
BLAKE2b-256 fb2b3963154d6daad4d089463e0d6904e4269027a30b65c050f520a0e6510637

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a822f26d52aec27284f045538b38547715e75d8a2b6e37a17f15672b8988b9f5
MD5 682f86ea21a41d85b5c49920d93a2dcc
BLAKE2b-256 36cbde936cfa98ed06ebcaca2468b47896a9c583979105b18e18dda885a868f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 44a2aa499bc8823da33ac68343cebb7bf97b03af761dc2a5b8e3796f81eee0f1
MD5 c75a35d1759ac04bbde7606fd429d3b5
BLAKE2b-256 a7c7b7d2221d2aa1acf403b946dc5cd249296682a2f0c9ea41d8610380515e9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d084db9ba7530b0614f369ead215d6a2970dd62198960f94cc35307daf563dfb
MD5 802f113f59c5a0abbad29e30c075531a
BLAKE2b-256 dc97b81f1d275ad2cf3879d747b9eec8e708329dd603ae1d26a99813f9f34900

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 96f97bd63e1be31c67c09463a731728aebb917ae5d7afa2fa66858d4329929fc
MD5 cf6692fa061303de3a8395118430704f
BLAKE2b-256 78ce7d708b99671839cae6390332b98d71f1ff5a3aa43916106667f2c1ac7b5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3c5364d65b4223322fdebb709f6268201477e649e2cc2b61730a22f850a72b38
MD5 b83077117276bda1145ccc38888e1fa6
BLAKE2b-256 11bf7b91d56490a6f8b63d993f535048f39ae7de342ce55d5a185be590349bf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0e680448e75bf00ef7b61e7d5aacc0bc9be8d4251f9dcbb3f0d96f482bc1ca58
MD5 35641f3d4259ab6500d5684ce2d95a98
BLAKE2b-256 29100c40270e131e7d56f6cf9a4f9d7152798fda86b4a2ee290a6f15aa00a7ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88c96e3b890c2c4c52c98d2bdc482c0c065ee784caba1ae60f5d823c7260b051
MD5 95221d5626baf4bdf4da915f816da70d
BLAKE2b-256 743a3eacfccec8227ba8cb4642eac21d8ecbce87959c0971c8053766a318cec5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1a0fe22f584c96780fd717c6088af6ccb6bced1afb7b601ea08860a9f22294a9
MD5 3fa70a6bc9628ee89ac0dd314513c7a1
BLAKE2b-256 89d9b9138086309ec2dbe9de766cfb7eff3cd5a560da8bd94648439764bc6b04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 db09cbf3005a0599e53618b5f80622bc52556c33fbbede906fecfdab10e3af20
MD5 a171e65a24ff09daab87ddc7e04cb4fb
BLAKE2b-256 fa6385042ee04adbe0dfe1c5034371e210ae322258745e108d82cd1f16d109b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ab01750e2f1f843a2868ae963e428a6d28b077ed00e3c55ae3efd98bf6fff728
MD5 ec216e0b846804ba9ed46282814171fb
BLAKE2b-256 d7bf8f31c6c4f3e3faf38c143eac8edb81a23fdb230a62f2dd284ae9ca6383d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bc8c0b16f91a2bf825f35aa2099c7c5d6eaed699db48ad20efbc2ea475b111b0
MD5 4996348901f95ac708d9d98ccd165e91
BLAKE2b-256 46f4f58ac8f8d6ce2be7d20ca7231e45ee6e0416a988ed5b5170f0464ff62792

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c7e5dea66a779a2ff7749a804b1829467c4186f8dfebaa72bd4cb11cc389019a
MD5 3317890a6f154452b03f008bae2b327a
BLAKE2b-256 fc0bf93ad3199c056f674d7d15ea14b6887e2bb967db87a917b1b143aa67dca6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ada7113a4d7573e870fe2c7ef98d7a47ae869e9a7ba34dbfc94d861de36bc20
MD5 7b415b1b4dac1e4b71a4c1f5d8f0e61a
BLAKE2b-256 498a6423d8e21ac7b8cccf81971d6b4019756a0fd2f5a39f29f21fd017d7d835

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c12381aa5d5b4430c687b7014d0cd2b2c2d2f219de5da075256d957e0f7f3218
MD5 082bac4f1622e8395faa2879a3cdb3f4
BLAKE2b-256 912a334619add88267ae81b0adda49c5580dc781360fd82c9bffa55c92fa32ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aca62ffd550d57cbe2a1e382592fdbd90dbbd0e8322692983f3d58052d5405b6
MD5 d50c87f5828467e31670f4b11403374c
BLAKE2b-256 0297d8543c915aa1f4db664144488b8774e629b3dbea875d3d26ff80346d834e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9d491c179c4026f49b4c117ae802b7be7b6906c8a25ddc18dd3232347a52efe4
MD5 ba50c1b60d0634e4fd487bad7374ca62
BLAKE2b-256 5051b653e38a3d580f92ceaa5852c9a20611c8b32ec5c57049aa2f983cb374d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a01bb43d80059f554294be6b887280fe0310d6d9c17a7bcd845435a3a07a307e
MD5 c2d2c72b2f88e4fdaefeaae147bb9c82
BLAKE2b-256 871dc72dba592ceb1971e2bf350f739923c7f7dc623699a63aa474985b6a2e6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 752bf7783bf75a2392fbf17ad22018b65b71f862d056cfe9f73b268fceba1c9f
MD5 0a36962951798de39612b8ca4f03a8b9
BLAKE2b-256 c1382f745fa3a0ceec131e6fe6a4c0856bd554ab77d96ae9a4b06628911b6c84

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