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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_ecl-10.8.6-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.6-cp314-cp314-musllinux_1_2_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.6-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.6-cp314-cp314-manylinux_2_28_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_ecl-10.8.6-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.6-cp313-cp313-musllinux_1_2_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.6-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.6-cp313-cp313-manylinux_2_28_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_ecl-10.8.6-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.6-cp311-cp311-musllinux_1_2_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.6-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.6-cp311-cp311-manylinux_2_28_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.6-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.6-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.6.tar.gz.

File metadata

  • Download URL: passagemath_ecl-10.8.6.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.6.tar.gz
Algorithm Hash digest
SHA256 2147cc300041f146ed48b73f48bdd42e0b2abf225730bd40f74f0857c610c92f
MD5 7e1809fcdc52aac264bc493f50180013
BLAKE2b-256 d0d007aa35cec76f6c5621e8dc9c4007730ba9c741e126a9cd3a90bd7e5f7342

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6b57371b3aa9d36a8360a010138e1994b3f73811564b625d46351b4be02d3249
MD5 4428239231f2802751a23d3304531482
BLAKE2b-256 2985e34ff7d94968c3b3db5060650679d63ae7825697dc06f406704f634b0ce7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 60f625e97eac28be724101c8d9d61cbc7c733aed8b2bcb26405e409d450e54a4
MD5 5af5aabc5bd1fd2612677af995f07a59
BLAKE2b-256 d8d1039ce4d9407d11403076714933f80c6d1da7bc71c0d4fc62948e4ea4b2fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a02ee4fdfa768dc157ac064a75c2c3faab840928392b4acdc357533f457adf80
MD5 19049c7c2280d6e05d22097e0c114329
BLAKE2b-256 7ca60728c90a6f784e89d4c6d6729836321a0ebe972c7327e613826dcb3f79a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f658b9bde97e0736dd697b899510c08581627359e2bac216105b21427b648e63
MD5 2990797b0a511a3a528c305d3eefea42
BLAKE2b-256 63c091718a8ab1ba03f929b4ad1a9c8174930a5f5f6484a8f0502ff6aebe0d81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 31f94c7ec614f5661e180fc6c8a58ecaebaf6e6bf4db45d1d01368822fdd34d0
MD5 b51df05d1ac78154574f3d4e207d74da
BLAKE2b-256 cd0460e3b463989e4cc9ba10f9261e5c1954feac5546021ad2395962cf7b3937

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5a35bd51363383ffae534c13eba8e134c965143b600d3ad32f923d95bf35621a
MD5 399dd08de2e9c8df637bb7c9d044d8b7
BLAKE2b-256 6b014b6b644ff57e39c5ed9cb045d8d9f6408d4e96c00a9deb9e9992b88d6abf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b646beb4b84097c5eb7bc4be87714b158936bd65dbc1a1a4b4abb9361e94fbfe
MD5 cf3fcf65827802d5714624e4c341628b
BLAKE2b-256 06f9931884b1433b5282a2ecbe2217dc6ac56ba91cdf0ca12136245fee511f40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 93be894381cd801004d6a9e1370aecf3024aea82ac85c886748369726ea7a647
MD5 17c8757cb6390d7f1aa2a1b13ea809a8
BLAKE2b-256 e4d2ba1b87d173dc0cbd1c55ffcc6194772dd13cc476a118f69edbb325527658

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 15fcefa8c2546f043cc60b9332fb7c17be89a1abe944cedbe5448a8cb842ba84
MD5 29920d598560bdd412b218cb404f39e5
BLAKE2b-256 68e5b3a0a8f78660a4ebc922a11f4f206cfe87638c0c476a2b21a5ee0cce30bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 69e4f02737440c9f062cb970c537844062a0d6bb83c33c0b74353b6584896e0e
MD5 578ebce4aabe78992ee006b07dc0bcd0
BLAKE2b-256 1f7da780de367b077bae3f18a6577d1127c3914b32158a5f92a5cb8b9be92d7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ed5c48afd500c11608a0905b1d5e0ad53caca155f30d121cc7c2a4bcdbe8f48f
MD5 c3a9c627543ebba3105437846e17f29c
BLAKE2b-256 335c43c37380b5ad920ba9aa91b1123f41991bed3328879d85ac70935a9e299f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fda7498fb438f5384864c71e669ee3566588b1c9a776b7f36da2ecca8b5c646b
MD5 6652f44039b5b31d79084ea9a8a7d8d8
BLAKE2b-256 93c6607cd723c39f1beccab715b82cfdfac451b6929a54b45b500a105ff67d4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f3b0e8589d3c3f4e65b502b368f77a11a5fe91c0bda884265269f4b1f60b5bd0
MD5 20138cb52187818a25a42fecf2461392
BLAKE2b-256 0a67a398d31e0646e70f329309a36bc5a8e0352a14f6ddbb321b04fc0660967f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bcb60b19f7569e37b9a7a4db2b8a309a9002304e195c03f8d4f772dcea473766
MD5 357a0a8acc85d198eba50870f4748c29
BLAKE2b-256 8de27f4b4c0a9eaf5e607974211a422824f13926c31e17a9c651f9a5080d9a56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3ea5e7ceaa29d2927d8374120743f409312d96a850f75bfc70afbce33dfb8f3e
MD5 90e01771949080c56420aa5349031aed
BLAKE2b-256 0b8f67c7d1e22e218a258ce6dcfcb682e2995064227a817528eca62d8c4d2bfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8b0d184029112e344c47e63e5938effc7b241e76b1b8d8051e4243bf46d1bc2e
MD5 18aa095448bca4d5c7b64024e77dfa06
BLAKE2b-256 eb519115f3713c54aa67e4364bbd3455f9493d13c1dd482dd3baad6d8f58ae68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 316a60630abd011c1aca848abc074f95eaafababdcdfdc298cc597bfc62292a9
MD5 54ddfcc7f6e2bc2a9f2855efc52d8cbc
BLAKE2b-256 834666dee0efd28de151f08cc3e75f1dc46545216983d4253c1933c8bb4c5fd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7430520449dc8fd14d3aa9b9dc190c80f3e14f2ff5fdb4703c34635905645118
MD5 d4cfa617d7b7a0960ff3d951cd17031a
BLAKE2b-256 732f6015e1fb9eadd3e1920aae14c6c6fa3fbe2e7790af45395d3d6bf885dff1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 487f789112fd5dd713c808ef9f63533f77c1509d6749cd0eeb793e7ff084829c
MD5 80ec7db2182806659f96e8ddfa4c44e9
BLAKE2b-256 9b5dde289ceb9f679bc4e1435e3c734d84737a94b0fe54d3ed8340f3b6e0f030

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ccba829b2571c35be42aa29773484f941c304a37844cd52447c1c2787103803b
MD5 357bfca924ff6a4dc002f4138ff432ed
BLAKE2b-256 5118a2b4b5e4baf4756d18cbb4416325c1ac2687fa160726f05e57cf3b87e430

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fe575e72e0a56f5be3098768813ab4568c0d444b8724a72c0bcf208493ce8b20
MD5 2b19e015866aa4b4a8114eb79369263f
BLAKE2b-256 2dd15bea0715ecc0b42189e0552e69bae2bc6d14ef54c6f4d1c2cf9ffc7176d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b13eacdf0bb879048d6494f2a44881010e4ab02aa2f7f9c1e16bd9ae39381f28
MD5 809ebc73993248d3dc17f13225791726
BLAKE2b-256 2a0b0995fdd1d05cd71213f2a7f8ca2a69ba7a605441aa80ac5460c182c8aade

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3f034a393822a8db380350b1099e85dcc32d8f271f1b59bbd44319088efd47ed
MD5 db45ab2c5c9e6d7e85b419810f4f9aa2
BLAKE2b-256 3ce29bd2fd1e4c5f640c363d69080552e80185d68d27ea9a74dde61808603ee5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c0f0f8627e1c9261ec03f391e318cad6126e031ad02d4977a575cb83afb1078a
MD5 7b4fb30dabdb51ad2828f0d905c99893
BLAKE2b-256 4d3667204858c2fc961bbb2e3449a98e0ecf467f6fce9c5a42321c2e1fb7c486

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fc6d815e2d913f07c30807451a61703648159ef6fe59bcba799e3265918b8bd9
MD5 5080e95fda2758c9ac204e448662c29d
BLAKE2b-256 6bcbea2ebc85876100ee45d9afd81fdcef4ae60e7f1e575bd0e23c78cf2b6b93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f529d6bf05f0845985a19ae292c481b46eaff1e91d9a07c307a3eff91125a0d0
MD5 9774db9b8b24155e498af97aa315dc5c
BLAKE2b-256 e39173329dbd6417b39f15d8b80ab448e41893be121e46bd8126eb5787315b21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d7a5ad507a1ce9d7c8adc9add9809c1b21d147221bca7429decd497e29570a14
MD5 8cf5699048acceb8979e36c4802bcc50
BLAKE2b-256 e0995985902ff0b91f78a7094709f8351cc91d399b178e931a68cd89987899c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b4f8b07c1f85185cb823ff6d3a1fc7f03054030750d9ffa231120654af3454b2
MD5 7e8b2a586961bf368fbdc563bbd131f1
BLAKE2b-256 120d7bfbf374ef349d8b80b70c24f3721e48c53e6344b84ed1a455e1d3ceabcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 13b513b4fb66995617b880be278c29b2c0441982a2b8c860d6d339ff4b04366a
MD5 3dd60d0aeb12a107bdfbb8e37ef6b007
BLAKE2b-256 cf8003e01587144b17e2299eb940b2c216b52c683dfd181bb940ac4d33ffb23f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.6-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2e3d35139831ddc9d826bcfc5f2f7bd857a2c532aed977ddd28fe7758f2c97c7
MD5 12e400323a858e9bd7fd99bdab133540
BLAKE2b-256 3d4a59d6aa17856d41864ea97115fe123249de5afe53e6caf7131bb024d61c9e

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.11

31 files

10.8.10

31 files

10.8.9

31 files

10.8.8

31 files

10.8.7

31 files

This release

10.8.6 This release

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