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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.8-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.8-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.8.tar.gz.

File metadata

  • Download URL: passagemath_ecl-10.8.8.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.8.tar.gz
Algorithm Hash digest
SHA256 062e895cfcc33976941c2378ef801b1c9121aca8da600f7ae0a1b941d5362e52
MD5 db3da143e6749ddf628c472a76bb7808
BLAKE2b-256 a3d69293b20fe170b65da1eb7ab564055a3f2d1d94c6ca791d6294288b3746e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 92c2ce681111bd92677eda7d9dd4ea6edbf075f03685b01c40b22f0c7f912af6
MD5 35ba70592756d5830f115d9d0c71a114
BLAKE2b-256 d018ab8ad250c8f9d5ec92a31434784616e7257f56439694961ce913ff876023

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9bd2e57da1fd102b6baa736db7ece6b180f88887e1668b15f49104da8255f481
MD5 013771b74b0bb58e0bea77f29eefaf12
BLAKE2b-256 b48d6fe48a9bd5152e76016d594b182fe98b8d3c3b5f6a87c411a7099182e3e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 acb607059c9972d3c887bfee444086ea7aa9b708c943fa5bf46f5b52833a5c3e
MD5 4623fa56f8d9cb97046cf0a1fc7d37c5
BLAKE2b-256 4e8987502f23e05b48ebbfe12f2d8e2411bdecf25b24befa99410ae3db25002d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bdace311a4fe3c8e09a5aad9a266afe3c3006545ae80c1c8d777f06721244cde
MD5 1c2270f721314c624dc43147c07ba94a
BLAKE2b-256 3c8fb6e3bc61d871c93457eb9e060faf1ea2ca8057e44bef90151908fe84bf11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6dff5684203e9043bc55b1068adf2839a92ca94a595748299326d3cdda5f0c57
MD5 1bbeaf424004d9b62e9446ed1aec116c
BLAKE2b-256 5c265a5951804b96194883a8eac46fa894cf7cfba4a42a1331158f48861fcb50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 24e4a91855b07856f9fe2b10bf78e2a657a4b7ef9a9ff4f4988bdc60ded39391
MD5 621b6fb77d3dc022bd11986b2dc6aaf0
BLAKE2b-256 4a03ce978a101db756f0a9e3a669f3a26c31eaa1df6e0d31276b7c7ed8ef9e13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 15084421ee8b7c6ba6b39eea8a736608aa5c75fa415ef3931d44d5aa450ddb0d
MD5 4465f55ae11042b0ee485587e2ceec99
BLAKE2b-256 71004dd04bd274bbb0cc1bf2715078428e0a292de8a5e1421b7135e537b01ae5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ae2eb6a355223032f187eec8011fe5223bb09e4b899828a6e121882528f28a0d
MD5 920bf30f76bb5e9e684b66d4b1edc195
BLAKE2b-256 0855b864e4dfb1936859e81d325ff541347d4621c76070d8d0c4961391ed3373

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 789cf89ebb0728df947fdec2c1a9fb325ba0c34c5035f11cac3ac79a96b64e97
MD5 5bc4f414faaf83fe3df7ba3d81fd07d8
BLAKE2b-256 8d93ac668f997954031ac612266df74fe78e7f874a1c8347d216d8af9047b43f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f14740cc7349291a63ebea56781213c53f637e0ec2d396fc767cacfbf80fa8f
MD5 f924799e58e65eae828576fe4a069967
BLAKE2b-256 79ea2e7bbcadd9fa5ad69b0420b44ebc091d196a5953414e5dca6fd0b141f7f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a39b7962e045d1e33bb631ab3e57c2e93a6a9d9c45829aa11eaa04c6e9e31697
MD5 716b01ddfad99b43a9508f3a8f8d8eb8
BLAKE2b-256 7eecc91b4fd03315423c5a3b7c7c3547d6322a38d43d1804fba34a2cb4d56150

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9b72d7f90a2f8991ce38ba42c2135a9e9373d155b21eb97db63ddc16bcb45318
MD5 067538a6cdfb772f250fd839bf1d62d6
BLAKE2b-256 9a2cbd3013a41cd85d591877a33e5cf41f867c16b793c2afb0720196a509eecc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 60d1a9c45194094e66f8c16226986526f35a446b95ccca538607d90a3a62037b
MD5 edd0e8b7c55b9061efd0c656dce1c746
BLAKE2b-256 67405ffbab62c6727bcdfccb46e7524d1215eec39b646a09c23d6c0bb0c314c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 657d9f6afb781b39360b8dbc8b6f58d98503b2b629ebf022c8a0430a9895cd61
MD5 9eaf7efb766daecc6b98187f393dff2e
BLAKE2b-256 0b870473d8d60fe11a0542af5bd6a2c9809f3b70668154c0c3d521fa3c0ef957

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8110644c12bce9749802e16da3193f4895f8b134df88a56dd016b999264764ec
MD5 1f66ea289b5354e810352a5319647ae4
BLAKE2b-256 81bfd1b93f71313e3def3e5248bc032c6355ba6d468ce5d9264b26328d8a2027

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7b3152e071dd77592e9e4af3719c8365f800888ac704a3a6eb510fac920f0731
MD5 b5b7d9c07ccdf0c4de83e36b87880807
BLAKE2b-256 86d76130c12fbc691df4a5462e6f7ab5ab63eb2fbfc6403bd1d5a3d7a1ebd70a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 61570b0d06a2e549340a6f8e9c60b94f9e21f66bdaf5eeb35b3d8761ab97ad21
MD5 a8bb78979a2b4fc2a3b671a4797641d7
BLAKE2b-256 3720a436d45daedbc90b40fae437c9b5f5ed6bafaf4a975620c775a1218a8885

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 919afa32d0a7eee0326241ea593b455ad74b631bc836bffb903042598d2f7473
MD5 4be6839d4c735b18176ea7f04f6ddf5b
BLAKE2b-256 a6155cc64a7b505f04f09c13370340b060896db970968b26e1263dffbdf2031b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da0a56211827cd95f0f19516c2d9eaa11ee50dc4113f8e25145b106d935dd8ea
MD5 8e8b3c8d01f1ed59d9056f8806d255a3
BLAKE2b-256 4817fce058392a2b0b70c543d5208a80eff95f1c2d1f3c932a585377ac4623ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4efdc737b4e454a5be75e3e2920dbd6af3f70c6b58b15814bea3329251d78157
MD5 2c35853a88d70fccd62d0dd83d3fb90f
BLAKE2b-256 75910e71b5db43b2c46e456deb4c6daed2f33f55983212d916e5585fea1d5f7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0955ae21ca645e8560b05bac5cb1b6f466e9f54cafacfba5e3a8eba3619780ea
MD5 d65dda48f25cda7cb817190d8719156f
BLAKE2b-256 4515e1c691fa0189ab2bfc3c31ed830dc845f71aac4800f3217555cd7f81d64e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac591571bd92b6d4edfb9d30a475f9a4d0cebe24e18bfb727403d6156ff5cef6
MD5 4f5f3261859f2fc04b7c1370f6d3bb9a
BLAKE2b-256 01e606532cfb98d464f9ec6e2974b9bd5dda2c9eeb3133072b82b8de3a0ab424

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 62d5cbbda2f888c5a60351f3e554e571db6d1c913b55af1edd498ddb751fdfa9
MD5 fc245738113b2d8553f995cd74708beb
BLAKE2b-256 6198f3001ae84251aa364348e0efd9b80b1ea94f4d84143aa647501e2d8e10ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 21e3c0795d2179ec846c7e8e61311c482f7d46780322c4c7ee0e467fb808e809
MD5 8018ed7edcd3d5f84bd85817069af6cb
BLAKE2b-256 6cd68f385ecd0fad03d3507d5eaa451d1f0106802fb9c4f9c64bd9b4c693ce26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e119f742d0f6c6185d83c8e9bf7a1188a1ed8fa5a7ab9b6bdb9905158e8d0aed
MD5 df55e59209ce5d82abd121ccbd4bff67
BLAKE2b-256 094f2cba1a84b2e3a59eb6dafd394c2725c2274479b0f906139ae51c0b257fdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e97106eecbaa5faec6322f7b1b996ee74611819bf9b3b7b755125f0078497046
MD5 8fadb92ff77a4b69f0df9be034b4920c
BLAKE2b-256 0166a97380538bcc9d0f82514643a892088ccd9790aed49a97acafe80128ce8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5b8a43137e52d7d5f436112275b62cf222528c89a3d595c18e72c64cd4cfe076
MD5 bb9d8559667920266ea9af29f26ccf06
BLAKE2b-256 84860a66af85f9812b15dfb98f2c3ad61aa44c799a53fa6b95b1e9312061469e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e1815419fc09c82893e6bbeaa4e68b5b8b14d5e604f6ddff01e99da32334b345
MD5 0ae04c4546bf52c21c8fdd65ed5c30bc
BLAKE2b-256 36a38b03587055f2aa733ba4bcd3fa3c4314b2692e6f85131f3dea1581d5e0fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5341ef8e05cf2049e7dbe7bc1ea291ef7d45c382b3e0e2a67bd75f11c13356d3
MD5 beb4322c7262b9630137b024ff3f03d2
BLAKE2b-256 4debe1c553e4cece971a930076396b6e517b8ae9e9a2487aa778855f124fd08a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.8-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ba1964046898f0cb5f8f2769b91eb7122159187e21362c0d146a1a4752d0f890
MD5 c418d567afa66e27e97eedf4f0ae1332
BLAKE2b-256 c4e64c2394550d923b30056a7c7bbcab9bdf7ea30f415b217b79d80966110242

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

This release

10.8.8 This release

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