Skip to main content
Pre-release

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

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.11rc3

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.11rc3
File Size Uploaded
passagemath_eclib-10.8.11rc3.tar.gz 39.3 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for passagemath-eclib 10.8.11rc3
File
passagemath_eclib-10.8.11rc3-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.11rc3-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.11rc3-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.11rc3-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.11rc3-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.11rc3-cp314-cp314t-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64 Details
passagemath_eclib-10.8.11rc3-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.11rc3-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
passagemath_eclib-10.8.11rc3-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.11rc3-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.11rc3-cp314-cp314-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 macOS 13.0+ x86-64 Details
passagemath_eclib-10.8.11rc3-cp314-cp314-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 macOS 13.0+ ARM64 Details
passagemath_eclib-10.8.11rc3-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.11rc3-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
passagemath_eclib-10.8.11rc3-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.11rc3-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.11rc3-cp313-cp313-macosx_13_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 13.0+ x86-64 Details
passagemath_eclib-10.8.11rc3-cp313-cp313-macosx_13_0_arm64.whl CPython 3.13 CPython 3.13 macOS 13.0+ ARM64 Details
passagemath_eclib-10.8.11rc3-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.11rc3-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
passagemath_eclib-10.8.11rc3-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.11rc3-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.11rc3-cp312-cp312-macosx_13_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 13.0+ x86-64 Details
passagemath_eclib-10.8.11rc3-cp312-cp312-macosx_13_0_arm64.whl CPython 3.12 CPython 3.12 macOS 13.0+ ARM64 Details
passagemath_eclib-10.8.11rc3-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.11rc3-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
passagemath_eclib-10.8.11rc3-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.11rc3-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.11rc3-cp311-cp311-macosx_13_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 13.0+ x86-64 Details
passagemath_eclib-10.8.11rc3-cp311-cp311-macosx_13_0_arm64.whl CPython 3.11 CPython 3.11 macOS 13.0+ ARM64 Details

Total release size: 736.9 MB

Release files / passagemath_eclib-10.8.11rc3.tar.gz

Download URL passagemath_eclib-10.8.11rc3.tar.gz
Size 39.3 kB
Tags Source
SHA-256 checksum
How to use checksums
675d3164da6b1e9c74fa1584f63565cf81df787ad7397350b2b2036eee9c5853
BLAKE2b-256 checksum
How to use checksums
c3a0c20ce151c917af186c583873c2e8786bd7103d8ab45695365edb4759aeab
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.11rc3-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.11rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 31.9 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
6736b0a78b1df5ecd3c628aa5f66f141347719f60d62bfcb5d77e4e188427e81
BLAKE2b-256 checksum
How to use checksums
35dbda8305e7f020dbe5c4c30f8ae32c36b5cc845344841b56d4d43c8fa938e3
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.11rc3-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.11rc3-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
c38cb2ec7d0bacd88155680aacb3e48f086f00653347f99ed64c8d030e694929
BLAKE2b-256 checksum
How to use checksums
7f8fff17df0f672f57749557a0654ac85e4301d88f49173c023e336cd1bf58f6
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.11rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.11rc3-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
4240c5d8296cf2ffc33f7427a87a1634b0726d98c5cb63242af8735b2401cc68
BLAKE2b-256 checksum
How to use checksums
050b2cdbff3150570ac3b21d75d7bfecffd024643bc696578a5b38b8e0dcb12b
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.11rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.11rc3-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
a38d9dfd6f75871e5ad3e633ff897edbf6f2f43e6414e6319b13f9ae15ace810
BLAKE2b-256 checksum
How to use checksums
816d79333af4f785061f17a5722a0fe2e6bc678fceea263ecc774b54eaae7793
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.11rc3-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.11rc3-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
24de8c1a4fad0988caae6167c467393e1a4ea2d80eee968fa454d36e30df4acc
BLAKE2b-256 checksum
How to use checksums
6e06a064ea8d447565781236807c9e3d261baec47a62490e2c7160558d3b8cf5
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.11rc3-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.11rc3-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
8b3654237a53178b5d6b02830c2c7b1c810054b7699671ceced09b5aedcb6dea
BLAKE2b-256 checksum
How to use checksums
7882e172e948114c8585e414d9a782c8efd2ffdd084f202c3999bf31e572e970
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.11rc3-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.11rc3-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
600d1492da752c251b5efe56608543430f7b2b5f97ab691e5e40663c47c93dc5
BLAKE2b-256 checksum
How to use checksums
2bcc3a911335a6cf8d282f1d8fefc0ce57c82a53980a79f03c4a658bc533569a
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.11rc3-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.11rc3-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
0910b8c9cfcb739c500d4377aee43c75535423e657476db2d7b26136c89f723e
BLAKE2b-256 checksum
How to use checksums
e791d4ae31bfdb841c8a76007681e4aa24c2173c5403828b8263b2f6339bba91
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.11rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.11rc3-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
1b34b4a38619daa4bf328140d940bf5bda7a906d63f983529ed34ac497a2c47e
BLAKE2b-256 checksum
How to use checksums
6f4c6fc2557d5e9c6af03e5e614456fb529dabc9fa89cef8f043ba50c27bfbe1
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.11rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.11rc3-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
552f4ceed8d7b2881873f612bf6eb99cb884e2bdbbba1be72c035fd356ee2947
BLAKE2b-256 checksum
How to use checksums
db3fb6182099860bccdfe5ae8f05b23c50ac9af9dfb4bc0af74b23a2d45a1d38
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.11rc3-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.11rc3-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
af6e32005378a9cc2110f769201e0ec7f65ff1ae447ea9ac138e9d838a3bed29
BLAKE2b-256 checksum
How to use checksums
14b4955b5a45c9a6ccdf3054bf967f4d0494c737ce39a6daddec52e63d8e0b3c
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.11rc3-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.11rc3-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
0e0b244ebd0065d97ed6240e7f4d5173073cbaf0e8f01798c885a99101ab9ece
BLAKE2b-256 checksum
How to use checksums
f9da68631601608c59b652876a6526a5ed9b5ebc937b6968996b0fd48d29be70
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.11rc3-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.11rc3-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
377577974e20096839b39c6f75d2f97ae55557947879d27013d46ef8e890ac0c
BLAKE2b-256 checksum
How to use checksums
ee27fe8afd85cee1459f4589f848ff6877c7322d13c3c55cb6c07da6bfd5f0d3
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.11rc3-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.11rc3-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
07b99f60b6e7d806a51c3b28cd065e00843bd15af83cafc646226e9bd3da08ba
BLAKE2b-256 checksum
How to use checksums
8c6d258d236a2d0a293285df642bbcc12eb0c796c74e9ab0825fb8022bf3ba51
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.11rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.11rc3-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
133931c88e3edf1923316fd17717ff6d2177a5422eba1d7bcb9b59197c503949
BLAKE2b-256 checksum
How to use checksums
9c96cc8345cd6ad174b72127f781a5fc7e83966846df622bca53e0419e2baee9
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.11rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.11rc3-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
56ced5bf15eec56e4d378f538a4680eb1cd5c19d12343b34c1fe895d30aff026
BLAKE2b-256 checksum
How to use checksums
c50ecb26453d4631751c19898c4671a58da4b3e5a3781df3c829191a463ba7c6
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.11rc3-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.11rc3-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
20953e366ee6b4672ee143e3cb64fadfbccb7209856b436a49be9ef57c9743c0
BLAKE2b-256 checksum
How to use checksums
c0cfd4ee40134e5a91d698d2e6c0df8dfac8f45a29205417d3263635f60098c2
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.11rc3-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.11rc3-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
b2e4a8190dd4bd40b78653671ebaf1ef63d9c0b7325b4ec4bec8454b4f3b52a0
BLAKE2b-256 checksum
How to use checksums
f88e997ce8b9b81eaf5b9427725ce8070b49dd3cc076dcdd9aae33beeb896ced
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.11rc3-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.11rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Size 31.8 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
617164d86409d02bf86c620daa55f24d4b6bbf626958dd9eb88b011f73baa718
BLAKE2b-256 checksum
How to use checksums
5a8d866824bbd31215fcdc0d9b9fb451fa081c641daf3181a3cf36b3c3f92e3a
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.11rc3-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.11rc3-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
8704ca55827c56bf2c6f1585f707605f917f3a7786a17dadc7abfc1d6b99967d
BLAKE2b-256 checksum
How to use checksums
0191a718c5aa89be2e2e24dfa328bfe6893108e7e16bfecd0cde52133c2adf65
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.11rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.11rc3-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
06896c1f9fb81613841d14a9b8d8493222c390f4af33c74dd9eb4cd00f51c862
BLAKE2b-256 checksum
How to use checksums
212295741a325005464abce0ab4891fc111e446124a69a697545eb65f6323335
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.11rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.11rc3-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
e735d77b00b11da777101ea905c564119d34816cd77dcc6a56834c786ea0aaef
BLAKE2b-256 checksum
How to use checksums
09c87093193745da0d384f14a9d80f3af510e31117b100d716ea23d7e2cc1b5d
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.11rc3-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.11rc3-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
e788829a9a8f56560417e1a0a2ff9649dee690648ed1b9d2b08180b597f82246
BLAKE2b-256 checksum
How to use checksums
f131a9aab12e50fcc825cc3de9bd776cb8380af7b0dead98685bad708407fa74
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.11rc3-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.11rc3-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
5e17e0aa6bd706e681cf0861a60193a52220fc5cda716d7d76cc781995db6f3a
BLAKE2b-256 checksum
How to use checksums
618b23086f0c3d9a171d065dd2fc6f243351d1bbad14e8ffeddee95c669da82f
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.11rc3-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.11rc3-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
665669730bd85c093bd9eb9febb143596e4cca0bdbf016c0083cdde078bc6e59
BLAKE2b-256 checksum
How to use checksums
99a89b67fcd1d9efc276f529266bd12a0bfc41d019bcba32f8f64ff4e11af1f5
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.11rc3-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.11rc3-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
42b731abf7a2900b6388d12074c4c02676a5909ea484f2f219fcf862b1afe897
BLAKE2b-256 checksum
How to use checksums
882b26baf951e2acc2c8437ab83912345f8837a3ac569f772f1ab63e6b77aba8
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.11rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.11rc3-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
32330ac20318438a17267bf6a48a22e075c857cd6ac3abc63144045af8ce2687
BLAKE2b-256 checksum
How to use checksums
e77a6a81a4ce9c08a900616cbe5ca84e9bd6c0f1ded312e352c0c9d7635f30ec
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.11rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.11rc3-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
8af2a31d54db413e560ae402743cbf07229396e6035ddc99e45217790351ea18
BLAKE2b-256 checksum
How to use checksums
189da5767a57f8f21ba352d71490eece4be9311b70f1098ee3c439f2262442c3
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.11rc3-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.11rc3-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
26f28fa792f27242d45dc67ca51ed7339adacf1ae0ab70da8c9392dd0cb18b3f
BLAKE2b-256 checksum
How to use checksums
1648960b36f208a3ba460afe9eb818dc8ce07363782453747fd9f40ef744447a
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.11rc3-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.11rc3-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
3703b310a45b21cc9168a279ba0ab2a28dd4807bbb9f9e5a89eba2a6175421c0
BLAKE2b-256 checksum
How to use checksums
d80844a62cd34effcfe2bbe50175396f657d5b9f0fb2057c128b17c5ffb0f603
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