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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_ecl-10.8.5rc0-cp312-cp312-musllinux_1_2_x86_64.whl (59.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.5rc0-cp312-cp312-musllinux_1_2_aarch64.whl (58.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.5rc0-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.5rc0-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.5rc0.tar.gz.

File metadata

  • Download URL: passagemath_ecl-10.8.5rc0.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.5rc0.tar.gz
Algorithm Hash digest
SHA256 bcc532c6fdc962478d52279c5e14af160b94d56db97f9175c634e6607594c651
MD5 6384d7e2ce7fd536f59bdc7ee48934d9
BLAKE2b-256 ade3362c607f4a391189e1ce09a91e936b301681a236c8b926eb89a9a5d7f479

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e03136adc3ec0240ac0d0dc11b6080908a35c675afde766c469030b00f316605
MD5 80fe0300a3a9d0735effb2370e05841d
BLAKE2b-256 0d9a9e62e2646f0c28708a481417d972282986a396659115437b51979991d5a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2d44199e95939b57417f0dd4f319d1333716239a0c61c020abb907518d47e23a
MD5 ab8776171a76b525c12f0a97ac13ac93
BLAKE2b-256 bf47a4270c1bddfe8da19cd3419ee350562d506038b52ad10591b66d2f1a71e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8f78bc0584e3b27d92ba57d3b688ed340ddd59bac319b299170de65ed05eeabb
MD5 2fd43daa89476aa32d23942308c57c0f
BLAKE2b-256 740e5ad8eb78bbbcf0cf28988ad0445efc212e87b63288a91b452008e38bad37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e9445d4a64824d6fb27ba3696b2ec7d066b8a26a6eee70a9769ffc414daf9b79
MD5 ff65b5906dc186cfa2497450398bc46b
BLAKE2b-256 e844222b39b328fcbee3183a7eb0fee3cb0e3a40146e87671d818666f2fff910

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b2503e453e57f30197c23410575c5811ea2045611c188af17dadbd3baa182fa6
MD5 6bab2e2062d919fe40e5708c5a5eeb91
BLAKE2b-256 b8a16afb9d242b3d3061fb2e9e32a2d792cdc005b3f556ba56f6a1dbe165ca9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 960e6b588558a23bf300a2639ce24d227934aea15a444691a207a7fb744e0aed
MD5 a3e713dbf6ce27016ac769ffba8845ae
BLAKE2b-256 ddc524c8ee5bc95a42744f464f2c3bd67146193ce021a26e100733fc31c0c7f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 10c5923e6cf4ab82858864e60f5de80c312784906b0d84466841c138681ceabd
MD5 f50f8f766ecc7069d1377aa8b6451e19
BLAKE2b-256 508f23079af442009452b7c8f76923aef9c606411f392a71b708a4a135ac86a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d8b4eda2308bd6a43eb57bd1e7aabdae230f1904be42b044caa4039e25004f22
MD5 c0c615cdf425767192b1e3545c0b00ee
BLAKE2b-256 d67a3d643b3062b518c72b08d4ff48c5e8466b05c0807a1811c629dc3b5248c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3e7e3f485f241b123111f915942afc59d5e1bd97da01763246f833a82e5f85c3
MD5 f8baa5ffcf06ad3b925001a7cbe39955
BLAKE2b-256 de12f88bf038d8267a6409bbc5c526db7193c70dfe94f30d462c8793d42e0fd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 51641f7c9e2ecd37b27b787cc56c0021465846b43c128997f42b06bd797ed051
MD5 bd3e9572962602ca2172a006f531745d
BLAKE2b-256 d6dc79b29ba511c2613825e18682a699513f1fdcafc5ba836bc4479c35102098

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 05191b4408f3fd189b0e98e5bb5dbf3e5db2ba5d7c5a5b25e50cced05f9ef3da
MD5 8b5ae50ff7e47090feda8cfa57eed05d
BLAKE2b-256 79358a2973d1a5e6ca148d169c05e5194b36b3b158ec70ac688975fe77c9a9eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 017f53f4da2ff35b57088679c05bd9730330c7ac3ea65c1be494acf37a899472
MD5 284119d7432e99af08f4b2af1611ee31
BLAKE2b-256 272ab4d7f8760541d287be3cdc4c28f8222e11a7ee9b255acde35910c2afd743

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e29262abced1de2b5e39b9191ffe9f576b3af7e702d90db6ac6b3770ad0132f0
MD5 b79920b9b114485e976c96c6d1e27b3b
BLAKE2b-256 711fcecd215920593c132ccbf4a7f77c68778a7e3639cc640200d078c8188f80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e5e95455538b86d277790273e2099117b68dc8ca17c528ef82ff510cfdb15d39
MD5 8888815804ac1910b691399458357f5b
BLAKE2b-256 0cfddfca57818e74874c551a02cc13c76cffa940333482b1eaa8d2b78c1de9b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6f257c575792d6abfead8bdf4e824fa37e4b0425e791fb9b2a68a90247fc1ddf
MD5 bc85db1e9c8543dcd1ca3f3c7d988e2a
BLAKE2b-256 421538be9094318a22ad6a2da4849069f22640cd325dd3e94b49b2f8100a9747

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a4eaa4b51e5dd266234fe2db83dacae9eb80a05ed3fc994eda9fce24a013f08d
MD5 5966fcbb081b59e54c3076f626f1eab4
BLAKE2b-256 6660d4545e0a00df1df9e54e5019ea99098b9e10f90f67e8ffeee540b9406132

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 de520e34583c4654e438d77bc6ca757485aedd18e92f86e0aad77234edd909ca
MD5 b043318eaaa40dbac500247612d38ad2
BLAKE2b-256 e144dffd3651dc100d02df457de474e1509361f60a4d6b6e7d3f79bd41c2ab80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2d61c89d4f74fdfbe82bf159b702ccb8fc2dbc8936f9a6209215cad294fe5474
MD5 e8b257d181489060aa33fa221f774005
BLAKE2b-256 e77be79739cf913f302d620d7f2e3fcf42d6d66925d98093ef0a0a34e6885d5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a6b3c72a41984ca9336ffdebb6187148aa6629c06a0f56d29efcbcf5b080e437
MD5 7dc24a29b28697cab65af02888a9ac5f
BLAKE2b-256 2873ba2525fb552613af02876f20513c475d4ea3bfa66f34986b9f2f932276c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b6103883c36423f76351d6843f867d1b607b362c91839e617f5dc010375c80f5
MD5 75344eb0a8ebc2f3de64675585a940ba
BLAKE2b-256 e29d035b55f5a0d4bc1e6722a82de7593eedd6486817ee718023958ff1288a8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2b74954119773720a39d4f4e3bc37744ecd400af0f918880dc2fdb7c819b5705
MD5 5432748bc128fb87c2df8ef6f8d9c1ba
BLAKE2b-256 8b8a7001b8fb57b11522567375aa8bfa38ed8fbb998eb062f4381f5886ae8f92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 40f679c1dcbc4786930efee87c1958c1786f4e84833ec92d81cf29359878481b
MD5 3773e21f0557cf0faee662a60bbe4a4a
BLAKE2b-256 70ad4a4bb8d3a6fc5b8ff82337012f6cf06bba5cffae072d93ecf36ac303e3d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3afb139153c5a706221e084396d4cfc35bf15bcf119d78499d70b2c5a4839fc1
MD5 13e3412647f73d137df037fff35d1449
BLAKE2b-256 a8b2af3c79a6fa6cd31ce9990ed884bae29ee4375ee200f4d31977552be0e770

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e52da3b585e892c93f8f50b0f7f2fcd22032db6ce8eb3508e2d235fc8c2f24f7
MD5 bba9c5cfa483448f5dba5202801f6927
BLAKE2b-256 bbd92a5461ee55d88a594e2c3983afb48b6af40046d4b3cf389ba541e9595742

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7acd583070c8b8e2e4ed917e45afe9acd0bbfaf7175fa13af1c4e148d97d666
MD5 c4e7b6d8a7b0dc73951e0531df1eb9ce
BLAKE2b-256 d4db2845b9d337dc1a53f4253a6fcb613761b1fb7fe687ddc18cfc7fa2ba713e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 33432599030fe2c7a348c5721f2106a090dba3cdb52470964f2e8f0d0fe4303f
MD5 be3bbb693d740d6d270301dcd88b4553
BLAKE2b-256 b601903467b9a830c5484b82c85de14355cf242d08090f66504fb363dfcc22e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1aa8fcde99a264a0a615535aad772298244a86e568b3b7027476e610453c4383
MD5 93aa1c63f18d8a8801d4a7ffe46e9325
BLAKE2b-256 7ae620d36e1cae6dbd4961bf8499719d708e5b533bd0fea82f0f46ade3826ecf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bea442ef6c420a1cdf092e2e094ff091df7d8e2f7c04295c88da4fde2a678a43
MD5 3d2a0e37a93c8173aafa38ab12cd0845
BLAKE2b-256 da3e52e453957ab98c6673fbbb4796a5ce51e8a460bf1675607362c2d1fcd944

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cce23f6ef61483eb0074fa0a6d2b6d210c218144151229c189f3f296b5ce929a
MD5 4828200bf3a55b87df83d63893244d50
BLAKE2b-256 0931963e99067a2df16bc12eeffdae0eb890ecec58920697362bc7a85b836600

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 73a40efd1a988ade9b69bb344894e8542293bad1b750855c43db8b4747bf572a
MD5 85566410315c6d7c77135472927f742e
BLAKE2b-256 359511a40c99560d9acdda38971153e30bd8ff33d01395d7ac3193f46e583681

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