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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_eclib-10.8.4rc0-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.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl (30.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.4rc0-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.4rc0-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.4rc0-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.4rc0-cp314-cp314-macosx_13_0_arm64.whl (11.5 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_eclib-10.8.4rc0-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.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl (30.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.4rc0-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.4rc0-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.4rc0-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.4rc0-cp313-cp313-macosx_13_0_arm64.whl (11.5 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_eclib-10.8.4rc0-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.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl (30.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.4rc0-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.4rc0-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.4rc0-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.4rc0-cp312-cp312-macosx_13_0_arm64.whl (11.5 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_eclib-10.8.4rc0-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.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl (30.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_eclib-10.8.4rc0.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.4rc0.tar.gz
Algorithm Hash digest
SHA256 92cba16bb96509befde8f1412e1a251da441dc02009a47d9856b620154ca3e6c
MD5 6c567e358e3dfd3e7c32ff64ae8d7a20
BLAKE2b-256 39f4c25d5c06fef204a9bd17782e9054604c91cd67631d6635ccd7032e30fa52

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9a9e3ac587a3511ccf8e761d62daebb36b50ef4bbc5927af97e8e3540f14013
MD5 ba56d5b488d484e6e870d7e12838ae8f
BLAKE2b-256 e2bef957e984f90fa17b7681c9fbeb729092d881be2b7343ef7800c2a80676d3

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8f02c85edef1fd1febc292735eb67d4ff331803f5dcf58ad19ace69cdad840a0
MD5 634ba26670eb6bc3389b7b3e94b4beed
BLAKE2b-256 5933378c2ef05b87ec82881f276d0cc22a080fa6964eba1c5a0ab60bc5f7cfc1

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e12204e50893c1b61c47483ce78d2e59822122140083751e3440aa08428f12cb
MD5 4032622a76493fe482c89d6e18f9dd93
BLAKE2b-256 da09c32ecc0e232c7919878f60a2db208e0fd5fabb218315ad80381a44d3d96b

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f8f3d386252918cf8d77c21f23c06664a2ae151908b895debed3adcd94af40ea
MD5 371ed3abfa3ada9f4c7e19758f148a75
BLAKE2b-256 631fb9ec1658ad229a5e1056da3df9c95d6a71ffb157f5d41ac8f7ffe436963f

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 297a2220c3241c0fc29deef9b30aac5a02c489235421408048af1348846c9cb4
MD5 643506fde3a9896fd5944d9856b20f57
BLAKE2b-256 64f0d4eb520344a171abc01b8ca8b980d7403e749e2f164a139fe670f5b6d3a6

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6e0eb7afc13354b143a5152877afea559e373811b76d71003af6e0935104d854
MD5 0754879e59ac4ec19912154ab4b5d569
BLAKE2b-256 be8f7c6fa675e965c8c529220f54a656bf102ce84cb80ae69d50a7b2a9ddaa48

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ada275375250bb747ea445323c12b495ff307f3e356ac1097c861fa91a86c216
MD5 440278a0379250669128f61c3d912707
BLAKE2b-256 ffe525633b91c14e653fc153cc1450597ee724def10343409157595a76e78c85

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ecb390db8625cb61881ecd09bea7fc3fe22ccb5b12bd17d98404b4d7fac9bb90
MD5 1241047ad3286f188836b51201dcc036
BLAKE2b-256 77e7190dbde84bb288510a50333a7eb7909befc7d4a0b704fca3a5b6b4a79f23

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8580ae565da1cccfed53ccf670fb752c5db2acd9b51daddc7f0ce6e653383d74
MD5 b62ff79d3e2b00ece7fe91ba90b08b10
BLAKE2b-256 5c4bfe1d27966e983bd4ccd215c833ed2e0d9439267bf7ac71b04365552395bd

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b87c3b0a03dac8c033b1e1a86b268f3a28d41dc11a86f1d430c1a0cba42e258f
MD5 7738f8f8fb1c5a08b670d7f25132c1b2
BLAKE2b-256 552491b0e9c5319736b9536255b1f034c99254b78e4048d07237ac0f7a9659b5

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 22e4e26be6441c5c45d35ea97e032486def6f5268dc8c87e45b0b3b4825fb1c9
MD5 a217b41cd9c57624659f28c9f7649e54
BLAKE2b-256 3bbad5bcc832ea5ef51f956749667535be8296cd284f0ae3e876bb0e5ac789d7

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6f976b548a50e6344c15e37c278b6e89bde30dd0614186d5afd3778321bbecfe
MD5 ccbdd27d5bce924f6ec009ec825e5bbe
BLAKE2b-256 245f78904813bbf232be98bd38ccc816aa75226203e878333b408e4063526f73

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 47d6346425a1e6d4514d752046e37e9f8c4ea80e20a69d366aa5a511da0390b2
MD5 22fa7b2aef974524ca4f9d9b0429babc
BLAKE2b-256 476e53cef4e07d041b0178a662561d099479a5f54e5ef4e851d04f83236a65db

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bd3198449fd985f1810815084c7bb9a589cdb2021f367a8acca33f5b4513d833
MD5 a24ce095275d19baac34d280f1b9aa9c
BLAKE2b-256 2dfecc6235a842738cc50712ad8f694575b03c924c87158efb269c23021fb556

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5509670f53b622ee90a2e41f0bc6de02b6cd4b93102e7be6cf39555558e566cd
MD5 12213313c0d2bee76a36a1ee33917823
BLAKE2b-256 036b751f994f1032e2ca1a9732020f11c886c8bd9d91cb8d529eb8da92f69075

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5f5d9694ea4b68d81ffae1afcf4a7cc4256f2afa4bd1f4482865a80f4faacc2f
MD5 cbde8434a5ce2283281f552760fc1367
BLAKE2b-256 a5ec69083a45d66fabf03414e3c27ce6f02dfddb0b92964046d180f69a816a4e

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 53bb4c1a09a8dbd87d6b239c591012b3ae5dbd78fbc7cee629a89b1c7ec87efb
MD5 e367915353bd52150ffd0d3def4176cf
BLAKE2b-256 2c90c947b88cfd4f5f6d70c352c3731e556e49161a1b67693850dba7c18c0c8f

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 57ea4882ad3dc816714604fa5d5aec389d1e3b5584dd4c4e147ff2a3b5db5e09
MD5 fafb6929a9ae972a2fc83b9bc5590ed4
BLAKE2b-256 e3bd56cb56268befb0d0a8a33234886e9aeb94e24fa7b50d5076578b0f01c426

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd035f5d5b62d05b0c550ea90dccd006a331d6e12444e05c60382e2b2f41887e
MD5 57336bd5e6971ac25cd8fec940414a19
BLAKE2b-256 30be0eb693a893c2da8f7300a14fcd55cfb2bebb2834cd4b49e83a650a03767f

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8822e2bf21f64f90ea68aa699ce8216d0709f48b9d973d33ce6b7358d38e3dcd
MD5 9b13c6adac7e772eae255c359c58ec60
BLAKE2b-256 b9671b5f2d9dd94d3687cfe789ba424f41f0dde2ec582f5c778531844e8715bf

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 911ad0c8962ee90544706162e4b4f4dcb0943f45c3cc52301e297589cb7cdb4b
MD5 3b29d310391227549aa0a280d4d624e6
BLAKE2b-256 2cdc1b99109bf6d9e3b93558def897c019c96aeec3b0bded7ae4d9c38dd809df

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed4c9c35deee93d7733d195b0d5915cfa92958db3ebf7ebdc1ce4ad32a473174
MD5 07abb20f4f84e917e4bdd243341314d4
BLAKE2b-256 25be87bf47b4f52f0dd4222afdcea1898fa8d202659d1eccab9155734dacf8ef

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5ad889a12895e07fdbd8cb790c2dce5ff437e5e49c2f09946b01bca9c5269910
MD5 350e5207bfcbc02c676e71c0bbe40def
BLAKE2b-256 065592e0a93f57f8bf8d963091034c38fc4399bcf504a0ccb70cac320a6c3e77

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 40779954710a09ba33082cf17697a937f1ceaa49b3105836f7266d7f8aa94452
MD5 03559617590b8b88fc49bb7eca6d8524
BLAKE2b-256 116d1d12b107007be3ddf8a90c0fad3b58981c265fe20e94febace330b39959f

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f7d8ef7617fd0a5692a8d233548e84a3050bca95446bface38628ace8c196d08
MD5 c78042a903aec329fcb8f30764bb804d
BLAKE2b-256 f34c4e8fcb183d5f8e8dadf1ca9e590516ea24c3ac07b1d7fb9395071a0f973a

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e6dfa8693fb631732a20de4dcc3e2f8403c20860e22b07a9bfd556b9086a3870
MD5 4e851c0606593976ff728905b9a44fea
BLAKE2b-256 d60a873818164e99a1e3b3b9d182cf9c57f0a3178e024fb00e3bf128c8e56031

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 63eb66a608d4ef058225f9df80c84e5d79a55e7dec8b600830f39e58534bea35
MD5 f64372c0383104e28b981ee2e29d3b22
BLAKE2b-256 7c689aa965b8acaf6a6bbaf1a1a31032074154490ae6ca117d2ccff282a97051

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9c2a16723fa9d921a006bd917a0803fcd063b74b3d7759acfbce1418cbc3508e
MD5 d222fc4a8e4b790823d380c53f2fe71f
BLAKE2b-256 05128bd6172372a979c029ea93a08f911e8de482c2ffdb7830cdc29f7dc971aa

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cba5017ed583b9775f06c13bca197294e73e176f9c457dafc221af016c3797d4
MD5 20de4494077f3342797cdb30ef1278b0
BLAKE2b-256 ebb0a7e3f134a197f893d46aee1f4f88174b50df28a023d89958bf6c071d8483

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.4rc0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.4rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4f758f20c69f98f3c00fc2ef395c9cd30aadc00e028aa6b1632178a45a9e30c5
MD5 c30f4df71aa7c1d3cd420bafc2bc1eed
BLAKE2b-256 9112686a7d6158a8e978fb0507c4a1b24a5867be0da18951924007f12bbedd54

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