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

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

Built distributions (wheels)

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

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

Download URL passagemath_eclib-10.8.12rc1-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
138a7608db333e0b53c589ec8552d7423c29be3fc7e84de866b50e21318bae0e
BLAKE2b-256 checksum
How to use checksums
5061c26c52ed6b4cb51e28a8e66fae3cbcd4befb3105c0b423ad3e99449d8391
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.12rc1-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.12rc1-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
0e311c1e0124d72642ebae17289aa5c70d78a3de45398ce6261e1e72cf068b32
BLAKE2b-256 checksum
How to use checksums
76d2db177f9d73cd0fe69a587c64a0eaf0375c61c57ca64648b8b974ccd87135
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.12rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.12rc1-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
bbf41ab403fd08a5f1a382aea0b25fc3a0be301d9c97135140806e85a502cc57
BLAKE2b-256 checksum
How to use checksums
38fc6923ff96eea18ca3151450e3725ad18dbd2203ba31ee1a997016b89a467f
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.12rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.12rc1-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
e89e5337f3a531da42add1df376009794fee03f84d1510059d97fdd8d435947c
BLAKE2b-256 checksum
How to use checksums
9fe2572e594cf4218bca4384023c43621b787e9674096bbde99141a273d63ce6
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.12rc1-cp314-cp314t-macosx_13_0_x86_64.whl

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

Download URL passagemath_eclib-10.8.12rc1-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
bdf8a78daed25af7b5d3a3b0a173188dab1762fea8513647e4e6362a4803b400
BLAKE2b-256 checksum
How to use checksums
9ee36fddc8c548429b87b183cd59265d72fd2b2df48138c02af70faffc6e3a73
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.12rc1-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.12rc1-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
3042e205b7ef5fc7c1bdab9fd42838b5dc1f680506a0807cb2eb33b820a3941c
BLAKE2b-256 checksum
How to use checksums
716274b8bbe8bea3c229b370f4e4e53a3d4408b754ae5fa66ccd8a335a5bcb64
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.12rc1-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.12rc1-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
a4ee2befe2602a4cdfb4e377c30494a9daeb4c85cde8b51117a15e1a9d17d7b1
BLAKE2b-256 checksum
How to use checksums
8a1a69f73a4c6f416c26ba1cd8e49932892ad3f5075629457a1b3c35fccf3c0d
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.12rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.12rc1-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
ca9b269d51f672915115d6e29aed692ec05f17b717b9a7b4d616ce0e00cafbb3
BLAKE2b-256 checksum
How to use checksums
577b1705e06ab89ff01f91ac59753a8ee986e4c115f5453bfe08bb4c669cc38e
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.12rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.12rc1-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
55bb52a787325f6eaa220ba43d93e14306adb4a855f43274e93a5c31e43e3db7
BLAKE2b-256 checksum
How to use checksums
7b223e032c1efc7197f68378bef4a7d145cc12d8b09f30c5e976840fba9ea68e
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.12rc1-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.12rc1-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
bcdaf7796dc963fea6ca2618decf2055cb32ac8e0dc0cc39d3c81920fa2a96ab
BLAKE2b-256 checksum
How to use checksums
7e43786ecb8ad37fed2dcebd6a148e70ff5dd66bd44b1fa166d171f837f91e5e
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.12rc1-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.12rc1-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
3540042f5775a857d6d7a64d3ed2a20135db817cf3a696e5d9ba7114c5a86ffa
BLAKE2b-256 checksum
How to use checksums
0ef92cdacc02eabce98a14d7f23adeb43352b77dc73294a5c0eaef766f91f2c0
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.12rc1-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.12rc1-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
cb6f7570c7254c4c8f973f6b1e93bd607d8844ec96674512b41d30daccf598e3
BLAKE2b-256 checksum
How to use checksums
01665817013b7dec70c4c6030ba847e839ab68313d7860ea428172273bdaca0f
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.12rc1-cp313-cp313-musllinux_1_2_aarch64.whl

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

Download URL passagemath_eclib-10.8.12rc1-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
40f01ea4444c58aad23e31d9074146d1b7c8965c06d972021c009dabf2cf58ea
BLAKE2b-256 checksum
How to use checksums
17b0c2a99c4cb301ac2ff7e67a46c74af279cf2d1a783237e4b1ee08c4465e05
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.12rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.12rc1-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
b99d77a7daa5c447164d5e54993b3143d2e1b3e89830ca35bca58312c3355e16
BLAKE2b-256 checksum
How to use checksums
2e41afffa6497ac6b20774dd753d42c8745041beba3de950304dabb1fe951e93
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.12rc1-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.12rc1-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
edb55a6aece8f2ebec8db105c4c527c71fc7c5c0a9d916e1b4783acda0a4b224
BLAKE2b-256 checksum
How to use checksums
08eebd9bab24c21de1cd9992fe983adbcece111e799327739913b302742085e4
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.12rc1-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.12rc1-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
e32c82f3009eafc8278ff48224a2ac6a17067ae830fff86f3bcb5d0799db1a1c
BLAKE2b-256 checksum
How to use checksums
c41dd22043e098976552a1f86f0b34e7c8f6e0798e4a18c3e38d319386076b49
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.12rc1-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.12rc1-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
bc9b80b44363d49ec9c862e0a1579fd762f22de04ad99e5e1d33928da91ef332
BLAKE2b-256 checksum
How to use checksums
c2386efc76a11b17adac23c21b3048ff74dbab93c3fa656af48fe01c44c2b3ae
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.12rc1-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.12rc1-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
19f269629acd3e468c2f64574b754088fbe0af106656e7ecdc1e6358aba20b4d
BLAKE2b-256 checksum
How to use checksums
2890e853d8b6baff583a432ea30fa95aebd7ba51d6cd30879f786d8626c4f6f4
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.12rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.12rc1-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
32d58df526d0dbaf808a521573015435b858325447a530712c6ee04280f995da
BLAKE2b-256 checksum
How to use checksums
92eced911f9ff74471b3c5c3fa6ee0856284708b646bf4459db414b2cd83ccb2
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.12rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.12rc1-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
9649a8380e2c4c7ba00d9c1e1749ade5aa4aadd700c805073ef2b377aa42ae15
BLAKE2b-256 checksum
How to use checksums
2542d0cb702100a5782ed778b1d86069adda83fc2bc49fc012dfc9425688175f
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.12rc1-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.12rc1-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
9c0e284189bf033913e9c556db42644bd635c529129ffdca0b2b6fea2137129f
BLAKE2b-256 checksum
How to use checksums
063e8e50249be6f35fa9db5ee9881073eedab4d57738cca54a82927304bf4f7b
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.12rc1-cp312-cp312-macosx_13_0_arm64.whl

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

Download URL passagemath_eclib-10.8.12rc1-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
d7e60277b4c64ac08558b26bda829df57c849d95ac82ac67e1e7a1611d12e408
BLAKE2b-256 checksum
How to use checksums
8b6e0f6ffe9a906d82ac07978f00d069a5e79cc20008f1a71359d635b180c47a
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.12rc1-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.12rc1-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
c8e5e66e4aec48b176298771ab4799b75dbb6346c03e92a6ca09759ffb77a988
BLAKE2b-256 checksum
How to use checksums
c79c1ee142e9a3a4137cac44e6f1e8cbb94fcddbe301ff39117211a67d32c67a
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.12rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.12rc1-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
73bed1c4084f0d6f15d5bb1b0c8d2fa78edb955c1770d71b118231b199eb4650
BLAKE2b-256 checksum
How to use checksums
d3f64a7b51d5c5d9dc22018ac91b135047a4c25b74138779d3a5313240d59372
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.12rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.12rc1-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
f448cd393b61804608f717b56edd3aaf5746b30e28390ca2f7562e23ba982599
BLAKE2b-256 checksum
How to use checksums
945b61b8482a3589ece948530aff4098a6f546c869eb25a85b96aa1843acae08
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.12rc1-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.12rc1-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
daeea21c3ec9df51b2a619be8c762ba31cbce1daad0b114fcfaf30b00610e884
BLAKE2b-256 checksum
How to use checksums
acedbeb91e5ad4bb0a553b38fcf2419378710ccf3f1f2afe0fca1a10297423c5
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.12rc1-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.12rc1-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
baf6d1aa536aaa54b2bdfac15d27d79eca37f15a81b96b81c2a51a1ad9e113c3
BLAKE2b-256 checksum
How to use checksums
04c6e2b9dab2ccb4ad685777316f76264a393aacda2212db5d05a2df13b0f54e
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