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.3rc3.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.3rc3-cp314-cp314t-musllinux_1_2_x86_64.whl (54.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.3rc3-cp314-cp314t-musllinux_1_2_aarch64.whl (53.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.3rc3-cp314-cp314t-manylinux_2_28_x86_64.whl (54.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.3rc3-cp314-cp314t-manylinux_2_28_aarch64.whl (53.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.3rc3-cp314-cp314t-macosx_13_0_x86_64.whl (16.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_ecl-10.8.3rc3-cp314-cp314t-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_ecl-10.8.3rc3-cp314-cp314-musllinux_1_2_x86_64.whl (54.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.3rc3-cp314-cp314-musllinux_1_2_aarch64.whl (53.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.3rc3-cp314-cp314-manylinux_2_28_x86_64.whl (54.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.3rc3-cp314-cp314-manylinux_2_28_aarch64.whl (53.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.3rc3-cp314-cp314-macosx_13_0_x86_64.whl (16.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_ecl-10.8.3rc3-cp314-cp314-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_ecl-10.8.3rc3-cp313-cp313-musllinux_1_2_x86_64.whl (54.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.3rc3-cp313-cp313-musllinux_1_2_aarch64.whl (53.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.3rc3-cp313-cp313-manylinux_2_28_x86_64.whl (54.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.3rc3-cp313-cp313-manylinux_2_28_aarch64.whl (53.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.3rc3-cp313-cp313-macosx_13_0_x86_64.whl (16.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_ecl-10.8.3rc3-cp313-cp313-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_ecl-10.8.3rc3-cp312-cp312-musllinux_1_2_x86_64.whl (54.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.3rc3-cp312-cp312-musllinux_1_2_aarch64.whl (53.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.3rc3-cp312-cp312-manylinux_2_28_x86_64.whl (54.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.3rc3-cp312-cp312-manylinux_2_28_aarch64.whl (53.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.3rc3-cp312-cp312-macosx_13_0_x86_64.whl (16.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_ecl-10.8.3rc3-cp312-cp312-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_ecl-10.8.3rc3-cp311-cp311-musllinux_1_2_x86_64.whl (54.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.3rc3-cp311-cp311-musllinux_1_2_aarch64.whl (53.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.3rc3-cp311-cp311-manylinux_2_28_x86_64.whl (54.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.3rc3-cp311-cp311-manylinux_2_28_aarch64.whl (53.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.3rc3-cp311-cp311-macosx_13_0_x86_64.whl (16.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_ecl-10.8.3rc3-cp311-cp311-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_ecl-10.8.3rc3.tar.gz.

File metadata

  • Download URL: passagemath_ecl-10.8.3rc3.tar.gz
  • Upload date:
  • Size: 21.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for passagemath_ecl-10.8.3rc3.tar.gz
Algorithm Hash digest
SHA256 1e56fa44f7a75ae93b56832ccf3401a600f8d0fda1f36662ab4c2f2c6f348bfe
MD5 da16d059a81a80798f0730c1fe2997d2
BLAKE2b-256 d01f81edca478d75140ce0e79510ce500f63a424d2dc5ffb862abdf8c0392e1c

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9ec3f5ec41a3bcb4eef645b83d6e418091aab14a2720b1f2b890f66e078fc2cb
MD5 e7ce49433d16d9aeab616ebd5bbc52d2
BLAKE2b-256 fba8d71fa9c984111385a3c325ab62be164f3d2230f5ff2acb708f38f549d54e

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ac3a632485d37c7f051bc1129b821e0cde4e44eba068d9f741b1feaf53576df9
MD5 79dcef06e619dbae54417fa1fe340718
BLAKE2b-256 41a86e147cba578520d75e2987260e18e5ab4dd766f5b269bc0b06ce5f95eb4d

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e4fdc13027b82b5094a2ea67008caadb99ddb618a4e86f1f03c2100cc43c1545
MD5 accf8a9638ad8bb4d0ec3e1940568d87
BLAKE2b-256 3d8d92425ac35567d86a463be5e85ecd058ed2d11b8f285304998977a27143e4

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1170f77616e88862165004dcc904e43bcb8c370f66b5fab0ddbbe42a1ad98deb
MD5 16901788895a28edb4895e48785e5547
BLAKE2b-256 cbe917839ac33f4c360c9324a16d5fe721824cd55322375248db3721b3935401

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a909af1d30aafe20e30403a970b62c4473c4c7a1e59a2c9e6e28ac2f9f3dfd77
MD5 da3aff8ae48850fdad466ae42cc33338
BLAKE2b-256 805ac7e50fdc15a63acc04248578a3042f2cfcd55b3ee4181cb16ab57918f460

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7a543d4469c820a06141f5ea789ec6d3079e678bf2eecd70daf5ed50550a2834
MD5 cb9ff1d53edef24d482ccfc4c7b17b93
BLAKE2b-256 82fd34413d4ac4833f68ac03c6b6f0f0fc76214afbb8dc55615818a697fffa50

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d3d688cd17da9d483c0787eedd5b1b9dc64174d0b9e7120a44810b69d291d813
MD5 6563e410d0c7313f78ee9c8392d671c5
BLAKE2b-256 db4d44ce0ae2446d991c2d1e1c9772cb5cfe1b5b1888aaf1c4202b899b4a7300

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b38deb3b3e3ad7f1cdd6461bf79f8039d4912fc9984505f54217c19cec6d4794
MD5 f0712d030e5b1833365f6115b3fcb775
BLAKE2b-256 f80cd13b416d9d9defa455d9953323490f232793a1f215381f2062c985e9e536

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c0e7922ed39dfa8f361b337d07cef16a42ec83fde6e6e0ed10a68b9a5b8db67d
MD5 32e78ec10ca7633b8cdab5aa04145284
BLAKE2b-256 5e713780a56be61f956d698d4d346e3e7c28c48a248e355ad0caba8158201c02

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bfc436631a45c3caa9555eff67b3fc09d3bc4e6ddbe57f545c311bdebd6accde
MD5 e69121f58d220918a5dda3aaeec73a2f
BLAKE2b-256 83d4ce6fe324029a365551e675ebdad0d2a1a9f63136f34fb4fcfce00e07d498

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fde9e94225c12b66912e45b304bd5f18cecf3b0f94ef611ce61574092db0b291
MD5 3ed55399d9b4764115b36bf498099eae
BLAKE2b-256 89d52eb0f2daf38652bdb5f7cce6135ff1672d3613badbf40d34f59389df53e1

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 aab64a55a43ffa9de6672a558993a3bfc4c14274b8404d00b46f33f9c19ff405
MD5 55f721079f14cc548cf40c797c27c801
BLAKE2b-256 ed567a74c382d501c22c0c76ee2a135a36fa8ce65fa0ad72c96194e2841b407a

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae694d78dad9ef1f8d361f4a309cde845202e2521009e70e437d51952183fa76
MD5 6b261490aca7294919a377041a386626
BLAKE2b-256 4b504a9942945e91e1c6d621953dcbd30d9094a5baefb7159d8d8cead25ed619

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 13969fed319073a8bf04d707cc4bd4f6eadf6e994513563e4e4f63adad542733
MD5 da88e0a96b9ba9143b2f22ee8a278340
BLAKE2b-256 e5f061b92aad9df682cdc0a2731b657e10b98673de408df46a7ab111a73d3d35

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 445267d9a68a153de973d2e8b85d9ea36e8915b0f3d546f4cdb99be8cfb083c1
MD5 81149e5ea5be57db7cf1818068815dc9
BLAKE2b-256 033244093f5e6954fb0382898db40e42a0bb40ca5f22293348ebb9472a05f9c4

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a1afe576acf1d49f51bc6c6a8f5a8508f1546598f36c9a1b363620d69a8e3f36
MD5 3bb28e2577b96cf894606edd4c169320
BLAKE2b-256 ca23d7205494904313e9b9e8606de74602e0958a2e6d102f148014da9aa40dd7

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 aa415264d500502b2824b07d2217d58ad0c0de0a9b02368f06fca6643cff83db
MD5 a5f742fd9f2ce934daecc5922af49bfc
BLAKE2b-256 b38aee43b823b30f592a7002ea9bac90c00374b314948719bae2f2a777ebab88

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a0a557ae938251a6f26a2a3e0ef11eb2174071b8608ffa2707ebf6ed30aad691
MD5 a5b55fe3d2ec973adc5d0154011483fd
BLAKE2b-256 78811927ada5da0a6f9baffaa484dcaac3b42a52c30cc66f786ca85143efa582

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 47713f9f049b1308d4e687c4337bdf7cda345b1197531743d69be533fb09356c
MD5 758b93ac6717a193841cfce86bf7ea4e
BLAKE2b-256 674b8d9cb81df7d12f290413e44d9676248a393f3c634abd69dab83192b37450

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0999f03097c36a22ac78793b4803f8945aa9c7e24cfec15c930a06d705e74aa8
MD5 a88b6cf9ec91fe037160223fbfef61e5
BLAKE2b-256 8abf4cf12f919a71613d456e8d52a01fb30445ad903aa5cffb62763a4c4ded39

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c79092e187281f4dec55f2a69c8e8090baf02489a4d5aaab29688725e54d90c8
MD5 ced573d765f6912c00b0768fbdd36611
BLAKE2b-256 09406a9b039f1b7b90c4d11ddb69ad20ec560ef16c5b1ffc17a84fb388882130

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ec4ad4ab3566c19a161967ad2fa0bce3ddea63fff6fa32dd69cfb365d8ca29ea
MD5 1771b2fa193161a6d63867ef358ac495
BLAKE2b-256 a849bd6dd87d11a235b7ca60c03a1d5d190ea8e4228378367e021e63c43ebe95

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 af6701a2fcf8020113d58b31192831c2fbb35b7f13f4cc40463ba50530a9adc4
MD5 abb9c244199d1c307e98b7f6328696cd
BLAKE2b-256 9923460c711249aff7a480490c48daf0cbe4f726beede21898af439f64078abc

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a3fc161c9d7cc654756f2736325235748ac195d04f5c7473b003131df228a71d
MD5 21f1f4df479b57b64adb7deb8f2107e2
BLAKE2b-256 89a083226acfc175c8d78d5ef87999f7b2f1ddb47d196daada22a3299a51dc38

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0cf6dca954301c6d609d69ba762b780eed08f03641cf763346c4ac816cc05b5
MD5 7b0b8d220cb0c81b5d857c1ac328be69
BLAKE2b-256 f76428b22603711dffae22f901b1e883c905a9b52cf26e6bfcac88218d297d69

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6820fe5c908b4909d0739184357e30642068bc72717f26d6337870e0256c00ef
MD5 e012cf28758d00ac777564008a8106ac
BLAKE2b-256 560d596aec84443790d41548bed2b268b944cf0ce4e921a304c98de8bc3d01de

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e0d9a1929d2d6a5ef9242333e64601863644e0dd2281b18b0bd6cc367da47f37
MD5 8cfdc5aa318bde55497fccac13ae862c
BLAKE2b-256 fd4db48005257b8072eb6720ea77fc4c60b053324a73deabf0496f2bdf210841

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a61c1ef406db564efb7beed142ad6cf95ac078351a77ff2600eee90093d2c745
MD5 4545c15be8d5d60fb35c6ae24117d46c
BLAKE2b-256 6b65ee262f1c264a80e911863d5ed27c7ebd9c312735977cade3e1aac6ff64e1

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f4ba7ec2da8307d42f1c88281bfd782227e3313b9e8f7df5a29191ebf1bcad64
MD5 51f64f409bd36a6db3b88e99e68e6a0b
BLAKE2b-256 c8d0560417541831e96800152d157eeca37b848d72e3022e0ae9b1fc71ad588b

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.3rc3-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.3rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0f8b70b4415ac957d68354ec89aa9696d6ca13e57bb293e1ae4fd96549fa3a38
MD5 57258b75f3389cf7a8cbdd954a67ddc3
BLAKE2b-256 5508a6da73ab353a4fdafb297cb963f70ff349499e98a1b9d03084f3e1d4f624

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