Skip to main content

passagemath: Embeddable Common Lisp

Project description

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 --pip-args="--prefer-binary" --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 --pip-args="--prefer-binary" --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 --pip-args="--prefer-binary" --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>]

Project details


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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.5rc2-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.5rc2-cp314-cp314t-macosx_13_0_arm64.whl (16.0 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.5rc2-cp314-cp314-manylinux_2_28_x86_64.whl (59.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.5rc2-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.5rc2-cp314-cp314-macosx_13_0_arm64.whl (16.0 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_ecl-10.8.5rc2-cp313-cp313-musllinux_1_2_x86_64.whl (59.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.5rc2-cp313-cp313-manylinux_2_28_x86_64.whl (59.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.5rc2-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.5rc2-cp313-cp313-macosx_13_0_arm64.whl (16.0 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.5rc2-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.5rc2-cp312-cp312-macosx_13_0_arm64.whl (16.0 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_ecl-10.8.5rc2-cp311-cp311-musllinux_1_2_x86_64.whl (59.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.5rc2-cp311-cp311-manylinux_2_28_x86_64.whl (59.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.5rc2-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.5rc2-cp311-cp311-macosx_13_0_arm64.whl (16.0 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_ecl-10.8.5rc2.tar.gz.

File metadata

  • Download URL: passagemath_ecl-10.8.5rc2.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.5rc2.tar.gz
Algorithm Hash digest
SHA256 5cf18e7db2a025a933c52aada042a957f3af2af70688d1ded7a86e18bf1d5edd
MD5 a1dd5c6cc1891c9f9068532a65b3de10
BLAKE2b-256 d1cb9400f225c5904724de52a60f276ad8d9e4db745beab929da00b163cae13a

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 947555c3ece4b3adc7ab83051da3921a129870638f3e9bd56bf95161686ee949
MD5 2eec74553625cd51bbd3882ec3f1552b
BLAKE2b-256 0c9de0c70c095f76ace88824adb305e05ee4bf1bd32e0c738accbeba440d01ea

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aa9627f1615779fd94bf1b4fc5d30ac4035d2922dcc8b7c01f9433ce393e8c0c
MD5 8c292727d138082d13c9f2fe7e58b735
BLAKE2b-256 979f9071e1a5ee07b3517880b4be8682ab239e40ddc5f0ff2aa09ebf77202cfd

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de80542010f140f7363d80c1ca90f1e768017b414919080eaa9c9a01191878f7
MD5 a2f866e0ed902fc6d586bc0c02b7ea77
BLAKE2b-256 8c1112773e0c84773a72a0f82a73bd2847dad98501e00046e49146aeb91cecaf

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 978defc88d476230d7444b24859777c5ad48e68057a6789c71dafff334381c1b
MD5 64a4462b7895be5622696fe5525402d7
BLAKE2b-256 5b586af34d4216013b916370b591d016e2650686f141b19339a7dc0d76555dcf

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 abd246fd1dbbe7152283309b5abee2aa34d54aaa521a4f1e99aac764bc7e7395
MD5 c361c1d782334919b947427a7c351eac
BLAKE2b-256 8074ffca6109754da0947a5ae01ce1693f60cb332da663f91aaadd7371cc7ea6

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b86d26a2fbb1eb322a69c6ef0a85a44b7a80fbfc6db6ee64bc13b7dbcc6862ef
MD5 61a3ae65968e2a84a88238e26f73db55
BLAKE2b-256 913410d65ed68314cc42176b1acd04d8ac8b3ae45b26e0080862be6c77d960b8

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f85160a9014d36f316a8c06b91a7bbf53fefc0af4534aeb75cb4cde5103191bd
MD5 297ec7100ad6e0c45912fa2c3b47cb8e
BLAKE2b-256 278b1decabd8ae01655fc81dabe25af2681e506ebe8fd9470b0f1a555c5206e3

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4e9fd040ba937e446fcc418644631f666927850e3e195e27b3f05ab3e8cdb9a1
MD5 ac508743910ff8f8f8dc757ef532dc2e
BLAKE2b-256 c7141ff271434c036f3bebd7a94a554296461f90a31e3c0124421b7ef0d7d0c2

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f558082dcc2b00967d0ad2703c243482d0c6ecda99e00589f11295d8c1cf80c4
MD5 6217d1c068b1e6d8ad12af9ff7bfbdec
BLAKE2b-256 e1be274d4caaedb896379996b7f91b6e99a61254b6897ff6b633335d48a96a49

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 25dfda2a306c5193b49740dd62c181136eba38aba6470a163ed4f711b3726474
MD5 7293f9cc30c03662af1787289887e265
BLAKE2b-256 7657a00dee411e9cde2fec05c355145542636188ab89a88894362b9253e1eae8

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2db45a1cec7c7c9381f466b788986fceb4eb1cd9cfba2fc0c19430b447449d31
MD5 3f1177581d3b71e7481c1e52a28bf7b3
BLAKE2b-256 e8f11c347bf14299c24396694803ee70e336926d8c7938e8804fb27c7d1f79ef

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2da029da8263bad0adb008711f3c03c3e3a762859eed3d956bbebab51d9112a3
MD5 df4e26e12af46ba85622d67049c519e7
BLAKE2b-256 199746716e36657c98731d6f984c81c6ac02b097a3144d393cd37789cac13d23

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 37c468689d2c9842012f73161fd4872a49e3165bbdd3a514439ba4500ffb028c
MD5 fc79778ec2bb63a783d88a18f48ba5ce
BLAKE2b-256 69f859cd2207735c03ec00719beecf5fc5a449415e4cfde1a8962258c1a6dee9

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 18861b8c926629cfaffb2f309e187fa11557cad8643553ed5981eb33971e4ae1
MD5 199329825364c8aede8479bf1b187f29
BLAKE2b-256 7beffc8fe36aa9d4ad14da1b29ecfb786dfbc141c80648b512c0651320b98ad9

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ddb17d1f3de3530b69469096f177efcf0109257a9daecc39d655098fc1b27ce4
MD5 a322e881caa79d7c34af51e49e82619b
BLAKE2b-256 45aaa1456216273227ba46f4ea65b5c13c66df4cccaa073aed8cc0bb945aad46

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b8651cb0da22835b00f71f050cebd97879fdcfb9b94938cc261573be2c18809d
MD5 97aa2a90a9cec624fd5f3802809a922a
BLAKE2b-256 caece1c3ae1afab2e27012aefb21462255a8c0a035ac2255344b5778a52e77f5

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 98686d8cb483f419691c785e1c4be18653a05f1301237637b9fe1234863a0fb8
MD5 981fb850bb982c9cc370240fa8bfa2c3
BLAKE2b-256 7d7fdbee7435007dbfe1369b5f785e0646559c7aa86b08a70df6f1c6d9d72492

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8cbda50a0a68b2a62f761ae53a0366a96e29b51ed21e2994a81f9e02199df4be
MD5 d3bc8db79a167be66a10bb124be0e4ad
BLAKE2b-256 179d3e8dff9e563ea51129abbe8a410fbd5953e7efa888a85cc17a48e9ce81d6

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 82adf1bffc24a5dd4ce78043363c6e40e13e478442123f151540900e46cb8d91
MD5 c999beae38adcde7863c5d575145d6e9
BLAKE2b-256 d63625d09b54ca85a1b9de1d63af8a60c9477435ab24d13d222194bb787b1362

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 893f244e40ecb20e8e511eb47fedd84f80598e9ee54b0489ac01e4b1f106d1d6
MD5 727c1c2d7518c2a806eca65b058bd2e0
BLAKE2b-256 144d7ba8dc58668044cf0671b655e17ff51108304704ab8abeb9f78aed10f77d

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 be8b70737448a71ee2582024144607e1ed7ca18252cb55e3fe8c2865be3e4a34
MD5 799998c0bd343a6073f5bb854dd897b1
BLAKE2b-256 a9e8d347d9cd23eed59c049baf3f2552c2c103e12f66da6b708387389f6457ac

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a4a4ff95f1748f86972f19a2fc46a0ce3f660afe44873efa5d6cf2ba1e7987e3
MD5 5f096cbd3511a49f5869b9752eefbe4d
BLAKE2b-256 4e501474d97012b383b04c0f0d64df833ef07d49c96e97739e310143bdd9189a

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5ab8ce339d1add428094d26cfe58526a7f2cb124643cdc13741734de5444f281
MD5 8204f9304b28ff5be0041063c60ce089
BLAKE2b-256 6d4cc2693d3d6a554938462b2c916ede7d6b2ef91e221bbe7a15ed90969fd9b7

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3cdf02be3ab15a58178c0b43a8a551613a8336c459fad028636314982a798110
MD5 4a67cc56db07bdbe2415b439fa62f309
BLAKE2b-256 489cafb84a9d3bfeee535a990fbe735474275892093b5020b0f4d14f8478ea85

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b8a0653d3af76dfe875c3f83ba06d0809386727b29071a98cd2c543edc8d5d24
MD5 4e874f7fddc33ceeeb47eaad98903dfb
BLAKE2b-256 91103fa8503dbb5ba194232ae43160485272a3bd403dce7a1392624f21a8e8a1

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2a2669dacffc1b0f2cb9122bc9fe17bfcea6d7ea7cd8d6112b26827a994a282c
MD5 64fcd1aceaa6521ceee54c6bfb8fc819
BLAKE2b-256 76b6439b482b929816e93512435c339dce27cce0a6225c12efbb0affd04c8183

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4f39bc81a1d6a3710cae8d3f640bb5f5774f55928d42b2d4597d2016b10b499d
MD5 99da469c3a98bc2112c374e4af02d6d7
BLAKE2b-256 9d04ba459931d2a5312096757e0b46ab182e9c73a197cbf5413e76109a6d7fba

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bdbb02191b8be8d6a8d2cb47143511fc4295063416e65baaba9ee383d45e21a4
MD5 2654acd6031ea31a93f239a5b403d199
BLAKE2b-256 2ee79e7d1b6d06b88b2b64867cc5d09e13fcd2c41b079435b67e47d256053dcf

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 74a52ac6292531d20dae9519c653ff33494c9c133e0d50049cf464f91bca9f4d
MD5 7c0782fca540adc3bfc8749a96eb468e
BLAKE2b-256 d1ae94752d18ee094cd19a97006945fbd1f9935a0ce3d26ee122f418787436e4

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.5rc2-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bf23e7b2e96324a73423c389fd5352212ac93c1591b5890d851cfcbd1152f6a7
MD5 bc866647e51e51866816835a2037ef29
BLAKE2b-256 e9130b358ed7104e2fc0159fa8a47d1505f0493da9db8e2f5f3c81628ef23073

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page