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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

File metadata

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

File hashes

Hashes for passagemath_ecl-10.8.7.tar.gz
Algorithm Hash digest
SHA256 9b8a8cb5356bcd15033787de0225aae3ebf34266c0aac424e685894a234e8647
MD5 81c30894818a7e39e6290e1ff2c9610a
BLAKE2b-256 5b9ca63a918999ff61eb04d28981cde8b177070a98f241e028baaec14c258414

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c9c5beea4086fb38940543878ba9dd957760ff89925bd62524b496a5a11f2d4
MD5 74a6a3671fb69e4820ff6bd74b6743bd
BLAKE2b-256 3bff7226c8f86d4f7c327df83da2a085c8e50f8f026478e56faf5a40d4c19cd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 95820a7e40f321479678d905dec7ac18d5a76b0d8db29d6eb421e2a0842d5c5e
MD5 42a0cf817b12902095acdb2601aa1518
BLAKE2b-256 b666e7bcd2a7fc0df2e624ac8057bd973ce59765c77c56fafab604914335032b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 82630b3878ee783a944906c9810f0f0038e0026fa85f37ce9568b4cbbbf39a29
MD5 4856242bbf8f6685bd3be89cdf5c0ff7
BLAKE2b-256 86dce27bc67142380fce67e0ffa1ff7862d2032d4364155487182433102bdbab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 81e0fafa8c2df74fec10ef36d93eb060a645c110568634946f2f5cff28b2bbce
MD5 9a1a9f4625bad1774cd338e447592e31
BLAKE2b-256 dea30186f2267c6e6c17a225a30c4b511ccc75957fd514e725a4528e7d8f8755

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bc20e7a570e88d654c641537da93403f30f1dbc0b5de7600193455633bf20481
MD5 77b9d105a1afc4b4dd36956acfd71620
BLAKE2b-256 83487482aca3304e35664048dc95ff373d5206c32928eb6082ed36c856510fa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7c7d923ed4993bdfa812dbbf8eeaca70a8fa7c02e5e3cdf333b9e6e0667c05ee
MD5 8f3d5425df83133d0f9d2de2597de02f
BLAKE2b-256 fe001f58a39b87fe94f856252bc2ec803402a9acc1e54b8032f662b887886ae7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4c2621f29c384062796031dc1c7e297b0289ae7adf033293be829db9ac11ee5e
MD5 c0e3c615d2aa3674702a8a1c4701e203
BLAKE2b-256 39d3ab199878ad60753c2c1330eb8dc790d3f029cefd5e11ac76ed81e09f4702

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ba82b79261c2f0e364c9deaaa9fd62d50934f9ebd26725f77857b55a76e61d88
MD5 2aa167766a76474ce6600a53b184219c
BLAKE2b-256 c564401a03348720fcc06080b4519c5958b91bbf4adf9c0bed695d45411fe34b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 93a1eb7e66899bcf7c657dd49b1ae72f3d92056c797eeaea4b64560f6c398d20
MD5 56f4282aa23ec3ba8b7cf0dd53c15595
BLAKE2b-256 8489dd2537efe8bd7e918f9fa99548bed296cf59f476718b90dec1ac129ca10b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 276c41a118024ae9987c6a5c017d1bff73523c6c8d58da4bc9bf604620ebf59b
MD5 77889919351c6a57877e6aca6550f0d7
BLAKE2b-256 3ad9b14b427134599d45db65f71192fa0b36de07028a7681aa23071f61040c15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3c198533cd39de0ddf953589cd06a7c5211b803ada08e31cf50e1fe4e01285f3
MD5 37e6ef3a103f476d00f0bc15ab0c8392
BLAKE2b-256 e1b6faf979cca01c2e555e77c07121b1a11ab7cec0cd12bd5e47656c5a2e39a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 20fa8e6135c26dfd4b5182de3e2eda871023f9536d74fef119a0701bcf5c62be
MD5 c7d244c498d6c25e174b16e10f78ec5d
BLAKE2b-256 3602ffe7a6ad816caa18d771b6380c5e0f20294274110504ac1fb810bdef4800

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6375374ba3c804b83ff9df1a32bd1518c6ec41470109974064be26ad513a9c49
MD5 91ccff23e5ddebeaf695b469e98926ff
BLAKE2b-256 dfd72b665b2a28986098f5292532d4d1b8c77b59f2985f97effcb7458f4274d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cc8efeb9b58e893ee0df8667d08e346bb5bc5e3767c69d3d416a3ce75d623578
MD5 45add5e5b8b6827b78505779832a0661
BLAKE2b-256 3b04c3a6178afc9b263a6e21fccd3763d57bbb41ef49276a6490a5074ec54d4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f052c365bdc324ae414596bab771a3edfdb2d95e88a4ca629e71d3b61b72da1e
MD5 dbfd35caf3f690d5e775d245f6149c8d
BLAKE2b-256 83932d427434ceb8e0280464ed625f0895a29b74f576cb3b51a9f00c9009a03b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a9250cd2bb9ea3183f73e7992545fafbbcf4a296da07f68e5403f360ee38551b
MD5 773d09e76b00f89ea157706027016977
BLAKE2b-256 4b1b22ce312d55376d506fd90b05efe27702afdccb2e694fd4732984df813cc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2868d4f5d53668c7f01a737bce4dbd67537cd44ebf2d293ae669fc531563e9fa
MD5 2fbafb9c14607e0d71db0ccb97e84c14
BLAKE2b-256 4d683513bba1da39cc8ef23a0a9c49e8ea337d735327c7c31d625c04805a41cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 dafb189c71e7719bf6278f3694437d86d3fc590a3c3510958b2e7f28442f7a29
MD5 88284281b35622bfc0dfa8b9713de250
BLAKE2b-256 1892425a8af96b1c352d717d02f67b3974556836c51c69ee04c135b3e44621a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 16970cdfcd5d9ad73bca814eccece6fd70fc00d58b2019d2d29c9d63ed39c680
MD5 3d82c42f916aefe64fc724c82ead4dc0
BLAKE2b-256 72df76300f92721eb1256d40e15eb312819fdd6696b3b06b8f0f6cfd78e7276e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a81a5575990ed2c3b6b95e79ee437fc0d9806974fdfa913fe5ccda09edc51304
MD5 ec4b22c82dca6a80f7c02ef9f2410737
BLAKE2b-256 409974945cc92eeb08de361e8b19a82a65c688b25cfd5deee443925b0276723a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bbec94568b01e71b2830d3aad3ad4cfe878741ffc5e5cf51371e63fe4ab12bf9
MD5 d980cdca5e5eeac73ef3473eac309d0e
BLAKE2b-256 cc4f82439b0b4323d2b0ea6d7193d93fa6ede7bc5198367dc709f63d6c6fa3a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2071686be907dc41fbb89723bef820e13a6e8f82646e9460a3e8e23a71985fc8
MD5 0f1a833860e575449e8b9b309d5756d3
BLAKE2b-256 b492225c69838e7336e7c7f6c39347fedb0701db8b9b9b9132d53d005a99fb74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9cee96ba5df439cf13ef198a4a91110db4d03a973f9b9831deb7f5dce136e30b
MD5 98fe178154e18dcbdce6897ddd5d3834
BLAKE2b-256 0a15f00596ab4c43b5eb8ced9d8e95f3564aa2d54e62ed5d1d7eae633aa9e6b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 938970f01b000e8c9fcb41e36da41fd9aeb9312cf2ea1d7a436659e0937fcb19
MD5 b5dd1258439c59c1999ebb3afb238168
BLAKE2b-256 506577bd56bd05cd9e03aef1b400d813a5e95c20b6f73595bf0fc98d569d4316

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c9fe87a0b5fd0b731a0aa17278ecefb82ca32f5be41baf9a4a1e72a514ae11cf
MD5 fddfc4c9454a9c881ff0f4cb265e2501
BLAKE2b-256 112a4b2dbd7092c6d547aaef55f5284f52034674756928ac67b8b5f5705f3a9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 752d261970f6c08d68ba9171a1e6683f2452f76194fe8a11084564f1a4a44db2
MD5 5dd7b1575b756d68bbd3eee9df253fdd
BLAKE2b-256 1f7577edddcfdd2b569a436611b23671ef28a8f433e221be38b85fd8079a69b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9a1594725728fc3b7ccc30bb891d6bbdfcfe430899f7425a094ec1c16c2377a5
MD5 7f2b42c593b240dcd0a6f1704756e4fc
BLAKE2b-256 1cddfa0c953e81375218867f30b416083f2a3533ed68a1b4081435fca25f3998

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 42f9ff76f984f57bd318e30231ba7b8c3b7e92c3456b5888a33a8e41cb12f743
MD5 d19bfb5ca5a341a80e575a3384737a15
BLAKE2b-256 c3e02a655fe9110513d6894d60924db53d7954019240c89d08460de4adc69eac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c45a65d7f221301af36ceeda681bf50b7d52925fee6cb75e7cc9f41dbf4e2932
MD5 14c42956061fe6dac83c01c12f577f4c
BLAKE2b-256 58d964301fe7987ed8d404ae1c83512d948a14a9051983f60adc03dc7a8cf105

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.7-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 462fe3ad09c5f17db19953d01a629b6113d7490d324ecd81a876b47a6dcee103
MD5 0b17bdca28520ec5159c34975ce58b20
BLAKE2b-256 2deb844eed058b2097a31889a73f5a1cf1110ba8c359662a897ce6cb91432d7e

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

This release

10.8.7 This release

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