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

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

Built distributions (wheels)

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

Total release size: 736.6 MB

Release files / passagemath_eclib-10.8.11rc2.tar.gz

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

Download URL passagemath_eclib-10.8.11rc2-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
7df5e441714229c981635ffd69f86883bfc8c1d82be5e36bb86a352fae0ce049
BLAKE2b-256 checksum
How to use checksums
7a205c1ca8167fc469789b657218958a0e694466d61731ec2713e3a96d2bf8c7
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.11rc2-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.11rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 30.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
bf2af3cfcbbcc142647d911024d0137664b44534d8eb5b2aae83c2c47d1d4aca
BLAKE2b-256 checksum
How to use checksums
845cd030edde90591a5115298de05af4a9793346be0ac8ddb3051e7343dab1d5
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.11rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.11rc2-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
f3b1ab7f359343083df423746c7f75e6c7d1565eed5409b5e482850558803645
BLAKE2b-256 checksum
How to use checksums
65cee3d6471445533f5d2e6f82b2eb3f2923b38d893692256d933954599d6e0a
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.11rc2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.11rc2-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
9a6855201147c2abc44f9c49fb6038b432757f576a03f9cba3a055992911b8f3
BLAKE2b-256 checksum
How to use checksums
6267d3685898cbc7d5003338b9ebe6174587e9fe0f0ceb9ca121b148a6e111b8
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.11rc2-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.11rc2-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
83a6b3c6d5636626576cca8178234dde0511492db374b486dd98c2bffc765512
BLAKE2b-256 checksum
How to use checksums
c26f28c8290e60af7ace0a6371a9c4c012d7d81a141c813e38fe4b6c590fc6b0
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.11rc2-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.11rc2-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
57cfccd8f48f027c82e58e9f835cac5cb19e0f1fc1dd4b01862a3d4a919d579f
BLAKE2b-256 checksum
How to use checksums
f44efb8adadd90dbcb61e606ad612b0ad47d8b3687b9ecfb8cff9e20d48c3930
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.11rc2-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.11rc2-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
79b3b3dd518669cc46cb14b8b8c28a8848029499fcee9017a3c19c8b05aab8aa
BLAKE2b-256 checksum
How to use checksums
c8504c9c32b5f54fd9bcd3bbcbc105f81ef953b0de6d450840308c9e5adb8973
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.11rc2-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.11rc2-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
ee9280cf57b65ce072a79bb3123e9d42c984526c8af890fa8794a9961728e9c3
BLAKE2b-256 checksum
How to use checksums
9b14c38014756797e47f4770e760ab09f17eb261295a448b746c6443785045b8
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.11rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.11rc2-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
c0344372aed75995bb49c659f700189dd3c150d3664ddacc45a28fa4201a1def
BLAKE2b-256 checksum
How to use checksums
8ac01eaaa03be6e3c179882a3c3cd73fbe6dbe3fb23a0089faa5584e023ac189
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.11rc2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.11rc2-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
9323bd79c282e5058a23717b2eed1152f44fdf60fb6184a5bf415f058fbf0027
BLAKE2b-256 checksum
How to use checksums
f45f07bfed37301619daf1175b446200e922570b75567f601093ae8bfb21fa6a
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.11rc2-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.11rc2-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
22bffe9c97922e26c9864bb1198bb020068c9b2f13f5f290831621fcbad6545c
BLAKE2b-256 checksum
How to use checksums
8147f92a7c6f9231bb35e2af945ba07d3338545efbc7f7ad10b5fa5fe29c9cb6
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.11rc2-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.11rc2-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
477d833451429de0354bcb41fddc006388372f5f642e547e4bca98b38acd45af
BLAKE2b-256 checksum
How to use checksums
aba0cb71f8f16bb26985ce70c99ce3856f1031318b16b290e6f9eb775a5f500d
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.11rc2-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.11rc2-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
4a6a8faad4b02abcb8893674fb39ffbf8e019d7ad66add43106c06a6896a9865
BLAKE2b-256 checksum
How to use checksums
35ddf86600b66744c5cb0d60d193d30c815e203d7b8d7d43e1b9aa7a9e109327
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.11rc2-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.11rc2-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
155efdf765b5dafe5784c331165ceb3fdd4eb6a07c1b4b088dc2002e133f47c1
BLAKE2b-256 checksum
How to use checksums
a4184dd557d6302cecfd5c6ccf470c0998215ca6d82f04031d8b87d2376727eb
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.11rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.11rc2-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
a86212691eae18433e4ab918473d56c8753f8b80a233116f9a51fe02651195c4
BLAKE2b-256 checksum
How to use checksums
9d6e2d72661f14726f79dbe370d50b00e7e029f626b198fe964db059c0ca3fe6
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.11rc2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.11rc2-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
a32cc9a16a39d1d59d23c52d2a733367de4136d37fc4a87f234a60854783f431
BLAKE2b-256 checksum
How to use checksums
f509f2fa3fe20a118b78a4e1f0c2e2648ac9a81040fd2ac16c4cc086761bd057
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.11rc2-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.11rc2-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
00dde2a50f99bb70290500e830f05ec4ffac8c52ee5c165cfbaa7524960ec382
BLAKE2b-256 checksum
How to use checksums
da9834fc1857fbea5b64275c4423e3fe97164c42c8cdd22055ddd4f9238b0b14
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.11rc2-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.11rc2-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
813b1174237087b133fd5eae4084124cbc4792cf74249d553abe2be0bb3b3391
BLAKE2b-256 checksum
How to use checksums
a72c73d0f1d805c2770f3cb9e78f32ead90f9a198a5c232233ef64383d565a6a
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.11rc2-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.11rc2-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
038ba40060a92e0cbf1850fa0cdfdfa411a3d9a9ceed37e774ca56253e7d25dc
BLAKE2b-256 checksum
How to use checksums
938153ecf1b090e69b5429fd20ac7a657011b032682beb4aba3d8ce42dc86bcc
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.11rc2-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.11rc2-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
7ed5f0145c6c080982115403a307f2f7ee4c21dfd3dfb3869a93e5ecbaca72a5
BLAKE2b-256 checksum
How to use checksums
9a65fce32c47b55d588c0a146b9447904f2682c996152a9718a3dcfbd73b3ed5
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.11rc2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.11rc2-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
17a1f30d1bce7d194fa90827218095c76e15f68696be841bf3c77a7e44fe5c9d
BLAKE2b-256 checksum
How to use checksums
976d4bf940ed4e928256c9e2f93e6adad4f8fceb14c0d8b389eb96c8cb74bda4
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.11rc2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.11rc2-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
0419986a582eb1b41cda253fae2e1396c1506b45794cdc1582f1bd273adfc670
BLAKE2b-256 checksum
How to use checksums
12bc4bc26939ae3fab578e3ebf11435338223a4ef7c1f53ee5d44a79a2c7d627
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.11rc2-cp312-cp312-macosx_13_0_x86_64.whl

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

Download URL passagemath_eclib-10.8.11rc2-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
240c0b542b4ed79080dbdd77ac84bb7b9316216cb2ccc17e0f41e0b0779e5d96
BLAKE2b-256 checksum
How to use checksums
efeea7cf2c2d641abf9c5f6dbf860ba26afb0f825916bad269f6f26ea490b955
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.11rc2-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_eclib-10.8.11rc2-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
86f0d56d03fa0056c7dd654ec9bab141b8474c1e5822eea2e1e2e094b8e128e8
BLAKE2b-256 checksum
How to use checksums
c21463a98accc33695a26d3625cce1c37d3c525f8feb9e0fe58192fb1e2b80a3
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.11rc2-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_eclib-10.8.11rc2-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
ddad9596230bad63c7c9dfab53241bee03cf8d46ee8dd382bae13e690083c9e1
BLAKE2b-256 checksum
How to use checksums
5edc82887ab9fe68fe8e4a4c0e70487bdac79ec922b00308ca8a27c00453cb22
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.11rc2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_eclib-10.8.11rc2-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
b1ec16e5ba2803982a84a7ea7195b71b26e25624ad118d6b79a041ddd4364be9
BLAKE2b-256 checksum
How to use checksums
63568f46be76a7f078c92a3aa4eb9fdb39a33980bef64d487f4458d919d46538
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.11rc2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_eclib-10.8.11rc2-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
2fd1059c03d50f707258fa57407d12bbd7323bc3153223e92b2bc889d297aa93
BLAKE2b-256 checksum
How to use checksums
282f57f5799b552801dce9fdb65bfe6529d7de2edec060795128a2a98307b85d
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.11rc2-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_eclib-10.8.11rc2-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
7590ef371b732e48055b6b1aa2ce1fdeb6aa2019fa0bec67e59321f540c4f3af
BLAKE2b-256 checksum
How to use checksums
1f0b6ebe67a35d06bd3e6752102d1d9e29af6a72247322e82b7bc011aad33920
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.11rc2-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_eclib-10.8.11rc2-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
943160db3833dea943a22f7d4ea58ca5fd375ebbea1db03edecc97fb27700363
BLAKE2b-256 checksum
How to use checksums
bbe30efbaf58842f9fa60c6f7af9c3fda33fb363e20eec6b20e0f0c6b6495d67
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