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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.5-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.5-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.5-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0e79f0de2228d43daebb9cc414d643ffdf98bdbe5b7700da696231a00c7ffff8
MD5 2f1ea0f313a84326629cd24fb16afb27
BLAKE2b-256 8c32ea069073ec674cb5b4b565f4c99abd8317b7c219d224bbdb9d6da7849a49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4df6311b1c36c50c0c1a6fd885770216c9172706d6d0c36ea70fd6ea1b9ad988
MD5 0737397727ad4818d1213784e62658ce
BLAKE2b-256 42beac4e8228ce9fec7cd0ab32a766bf383e5e34f60cc51534b8b35cef31da8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d9ef6b777bcd069d14207c2a5a11037d92743c6594affb8d8bb533d57191c0bf
MD5 b0cb03ed36ff328716578cc5a1aaf7d4
BLAKE2b-256 c217de5ed736f0effc4c6d950d116e4666f641dd4e0d2bc6093edcf106f9f1dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6475b15968363300f04fa58cdb7ad1a0f3e145cd86648f79bfec0367065a35ae
MD5 b7fd60bc42db479422f8ec04c42fe90f
BLAKE2b-256 f71566c015f94713378466a47bfe60063b691feaadbc30cae4038d1c91abe804

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 71912f3b86b6a0d34086807496fc6c4e46a126f7b8a478b110b47b4964d60a1b
MD5 b1ef8bd7dfcb488e19d3da42cb1722f9
BLAKE2b-256 7e6a01918aa9f2f19ececfa385a3d4d3283f6d31ca0c1d625326b50352435d64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8900b73e38ace71399e566b67604adff890f34686faf1d14e18a636f07cdd2f0
MD5 326176f19827e8a2cdbc37894a80db76
BLAKE2b-256 d2e12a4ba494b74187e284d422955175acca4b0009b2ed7513c8b515ca4d5ec0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 48dfc93b280acba88c9b4bec37be327e83ae7d444d26ee77398201c4444c6d55
MD5 516db6473775403841809f19797aa335
BLAKE2b-256 390c0fe48b903b6d205786a8c6f092a9cb291817095b4c743001f52b252433f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 590173e662965ecc9ebe83cccb9ce1e02421bfae432f516f31a07282a1ffba6a
MD5 1bb3e5538b3b35345b4ed4f5b719ffd5
BLAKE2b-256 9d5380de9ff312f3a02050693f71a423faa393505d5c311a8646f461dd5e852e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 57de3e51bdc454f63f1a35ecd1273edbcdefdc613fc0a2dad58680835a6f6f93
MD5 afc33f9ca8fde8d4c7d3c5f99e1cdee4
BLAKE2b-256 75f36d6c066a160e14999510a6bbd947d27b8248433f7781a79b9b46bac498a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 398e5ccdfd3120436683ad7328937a639a9e1587296a543e287f5db273e4a951
MD5 e226ea15cd0bde7461dfc8ed7ce36f51
BLAKE2b-256 b4192727988d140cf58abd68da4736f735365ce2edb91cd95637dc11e07a2b6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fea7474f7e183f28bfc5b8a43ee1b5730ea255c7ddbd719eb57740612cf192b5
MD5 9d505270ca4875191d9c660bda62e302
BLAKE2b-256 3556423d396c9b5153c7ab01fba4703cff333a5307cfcc664fccb760d07d88a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6a2576a2b6ae5646bbdc623488d6940e5af9b454eb2c0505d423a3674746b1d9
MD5 fe2522222d50e76dea186346e831a708
BLAKE2b-256 e45225266d7c08692e29a1cc7381c403a85877da1ec2a9c46ba1a121a7cae930

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1cbffe33c04d649f4203dd45965f5485704330ac0ddad622fd0e4ace14fb1fbe
MD5 31adde83cd47a049e6607779971ea30f
BLAKE2b-256 a63ed17e64d296a6db20b47a9ba6b236d353eb4018a1777e7e986d15d6beffa2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9d21248a855c22502363112b1494a9242d9aebdb980603ccdbe4cea05a16e2b6
MD5 dc67fc465570d27cf5d960e88ab2f6d7
BLAKE2b-256 3128979cc50c118e600bb65de5804a955a27eb0a92209daecc6458cb780dd843

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bfb7597818bd5f73c6409e157eebacae2eda88829ee831bbdc2304a46ae9ba90
MD5 5b19e115f38e287fd36bdd8b789eef8c
BLAKE2b-256 516563553893437a2b0a09c69f364e85ae8c71cd056f38fd9c03ebf66a79a6e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1b1b61bbcd21233e494cb2be82bdc27b9988ae375ef393fbe891fd53be90a711
MD5 224eccf819c15b18e0ee01a9ab4071e2
BLAKE2b-256 d75f16b0ec6e6e1571f598c38aa2fbb1ef9e6b77a8f8bd4dbef30b6aff38bcd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3bbf2fa7f39512638d3db42b671ef5adfbe4902dd6abb480a90d8dda00ede851
MD5 8610df085016bc5d907cfed1df49f7f6
BLAKE2b-256 cb93bf38289ed1877855258ac5561873d5baae378afa5352f21715d0fb273b22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5404566ce2db6803b9b6bdc2eccb0135dda545328100a69e1c6c58ccb3433482
MD5 3f75f3844d42b050c4db11cbcf5f1107
BLAKE2b-256 11993b564cc3f8f83a128200328367b00e316866ddcd0875e835e8ee1fcc265a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8dfb4a27e18f139671b54aebfb6ed6d13972821f5a712a1a273fbd7dc60228fe
MD5 635ed3915463a7b6c104b8a59d87cecf
BLAKE2b-256 dfbf0d9c7f013bd93cd7af8190b3a5990e6b937e4182e2d3ff20e8d3c680c042

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 561c3e86d6cd8b72c522a31f2432ac21ce769df9986cc7c06e8fa9e33c99e195
MD5 d0aa75bf7fdfb0728218f09fc62f48d3
BLAKE2b-256 81c51f49dd30329401ae3f1fb8008dccb254605b0b62f3ffbf9a9e041331b491

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 18e09d3702ff6243d6fd026aa8ade4ff0ee2c1aa9f41db11412ce167ee99c09a
MD5 a97c30fc6b5ae5ee7aa4c179f4d7035a
BLAKE2b-256 844037107bb18104c0caad1077056234d37d34f676f2351ab4051e2167e3ec42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 42c14a5eb61f8342f54848e0abc9c08cea05550b6685ebadeae5435b9bec766e
MD5 223b9e8beb7410a52d3d23709345a842
BLAKE2b-256 a2465e67a60ff72b147d352d0d7268dc641a12085752e762b1d8a31ed035ba3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cdef595058b4e644e62c0ae692ac93239c5b04ee4b069a8a112ca09307bf588a
MD5 181d390d5070f51edb3ca64c83de32d0
BLAKE2b-256 d2f0e258cca95ead9728262ea2217a540d936d0d48a235851d2b37dd38c90c53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d9bf128ff505123c0f7304b0228a2bee229e7710dc868cfd5e2feec70d069bf7
MD5 7c186bfb1f585886a95143da1b6d3ddc
BLAKE2b-256 2a1688271c01494c5319aa20b4b4f8804145acb14c09c395a92db79a2ada0080

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 808fa5c8a5400bb17ead4305fa3b886b50a745094d8e11f1ec34cb902bdbb57d
MD5 804541748aaffe9a3491f64c9ea50a9d
BLAKE2b-256 f1ebc593951b112ff154f4083044b6bb609a86e4432b9a33f2cc026def374a8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8e2cff70a905a39c5cf3fbac10c57e003417d08822fd0d48d17dd8296d090e1d
MD5 873811ec59330711caa72ecaf3baf4f0
BLAKE2b-256 61ec614ee19fe4b07f2b1927237fdfbe18954965abcf27b4a16e0a7bcbd630c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1945d74b668d698fef655cc87371c88abc2906510c58c8b3445358293efa4860
MD5 ae535a237e65378ae773293a49c4dbee
BLAKE2b-256 d37c522078f76edeb9398bb541a96aef7026b0d3cdd1dea0d76582b3877678b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 21c623f597d6a4db72f882bf4da519fde79479e14b07d468bf8bad9247b78fd2
MD5 d93bbd338f9ffcdaa650651dbf5af8cf
BLAKE2b-256 7e358cea7da421c7e79b4821b07ec49778ed3b0f168ec818f73ec1270acb6053

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 61937d21e9cc089046eb8c34a9a0571628cefca7208366f999bfbd16645e64da
MD5 33b7ec1266082713671532fdaa218c09
BLAKE2b-256 969713a0350f476458b9afa2520bc4c05c78c80b0c5e72a3a7862818cf87f05f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.5-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c47660df3571de509e7cfcfb20de2562f6ae55cacdddb0ba8b35dbb423da0816
MD5 81df7e715443565ee12fdbbec300d7ea
BLAKE2b-256 1144c4a7cf85e054c9357926497edb58a3f3c613a18da800879f49aace8fe245

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