Skip to main content

passagemath: Elliptic curves over the rationals with eclib/mwrank

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-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 --pip-args="--prefer-binary" --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 --pip-args="--prefer-binary" --spec "passagemath-eclib" python
>>> from sage.features.eclib import Mwrank
>>> Mwrank().absolute_filename()
'.../bin/mwrank'

Use with sage.schemes.elliptic_curves:

$ pipx run --pip-args="--prefer-binary" --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

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_eclib-10.8.5rc4.tar.gz (39.3 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.5rc4-cp314-cp314t-musllinux_1_2_x86_64.whl (32.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.5rc4-cp314-cp314t-musllinux_1_2_aarch64.whl (30.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.5rc4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (31.4 MB view details)

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

passagemath_eclib-10.8.5rc4-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (29.9 MB view details)

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

passagemath_eclib-10.8.5rc4-cp314-cp314t-macosx_13_0_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_eclib-10.8.5rc4-cp314-cp314t-macosx_13_0_arm64.whl (11.5 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_eclib-10.8.5rc4-cp314-cp314-musllinux_1_2_x86_64.whl (31.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.5rc4-cp314-cp314-musllinux_1_2_aarch64.whl (30.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.5rc4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (31.2 MB view details)

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

passagemath_eclib-10.8.5rc4-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (29.7 MB view details)

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

passagemath_eclib-10.8.5rc4-cp314-cp314-macosx_13_0_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_eclib-10.8.5rc4-cp314-cp314-macosx_13_0_arm64.whl (11.5 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_eclib-10.8.5rc4-cp313-cp313-musllinux_1_2_x86_64.whl (31.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.5rc4-cp313-cp313-musllinux_1_2_aarch64.whl (30.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.5rc4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (31.2 MB view details)

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

passagemath_eclib-10.8.5rc4-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (29.7 MB view details)

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

passagemath_eclib-10.8.5rc4-cp313-cp313-macosx_13_0_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_eclib-10.8.5rc4-cp313-cp313-macosx_13_0_arm64.whl (11.5 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_eclib-10.8.5rc4-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.5rc4-cp312-cp312-musllinux_1_2_aarch64.whl (30.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.5rc4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (31.3 MB view details)

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

passagemath_eclib-10.8.5rc4-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (29.7 MB view details)

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

passagemath_eclib-10.8.5rc4-cp312-cp312-macosx_13_0_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_eclib-10.8.5rc4-cp312-cp312-macosx_13_0_arm64.whl (11.5 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_eclib-10.8.5rc4-cp311-cp311-musllinux_1_2_x86_64.whl (31.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.5rc4-cp311-cp311-musllinux_1_2_aarch64.whl (30.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.5rc4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (31.2 MB view details)

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

passagemath_eclib-10.8.5rc4-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (29.7 MB view details)

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

passagemath_eclib-10.8.5rc4-cp311-cp311-macosx_13_0_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_eclib-10.8.5rc4-cp311-cp311-macosx_13_0_arm64.whl (11.5 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_eclib-10.8.5rc4.tar.gz.

File metadata

  • Download URL: passagemath_eclib-10.8.5rc4.tar.gz
  • Upload date:
  • Size: 39.3 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.5rc4.tar.gz
Algorithm Hash digest
SHA256 0ec5ea6b49a7488c7cf4943ca3d27ed3db4546b2c7bf5f41c169283472b16d21
MD5 184a8a1e5b60ff9ead9fd38d062adbd1
BLAKE2b-256 8c26e24975d5113d3a0c7e8fa08e7399042979ad1b3dae1ab6456060aabf7193

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 92c5daefb5aacab22227c2db6da1520e003b080a0745fd59301dbba3d8c0ca88
MD5 dc8d6bc8297acf3eb6cef81030952432
BLAKE2b-256 4a191d7cb3cb6f8a50018c795deed45329a81ca3bce20fad889702077519434f

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1c0c828f428c2dff3cd1178db26c02eb525b77b12dd30299e1d3c379a7cb0eff
MD5 3f5ad38b7a932fdcc3736a5366e4338e
BLAKE2b-256 eb0ea270bd538bd5ed9ee07b249e3b880d35fe1b9c09546b5981ae044014d71e

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 84d27d4b6e17f21efcd3ca45c9f18236e938cb86e65ae5b6e597abf8d710851e
MD5 caae10f7d7e7ac6e998234341b4296ce
BLAKE2b-256 2316f35d3db0cb4800ae2681786572b8e181942edf20cefd2c5c721b30c611ec

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c9e606092f9257f9f11940306f10fd8a86582f82fd307d5d1ed2a5639cc8c928
MD5 61475f34e0d2da8b2245ca5ecf74726e
BLAKE2b-256 9e60f179baacc152b359ca2845864a16e95bd2d7693d25017dd843fd62ed9185

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 af38a144ade18e0b865aed761bd5aded999974e6706244955a56c6e129d15468
MD5 242e83718d60c7009659f54c2927b265
BLAKE2b-256 55da42944cec96d92db992033313d0c81f25fed0012f5d0c4cef5243cb68dc33

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ceb7e7c6cb3b5e222795f8f371ff09d07fbee9f427a19fe58402cce634ba7f84
MD5 4cd4dede2834e72028afe65d43108b30
BLAKE2b-256 95a275ba6399035d1bae4079cd65cfd912a8b0eb2ebae8a67b4851f869bb52cc

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d54030b6c7f2f4fc3af68cbf287440919a3b6c7690473eda63d9ab5c32ff5b87
MD5 ce8063df516c6cdbdb4571d9e0d0c155
BLAKE2b-256 5cdd298205ab66dfbacfc4e44c49dab6c0a623a7017bd4d1b330677eff9afad9

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7b071776000a68f9955f464da976537e262e2087cbd6695a6e2dc6496f561400
MD5 8cc596c44d8937ad97a5aabe908ece0e
BLAKE2b-256 41a7116b7ed193aa0bec5c333404d8911ae9f8da8e4055cc26854132fcd17174

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d2ba5478645aa5fb8119d589111d5358bd95181d3302280099a014eb37c09bea
MD5 9a822beaafbf5d1a8008671edcf7b9a9
BLAKE2b-256 464618f120bd90cf89d64f6f45dc413cf373c72baaf197fd01d213142c636265

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3e1cc29654f23ce1d45d306775a90786c639b527ece41953ee9ce9ffa39d43cc
MD5 7efc99b0d1d141b59b6e92efe08c9bf6
BLAKE2b-256 2fa8636a6654dabc35373f98200618bf5444ac8bf69f799111e973b32c92fa8d

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 24aaa32d914d6c2e6da3be352114a89eb08fee381d4a40626ef94cff1cff47e0
MD5 65efd4f71127c1592966d455a954e81f
BLAKE2b-256 bbb26951736cbe20ff6c01734e2058a3f51edafebffd34643d91b4beffcff99e

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 698b572f38f88064fd53eba35c5060fe87499064c0af6e1c23b9827e03f7cbf1
MD5 1003c268805833f0f8f6c73a203948c9
BLAKE2b-256 3b95ad4f84755f2c1c2fa5ad891ddff9fc922871bc59ad67793927984214f71f

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e7241aa35f47126cc0b14dddde06cb0c1bb79fa627b4fa82e762ad0077ec03b6
MD5 520aece1730114f39bf4405e568161ae
BLAKE2b-256 5b6ea30457146f4f1af3771becd42eac02c2b28b43f4634bfae317714b4141cc

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d7db63dd7521ec4e69c0ea11ce286534b81a01334eb5169105cc336ef6e4b150
MD5 6275e1ed3bbf0386805700071bdf1206
BLAKE2b-256 41bc23c87d955244df24dfb7c34d87d4e07d2e5d67d5baf01d534dae47b5f29d

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7d37ee934a9e496cf69e93242a6e23b24e86f273c585527235ea8cf92c705cf8
MD5 e31fb22f05db6922bad06902b8309f82
BLAKE2b-256 4e20e2d25577b38edfafb2e53cf48a6d6edc21256545c4278953db9ce3eaa88c

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 23759171bcc1bef50ff8c6b41cba737e167e80ee09de484a50adf080faca00e2
MD5 38f8906c2502c110fe526c0fd31522ca
BLAKE2b-256 72fe506c52aa2e726265c06bcd24b1ed4743b9b0ca82789982b7f9a95cfe716f

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e0f1d23825ff274c4a41d31f61cfdc7810446800c6e6919faf9f8e8c901a01fa
MD5 4eca7fb074d1fb6c6cd733e3e30bc9ff
BLAKE2b-256 fb72a155af2f344f7964adf71e272037cb9260e649cfe9c07bd075bcd06ed128

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5b3f0497ed578aba15bb15ba5edc0c6a61a9ef9613343918b347f39f9319f093
MD5 d87c0cb5e56f34245619066c8e8da5bb
BLAKE2b-256 66cc3500b070114d860bae082ae56ebb6c86934ce3a768d4efb1f3c671f0f46d

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5d328fe1a9589aec83c79a9e0aa6aa7eb9e7e83364f5863a47fcac1077741f4c
MD5 e48e5be1604a451fa435e53a672388cd
BLAKE2b-256 c697378295897952ce5363d62f5cfa535e45fdd44d262fbf44c3bf223dd48c79

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 00bef6bd0b56671db0db3e1e0e11323491aff230719df9d00aaaa2573c3e75b9
MD5 71f47e1082a87a35474f32efc89ecb59
BLAKE2b-256 a80a0627bcfb16f9f0af766bfaca0fdc1a690a794a531c24ed975d28f2029d29

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bedd1dba770a483963712e5038c5d8c9310ac665287f29786517d3d0400cdb42
MD5 18046923961f0c13071add060050f4b7
BLAKE2b-256 a3602107f689fdc4dd6bd080ad844deb6a4d2eac569f61c75ca4a8837f58333d

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 db69642be8de874f6576897c717366ddfac3e3ff68fe4bb9056cc0a64ae3aac9
MD5 27e968f848fe7e58e3418e3cd8fef25b
BLAKE2b-256 2c4ce7e16e209b0f543ba0292744b025a54a8b7b6194eae618443201745ed7c2

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a0e1d4f1705b5bfda76a21caaee0230bc4830a3e13713b45ced633f78b311761
MD5 74a3621682e31e8481e9ef0a29d2a022
BLAKE2b-256 fd45160b008977015335038bb7c30f81e4bd6f060b04a7a510c34811b1055bec

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ba390c61c7027961e570ff827846cb918bbedc6c2b41b1a3962254734d6f79b4
MD5 641487d1235baac930882fe84073bcfc
BLAKE2b-256 c5ffcc8f94f425fe3a2b5fea6e9962899f21c5dcc802b18eedb31e42a33e23b7

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b04a8be72e638645c6d137ba4da33bb29d391cb7518525d4c892574b01a76065
MD5 2db2e0605a694ab8f923235b31c8b752
BLAKE2b-256 b06244f43d2be07495e602b5904ede32d40a973a9737adfb55a94b7a15e2027f

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1eb3cd82b40c7a3708971cbe540d0782c34725bce249c143cbf1f38f16c2edb2
MD5 bd47fb461795609e4a5ac05742ccf913
BLAKE2b-256 26cf2872095daa81eb41bc2e4f13523c167ace5a56bdfceb96066c4d4ee72fe9

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 39380415075eac92246a49cbaf7d4d44f89f5dc5c9a75774f42e7cfbace89a86
MD5 38423398f585b57462dc2bd0cb8fdf85
BLAKE2b-256 c44abf28364eef4f16fdb9446a204597d54cd73f4e6d5d7a3b644fc3b39589cb

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d8b007f6ba7dd8306d1706ad3e198098538ab995d30a3712d597576b8d2d29ab
MD5 ea562607cce6f9325bf458cb8be12c3d
BLAKE2b-256 17af83d45f8fe752f90c85c10c0b1b5712606abc93f5282f24fbd57ce3dd8fc1

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e2bd77db1bfae9c9f5e4d2969a8ab20db8f8774ff629d04bae159e5d52cecbbb
MD5 7833bbf036bfc4e88a52f26e82f83959
BLAKE2b-256 62b522e7eae29a027601dfaf5a1b589ca4c0e1ac60438ec5fd72d4bc2d5137aa

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5rc4-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 70b3766bb62291fa18322ade74a80f3546f8ed012e02a1000837f908c9550846
MD5 1a312562acb1183eb536d6ef21dc1e34
BLAKE2b-256 fd8b2e2a0393d57d24109983a77906c5ebb4c562ff4520dc6d4db7431cfd39e0

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