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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.5rc2-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.5rc2-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.5rc2-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.5rc2-cp314-cp314t-macosx_13_0_arm64.whl (11.5 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.5rc2-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.5rc2-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.5rc2-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.5rc2-cp314-cp314-macosx_13_0_arm64.whl (11.5 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.5rc2-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.5rc2-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.5rc2-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.5rc2-cp313-cp313-macosx_13_0_arm64.whl (11.5 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.5rc2-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.5rc2-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.5rc2-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.5rc2-cp312-cp312-macosx_13_0_arm64.whl (11.5 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.5rc2-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.5rc2-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.5rc2-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.5rc2-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.5rc2.tar.gz.

File metadata

  • Download URL: passagemath_eclib-10.8.5rc2.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.5rc2.tar.gz
Algorithm Hash digest
SHA256 268c981d3acdf9e24162356356bf321ea21cc72964afa367a39f9f1e4d82f831
MD5 cc85e15db96a415e88776c3a9189efd9
BLAKE2b-256 c85b49f9f95c04607b811199df18cee0f695db95fcf2adcb8e95974427bdd0a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8594919a26d6e40813f0acff225b60cecc9b26b5d8553577d2a5631db341d750
MD5 da434e03a075f9211c2da81dd21fff53
BLAKE2b-256 1f8778cc964b93f27391310fef4c9f80adc256d1151aca812dd3c229b2aff113

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ba1c91253d8bb11dcc102f8e76a157f07f156c3baa0806b88e00d7908e7e95d3
MD5 24c5a8e2402f779900a65c487407f3d8
BLAKE2b-256 37c66fdce65b3c25f4d423f0f467d2db87084ced7c03bedbfd709f89f024ff2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2d2ffd82a8c6c473eeb68c6adec00b4362d05d632480d3398dda80bddb005711
MD5 0ef883eaecd921f7928850c460e54135
BLAKE2b-256 e08d50c2ddd53b8e6894f2ccb22c2b8427b9d15f6f415d06acf3ead45c8273e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 37c894d43db53908afb0c9c3be76b990b486bb310b5cc314d08daf3072820a56
MD5 539ed63ec77a7b07417f42dc0a043fcc
BLAKE2b-256 0510c36a00273cf096f5e3b02a2c61c93bb709b91794c7b44bef1bd05515234d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 258d8c0641e5c18708aa9d495f4c825453248742f45eb4b43a85964fa608946b
MD5 5342006700b80fe77ee061463501aaaa
BLAKE2b-256 4edfcdc988e1669075b0243980f16c3ca68286254c1242307e187911cbc57c7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2c22a076746bb1e9213d2679d049ff177b3a679e110d4433e4368cada0f11da9
MD5 3592b769ef94b80dca177f64eede38bf
BLAKE2b-256 80f2b0812765ab5944e91b156afd2c0a0bfd82cd78e499421946d94381332deb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7e762e38ae7fb67fb1ed0b77e2a4d99f4a61d86b1e1cafa50a19421b380dbfb
MD5 a1be1b4558e7c825a580b5ec3ea30de4
BLAKE2b-256 c8ba304aaef2a43c49fc5c2bde4dde6bec66abb5c391ac86935963edc59dd4fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 78d70b9fce96626c7f0ace1659a0d0fc077e7bbf6a9bf188b4d7dd8b0035a0ad
MD5 46d5b3056cacd901aa952dbcdf2733b7
BLAKE2b-256 c17cdffec1dbe91284c34eaac96383b790b6ab63548f193a00d0c04d7417868b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9b8bf84d5e22e0e862ee6fe338236914d35258e2533b13b9c315671eecff8513
MD5 44c94f863771427602909c022f2c1320
BLAKE2b-256 58950a25a1067be9d0e45d95936c7432e8ea01f8b8865e661f7a11a94e558a36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b51304d7daa82cdbde0441630131c0b7716a7180fd9f72219a4bbdc8f4a61069
MD5 aa881a3798b4c9a862f38d3d69438b55
BLAKE2b-256 681a6346ea04b425f9de61cc6cd0571c2e84b9c0f9cb8ecb2067d5fe0d96b422

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cc78e9d14360e3e38196062aa02128103167531ecff1914fcebc1a4344d0befe
MD5 f2c93a6804a31d0dd3313ade09de95b4
BLAKE2b-256 c5aa9a7ceb8189cc9030d481ff92253bf3cf25a7f568ca93d68b3a42cbc134ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 738fd55b6d8b0000fdd005a91891d9446896ca31eef1ae16b34e87429e003e9d
MD5 4e6d03618bde8b24829e8f656b797a72
BLAKE2b-256 95ff0e50b3f26c70fc0bfad902e95cb6a4630bb1d55476aa416be57e75b317eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a4be54a6b2c444fb02d5a505d3b8f1a1da61fdd5a94d60752ee317d1b0fe6f9
MD5 4887d6e09dad635d83d95305b849f8e6
BLAKE2b-256 fc7ec425db81c4acc2a7667645c16c384873ce457569c6d9c20a498c6d2afc68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 278bf94fcd6ff8d6ef37e2320db8c3fe6086be4a642530d80e2b8db3227f510a
MD5 1d902a4df805dd3fec21a634afec39e2
BLAKE2b-256 771cf75de469741b1b8af5ac6b447f8820c946ab76c812552574a7faf3f056fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3e335238621151ff3b6881d9ab403bff4d3fd8bf64d2f79c576c8fd8f3abb92e
MD5 d95f4a526f5f5d7c0e7e0d229aab559c
BLAKE2b-256 db5e87b0920153afab8cf9c3f3a58f7e11c303fe562c70d2e90e39d331ab0526

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 893711d727ff9c8d22ed69caaaf010af83047171b36f765cf8bd089337586fa3
MD5 a411049559717ded9808bf3294aebcb5
BLAKE2b-256 482dee68a3c41ba3034d2ac8e4d513076640f4d2c2758dafe7f992ac6fefaa31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ff2c14a44a2e3582b1ac0c712785f95860155ee0b8ad4ff1028b700b0f7c5fbc
MD5 fd84935bcc1c99c9b7a08dc4409afffe
BLAKE2b-256 7b582173b83d2617b6a6244871ca7178a52a64d92549b7a7406253b8ec5e8265

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a90b12e1fc2958abe3d4d71c2e88154b2e4734c8ab579a1cf213f8136f893fd4
MD5 9fcc0cd16ff2af7db1bd41fdcd364488
BLAKE2b-256 6ee5218d0b7daf27b91d03e8a64264ea7cb97971d1d0f1c108f3684e0c24d301

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c89b2410940299624bfc7d68fe3f01f000a45e0de0bee92565efc497e74169d
MD5 0f5d133da86f978584ad220e346c975f
BLAKE2b-256 f9f9de59341c2e82a8a6f4649788d6446dbe9d5ad0c7b3ce8ba6b4390e3561a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d4ce3b0b90d9c8742c4d993b8d5b5ecfb371835b53d6888962e1306ba131fe6c
MD5 660fd1f6e10d8d43aa412249468e5524
BLAKE2b-256 5fb1a37189f77b16047d74463943629d8fb1d00bd48270de1e03c4288b53cf33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8b3347647e17d0bf9e2a65e473a873504665dad3101d92590a5a64616d661389
MD5 b7303ea5525038110cff416b4c1983cf
BLAKE2b-256 02097426cba1f9ca41182001176dc3c2a458d2a76926953a4cb916e8bd7c328a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9320f2e8521de10e5d2fb75fae0cc31667c3dc3a807351fca97b8da4d87fa781
MD5 860a5c91b16faecfb4a70e0577d89b21
BLAKE2b-256 2e5e41d7628be5c817ca587605e362d8c5de5a67a94809db45658d10c287a684

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8df49811c965c26bf7b869a05f3d408a2a2ec846082b3a1cf9ff752ac30467ca
MD5 035cc195feaf0b20785a6cb24fcd6552
BLAKE2b-256 a2ccd77ba97ff7b47df47cdce4abfa42a7a40c45030da10eb7018595c59f3d20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 027cb6f6bb59544585866ac88eda89e4b8ad6daded039b31dd0da83f4576394b
MD5 ecff65fc43734b2f44b6c04292835762
BLAKE2b-256 8675396f47f3530ebcda14f69364ee0c9aebb45e02d2aed4e0ed91c7d09984d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf0bcbbf93352aa1bcde8c4a9224e7b7b16903c1bd3d0127b254db47ea4a7479
MD5 a3424c3a5f732d96555d60bb6c33fc9d
BLAKE2b-256 7b565e26f4393b72294561e12cece1d7fd20da44cee4e83fab8bf0600c54fa03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 65fc5b9c41a7774fe7620c6c727d69b90dacb3889201ffa1770ace6327ed7f31
MD5 8f85d48375cca28be666671e2f23700e
BLAKE2b-256 f70ffd31accad1aa171a9273bd709f144977fbc24495e50da6e5248479257833

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5cd129bac8c02345722310d2cb30eb12a5e79d5dcd72692a590aad40d2bb60aa
MD5 ca9a09c32037e8947f9873cd7864654d
BLAKE2b-256 b63748ea2b18e8a9a3b882c5cae8472656fffcfbe28a2aa82dd0896940651958

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 56edb558f89a5859a77fcbf67b676578bc36d0823a61f358076c6e30198bb851
MD5 5ede63f7d6dd1ec156d087110655b865
BLAKE2b-256 4d0637344dc9e6d6ee7c1e208cf8f8f097762c8b6ea640aa86cb5db993674c5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 42121b683111a4dfeae2a904c05f1bec86d6985c95970768a8f44f02d06ffd43
MD5 a631a25a31143a2649614fd45107b2b5
BLAKE2b-256 6852bbeb8779dd38bcfa86e6fc2e8db9110168110cf1fa3bc0f7ec0c7069bfeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 86177efa96e15940df98b64dcd63b1f843afbf39ca53c4e3173de84f3a12532e
MD5 def0ae36922a40db663088118a7b804f
BLAKE2b-256 965cfd7948ef767f2f9d9ca1053a3edf4c1e792474d0795097bbe7223f86cd37

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