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

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

Built distributions (wheels)

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

Download URL passagemath_eclib-10.8.12rc0.tar.gz
Size 39.4 kB
Tags Source
SHA-256 checksum
How to use checksums
1d3c5d2fda1b9b851fdbab79747e0b3f103d3ef4d13037022fe007a870f1f09b
BLAKE2b-256 checksum
How to use checksums
6aed42c3d2ff594fb6680c147328765c1bc3c3138b215610c54c59bd52fc5511
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.12rc0-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.12rc0-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
1226498e18d714ee5e6db0d6db21bac500620d4e98884716ed78c4c9414247cf
BLAKE2b-256 checksum
How to use checksums
609842562c3aceb36f485b4a95756b127c13418ed5a6a3c9fbbeee037fe88105
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.12rc0-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.12rc0-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
352652e6699f7e3cacf8750efcea43ba1c49566f7f167daa16057bccce4dccd2
BLAKE2b-256 checksum
How to use checksums
da37ad0e7c5a31560f576bd4977d87a485b3e217f5763d9fc13da0c71d0ea634
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.12rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.12rc0-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
a0781662347386f1ece39a370f24da9a2a3d6757baf9f109f88824b354fa7794
BLAKE2b-256 checksum
How to use checksums
7d5abaa4a733520b2667793a417e8ae63618c5f8009f4b3a4aa0457f7026af68
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.12rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.12rc0-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
8779b3c5620ab787d2c14d15002965038cb5cc9cf35872bf442dac7b0b445b72
BLAKE2b-256 checksum
How to use checksums
6e85428193eba595dbfe101b95e3a2a0b93f42e39a90ea4f3c710cf771ef3fa2
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.12rc0-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.12rc0-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
bf53502f0fbcd8e5dc25c51ebb65eb605ac4bac47c99ea7d86eaa2fceee68b66
BLAKE2b-256 checksum
How to use checksums
dda5918df8acd4a28022654f92af3245cc6939e0ce361b379209d06472504717
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.12rc0-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.12rc0-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
fb26a2a2b48f193c0a3c816c3c53c54f2f615ba33cf5289237137761a0eec1c2
BLAKE2b-256 checksum
How to use checksums
72f0d5163dafdee6348252b855b84fa4221f5150bb877b2c1c4ae9c50620dae8
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.12rc0-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.12rc0-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
ab29c9be7dbeb58f923668e3b1a328c00f764679546fab708292a7978187dbd0
BLAKE2b-256 checksum
How to use checksums
dae4bc8f1902de865badd9504fe0257a229b74562fd8ab76a9882cd11761a178
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.12rc0-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.12rc0-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
69010432ea8bae023d226738d521843528fb49f64f84543cdf03fcea7e9d1256
BLAKE2b-256 checksum
How to use checksums
5698b6656e649093481c5221f6cbd080ad14bda51665848d52380cb0c74f1095
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.12rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.12rc0-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
e9ed65f63afda6200b76df3c2b2ba2cc5cf0258cf07f4821ed9bb17e8f45ce00
BLAKE2b-256 checksum
How to use checksums
b56a169d32d0b1cfd9a115024de3d2dd1fb90b66e5ddc1970aabdfb6191073f9
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.12rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.12rc0-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
e3c34b10571576ed6fee2d51de53c0226699975847711d820191b2c3db68968f
BLAKE2b-256 checksum
How to use checksums
33499af5e6bcbc37991513ccf151140895c910ff6b4e25ad967e88342da69b61
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.12rc0-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.12rc0-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
48a9dea5811afdcd1dd317449f5b1460d072e949a47f798388741e514c74de2a
BLAKE2b-256 checksum
How to use checksums
1db1963094293155f83f4331eb521fb9f1a30681d311a843a41d8331a788d462
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.12rc0-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.12rc0-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
2fe038a5a2c9c24c2da3f42ec7363ff530b7a884cecb468397034946b6d5a36a
BLAKE2b-256 checksum
How to use checksums
f80309560ac109003b048a9593fccf54f334b410e426f1b84f38ccaa3e2e71a9
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.12rc0-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.12rc0-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
47924e320bee499622226dad93e42e8fc328bea76f15d1ffac666d6b5626bdfd
BLAKE2b-256 checksum
How to use checksums
9138128c78c5d07ff6bb8e37cc1d6252b55429b9a0a8b657cd0f10cff893597b
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.12rc0-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.12rc0-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
5b2d697efe2e3ddfa63b6ce3ea3c965fc39aaf616115ef2d904c25992c2ab0a5
BLAKE2b-256 checksum
How to use checksums
25b0574b7078a5b27262627ec2fdd0727e2237c104d2a51b32d0310f863fa408
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.12rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.12rc0-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
7fa2c3fee852fb2dc084e70fbba98dfd45e34aa1a9371c2c3312d0b806f57b6f
BLAKE2b-256 checksum
How to use checksums
20be45d3cc23611c4d2f7111a4b131695728f55bf514eee2a0ff71cc8df83b6c
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.12rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.12rc0-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
bfa92c63c30854a8f6031e2f0577012887ab59454f8bee31e288e10f0833e676
BLAKE2b-256 checksum
How to use checksums
0354bfb75cdc85dced26c29249e93a0148d9e1ae805d2469f2f0059272eb93cc
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.12rc0-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.12rc0-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
98a065992fc985c563e63af575bb19908b65ebfdb8b1b6a14111a8dbd5df26c3
BLAKE2b-256 checksum
How to use checksums
f8495cb7876e5028d923d11363e2afb71f3627e54ec815bcde4e97a7e61740eb
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.12rc0-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.12rc0-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
7009cb093e4ad50ac58dc424396dd1c52daece8bd12d0638276e6aa267e17a46
BLAKE2b-256 checksum
How to use checksums
094809bcb4d85aef9023ac3ca3133019d158a3637521d04d4a9de447ac350c24
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.12rc0-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.12rc0-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
79594db576a3e2c174761ee7eebd4d0fd3127d0ba10b1107d3820577625d6879
BLAKE2b-256 checksum
How to use checksums
9dbe940e48fbf92e3c7a8ca3055eada4341b7cb9b979d4cf9f26fd94100b4486
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.12rc0-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.12rc0-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
19d5ac6c4610a7a6f988f43cde4ac712703fa44bd9339a8095585407fdd70c84
BLAKE2b-256 checksum
How to use checksums
09e422855fdc6a589e9a9beacbab3fed029aab14a6a057957bfd04e83103b54a
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.12rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.12rc0-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
816ff70c29ed93b7266e57ffa05b544478ab738cd4481a2f9e966ba7091b080e
BLAKE2b-256 checksum
How to use checksums
e02223c3d0c96ca7e784b9b8ffdffd11436c49c35fa045c5fc1dbc7dd9988caa
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.12rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.12rc0-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
d30b8793c0466e42fccc4343af6d62d43d5353ee8d4d42b5c5a095b3a3b43956
BLAKE2b-256 checksum
How to use checksums
0c12ca3eebf5d9f83bcc675c04e4c9bf5170317db0ae538287613a7df86d52a1
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.12rc0-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.12rc0-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
9d0f54e3ff1c888d46e7d54c47f86f465004f28a1026f0d1f198ed0f23c04aca
BLAKE2b-256 checksum
How to use checksums
f4521d29eac8236625dee44e3de31b1be2910e0805596263e3cf469c92deb4c5
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.12rc0-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.12rc0-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
609c186b6da681c69d1f871a8c013139d5fbc8274b9a1866b90a2ce96eb57998
BLAKE2b-256 checksum
How to use checksums
3808a2cdec9d140ac448cc6ee1e8e80eb46e592829d49ac97139651053fbb4ec
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.12rc0-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.12rc0-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
aa8b37e5fe749ca2a65d267b0de13230429516c88c0c92f85d4e6112b6db7411
BLAKE2b-256 checksum
How to use checksums
8312f7252e4602a6e73c258ebb5c484e886055253a7a8ba0f16071dfde69319a
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.12rc0-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.12rc0-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
40fb8d1246b177753e7668cb851e2871b2518e1a6e05b69e2cf62f8ebcfd7cd5
BLAKE2b-256 checksum
How to use checksums
e6dd5ced1ebbd5cc5995e758449773a1215e1e0a8ed0b7a573881379481ac097
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.12rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.12rc0-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
5ee7c7cb7320d149553412e05b71aa8e5b747395c42b60a7d4f40ec58120cb70
BLAKE2b-256 checksum
How to use checksums
be3bee015d79b5641ac0c98f2d5e8a91c84ff4324e06a5d697359bbbc5ba0185
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.12rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.12rc0-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
eae02c22ef59476ce8d24bba648f837cced60c691973fe9c7e6802b71d3b8b2d
BLAKE2b-256 checksum
How to use checksums
24663a2b5585452e60c0b78ee252196e1ce512186a6e36c07434ef75ea09caf8
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.12rc0-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.12rc0-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
fabefbd20dced7ea44c5166f5905c956b9bcee837d2a5a45693bb34dd9921ccf
BLAKE2b-256 checksum
How to use checksums
121c069ce2d1e9396c3c907f85f65ad197c99e6facccd823357edbac33c33539
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.12rc0-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.12rc0-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
093006e4eaed7790f80026ca247a5273b126b7803fbb5311b01b49b4673fca7c
BLAKE2b-256 checksum
How to use checksums
3abec81c665c19e8dc1c39c54a2d2bfb2b1a77fd5392c257816f5feb54d24a4f
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