Skip to main content

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 --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 --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 --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>]

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.9-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.9-cp314-cp314t-manylinux_2_28_aarch64.whl (58.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.9-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.9-cp314-cp314t-macosx_13_0_arm64.whl (16.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_ecl-10.8.9-cp314-cp314-musllinux_1_2_x86_64.whl (59.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.9-cp314-cp314-manylinux_2_28_x86_64.whl (60.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.9-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.9-cp314-cp314-macosx_13_0_arm64.whl (16.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_ecl-10.8.9-cp313-cp313-musllinux_1_2_x86_64.whl (59.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.9-cp313-cp313-manylinux_2_28_x86_64.whl (60.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.9-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.9-cp313-cp313-macosx_13_0_arm64.whl (16.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_ecl-10.8.9-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.9-cp312-cp312-musllinux_1_2_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.9-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.9-cp312-cp312-manylinux_2_28_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.9-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.9-cp312-cp312-macosx_13_0_arm64.whl (16.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_ecl-10.8.9-cp311-cp311-musllinux_1_2_x86_64.whl (59.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.9-cp311-cp311-manylinux_2_28_x86_64.whl (60.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.9-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.9-cp311-cp311-macosx_13_0_arm64.whl (16.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_ecl-10.8.9.tar.gz.

File metadata

  • Download URL: passagemath_ecl-10.8.9.tar.gz
  • Upload date:
  • Size: 21.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for passagemath_ecl-10.8.9.tar.gz
Algorithm Hash digest
SHA256 5191de4ffff2583ab380b5dd8a2ac3b4d8e24f5dd8483eae1d1cfcec35679235
MD5 733bd8447e5d37b21950bb285a18e972
BLAKE2b-256 cf3f8588a451a5804d00a7366693d3241e9dfdb19c41a8db5c208c018e5e3eb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a04e5e36528c1b5fea11ceebf5619faf6c8119e129e831e081dd2c9aaa18cd3e
MD5 158838eaa14bc5d56bd930a3579c4519
BLAKE2b-256 dfda848618d4eea92bbe9045b0c94af24cd5f719018c529ad199fac869027d10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b494724d394822d384da30a2e4fde201ac1349e70545f3d2ab3e0bd6bf75f681
MD5 c952457d5283a9755de0feda7d055d13
BLAKE2b-256 4607634544cb6781c7e3ed071bb6bb9eb39f0c74dcb41075c1eab147548cad45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 07cbc5142f283aa1740fd3fcda5cbebd189b225715a931deba1b2cff61878cae
MD5 03e099568f14d80e9c1515c086d28c0e
BLAKE2b-256 ebf3ffcfd514f1be9aca32bdd23ac9cd17fdc208533632079d43473ca683aa06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 71fbf63f7e4025698386564fe94f2b1270e89f22526abc01871bf93bf08d8246
MD5 1f34063b4f38b585fb2b1becc0b82d87
BLAKE2b-256 8e5990bdace8b49845b5b570082ac0447adb54fd3c23e2ff0cf7bf57e6c917e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 84bc7f175efc2dbd5d89bc62a6cb06e8855d5f88763d4ff8c8b8a4e16529bb6e
MD5 9fc6f5245fcb0a08f456732252b54e51
BLAKE2b-256 8668a000e97076929f66fbb0f44937dba68a36b71989fa172a2324c4d442894f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d79e0be21302bfaa5c607585edb178b604efdd5f1806e4eadc63cb41e6cc1242
MD5 c2c5682ec9c6a8c0ba7bbe1275af3c0d
BLAKE2b-256 208b016ae3094e637c792c4544f8bcabc5266a6e4972c1dc4d1ac4a62678b35c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f26053bed8bb4d1e6f041fc0d3697c59c533406cbc71e48efcccd42a8068145
MD5 f3be78015f7401db549fc958512a3910
BLAKE2b-256 7c890d337e5cfb601c74d14c5dff48f153c786cee99ae6d7745e1eedb250c010

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bd0eeb9ad97b4eac962d839254603bd52b2d3092e1eeee86d847988e565fa52c
MD5 5a1140ab711a69344fbc0f8e1044b6e3
BLAKE2b-256 615b8b50462b4c8afbc49abdabd5b47f82b09ab01c86b0f4c72a5aa5fff14044

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6e699be58eda85aedf9e6ccd42f9f6f05ebf5cbbaf71a0ac825aa3b7ad216411
MD5 763522654254d4b127b3c980162735ec
BLAKE2b-256 253e09d17b1792717b3a6a58c9840b3c876b2db56d24e300ee5c83e66fbe6f67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cbfa4a90852daa833e0d48117307013a9e8e50594949b80ec979465c4ca46464
MD5 bbfdf64ee23ad8c5d50222234b63f7ad
BLAKE2b-256 ffee50971e33c1970267f087c3f69f78995af8c9ffef580c8181acab5cbac586

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fd8851d57dd5156ccbd19e7af1c4599732574015877e61308450a741d2702178
MD5 678495a681f12e24cad94944e505db45
BLAKE2b-256 4a10657ab47766c33af93b1dd4a4e7fe19d49523b70115a27438ede14e99cac1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1a5c4fe81bf272eb684b5c9da8a3aa8b2fbfdfaeba0b9ea02eb95dc616886057
MD5 758f9f128dc2ad07aa17959c408f9c25
BLAKE2b-256 44941aa05872d3bdf20f03076aa280f86e47a6338bc6fb1eb66ed62a82afb130

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 442433c6e686358bf37d1632f85f5401fe376967e569855fbf84ce0cb933645a
MD5 77a54b5527391ee2cdb46ed29769e6a0
BLAKE2b-256 e38e62785ae73a0aa3812683a1bd1f237c279f76516edb6ebd351fbb2c0e6119

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 339a6fc32b25f7e618e5e1b30e52240e22f4df81b32cdf02ccbfa7974972c2ce
MD5 361fdf86f3792e472f137dd99c242565
BLAKE2b-256 24840cb72a61c5d8de4a4f5ad0cb1880f6c7ee2a60c39ff33ab79bcc5b2d1361

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fe31da4c4c755c60a9a72fb301815a9448d4e19768415db68958d24f444ad632
MD5 da8e4a39b85bd2b8450b0982e7d136e8
BLAKE2b-256 65f7f2cd1d36ce4d8a0d906cd75811a1b8e939f4e981b4ee0ed0e6f08c259715

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ae84bf9c8db25855282f3043bbedeaf03720868f134d5e4bcdc679f99dd01d6a
MD5 b222e47981346628e4ac04740ec720ee
BLAKE2b-256 279f93b0daf065ed659d7035fa36169e20eb5e9fec26ee8beba73a8403b8839b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 59bdd69f9e7f7908bd6bc0b17304aaf5cb6fcca28638f9be85bad8d728545162
MD5 bda56c9317c0af847139636c45f28d93
BLAKE2b-256 241098cce70403d2534327e7ecc59666e8e9cc5d75eb33b65fd0f55c06ca867a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d561eb12c6d1c4b3f8f972492e05401f0fc5e120068546ae16cc0f54de5ea9ef
MD5 90cbe1e4548522371ace920bf02e0566
BLAKE2b-256 33d987642690d86542f3000e345133b0df982c04ac5fd7339bed03a4dfcaeb52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1116a021635446c0ae3d62c961ed6c332dcebfea82b6fa482a90361c1e4df383
MD5 868eed87e25959a423137b90cf1595cd
BLAKE2b-256 0e1679342929003f627a2f192b0821442ea0907c5f52157b67124533f8e0aa7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4cbdc188f78c80a9130b5a04eb13754470cf2899cdd6cbd874d5a85737d124b3
MD5 c3663b09d72f444f7f5c9cb4d29ddd6d
BLAKE2b-256 5f7ead01446bd0e2e001dbb775af0e2fe29c6d543b1fa7410671a8735dc7c87d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6a6f4dc403f2d817811185668536f3e7c5e5c4158bcdb253a48624a553db13a4
MD5 0ebe6bc9a62bd5fb5cc364148fa60911
BLAKE2b-256 7d50c504c1b2e04c5f804341bdd25786749f040f5716d88d44b90d0bb9e51e3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 928e99487ca2b89c3fda0cf8162b94b06acc0a868107634bb20715378ddfc96d
MD5 2c0f20854301cf5b40505e90449e3f9d
BLAKE2b-256 848aa211e85019bf6d3bb582fff892ba03261ff1eaf55c9b9a191417542386d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1a35433a9ce33ffc8a877337ab30de1d8de65e082e4f22d00a17c4d474cb72ef
MD5 4b06cd3840b42c24240a1f40c4789978
BLAKE2b-256 73835831b3f09c34b59e2f203badf7328f52bd7bf00ace177f5ba74b8ea3e790

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ec7b9fc24b2725d4b222758bd22f70308ec2d976e42221858ab17792af1f5581
MD5 8f98ced21fdbfd454250675416a31b2c
BLAKE2b-256 96eb165084d828db10ff3a7104f83ffed9b4a5e837af94d69d29f27b2c4d16df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e7edca9e3e88f5ff33d933cb2cd12e506d5b5f52d3f69d879039866c846cbda2
MD5 813e66c5a0959add61c4e7027f0257ed
BLAKE2b-256 8c8ad12a22f682ce17d338c00f008ed0afc4c754030b1c6881cbe3a247d6c047

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b8075edf4c4e5415c9b5b70e9254bf53892bc8d8b389aadb8529b8f686a01233
MD5 dfc9f9b83efc6e0c2a1f7ea0057a20e7
BLAKE2b-256 bdd22f474cca3836809250bc388790baab3463ac46ef5173c521aef3ff3662d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d451f36b2065bbdaa81ce7bea2b20462476c1dd671b516dc51cb8cfef52de5bc
MD5 2a88ed68a0df90f2791c2bba079b2c9c
BLAKE2b-256 91ee7b69e93aca1f2e8d059a4028638a6967ecc536715c84c3f042cf61c4c721

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ab995ba5f69ac688debe0aa8a07ad2881d06b0e34887680be78fdaa7bfce179c
MD5 ff2d3456ffa7d84762710aca3e2663e7
BLAKE2b-256 896b8b40519c89d17da5c5a3b5b1bcbc76a791b92fda368de2bfea11eceb7334

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 94848b2d2b779347e4a519b5b8f47cec38c2cd9fcee7b739e4a34d32e06951c4
MD5 e68204af0f30af9685c0399b42c2dc0a
BLAKE2b-256 ecf99b5faa1091ec2c970841ea1ca24accfef6910ba3bb0a6ddb98f03e491487

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.9-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 edd148880d0480a892dda29423040063ee3a819a43f96732baef118c20c92341
MD5 349da81b3127df7344e00b2971828427
BLAKE2b-256 afbe8791f8af9c52ea3d7f0b6a151f8e46960ce89b061446afab1365da4fceca

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.11

31 files

10.8.10

31 files

This release

10.8.9 This release

31 files

10.8.8

31 files

10.8.7

31 files

10.8.6

31 files

10.8.5

31 files

10.8.4

31 files

10.8.2

31 files

10.6.48

37 files

10.5.49

31 files

10.5.5

13 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page