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.11.post1.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.11.post1-cp314-cp314t-musllinux_1_2_x86_64.whl (79.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.11.post1-cp314-cp314t-musllinux_1_2_aarch64.whl (76.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.11.post1-cp314-cp314t-manylinux_2_28_x86_64.whl (79.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.11.post1-cp314-cp314t-manylinux_2_28_aarch64.whl (76.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.11.post1-cp314-cp314t-macosx_13_0_x86_64.whl (22.8 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_ecl-10.8.11.post1-cp314-cp314t-macosx_13_0_arm64.whl (20.8 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_ecl-10.8.11.post1-cp314-cp314-musllinux_1_2_x86_64.whl (79.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.11.post1-cp314-cp314-musllinux_1_2_aarch64.whl (76.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.11.post1-cp314-cp314-manylinux_2_28_x86_64.whl (79.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.11.post1-cp314-cp314-manylinux_2_28_aarch64.whl (76.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.11.post1-cp314-cp314-macosx_13_0_x86_64.whl (22.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_ecl-10.8.11.post1-cp314-cp314-macosx_13_0_arm64.whl (20.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_ecl-10.8.11.post1-cp313-cp313-musllinux_1_2_x86_64.whl (79.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.11.post1-cp313-cp313-musllinux_1_2_aarch64.whl (76.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.11.post1-cp313-cp313-manylinux_2_28_x86_64.whl (79.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.11.post1-cp313-cp313-manylinux_2_28_aarch64.whl (76.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.11.post1-cp313-cp313-macosx_13_0_x86_64.whl (22.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_ecl-10.8.11.post1-cp313-cp313-macosx_13_0_arm64.whl (20.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_ecl-10.8.11.post1-cp312-cp312-musllinux_1_2_x86_64.whl (79.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.11.post1-cp312-cp312-musllinux_1_2_aarch64.whl (76.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.11.post1-cp312-cp312-manylinux_2_28_x86_64.whl (79.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.11.post1-cp312-cp312-manylinux_2_28_aarch64.whl (76.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.11.post1-cp312-cp312-macosx_13_0_x86_64.whl (22.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_ecl-10.8.11.post1-cp312-cp312-macosx_13_0_arm64.whl (20.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_ecl-10.8.11.post1-cp311-cp311-musllinux_1_2_x86_64.whl (79.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.11.post1-cp311-cp311-musllinux_1_2_aarch64.whl (76.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.11.post1-cp311-cp311-manylinux_2_28_x86_64.whl (79.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.11.post1-cp311-cp311-manylinux_2_28_aarch64.whl (76.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.11.post1-cp311-cp311-macosx_13_0_x86_64.whl (22.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_ecl-10.8.11.post1-cp311-cp311-macosx_13_0_arm64.whl (20.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_ecl-10.8.11.post1.tar.gz.

File metadata

  • Download URL: passagemath_ecl-10.8.11.post1.tar.gz
  • Upload date:
  • Size: 21.5 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.11.post1.tar.gz
Algorithm Hash digest
SHA256 0956fce345a3fd634bd5db0d7b15b6a7f86e09287ac76c81e595f6caeb3d9b68
MD5 132d2d36a978c6420330ff8eb401185e
BLAKE2b-256 6ae6dd6b03d829cf5c8ece1936bd3b7aadd4bd1ac53f7a610766c274d66b373b

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 01bca0b211f85654b19ea45bab2abb22dad354650085d2c484552abb37766cb1
MD5 81556291a7e40b40c210b39aa03abaf8
BLAKE2b-256 4d975a90adc8ddfc764910fd03270f387c053a9dfa6b8798059a303406f0fe67

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2ce4dba4cd17728a18dc2b949c02375ac7a3965cc60cd775972ceb7a83c1734a
MD5 1e27251c1d7f1f2b02ecd200398a820d
BLAKE2b-256 3cb7cae6599b8823f8199a970a8723da636e5afd5d57b0f22f107ec2691459a0

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d4a6c9961e3eff01d6f5c8ad81efbba37020db38deb45f73f244ab0cdabd0d07
MD5 f0906a6a8e13ca8ba453e6c2f64f579f
BLAKE2b-256 1382ec1f46a6b1abb1bb5df87381be2cce6b897eb1b3eec08614080635c717f1

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4ec0a8a8bf3081e3551d1337c91df220a695031c6701b26ed7cd34ee3c83619c
MD5 9fec8569d09df6fce4ed4bf971a286f9
BLAKE2b-256 b15df472c94137c4d02621981884deca363dddffbc549f423c22893c729f7920

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 278875fd8e23d9ba497fb4f62d1d28a26352151bcaa3501eb234d7dbeab4d409
MD5 3a62e20477140b0df4795950644d706d
BLAKE2b-256 b9b8772d644c6778e6703cddbf716779f6858e667d7d83d1b1b5fb73a9cb95fc

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2836ead08419fcc437e9f692c7f195ad88af112a39d4fd30698ac5f75d60db0f
MD5 19e7f94bd3a349f45d8f1b4ec82168d5
BLAKE2b-256 8ed172f45081ff5a9e755825f92b905b0fc7093e3dcc27c57d340c36cf55906a

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 162544bce809d3efe19427dc5ecdfe92ab8e027af7e70c013ac1dd77c8bd50fe
MD5 029efe9e8c1fc5363e5d88e891f61f44
BLAKE2b-256 978276c29539a1868b1d60343ab11c69e99f46e512cb6fec58619d773dfaf619

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cb9526276ab4e5546d95cb13d2b3ea92cdc0b63a3a31084d8b92d77f183ef8e7
MD5 6aa4eb959cb23962f0b371b49ef9d8f8
BLAKE2b-256 ff70cb01f17bb361c93766e687c48f1d86d36e5b8c6492067be1ea1091a9835f

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 34d17b6bd055699b102fd87ab6a45680a17ba8ee6f925c038be152188264ab48
MD5 a94a0945f93e938b8377a6c1647919ad
BLAKE2b-256 f9ceb5f58c79bf5df78b5c587803359d73e1189899ce14827b6b46197134cbdb

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac95cdec2a9851dd6a4bc0f42fd9c9f999d0b3af0016d8d1d4d35f46b7f10a32
MD5 08287c6e2372d5a6b4f5587d22d472bb
BLAKE2b-256 2836aba7c5c55416d2b61095039e4d47c348d80e7d249a1c60b6a25c0145eafd

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9a7574c4e1deda01b39e9be90d7f4381943363c358d6953ddfd9221656891bdd
MD5 940e606bf2870b9358509ffb5a497043
BLAKE2b-256 3ac54e6fdcc31218c0c10e9e8d87cbe3b9449ba2f1b5a3f5cc581eaf59412076

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ba0290a8f57c941e46b11f31f95cb9fe29a434f550b42deebda60a8b53b7a91b
MD5 d50e55165f5500188b46c8454f119e87
BLAKE2b-256 3541853bf521ed89e8634ccd246f0e3534286fb96739175467b20258cf5207c1

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae93380575c7175f008b8e5e10961a93061c0e00e6e95c9dce30a0fdeb2d7fea
MD5 846088a9096f9c1ee027bfcb9e55a782
BLAKE2b-256 6fa22b9209a940ccd104a125efe6c3238508c20e44040e8f0198fcc3f22c7331

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1e4e034c948c41d40a558d56e56e48ec6e41467c7dd2b594a57118e218f0ff15
MD5 49c42c92f127031fcece1e4f23271408
BLAKE2b-256 50f2c3dc93359e34e5bc9c1b5a88f4c7f9caeeca8e6f1d319ea26fb13b193869

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5b3557a9474b7d25abd037f7043e783d95a18c48e9ff00522226c4e891ad2274
MD5 6538f214935e3e3b6b4f57a662e8a87e
BLAKE2b-256 118d023eb23e2a80608b3a3d7c6bbcdd988256cafab32e7c3e7e4d82b26b95ce

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ebcfbe0709677cefe30c79a259ce242ea4ab679f9a3d0d488c6d4b5f8051d729
MD5 67a5c69ce6b5967d52ef93e896ec96bd
BLAKE2b-256 d7e69fab47aa9b8da19fb7fb81bc14bde917aa3cafada582d40fee25abdf5854

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b65d344f4e5fbaac360ddffaaff8d1fceb472d5b8b686ae08e1eb9bdeea1d2d2
MD5 6c89ec9be4257a5816b5f5ceb394a221
BLAKE2b-256 8c263a398da778d0df102f873bc81c0370792c48df3af9fe5dd2f9f838363506

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8af42377bb1d1611c3f11bfa6962bd08bd13562662c6519c1a280cfe43299a7e
MD5 0267549dc8e10dee4e2c373d0dab8ad9
BLAKE2b-256 3ad6d26b56a315630aaea6ff101cc2e9de05213ac58238aefd74704a1273e312

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 699da1ee8eeb3cc080d6368909d4e6f513d0d46c524642c00acaa918da1dc175
MD5 043c26422b8799183bade7fccf7e6085
BLAKE2b-256 42f6b20766331bbc108149a164ffffb19914c7f158d62ac56c7ad9be13ccdf59

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 346a97b23ba980dfe2df44d54850c207b612756437cd8338ad4e17e589f1fce9
MD5 058e71b451977d07ff508c02430bb5f2
BLAKE2b-256 a5c987dc893e6142ae5b9601c1fa9f8357233e7a3d0e0c5a720b5406ca4042c4

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0a47bd15b63deed9538820b0ed1c2fd35e475847aa6ddd2ed282692d02dda0ff
MD5 1f4380a53c0d861160ddf13579c6e17a
BLAKE2b-256 e596b9e7dcc5d0e55d7706031eadfe906ad5028766ccdb8aa4de2e090f2ece72

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 beab36173635ebc31b658ed499238956f48d565811b9281e3a8360ac70215fcc
MD5 265b5e58f901d00e3f5733d553aaddd0
BLAKE2b-256 a03a34e08fa52568b4ce24260804c7f29b1c065f0ff665196ae2b987b3f2b799

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a84947a3598f41fc3971c937e5ce14787d68acc909e7843a162e80a1ba9a3ba0
MD5 aaa98e39cf51acbcb10c6c248ad37109
BLAKE2b-256 25bdcf863d83ff0cce5d0459342cab9d3753ddc41a70c30bcb42377d226c2823

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 787c3f8b5b158a82570448587f9d66b2e27cf7e4b8a0beaea400da6c7042e237
MD5 031b5ee3966e1624fa2e3ab630736d74
BLAKE2b-256 f9f142a5719537e5c8764fb0cce3dd8925bfe5060099bd2383473b0d5c69c0f6

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8cd4b18ddc910ee45ce8a65ba9d5d1f218b7944f0e6fe9bb79128b9fc4e8b951
MD5 d2f47463ddceba71044b83cd0fe5319b
BLAKE2b-256 767ebc4a40922f7eed209243f94d4a2ac5c352bee14bd879a05214c85d2d0825

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7a1a083b9de928b0aebfac8f79cf100f4cdd506129cccf5c8c30f10c7222e7fa
MD5 18a6f7648b5cde486bba92c505599ecf
BLAKE2b-256 9147dd0a2985acc00e712286e66f7e07cb7118b001f8a0e2e94c1439c5b73c47

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f0a366d56884bc4736aa380ae0fb3e5be679dde844f7dd03c5b738e503652dcd
MD5 4afc1308d68ff6b4e1d4cd9670be212b
BLAKE2b-256 72a96928d656f5d6c9ce94f49a5cc0376e4708fac38927275cb28601c2883cf1

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 81db8a274721bad76c94ffa4c1d61a555b00a1cf012ce7b5c59fb99474c85efa
MD5 ff1d5835f7845da3affd182555c2b243
BLAKE2b-256 8769ea976ccd5a60f81c2b4e094919c0564cf92b6abb004cded410aeba64d98d

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 18320b68d21c1adba52b80c2ac7596dfa94e33eb2b754eee71ff1e3b5d5efeb2
MD5 f1b66467f08caf6a3c6b951037252d99
BLAKE2b-256 e4a399122cf7434feacd5ac823cfbeca19b839fe6e5d2758fea77a41613815f7

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.11.post1-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.11.post1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 72143fb4be71b64cb742517e87baccb9e49dd8b381aedee781f1d80101caa2bf
MD5 c1f5554b169bfba41804cc987e6e04dd
BLAKE2b-256 06687d0c3b11f4238b249cd7cf8eec26d0218aef569ddf9712a191a46a5504cd

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

10.8.11.post1 This release

31 files

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

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