Skip to main content

passagemath: Elliptic curves over the rationals with eclib/mwrank

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

Release files for passagemath-eclib 10.8.12

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for passagemath-eclib 10.8.12
File Size Uploaded
passagemath_eclib-10.8.12.tar.gz 39.4 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for passagemath-eclib 10.8.12
File
passagemath_eclib-10.8.12-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
passagemath_eclib-10.8.12-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
passagemath_eclib-10.8.12-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
passagemath_eclib-10.8.12-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
passagemath_eclib-10.8.12-cp314-cp314t-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64 Details
passagemath_eclib-10.8.12-cp314-cp314t-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64 Details
passagemath_eclib-10.8.12-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
passagemath_eclib-10.8.12-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
passagemath_eclib-10.8.12-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
passagemath_eclib-10.8.12-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_eclib-10.8.12-cp314-cp314-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 macOS 13.0+ x86-64 Details
passagemath_eclib-10.8.12-cp314-cp314-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 macOS 13.0+ ARM64 Details
passagemath_eclib-10.8.12-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
passagemath_eclib-10.8.12-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
passagemath_eclib-10.8.12-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_eclib-10.8.12-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_eclib-10.8.12-cp313-cp313-macosx_13_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 13.0+ x86-64 Details
passagemath_eclib-10.8.12-cp313-cp313-macosx_13_0_arm64.whl CPython 3.13 CPython 3.13 macOS 13.0+ ARM64 Details
passagemath_eclib-10.8.12-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
passagemath_eclib-10.8.12-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
passagemath_eclib-10.8.12-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_eclib-10.8.12-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
passagemath_eclib-10.8.12-cp312-cp312-macosx_13_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 13.0+ x86-64 Details
passagemath_eclib-10.8.12-cp312-cp312-macosx_13_0_arm64.whl CPython 3.12 CPython 3.12 macOS 13.0+ ARM64 Details
passagemath_eclib-10.8.12-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
passagemath_eclib-10.8.12-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
passagemath_eclib-10.8.12-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_eclib-10.8.12-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
passagemath_eclib-10.8.12-cp311-cp311-macosx_13_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 13.0+ x86-64 Details
passagemath_eclib-10.8.12-cp311-cp311-macosx_13_0_arm64.whl CPython 3.11 CPython 3.11 macOS 13.0+ ARM64 Details

Total release size: 736.8 MB

Release files / passagemath_eclib-10.8.12.tar.gz

Download URL passagemath_eclib-10.8.12.tar.gz
Size 39.4 kB
Tags Source
SHA-256 checksum
How to use checksums
e471129664bd60947674d4bb26cfdbb41ef4c85ab95114818041e727482d8aaa
BLAKE2b-256 checksum
How to use checksums
768ff3b3a65089520926f3ba2247f3edbf536c46db0f71477bcf59ed5f7d57c4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.12-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 32.0 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
eb306b797188a3f3fd9e4431e08da4227d2c1d8ca0e710920b70db687830cef6
BLAKE2b-256 checksum
How to use checksums
334e9259efcf36d5eab661b4425dc2c791ae8c2686076aa4e9c47eb37cd56bec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.12-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 30.4 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
8becdcc97158cbeaccce466a41fec569114071fad14b2f0de59d0972db5bdd01
BLAKE2b-256 checksum
How to use checksums
e64a0c3fbb09c6a505de08f0ffc5c6d6f0d92ba8187dfa5ce2d163551a5c0e88
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.12-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 31.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
912cef88cf3610d7e019a0b11c674d7c388c53b8c1ee4ed125b05f92c1e6d5f8
BLAKE2b-256 checksum
How to use checksums
5f5e0709a9432714f18a127453f2b75b35b5868f379e0f39f400ed3385987c17
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.12-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 29.8 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
6e94610ec3f1a182928129e9c8d4497b3ff2361de35b0a40d43eecf719f0c50c
BLAKE2b-256 checksum
How to use checksums
1bbc42a9002dd078b85cab5222628698db4b97726207f7a99c828f2007f9abe1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.12-cp314-cp314t-macosx_13_0_x86_64.whl
Size 12.9 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
a4db5f67de38d847fa6faccc6126454fcb40d009f47ecadc01fcf1154be2e390
BLAKE2b-256 checksum
How to use checksums
e74ce724a626074227a4f611f40172abb0a8d52828b4ca9ad34ed63e1c39a88b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.12-cp314-cp314t-macosx_13_0_arm64.whl
Size 11.4 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
40945dc2a111520e890fa9cc832163c03809f6334534a7492164b78e7baeccc0
BLAKE2b-256 checksum
How to use checksums
7447bba140fd625fda15f6e0c7ed1f7a12097d4aef31a89abf1da3ecf8acb0c2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.12-cp314-cp314-musllinux_1_2_x86_64.whl
Size 31.8 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
607bd8c55d61e2bbdd7cd05e5b38541d6e086a735570f88d61627980be25c7ca
BLAKE2b-256 checksum
How to use checksums
cb4528fda3fc9013b75c05c14c9b5415f97c742031865f68a801a97f602c9f99
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.12-cp314-cp314-musllinux_1_2_aarch64.whl
Size 30.3 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
5f9fb6a2a180bbc5fe2343c6436210220d7ca8c2b14d63aafa4e02f2b73e89bc
BLAKE2b-256 checksum
How to use checksums
a447218a6f331ed80b021a0d086f39257756774421fbbc0d16b056bc1d982eec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.12-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 31.1 MB
Tags CPython 3.14 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
9246240654eb83b422b6203bd26bd71a8e7c00ac520ee9ecba4dcf70ea0a9497
BLAKE2b-256 checksum
How to use checksums
bf13ddba6d0e008b12489542e292185276156025b129b79d50f2bed00b0e6b37
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.12-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 29.6 MB
Tags CPython 3.14 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
13bd5d8bb47e6dc01a47abfaaa3121b9107a250d5899ac113a91edf9d84eba58
BLAKE2b-256 checksum
How to use checksums
99dc7b6acbcffc8d2a2153e7302f0eff4d617422e52214a867a4f30d2043c65b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.12-cp314-cp314-macosx_13_0_x86_64.whl
Size 12.9 MB
Tags CPython 3.14 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
1cdc800249f24d85460145a23ffbd2ecb85f73a5ac4cd5cc0c3dc7faa2aa7076
BLAKE2b-256 checksum
How to use checksums
4a7db0ba6c1c297c36e1cd852a79667cb54f3990a807a8e9049d6fa203a9f89b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.12-cp314-cp314-macosx_13_0_arm64.whl
Size 11.4 MB
Tags CPython 3.14 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
1cb8b4a0ff3cb4968b75772bf258fa70e57f636c86e7da8d9aa0037c3debed33
BLAKE2b-256 checksum
How to use checksums
bb76cb7e1d030430d4ce932c15111ac44cb016cf34aa8cf754e50ae0f9404a1b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.12-cp313-cp313-musllinux_1_2_x86_64.whl
Size 31.8 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
d2ba032396276cc3fb3058a6a3f482ef861d6291c387db6787681351286d6664
BLAKE2b-256 checksum
How to use checksums
f8af615d09ad436b6c36f623fba4cd8f256f5cd7ebeb4e9894e843fcaf96e497
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.12-cp313-cp313-musllinux_1_2_aarch64.whl
Size 30.3 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
af3bf45072b0e1116f11d6ed80131819672bf33b29a2daff62317cfeb114f03f
BLAKE2b-256 checksum
How to use checksums
47b9abf9500f0766a2d10aa20a82c255e31277a1e6e17e2438f0cf2476b35d40
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.12-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 31.1 MB
Tags CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
543b63b73fbab8ca95f60c9600ab10a1dbf27ec1091bd158ac74e5b9484772aa
BLAKE2b-256 checksum
How to use checksums
ea0e2b6cf76c83a4ab4278e9a17e0c9c40289c070de9181356c460be2e1e6e07
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.12-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 29.6 MB
Tags CPython 3.13 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
79551d9da2dda9c756312ebc02dff1a556cb7352d4b1b3fabefe3b851e7cea82
BLAKE2b-256 checksum
How to use checksums
b6d47632ca6f81026cf8e92b53f0c2c7779e1f6c4454f378e0b48102f99214b2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.12-cp313-cp313-macosx_13_0_x86_64.whl
Size 12.9 MB
Tags CPython 3.13 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
dae094760720d5d23c243999cccd022fe0be3c099245db2dc15126b2aba0effe
BLAKE2b-256 checksum
How to use checksums
e004a72c3631c08a89bce4b05dece08947d16891ad1ad243440d7fdb6b8c9853
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.12-cp313-cp313-macosx_13_0_arm64.whl
Size 11.4 MB
Tags CPython 3.13 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
5c57e0a3f718227fbe4b2b331b0a183d07553f5553238c6759b63145e9bd740a
BLAKE2b-256 checksum
How to use checksums
257f16f96a9d8c4e0a8c9b20ea1861d27da691a47d9f031e70b1912aaf019d7e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.12-cp312-cp312-musllinux_1_2_x86_64.whl
Size 31.9 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
209e277f6feb97ef3082c0fbcce3f88b3609dcd5bf502f22587de5dd22af2052
BLAKE2b-256 checksum
How to use checksums
011d5b9db6039eb04722a024cf1a0ab5cfb0e3c7ab43733a33d1a2bb61c10cd4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.12-cp312-cp312-musllinux_1_2_aarch64.whl
Size 30.3 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
604f2089b41c3088f5c99b9092f0a7fd2094f9997d69f01726432901e58c654c
BLAKE2b-256 checksum
How to use checksums
55f9ae2339aa9c2a08485962e7cec14424f4b69e696597cd98ce5178da808b68
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.12-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 31.2 MB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
39684aada3b5ff1d7abcfcdaeba66a7ac63ba7dc7fbbfbb9be3658885d308235
BLAKE2b-256 checksum
How to use checksums
9b39f6e01602491f0024fdc5d06ef1ae3f8a1e40b996b1ebd9e0d5767a91fdcd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.12-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 29.6 MB
Tags CPython 3.12 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
4ae141026966361c76300a42981911face69139449a732a08b1fc4bcc1141b67
BLAKE2b-256 checksum
How to use checksums
2ca134818b7adb1dc57f9ddee8c3803125acbf40792358e57854c5e9ae7b64f1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.12-cp312-cp312-macosx_13_0_x86_64.whl
Size 12.9 MB
Tags CPython 3.12 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
6ce1b17a004e4354eabe542d72f266577ccad665b019f621113d6c1c665c2040
BLAKE2b-256 checksum
How to use checksums
5a4584af69437faeb4eaa0ea717de22b8db7dc443c82e8cf42010913feff1e98
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.12-cp312-cp312-macosx_13_0_arm64.whl
Size 11.4 MB
Tags CPython 3.12 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
fb34073ef1e5eb7da9379f0fdf83c182bd14bec36f28743fe2144e9a18a1a13e
BLAKE2b-256 checksum
How to use checksums
8a6727f3e089995b1e12e28fa2da2c3b9b8e71a4fb4a7974f9f69a4f21056094
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.12-cp311-cp311-musllinux_1_2_x86_64.whl
Size 31.8 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
efa6629bc0c67c38e13d4ce2dca6ec631f4a320f8501e112a856f1fb5e725c48
BLAKE2b-256 checksum
How to use checksums
913bcc9ca2e7f577c431880a015cebf15fc2eec39ebe8ebb1361ff5ed41d5ac5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.12-cp311-cp311-musllinux_1_2_aarch64.whl
Size 30.3 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
25fff57965088a5a96e426fd42c8c12d5cd7b6ab3e20392bcee14099c041ff51
BLAKE2b-256 checksum
How to use checksums
599d69524cfbb9679f684d125777f4b23118d83a3b0f44636530b6fc0fbb97df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.12-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 31.1 MB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
d7c8196e9d58b9ab428a08ab8cfda69986c062eb6f4d083ab78a7e5350a09cc1
BLAKE2b-256 checksum
How to use checksums
0dec1730dd3debb3db1de4af5d9309c414578b18bceecf0ab79a114aa90064d7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.12-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 29.6 MB
Tags CPython 3.11 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
c80bc42570ee9b540f2a6c197b92ff977a5c60f52d330f8ee2bd73acc307c500
BLAKE2b-256 checksum
How to use checksums
d7047575827c1f348e5ff55713d4eeca887584a7dc84b203d4087cfb2e39c7ff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.12-cp311-cp311-macosx_13_0_x86_64.whl
Size 12.9 MB
Tags CPython 3.11 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
5b41c42c0216ba76e39333630c3a13a245ac731e7ed91da0bde2dade8c296708
BLAKE2b-256 checksum
How to use checksums
4bad964813781a625f37ac7aafc37066d5ce7a86fc03b25c6ccf26057e1f0a50
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_eclib-10.8.12-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.12-cp311-cp311-macosx_13_0_arm64.whl
Size 11.4 MB
Tags CPython 3.11 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
8c4d71bb7d1ac6feb934f7e24cd52ae6ca62faee449409ec3b861daed6fd9e3f
BLAKE2b-256 checksum
How to use checksums
b1b4d39ecfa847d5471d3d39da8214b2e27666665c1f45484e04aa7bbe28f514
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page