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.2rc4.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.2rc4-cp314-cp314t-musllinux_1_2_x86_64.whl (55.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.2rc4-cp314-cp314t-musllinux_1_2_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.2rc4-cp314-cp314t-manylinux_2_28_x86_64.whl (55.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.2rc4-cp314-cp314t-manylinux_2_28_aarch64.whl (54.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_ecl-10.8.2rc4-cp314-cp314-musllinux_1_2_x86_64.whl (55.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.2rc4-cp314-cp314-musllinux_1_2_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.2rc4-cp314-cp314-manylinux_2_28_x86_64.whl (55.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.2rc4-cp314-cp314-manylinux_2_28_aarch64.whl (54.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.2rc4-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.2rc4-cp314-cp314-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_ecl-10.8.2rc4-cp313-cp313-musllinux_1_2_x86_64.whl (55.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.2rc4-cp313-cp313-musllinux_1_2_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.2rc4-cp313-cp313-manylinux_2_28_x86_64.whl (55.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.2rc4-cp313-cp313-manylinux_2_28_aarch64.whl (54.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.2rc4-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.2rc4-cp313-cp313-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_ecl-10.8.2rc4-cp312-cp312-musllinux_1_2_x86_64.whl (55.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.2rc4-cp312-cp312-musllinux_1_2_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.2rc4-cp312-cp312-manylinux_2_28_x86_64.whl (55.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.2rc4-cp312-cp312-manylinux_2_28_aarch64.whl (54.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.2rc4-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.2rc4-cp312-cp312-macosx_13_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_ecl-10.8.2rc4-cp311-cp311-musllinux_1_2_x86_64.whl (55.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_ecl-10.8.2rc4-cp311-cp311-musllinux_1_2_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_ecl-10.8.2rc4-cp311-cp311-manylinux_2_28_x86_64.whl (55.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_ecl-10.8.2rc4-cp311-cp311-manylinux_2_28_aarch64.whl (54.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_ecl-10.8.2rc4-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.2rc4-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.2rc4.tar.gz.

File metadata

  • Download URL: passagemath_ecl-10.8.2rc4.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.2rc4.tar.gz
Algorithm Hash digest
SHA256 8af52e4f2a10e191abbc4bada2aadc25d8b092292f5209280f606b1bb87841d2
MD5 92e1c348750a847296e73d3058ba5899
BLAKE2b-256 6a3494814bc58d3f2bb93d03fe079c6a3743fc67a0b77d3b98a348fdbe2fe6cb

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eac5fe0763d0ce8fc2f9cfa25789d84506ee2779da18c21babf7ba26dab54d7a
MD5 a8e540084f83d531237fe98837aaee1f
BLAKE2b-256 b7f55e80f54fbd4dee8bd3d8c700e3c2caa049b81a2b43cb07122d4ce11af095

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 92ad285b610aef14f07d2e036231f8aec545fcdd8f50a1bba15a43436831477f
MD5 94385b73e3ee54e9126b310ee602014c
BLAKE2b-256 b7c7578b72e32cce3ee0177977ca0dfef0682208551e3a1e1d34e65083c542b9

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 06035bba4e8868a884fb87806374aeefabf5b42591161022ff3508976adef9e5
MD5 fdab47aebff6201f4f8f8393225f8b53
BLAKE2b-256 ca3af361746de7f77fde9286783c01220a0c98da05980a5c0f547a74f43cd76a

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ff6d311c2a5c69d6cf7ef5462f209bdea108c2678464b4f48cf3b82867d649ba
MD5 f9610d374e6350327889973f6aef856c
BLAKE2b-256 69771be2940d78829d3ffdb9996028f918cd8758b871ac12d55c04a44f058978

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fad7729118fc7bc2695b9dbe23b626b793c01d038613eeea549decf35cc724cc
MD5 aab441420e045f97d58a5eaabcf54327
BLAKE2b-256 d10b2552de56b6732ffc4283ad9aed3317b5266f719da5665109c9eab1692765

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 228248d77286872ead9fa2142da0ba03f763bc2bcae3494b94a18936c67df87c
MD5 cdedcd79e4a74ec8ca396ef37661f1bd
BLAKE2b-256 a8a2a51308c338ad1d077cf54557938cd8956fb290a214f28e5bfdda09c038fb

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4eaa2bcf38351edfe3e5b0fd7ba58971a07a91cb699c5940161eefb08487869d
MD5 ae78a234b717b2b100510f54fea2a3e9
BLAKE2b-256 182e7b3448cd2a615e9ece647e23f3115482fe7efab323b1e957f511ef9817bf

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 477bd38f22d72eb1a0464b3ee9041c8a4c54b6605c8352b54bb9b7713881dd4e
MD5 cc2130d9d7550687a1d223ff40bab9a9
BLAKE2b-256 1fa6f0e43502d5dd0db7a9706b68ceca5e15ad9983ce7238b26118bebc755725

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 daa71faaf40fdb83ab28ecfc7a5b9aeae11dff7f03bd303777bb3febe8cc68d4
MD5 727af07b92b859cb3eb7f4560913b6e7
BLAKE2b-256 e35b253da4e10287970c7fa7d94e798364cf4da1a6bdcfe447ae444817997094

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d1c47b50155b3a2f7ac21f0a62406e0a432405219f42bbfbb4ae0370b605a238
MD5 a5b62a986222183edcb87f6322363c06
BLAKE2b-256 80818ea2fad3e7c948bb817909f7f228dae8983c2433709e9f6292dad198af0e

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 019e86a6fa8eb387c3d7f5c48af3be8626bbb2389a47057d2c3e1800d1cd2413
MD5 9f0c84dba5152a1715420f7e22c30656
BLAKE2b-256 daebd5890c08c8ac83b5071a092f62d608d4a0218cc556c9082e0b464f80d405

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fd18dca7661f7cc77ddf2e8808e7469303e40be94e682e2ee4cd16ed40ba9726
MD5 5539c403e877d57496e67ee049cbe284
BLAKE2b-256 aaf4a24d36c86a23ab41fe5a41506992e3a4c2c910c7dcf64188ea7fec7e2e9d

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a0f81fb132f2b0c02d386702b1a2b6d4f5eb5fec163ac510bc72370b02653253
MD5 92369391746ea332137ce3d56f33b0ea
BLAKE2b-256 7eb5035778ee63376ea09bf195200e8a625a93fd11bd3c9232569a3dbf51aaf3

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 af9a081a121cc59e96001e2757abdcf0251e857b050f4d56084a66af8fdd4634
MD5 43eb65cd444d409ef7cba728426863eb
BLAKE2b-256 1185b06228cc966f50f22f69066898cb52a9d9fe7b502a786f9a03d5090db9a9

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bbfdc28756ac6c0e2c762a0898488be0dd26117294a658f9dc7be67148f4b282
MD5 3e3216da78e40a0f8869f91b115e0400
BLAKE2b-256 1825745b9458e4fa128b2f6c7ad32b35a8a68c8e392d8334407a17457d1e963b

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 51ac9419bdb88317565a91e656311e02df2f033d58f8e1e8863d04fc9e609b36
MD5 4eab95d626741c0e2e65a541ece23252
BLAKE2b-256 31421ee90c4534b4cbae3e4dc921cf9be5dc9e5c249397213417bf0a62313b67

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f259b833a85cf2952c64305f0c3784ac583af67741c5121606382308866829b6
MD5 31728523f7fba7c3214fa2ae98accb8e
BLAKE2b-256 2cc8b516a62be98f88cdc135d4349106bb30f395640affc77819daf574343669

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 838539899a0813ef09820b8a821b5a8321c43dcba7dd23303dacce981b754a5a
MD5 17283f15c642a59f82d9836150f3d91c
BLAKE2b-256 006a7ce9cd472de2643f761647a15c610c2445495857dd77dc23b77d31a1c393

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ebfa22dc6b0e9762c3df916c91a273fecff08ea3a4c2150914ca59f7e34432d8
MD5 3f3ab0d970c8d0bc9bd9452c702c32fc
BLAKE2b-256 29a812394efeb6b22098b3073e2658e80d7026d363a6a77878c38be7d3313286

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bc3e2ff81439a3a0fefe53f3d3cf378f6813780a10a52f26a86f5d4523c9e9b8
MD5 7371d0e482c61c67f4e90b669e1e3566
BLAKE2b-256 472c6ba9df5441108c0cb6a6be45cceca046cb0a902f5bbf6f1655775c4964f5

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 35f2a843e68d4947f5ef59abfaeea12b25cf2d4fe420af5d01cbc030a86c328a
MD5 31c573a665a57270d25fa73f54de9f35
BLAKE2b-256 77c6dc2aee48728bd5e1c2a5238621a83db0e500ff9123884b27f1690db37f90

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f5d7c68ee8ac055fac1b23a7ac4232a93b0a0c9159f5bce014d93fe81e64f4db
MD5 7b3c011c6c4370ab65671198384c3ee9
BLAKE2b-256 dfaefac9e49d29e04e5907a8b3a963c9c4360854aec2d86b63f51f98830dc974

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 13cc1f5aca29073f6076733b51763e68ab477f7880ec2a106275d4e933891a84
MD5 18f072ff29259ed17b0a739e713db54d
BLAKE2b-256 320729b83ac23a87e3b71d84d900c04406a204ad90adf1615f845b4082f6e099

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 83a8e61bc12a15761b1171ffeb430ef3bfb8f35df561fbb1a6ce7e06656c1ce9
MD5 4dbf17deba8c5809a70b6ac292f06bf9
BLAKE2b-256 37832419a5bd3ddd84118449b15e103f3f2da559aef41cc8fdc233d426a88fdf

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 391a2cf30fb8fbe2001fb4ae3a2c1eedd3e5c52a2a96faa46fdcbe813a86bfd1
MD5 2e9446bff632f3e09a42502334a1235d
BLAKE2b-256 4c2401176cf9a6af9258232614ef213a5916d7e5b4c64b76a5a1a45073169935

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 61791f60cb3de5df9b0e5d718953e11d2a1f19eaddd9ccdb660d16dc48c63e6e
MD5 858159352204d85d1c6f53305d5c23f6
BLAKE2b-256 d187580852f1f029db089263f4c47802187bc0d45ef6f94cfe907217cacd8895

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2a87fac539b5ae805ecac60ddc3697887390a95b59c70d3cc81feaf06703429b
MD5 6b695bcce3048cb57d0a4eaf61371d4d
BLAKE2b-256 e1d9b6e7f3019bbc571c8fd7a48c105dfd068f2a96dba1c7ed5c5d386b640988

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4ada9c8ac609398bfad30a34594f3155fc5f3646386be4a69b311889de732cff
MD5 3ba59e4e112cf24d42981345bc1c34ca
BLAKE2b-256 cdac3d39c030b526a430d8102cdef620e0f659779d5d0f13731ffc5513906741

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cd33baa24723e885eea5ff02ea6272cde8ca3de7c3f66de90c9ee10a199bf3ae
MD5 1d3800d09c7f2daa732c3c2b3468cfb0
BLAKE2b-256 1831d302e8ec8b4254000203a579d97c3d547dc05ddd18411b6e2c944d15ced6

See more details on using hashes here.

File details

Details for the file passagemath_ecl-10.8.2rc4-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_ecl-10.8.2rc4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 23f247db448d7974510517a2258ede8e02d528cb40041b4814b880f840a24bc1
MD5 b4fb70dd28e35bc4492e30707cde264a
BLAKE2b-256 06183f5e5e52d72ea0ff758ac6109584d4a82f18c49cf7ddd0eedba8a8c37b4f

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