Skip to main content

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-eclib provides the Cython interface to John Cremona’s programs for enumerating and computing with elliptic curves defined over the rational numbers.

What is included

Examples

A quick way to try it out interactively:

$ pipx run --spec "passagemath-eclib[test]" ipython

In [1]: from passagemath_eclib import *

In [2]: M = CremonaModularSymbols(43, cuspidal=True); M
Out[2]: Cremona Cuspidal Modular Symbols space of dimension 6 for Gamma_0(43) of weight 2 with sign 0

Finding the installation location of the mwrank program:

$ pipx run --spec "passagemath-eclib" python
>>> from sage.features.eclib import Mwrank
>>> Mwrank().absolute_filename()
'.../bin/mwrank'

Use with sage.schemes.elliptic_curves:

$ pipx run --spec "passagemath-eclib[test]" ipython

In [1]: from passagemath_eclib import *

In [2]: x = polygen(ZZ, 'x')

In [3]: K = NumberField(x**2 + 23, 'a'); a = K.gen()

In [4]: E = EllipticCurve(K, [0,0,0,101,0])

In [5]: E.gens()

Development

$ git clone --origin passagemath https://github.com/passagemath/passagemath.git
$ cd passagemath
passagemath $ ./bootstrap
passagemath $ python3 -m venv eclib-venv
passagemath $ source eclib-venv/bin/activate
(eclib-venv) passagemath $ pip install -v -e pkgs/sagemath-eclib

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_eclib-10.8.6.tar.gz (39.2 kB view details)

Uploaded Source

Built Distributions

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

passagemath_eclib-10.8.6-cp314-cp314t-musllinux_1_2_x86_64.whl (32.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.6-cp314-cp314t-musllinux_1_2_aarch64.whl (30.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.6-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_eclib-10.8.6-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (29.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_eclib-10.8.6-cp314-cp314t-macosx_13_0_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_eclib-10.8.6-cp314-cp314t-macosx_13_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_eclib-10.8.6-cp314-cp314-musllinux_1_2_x86_64.whl (31.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.6-cp314-cp314-musllinux_1_2_aarch64.whl (30.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_eclib-10.8.6-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (29.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_eclib-10.8.6-cp314-cp314-macosx_13_0_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_eclib-10.8.6-cp314-cp314-macosx_13_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_eclib-10.8.6-cp313-cp313-musllinux_1_2_x86_64.whl (31.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.6-cp313-cp313-musllinux_1_2_aarch64.whl (30.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_eclib-10.8.6-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (29.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_eclib-10.8.6-cp313-cp313-macosx_13_0_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_eclib-10.8.6-cp313-cp313-macosx_13_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_eclib-10.8.6-cp312-cp312-musllinux_1_2_x86_64.whl (31.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.6-cp312-cp312-musllinux_1_2_aarch64.whl (30.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_eclib-10.8.6-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (29.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_eclib-10.8.6-cp312-cp312-macosx_13_0_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_eclib-10.8.6-cp312-cp312-macosx_13_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_eclib-10.8.6-cp311-cp311-musllinux_1_2_x86_64.whl (31.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.6-cp311-cp311-musllinux_1_2_aarch64.whl (30.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.6-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_eclib-10.8.6-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (29.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_eclib-10.8.6-cp311-cp311-macosx_13_0_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_eclib-10.8.6-cp311-cp311-macosx_13_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_eclib-10.8.6.tar.gz.

File metadata

  • Download URL: passagemath_eclib-10.8.6.tar.gz
  • Upload date:
  • Size: 39.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for passagemath_eclib-10.8.6.tar.gz
Algorithm Hash digest
SHA256 a1938a95ac03bb45b306f8101722764e5cfef8a44bb712481936bed9508d02d3
MD5 faddaf448a7d93ab56b414b4052bbfa3
BLAKE2b-256 f223c058fca11a98c6138a52de35804953ea115a0f884d7a30f7c8767586b63d

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cca9e66df01fe170ed8757c4420a1500264c08a65f499e6ff976984558ddfa42
MD5 4b6f72aa725017d79f0131c02917a340
BLAKE2b-256 a8faf12fd8f7625308634b020e8c3a0ff288e5beceacec6a1071eb1447e36d6e

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6c4c49ab8342dcdb08a4aa64eef592ae0eb7090963a8de02a2cd9edd2e1a173a
MD5 ed999a26c5c7ee5a3675c0939f8009c2
BLAKE2b-256 376b53858928ce3e9382c3735a7c06aaff1b013185343cc9476b8466beb5d9bb

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4bc9a7476a7a26b2a502dc6d6a1c5406c265249280588aba936c6e46e208250a
MD5 b63f9e1127bde6102924551b4e845c9a
BLAKE2b-256 02cdeca607c91f291d7489dda018c4704ffd1c5421ced1da95509f908d7a613c

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7849f1ee97b326cf009dd9592e18233fdb44628e9ac6c3a806b50bc46ad52009
MD5 71369e8d0c224b82c0a882c5bbc96013
BLAKE2b-256 ed718b1676992aaed8a643568100aca097faa540de98a55be9af0f36fa7690e1

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 44b4d282bad1235fb506f89749a7464017bd4b74f6ea78d69001b9a57361c0b1
MD5 a20d07123a2c7517ef193beb4e44f0b7
BLAKE2b-256 281f59b00d45f61bea9eb975e8654da3fb53a1a4ea600bcfc0a0b18fe5678eed

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ab5b3d52da6a63fc72743cf6a4d0c671a345c9e07ba531bc579885d4ce8c0b0f
MD5 9c66b2f96290a5bf89b06a251447714c
BLAKE2b-256 f7103390924a0baf9779f3012a4adf368b50c99aa9c9c78fd863f48a37723112

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f674ec5e826ff7222dff26dcde05832f322148f05069ca4798dcebce821d6d87
MD5 83c2f59fbfc035f1a89449ff8f7f728d
BLAKE2b-256 3581c48c0517702ead75546b8a6059594630729c2cdeb9827026a72c0c7b3ad3

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 60c270aeeea4408e193dbedec18f6c48f064a8e6b9825ec334c010368881cd11
MD5 8b64f36859b0e343715a9390d1b6b00a
BLAKE2b-256 2cb898b56cee19f319e50abb6d483a8edbc02ec738b1edf8e615adea94d77e31

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 67fe7e7a5b72816970c4942779bf88996bb8203ea0cb00ecffc45c69cc3532f0
MD5 ce2f51afffaa668646043d731863a1c5
BLAKE2b-256 27ec031ace47ae108cf83c211769533ecfdfae4745716ec2ff00e8a36a5fe1cd

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 134e0e36a90b792bee6de7c2f96edb2b4447c7a01dbf6ac415532535d92c1288
MD5 ac0d00782f73b90c5abab79c4018f634
BLAKE2b-256 bfd060f5477e4aef60b1fde4af8c474362732c668ac918ab29435f223d7ed0cd

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0c6bad09f348b37ccdf190f766ffe82186be6797a4ce6c3d25e4140e2d82913c
MD5 5330b9614e866e1d78de50e96f4b26e5
BLAKE2b-256 badc852790f103d313582ded023528e518cff3f2783f22b8b6732f3eb229e2ba

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 135defe3c99fd9c4e4b42cb9934974d0530c36727c78d6baff771ffad3d5fd09
MD5 6ef012eda963cfffa8148353578e2ab1
BLAKE2b-256 d472d65f8c2179fe43e8226793ac189334895fa409a41fc53e2e4d227e748fc6

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a68aeece263981275f8ab5c7170d294ddff0f161cf1e823839b8432648c5691
MD5 d7319bf5be4bd5ba7845fc8b91341185
BLAKE2b-256 321621ae882ca333a395b0c0d6abbb3f72cd69873ac244978100299d93905721

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 956158f0aeb98a529001c8459b5bf6ec1527545f72e14e0a917a516e7f847775
MD5 e604d8b6fb8305ad6bbcb2629d4de4b6
BLAKE2b-256 3b101ffb191d86b6d594d9f3881dc93fc5d638f75f5299114e731873fcc53ded

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e68bfc60b9103b53924daa5bb0a74ad168a4106fa24c63ae4bd288b5f75a196b
MD5 c0788ea147f62555cee079e0ef33d515
BLAKE2b-256 dacf2fc5a13d122bde95ff2b01f9d1cf335976c7a589dcfef1dedeab30c562f6

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3e08bfd26655fa2e8e996f34ee3d7a5caac494083f443c1e4c6ccea1ede1aa42
MD5 b4caecc90d58f77fff6b2375402a0df9
BLAKE2b-256 a3933ab0cecc9d676be93ad5f132cb22ea8bc461359e0ac0dd97dceef44f20f3

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 47b65db11c7bebdd45ecbd0c761087adc292fc737acf99c5b8af747611ab4cfb
MD5 31682f768c0eb7a74dee50ecdc2eb8d6
BLAKE2b-256 413344de4009eac88c428504a547abb9de3450afa522931b65a1d5306fa8dcd0

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3c5dd45a2d7d70ba191e3beb0f1e45eecfe9804e0f693748a8df6a1e988a3886
MD5 98749b343c1bfab62b2c7e9acbf3a2b9
BLAKE2b-256 e4f719c8514868c79b36e169bb0cebe22f63641822b602e2d8bd4fd3e83ee8d7

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9486ba4a59c3f0f1f5e8e6cddd0f01b51ebea3625162f7676f1b331313bf384
MD5 618c9255fea88ecdb1f1aa257b006009
BLAKE2b-256 de57beef8a092517f6082784d734005616c26f0ae3139b1ebc73f36cbe4d6dc6

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c52b28850a8f4c6115f623f06b77611c8f62a213885ae185a78e4bddebfb4748
MD5 ffe1841eae43a6b76f79158136b058ba
BLAKE2b-256 97f318631da6b926c507985851c970e3a332eb07b9e75f2bcb655d8fabe87bb3

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a253d569900b001ae9128daec8db41bb2871ef1281a5e545851196d488644787
MD5 b0b86164eab669113404611a934405a0
BLAKE2b-256 7db2e2d888602396dcee1b58813f10619bc9cec5ebb9c3ffa06bd6818e87a198

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 da358b8d804fcbd05445cc13d27154c50dc5792a81c54c78db5a8d1057849e83
MD5 4c2ff0e13e03978d8da19deb977c0d3e
BLAKE2b-256 0a36fb061093bc4cdec6db84900177c680528b83a8ee1d1a6c7d80562d09f3ba

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 598287a4fc0fd6cff037035b680ee4e697c9f5019bd0ebdf898790e0ca7a1d62
MD5 78d13d124c96eba0f13d2e8d9f48e519
BLAKE2b-256 4c061d5214647346169433e5af2d0a3693633142c2e9677fdb0160f90a400dd5

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 67c16b08bb7aada3f33bd70f9b59867fa649f380b5a07efe9a2933e0cc46bffb
MD5 0c90acd947a1cf20695283e6416573fa
BLAKE2b-256 beb4d9dbc36289bd806d3d094a16fefa9429a28eef70c29d553406e04c0a9515

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fa72f8364ad37c746079c43d6b407e24fcc9b9dc46f904b0955a43a72eda7da8
MD5 4b5632b42c07d96b4434db0e9b2849bc
BLAKE2b-256 57d7c0a74bdf0f79adf331cdbdaaf05db5f36ca154541ad49bb49af6fc1a9097

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7470e2d0e38d38d93a4cca767ef53819f19e9d02d90e4a4b0ba7774fa99e925c
MD5 29a17c4667cdfc44c5da22711543d444
BLAKE2b-256 51fc05dd1ae8d19b965b3d7ff0528f765fdd261fa0fbe6a084adc2c7465f0886

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2fb7b6ca76cdfe15dd882ce0397aa37c7b0687369bac3b0ff232d38dd4ca2ba7
MD5 8b8bb43d6a13be57bcabf867c5873505
BLAKE2b-256 93adc2585eaee14db2d0e2a28a6789c72ff499750892192dec89db45ad8033ac

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b440b80aec75dab86a80071d6a89f67321df951fefdc1b69c5a8a506fcd1c445
MD5 ddd3bec10d28debe52644090b3fdea64
BLAKE2b-256 209515476d36fa42ef0b252a8881b48f747c31dfdca41d05efbfa767ce5b2add

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b29a5c485f087f78957be33b9b24c9d6bd37c92bb3c9d8fdeb3cb671f41d3680
MD5 21d822ecba94dc8e2e6b7409e63fb189
BLAKE2b-256 b862910a8c1c6823e94fbe11abe8a46abcdb5795420ee6c4daed29643d915bc7

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.6-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.6-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b27e7b82b2b1789b36659c9309be9c218ef18eb57d85aaf9d8d0d1053b133461
MD5 62d8b5a2efe22d6fb332f6a6ed4ff4de
BLAKE2b-256 44ec668167b9cd5884cd84a5a576b6de63d39020703117e4e487905019050968

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 Sentry Error logging StatusPage Status page