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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.4-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.4-cp314-cp314t-manylinux_2_28_aarch64.whl (53.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.4-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.4-cp314-cp314t-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_ecl-10.8.4-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.4-cp314-cp314-musllinux_1_2_aarch64.whl (53.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.4-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.4-cp314-cp314-manylinux_2_28_aarch64.whl (53.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.4-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.4-cp314-cp314-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_ecl-10.8.4-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.4-cp313-cp313-musllinux_1_2_aarch64.whl (53.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.4-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.4-cp313-cp313-manylinux_2_28_aarch64.whl (53.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.4-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.4-cp313-cp313-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_ecl-10.8.4-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.4-cp312-cp312-musllinux_1_2_aarch64.whl (53.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.4-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.4-cp312-cp312-manylinux_2_28_aarch64.whl (53.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.4-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.4-cp312-cp312-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_ecl-10.8.4-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.4-cp311-cp311-musllinux_1_2_aarch64.whl (53.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.4-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.4-cp311-cp311-manylinux_2_28_aarch64.whl (53.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

File metadata

  • Download URL: passagemath_ecl-10.8.4.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.4.tar.gz
Algorithm Hash digest
SHA256 e0f2e0e9785867739695a4e229db474b09a580a0cbe4d409489ae03c752adaac
MD5 fdb1cc307380cab369aad7b8b4aefeef
BLAKE2b-256 9942674885c6cbbf4d8156c56ab660fb8e56c2b3ab44f591c77754d16b4e1344

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 654524001d8d53596007ff86725de77101ddbb1d1f13c26e5b1fe997e63c1db8
MD5 8f50e2b7e3dd05844837d9003bed6baf
BLAKE2b-256 774969cbf2a03bc6a2e7a3fcf3c92d57e6769f6ec323308210f83ad401869e3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5e07b365aa7e6ad47f53302cf0da43471e05f4c74898e1ca234da8a898c69c2d
MD5 548fbc59447e1d6b3919ac38dc54f6b5
BLAKE2b-256 187dbd1aac1604ba96fee4582db3521a9f2557aef61a387d318cd479d9144fb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aed4b4826a336172213a229c48dc0f37d1de6e362d0964576a445752ffa69de2
MD5 0c46a2730502f49758378de1d6a8a823
BLAKE2b-256 aceba128d124804eaec7365df83b2a9d549b4d5cb1b13d6e06dba7c294d20244

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9d52343a332749689b07fee6b3dc499ba2f33d680d1fcffd078ff17e649af106
MD5 3b7bd4a9b87860e75917010a380ff00f
BLAKE2b-256 668a5a7c794e15eb1dd73c5b2bc666289d719d8ae6a29874df2dd420a0479247

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 821535b83fad11b8b4b69a59d87043ae203dc43679ec51f8a70cb2fa13b9080a
MD5 bae4b3243a3cc4008fd1190c949d2a1e
BLAKE2b-256 de44f287f5714747aafe6d8526f7fa313a3136d630dd9e1492e39db1161abe09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d94bde161a1a45ccd7cd0847c8d90e73fbbe560e2e6c0cc6453a59a441a7077e
MD5 bd539c042b13df111b35cb365339a8cf
BLAKE2b-256 e19e86cf12cfd4236bbfb1f7d848d5078141b77a52e84cf30709f022fe1182ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7e0f47382e014990d1965bd5fe6fcd834406c4e7006755eca4b3c23bb8015da9
MD5 00cc3bb818b068a09a329b219fbb69d8
BLAKE2b-256 9c1c453fcb9baad92348f1b5dc126ebc6e8e840a065c506803a0cc838025c0e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 05fa68382ce110838740bcc9c7668407785124949578bda2a2a8fd2a8abef23c
MD5 5230c675154e6ffdfe5712dd9ac9606a
BLAKE2b-256 5eabf93a8c0dabdff76fa3cd4d6f0676617f1e429685ce41baee9bb223e45713

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bd9a917408a202445ad7730258e8038c70aab55ef9eddedf534ebf88be695c1c
MD5 5f7ac6e09ca312e5ff053d35641e2b8c
BLAKE2b-256 96f7fc3821d0916220a9c966b0ed3b8d676cd741402ffbf4bd8157f637e2a1d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 92827e348a988a58360398823709420d324b84e12e1557b2643c0be76c28b9a1
MD5 335bd5bb15d113f240805f15b40778cb
BLAKE2b-256 a964dbc6b8b9ad32f06a7bf44741486121ef782e6f0b3b166241522fc28cf21d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 16b37ab2b987cd902b28569fbd83c1ca8301d522361113ff73f62e3d7f370bbe
MD5 b3c8f15efa49995a77661b7f0307be7b
BLAKE2b-256 053e364086fc368c5d8eba1f3d455471dce3a9b5dd64b1e0f01f780ba091cf9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f175726883a360240c904d0d8437bbed595e9e5835550915fa7d4acc46bc75f2
MD5 366ff68b3ff1ce98aea67e40a27185e4
BLAKE2b-256 daba621d4ba98e5a2b6ce6ee15b3dde3fdbdb4ea9ae5a2d20a0fa2464555503c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b52cd708800c00e38ee0d67c9d91680d8dafba7d999d88dbc31681dab6d3a68
MD5 fb9c0581e7518efbfe2c5744d2a5783a
BLAKE2b-256 5a5b1b034866266febae120e536c7c19618de9b55f0f7fbae3628f96648d0f23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 90bebbc436986fe0f8f461408f5a4339904506522670bdda3057b073a1b1dee2
MD5 58eb1ab7fa8500461c2f8b48557328ca
BLAKE2b-256 5cdd88eb60646ed5684845f749072ace58a09422dd0b3b7ca0aaf29f707c06c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2285daf54f06e6cff49f053757dada1c10fe45956bacf21369e1969857dee56e
MD5 49963c71a1bae129688d867a29a24bdc
BLAKE2b-256 fd4f18a2dad5ce1302a18b5b91cdd9603bbe167ae45e9e848ce79ee143e84938

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5646f8254bd314ba6d4ceb4b185986f47dbafe81f66465a43e67854f93219c21
MD5 f61142d463e51a6bb5e54b81ddfd9aeb
BLAKE2b-256 2929d8d4018659bb034793205fb72acb68379b5db21f06b11b77f4e4801b1265

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9a8dc591c8703cab9c6f1b1f844b7b4fb86d11b4fd0d3c7888c6a2be0201a686
MD5 36acf48c3ba046a70a49e343ecce86e9
BLAKE2b-256 4255a415aefdd29ddf7150fd79d4c68f5f1ef5f26e5ec9b826abbfbbd4c74c36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4c0014644d14483e5d16dbcf66c0dbdf99766159ead3853e6bfb697dafa5a80d
MD5 8e20140d6879166d9346ec365ad2bb30
BLAKE2b-256 3dcd2f58e45e430b4c7345579b99ecfbb8b38d506cb31d67dee259eb853b56f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f87f34b775a6c68c34aca2d67da333d21313f1fe21b62272790d13edf9875a0
MD5 8ed613f6edb8d780e618b2cedc3c95fd
BLAKE2b-256 e49986c763c49472d4589c0715b3297a814dbef52c2f4448730e2c8fed522730

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bc18e908145f3e3440a1ebc1f3984f6c4feaafce7c84a14496da843aa96e47e2
MD5 accff080ac112001114723da8e70cc8c
BLAKE2b-256 4ea341373c8db639d94fae94cfe444bd07212b2fa54d495cb95160e9eebce175

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a294940fedd2b19ade280fc461e288ed484f2ddc5cf904e6333274407bdd8a7c
MD5 063383498c5c647777a52dae8faa8b21
BLAKE2b-256 79a37795a907bd9b8f1ef207e2aa492468e68165bf3b726ab33ed48ccf6df44d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1c51a29f92a94871c22a4b219c2a44c50790b073da977b33df680d9759850a77
MD5 490e73805c9507140c1e69f077d8b06e
BLAKE2b-256 30cec6a545a3d3418b77a4ab27e9a9d4251d2b0ad9477dc02f260eb12a7d77a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3bdc28ed916457c161fcca4be90fd78d09a56d450e4fdbbabfa143f7e2294c52
MD5 f529a7b4218339e4138a9d3ede9cece3
BLAKE2b-256 0a364ea3a3245208da88bd17970d253e03dca0de79598e49a8971bf1571df7fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 04c5752bc10c0b0b34bc37a9b561b30bb5d440f1b5736e938ee6a812e75b884d
MD5 11e853dcc218f2c9c5cce70fd12083bf
BLAKE2b-256 c7d22c0300d968474e99c3c6860066129de45d3560f513a721a17b423206b68f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1d7cc17ca61c607fd8e3896d8d8e429839ba9384ce447dc3fc9abe550b06d435
MD5 d8064a22a7ae9aae95a046789f346548
BLAKE2b-256 2103e00e296b3a27b6de5e959dff223dc0622b3a7d75c99313cf325478acc635

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4a9fb2f52ea38aa6928e87603548ed892bd9781808cc6923d6c57ff82e7d7fd4
MD5 66f5165c84e1dd84924af07b2bd8be00
BLAKE2b-256 5fd3682d37e871461068b1ec79cfaae97f3f601652042e8d1a153f99c2e02af4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b8aaefe26543628bcd327a27b1e6c3ed89939104fa80501e84815ce433b9e7c6
MD5 521aa24ece3439e40299173835cfb89c
BLAKE2b-256 598e7f9b92455df00f1121050ae79841d14697560ff98261b2f94f8a650148cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1f14e376842ca006ec790e7e6c67b43e1335712a7d994a7827c09bee841c7c9f
MD5 309c386fad0d809d1416c9fed4927438
BLAKE2b-256 41c348b3663d885aa5f591d94f93cbb0470a42297797342dbcf0d8807e75877e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 343fc739555ec4e6381f8fd5b396aca3b7e452681fd5f9b9d34baf791cfbac18
MD5 003756fdea23d55c5a73a7e2497654cf
BLAKE2b-256 4e942535466ec24c9d82b46363e5a08f6b12ad651f25c268b73aa2563a043001

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_ecl-10.8.4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 66853625bf9abb4ae3daebbb7bd79ce07a0f54aa0f60fad526bea756e97a9a56
MD5 f62c32c69d99e1d3a653db00acd73b17
BLAKE2b-256 ef3e968fb7569903ecd5b73a4269d0126162b671cddadee516e3bee2f1a0e0ef

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