Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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.12rc2

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.12rc2
File Size Uploaded
passagemath_eclib-10.8.12rc2.tar.gz 39.4 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for passagemath-eclib 10.8.12rc2
File
passagemath_eclib-10.8.12rc2-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.12rc2-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.12rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_eclib-10.8.12rc2-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.12rc2-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.12rc2-cp314-cp314t-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64 Details
passagemath_eclib-10.8.12rc2-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.12rc2-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
passagemath_eclib-10.8.12rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_eclib-10.8.12rc2-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.12rc2-cp314-cp314-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 macOS 13.0+ x86-64 Details
passagemath_eclib-10.8.12rc2-cp314-cp314-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 macOS 13.0+ ARM64 Details
passagemath_eclib-10.8.12rc2-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.12rc2-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
passagemath_eclib-10.8.12rc2-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.12rc2-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.12rc2-cp313-cp313-macosx_13_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 13.0+ x86-64 Details
passagemath_eclib-10.8.12rc2-cp313-cp313-macosx_13_0_arm64.whl CPython 3.13 CPython 3.13 macOS 13.0+ ARM64 Details
passagemath_eclib-10.8.12rc2-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.12rc2-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
passagemath_eclib-10.8.12rc2-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.12rc2-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.12rc2-cp312-cp312-macosx_13_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 13.0+ x86-64 Details
passagemath_eclib-10.8.12rc2-cp312-cp312-macosx_13_0_arm64.whl CPython 3.12 CPython 3.12 macOS 13.0+ ARM64 Details
passagemath_eclib-10.8.12rc2-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.12rc2-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
passagemath_eclib-10.8.12rc2-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.12rc2-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.12rc2-cp311-cp311-macosx_13_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 13.0+ x86-64 Details
passagemath_eclib-10.8.12rc2-cp311-cp311-macosx_13_0_arm64.whl CPython 3.11 CPython 3.11 macOS 13.0+ ARM64 Details

Total release size: 737.0 MB

Release files / passagemath_eclib-10.8.12rc2.tar.gz

Download URL passagemath_eclib-10.8.12rc2.tar.gz
Size 39.4 kB
Tags Source
SHA-256 checksum
How to use checksums
d98e8ae6df1b635ea58e7c69446c6dd61a27f1a263f8e8a87355ca9b7c1fb0a3
BLAKE2b-256 checksum
How to use checksums
7270ac36ee5350cc2e0ef15ec8861024b813305abad07afa93ab0497aba3de3d
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.12rc2-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.12rc2-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
84a9778f07a7815c9c3c3e8b89f6164c1fd3dd38d5931250c1e0fa3c1554d35f
BLAKE2b-256 checksum
How to use checksums
48a9a3b23a57c89655c4645c2752368dd2eb166385933e897064cd0ec0c15190
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.12rc2-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.12rc2-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
b1497af3f0f24299f7fe0296d1a09ceb2fcf8fd32615c7c1de37c75c105c5548
BLAKE2b-256 checksum
How to use checksums
c38b8dbb2d2925fa2826a5f3f83f81de0b3baeb4bd957ce7fb353eebfc25e2bb
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.12rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.12rc2-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
5663617a3f411142d3f7b5d9978682030fe210b73d088824b85c105eb835c0bd
BLAKE2b-256 checksum
How to use checksums
009b395413a77f3e3f1b15340453b38f95b4e44b971cb715a86d9db264d8ba35
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.12rc2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.12rc2-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
ceb39dfdb00076dcb274e29e1a79555791570bb522d30d7b0b67e250a06fbb06
BLAKE2b-256 checksum
How to use checksums
dce26f887a5f8166e42daff95faca196c983a61b36a9147dfb89b49f0c3ef8ca
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.12rc2-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.12rc2-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
072671cf15716c009cbfa4d70985b37594f9c95b183e5fd30a459eec46aa1e1b
BLAKE2b-256 checksum
How to use checksums
66a410b18e426bd073ee86125c31df0f2f70e397c3db16aa80d71cbdd2bc6905
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.12rc2-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.12rc2-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
8ff4530049875e7cf70da4bab952bdb90eedeb8ebee9898da27e32a580bfbcf2
BLAKE2b-256 checksum
How to use checksums
63440cc1816c24b6692f3e70eeb21111633ea33612464aadbd2cac598b8351dd
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.12rc2-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.12rc2-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
1b1c1ec1fe253756ead6cdd5bdc4024ea0a838d444965d95b2f49cd4b5fa30c0
BLAKE2b-256 checksum
How to use checksums
99058e20a73c36698b1b7455cf6f8a2f864f37371ebb46eaf78cb660c52d2b29
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.12rc2-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.12rc2-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
f6954913617ab432b91037bc0c825b84c812a03a1c9425e79add13d3a9811483
BLAKE2b-256 checksum
How to use checksums
053740fef799b1fbc1818aef6e5907a91d3dd64040f69f6b2a3dca68bfe8e4ec
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.12rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.12rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 31.2 MB
Tags CPython 3.14 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
9bb21c9c72639ec47ffbe51f439356509f7d9779ac586ae1a064fc4b1ce98650
BLAKE2b-256 checksum
How to use checksums
0aaf6e1a72e2e3d7a5e25363aa17eb02e86e4c530f6865db8717932193bd4067
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.12rc2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.12rc2-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
b2325885f07d56b9d1a94cc899256c652a6f58a9550ac8a694cc94713121579a
BLAKE2b-256 checksum
How to use checksums
18f94ac133495f3803d4e39d57eb8d213b564f1c61c5e80708d3348605831522
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.12rc2-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.12rc2-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
ed27de86e75404b2d1f44e520d1e99081b942661240f4bf64f65a5293c77cbeb
BLAKE2b-256 checksum
How to use checksums
82b8a59148f60b45b54fca6852b7670b02e0bc84edc0bceaf258729c9fb22a57
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.12rc2-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.12rc2-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
21804eb6559bee91db5409fc1be871c5c0918cdfd97d26aae890587a7abdab00
BLAKE2b-256 checksum
How to use checksums
e660c12ca70ae1c69e0094555cf98a107a21f25defd97c60a21877905018e483
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.12rc2-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.12rc2-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
c09c88479329a708ac700ad7d7322afbe172520548bfcdd02da008d7da5817c3
BLAKE2b-256 checksum
How to use checksums
db1edabf0fc00c8288ad68fb1ce33b285ed7c07f0fe3323f48541edd0c211f97
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.12rc2-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.12rc2-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
d743686ea8bd591d9d31ec78ac48309ff1f1a19c08bc83a7f6e3db0e2a6c3e3e
BLAKE2b-256 checksum
How to use checksums
c82b6ab50b364862a4750bea09dc973082e3e10ec967caad8ae92df43fedfb87
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.12rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.12rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 31.2 MB
Tags CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
ec9e64c2643a3797a6d09a6ca63e6bf8fe3149577f6c03fd4364bd5a215f0925
BLAKE2b-256 checksum
How to use checksums
eeddb960ab8627e17d9caa4f5168c00a70644c81e8181341d4d39f799066f48a
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.12rc2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.12rc2-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
4c0cc06969ff4d8329cad10c62e66726cc57f6007f6ea7490750c6fe801b9d0e
BLAKE2b-256 checksum
How to use checksums
03138decba8c12ebbc7898f22be243f2989e356178050fb99b915b622b31e65d
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.12rc2-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.12rc2-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
47f4c892e3cd256c30cdfd326bfd666215971f802dd7323417533472d9e23e0f
BLAKE2b-256 checksum
How to use checksums
9d71809056bd9cc145b3fd8fdb9a72e2d78dc4ae85c6f4465cb25519de7a3b44
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.12rc2-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.12rc2-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
9f4e6521406c0b2618458c791a4d681bd71c95b76add2b09d8bdbb91bad024aa
BLAKE2b-256 checksum
How to use checksums
402f7a69e20619154a4f40889471c153081f0d9d57a0c3d57a7f3552e13905ec
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.12rc2-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.12rc2-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
32e02570dda05c9bb389c004528ae1d252c53eea5f84095c938c379c75f8c1c8
BLAKE2b-256 checksum
How to use checksums
f8902ce9028c0bade1ef5c8edd1a35eb80368da74f47fc66891ca66dcabacaeb
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.12rc2-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.12rc2-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
813f772c94717fd07ecd131b95583b95f0315729c645c2c5afe08b62ec0d2e46
BLAKE2b-256 checksum
How to use checksums
1927ac7a38f9ec243ab7ad98defe68d06903d8249996078967916cd17724d0a0
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.12rc2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.12rc2-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
6ecbc792899264d8e83e77420e9be56349c64e3b7041caac9ca7227548f4c079
BLAKE2b-256 checksum
How to use checksums
efc69f61cd470303268e7a7dc09122a1f1c350ea204f9d4cac76c85aa868fb32
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.12rc2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.12rc2-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
6b876d6732fd54148544039f3d3b46230f69199dc7d37e0dd69e24b7529afcc3
BLAKE2b-256 checksum
How to use checksums
3556a36a4e39783f3bc42901fe6a14568828b097efc9e3f5e90b3ad1bdc95a86
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.12rc2-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.12rc2-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
2cf6f7796677ee2c2240e3a21b8ea3dade15687d0717e3fe96661ac7cde6bdc1
BLAKE2b-256 checksum
How to use checksums
4a396db0db0fe62e28458c0d354c862d75ad81f8d143b8de1ed7aecc8da2d523
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.12rc2-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.12rc2-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
ef128167108b587ec0fe75a7491033e8f10c6f4884e8209489bef700889c4b10
BLAKE2b-256 checksum
How to use checksums
d00ca8567ab78c2ce35c1255dc11dca9cf40261a812dd00ac128f17806b5aaca
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.12rc2-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.12rc2-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
f79872dfaa5814c542d2299287c752db19126f14261c08e065c7f2e37119be6d
BLAKE2b-256 checksum
How to use checksums
a4ab08c17a46c5eb1b058dcb5f6603b6d8de51bc9dae397d6328910c2b072fcd
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.12rc2-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.12rc2-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
f1873c3664b9686bbbeb776645686066f05abc677d0feff3f51490621ec12696
BLAKE2b-256 checksum
How to use checksums
8a2cdcc522c237013e327870bbfdd779a075644778c65abdc8535dbbd368c0c4
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.12rc2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.12rc2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 31.2 MB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
a5e3570fcda8ec548aabee6288a7ce2bded64a92ac1057a1402fa0b357e556e1
BLAKE2b-256 checksum
How to use checksums
c31554d5f3fa9c2be9709d2a2e9911bc09c4c09a69a7f74807488ba71782ff74
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.12rc2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.12rc2-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
11e393d1e2acef91ed7c2cab22dbc36453af7f6216c58c2da02132a3f3273124
BLAKE2b-256 checksum
How to use checksums
16b8d92fac59435d5176eb23e5e25b70db39b3d17ef929e01b3dff88985635a5
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.12rc2-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.12rc2-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
026893198b28ecf76c06d8618211a622acdfaa776bdde1663c503901161fa18d
BLAKE2b-256 checksum
How to use checksums
f6330e79afec08d0d4537e50ed61bd959fb59d000225ed8ebf966afef94e3667
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.12rc2-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.12rc2-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
3f3c149558618fbf855f92c7c5fa8ebd256257525329e2d0b75a3bafa2222f7f
BLAKE2b-256 checksum
How to use checksums
bdc009722b4450dbb180db3e9398805b97bb8502bed999e2f46bfa588c12cae0
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