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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_ecl-10.8.3rc1-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.3rc1-cp314-cp314-musllinux_1_2_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.3rc1-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.3rc1-cp314-cp314-manylinux_2_28_aarch64.whl (54.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.3rc1-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.3rc1-cp314-cp314-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_ecl-10.8.3rc1-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.3rc1-cp313-cp313-musllinux_1_2_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.3rc1-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.3rc1-cp313-cp313-manylinux_2_28_aarch64.whl (54.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.3rc1-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.3rc1-cp313-cp313-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_ecl-10.8.3rc1-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.3rc1-cp312-cp312-musllinux_1_2_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.3rc1-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.3rc1-cp312-cp312-manylinux_2_28_aarch64.whl (54.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.3rc1-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.3rc1-cp312-cp312-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_ecl-10.8.3rc1-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.3rc1-cp311-cp311-musllinux_1_2_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.3rc1-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.3rc1-cp311-cp311-manylinux_2_28_aarch64.whl (54.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.3rc1-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.3rc1-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.3rc1.tar.gz.

File metadata

  • Download URL: passagemath_ecl-10.8.3rc1.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.3rc1.tar.gz
Algorithm Hash digest
SHA256 b7b899518735ec4d5f297ee8ad7893f2f8e24e7ec1cdeb62b933bd104a235560
MD5 f471b044348db477fcde708f9dac6853
BLAKE2b-256 1629e130b02ca3f713559950c27e40fa9adc33fbfc6330138e4c58f882a29d67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 12fde71efbe3132d11b135c886334a3f79e2e03b14ccda0433a57164e765b452
MD5 b383c676b8b25b931e959b8a3371ecf1
BLAKE2b-256 6ab2260b9b1ac92ab450993973ab7c9e9c61d053199e4c30c94357b71a06aaad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 27cb5090391fa7a59798d8999897063acc63d19d68def6270126233799f91b2f
MD5 0a30be340eb8bbba9f76c56fd82770f7
BLAKE2b-256 c839f02bde84fa34eecb1ef1e0f279f00b1c5584845a93ecf18825aa99086a34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f3dbb2002f39c3f9fe63f77fa636e5702ce9a9f7fc18de2f29909d09cc99edb2
MD5 c07a65801667cd618c27322c959451c5
BLAKE2b-256 8e9ea5a965770c9dd5f668fb3df10676213113078e6a67720d355e8809a8daff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ae7d38405e99965d8b6b91befc0ee78b7cc4ba341501ed7c31976c4b6156ecc4
MD5 4ce4a05905c85886d1aa3a178f45132e
BLAKE2b-256 49b012f68d893b2991e0f47828cb08d2b617fca1b2ab7d8ff106492d07e1fe3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c3c6fd9e3ee4cbb8ea8baaa2494ed4105ec04f644d928fd61024dbbd2e17fc80
MD5 938ef0c12ae3dcf5b536e11d0f44d644
BLAKE2b-256 332f30aa2d7c9ac5a968d1a28bfc235e1f240b3c843a536cc6489da2b5e609c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4f8d8b1ff51ab1830472ff5a960fa99767726c2fe6a276d0d6332c770bd3fd2c
MD5 1e97bd7564ee5a07891d8c3ceb3ccfb5
BLAKE2b-256 09af2fd3185cc1f7922b73c5545c8f57d2d2b9319c005545461acb45134e1dd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fd6b0bd30cba3624af2c8b3b071d4809c188cd715638ed74cce421cd8dc64d88
MD5 cc033decc0dec9ad819cbabc65338153
BLAKE2b-256 adcb10bab3f1ee7fa5809c236d9cc19eaaab4dec06ddecc8eedb2bf5f294565f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2d979a7b865d03f9a1116f17871a67bc5f8af1b210ee31e0790566ad25862236
MD5 5c2dcdd1fe8b5dcedeefb27724b6c4b3
BLAKE2b-256 6a88667ec2aaa7ff66c97c47c8acdd6f585da9408e23caadf286bd7ebec512ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c52ed852b276ca7bb940307a4bcea614e4c92c442c29e0613abad3742ba7fc99
MD5 0cf4844c41cf95a9a58a5399467afeba
BLAKE2b-256 d76edd326499a5b438c5f900e27ac4956ffdb49346b4d16b3c196cf38567f387

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 27ac9d4ef591f7ed6805439c9ea972faaff2cb398200ab62cf6631fd8a5d16c4
MD5 c3068ce3a1e64fd5b19abea3ccb58a25
BLAKE2b-256 afcf5932e674b238b0e2ba298c60d9d95c64b0e954a31b6938631fcdc6841d03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e90c24ee00e0efb03976be57954093f4d0fa9ae63e2815440e70dd5dd80fb2a6
MD5 9d1273b009242c9a8f69e4074847d178
BLAKE2b-256 c08b1e73cbd5854f43b0b7bd695542da2323896f7d79fd128c357cfba8574f34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 39364733796df5e67357286cae1777f37b656916c5cbef76b509317ae708160f
MD5 1cf48921096bb5ba982b544f331c14f9
BLAKE2b-256 7643e55620ddfb8a650c9ca5b9583c6d509e2a1c3494201865f1d118f07e2343

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0ebc847ef1298e6c0c1dccf4f03a94c4730a6620cfeebc302fb9f74b0ea9233
MD5 e62fc370aa0969c2f8e31cd5d2852c78
BLAKE2b-256 a0d5c9aff40f4547e93e9941953bb38bd17997b234cee745754da3a615b2dfbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fd1c24acb9ec40358a412303275b50173f8781bcec200386bd2a8e6f97de2f7d
MD5 c97906cd1751b852772696f32e02bd07
BLAKE2b-256 038cfe8dc0c0180f64b2379356857c59819e779156f8f71b1481099b765034ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c24a826fcdffe26261a089b70b91a928de823626950cae5d66bf399fbe49ffce
MD5 4113c770600df9d9b31c6904b9ed48fb
BLAKE2b-256 6f6cb261e4cb06e381ac219754319e0612bf915550509c52823319ac70744e87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3a579948760cd140ddd95579b3a0b5a13dc42f2f6a0e8be739dc7ca69d108c18
MD5 2a4cc2ddfca4af837fe616e240136e6c
BLAKE2b-256 3d293d5eadfba24c6969581e1ffa2b6a9f568cb2766fb6985f5b5dd3c5432142

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d21e24fef852e9cd9966fd690b2e3eda4a644f1694fee847ea9b63d6946c2a3e
MD5 b40e4d22e7d172d873a41c1eb3fd6ce3
BLAKE2b-256 12b134d16c4360ee2c0b5f2c1ce21f7b4e6cc9805ac12d5e6a06a8f1165cc12b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9f5157449c33c85fb99fcd548380354043c4f6af524120430feb55c4e2960524
MD5 d96bbd80a16137cfe6af50f6cfc4d76f
BLAKE2b-256 17252a48fa49b9bf8ffbd1e94df0aa248ff94cb2498db0c4b0a737efb3284414

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d343d7d2a1073d25d7b8b15e00abfb5eeb8250d9cebdca4a429ab1b32f8e8d0b
MD5 e7c1e10b0c547832de7f32697c903862
BLAKE2b-256 473b2e511111905299b3778858d03886859ac4b7a763daed14828163baebb104

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8511ac6d0ad566120e2922512781cf8966fdf8459dadd97e8aa68f8635a81a29
MD5 bdc0fa734444f9d2fe5b10fb8ce197ad
BLAKE2b-256 d171912378668a243c0807c08a2a011d5c7956eb83a6724d93ff5e7b775e605f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fec98b3a0cd0e9c4b213aaf2dc0607ceea467d350f08cf7a5033d37c41248f0b
MD5 bc8ae9abc15c5250a857d051b620fdea
BLAKE2b-256 17e60f907ece5aa79267ae8d8785f726db4b11296f4657ce49091f095d72eb55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f0d79658f9de880e174ed259e13fc4d204a7d1d698207e52acbfac9930f3ecf8
MD5 1187d13c7894b399f3eb87b41b736124
BLAKE2b-256 22122c8782fe543f0cb6b52cf1db2771968b177c718e3323ed996663a7cb1965

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c57b52ccf19bb781ba574a36b242a17aff45b3c0e960895a65d81777fc97b346
MD5 340261ba6001a9c3a64a6e0138871cb5
BLAKE2b-256 496ae5ff292c20456be1b0c0462f18d3a70c4ed4ebed98709b10ae487036fdc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 58915b5d930efc8fbfc15c4befc01403d46956899e5aebab016b530781cd6777
MD5 3bea096e50574d3e71356fd423c577a8
BLAKE2b-256 5b0cdcd589a26388ca45084e58a226eb5f58668d57682f7d124185b61a36aa28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4b486fe308f7eb535039ce899793be400c553d2e79d527ae84a99b46b9e26392
MD5 921327774c1bc2f53ede878f21ca56e2
BLAKE2b-256 af993fb147e94ad6933729f0b9f30b8140c0ac0138fd067d35145776930a8ca2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0dbe1d86789fa0d65a7d9a083ae561e6342841fa31cbafd48444ece97a95dfbe
MD5 603ed6d09a3e3e238200b47e6df7def1
BLAKE2b-256 d47b7c186c9f7716feff27b4c94621031d999983343b73e212a583a0ae9570b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e23bfa0c5be37e8d99fd3ba27653aeaf1ad79b6b20b09fa30589109fc6e7dd90
MD5 629ae9f0a5808227c0ba9083ae7c6cc0
BLAKE2b-256 1e3adb11ed363e7a26ec9671713ae7378ecb225b09745928e0806fa0043b2b6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 91d55ba0f9863795ce75dad60e19bd1cfe010ecf6661919cd595e7cc7095bfc6
MD5 c0f12cafbdd379612420f5b2c056320a
BLAKE2b-256 dad6a7463f02b36c8d67ae4b7629929fb65e9f57317d6e84d6176927c0e92b68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b7ae3517b5b8b6312ed6795e0bbf63b4dcec8779130aa835de0420341121877c
MD5 340172863f3da6c31949773e1bfeb653
BLAKE2b-256 66c8e8a32067d0c7b4bcb820400219177c9f2ec323ee0b3a4454a616aad9dea7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cf068dead1fbc7f176c833c13e948e1c2abc3ce99e88d5663b9f55e9fcee3843
MD5 de4bb6bf380cff8de015d05f609e3591
BLAKE2b-256 df4c890cd806ee369acd3e75ea95731dac8d5b71dcdf7cb32327864edf9ca7b8

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