Skip to main content
Pre-release

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

passagemath: Elliptic curve method for integer factorization using GMP-ECM

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 package passagemath-libecm provides interfaces to GMP-ECM, the implementation of the Elliptic Curve Method for integer factorization.

What is included

Examples

$ pipx run --spec "passagemath-libecm[test]" ipython

In [1]: from sage.libs.libecm import ecmfactor

In [2]: N = 11 * 43570062353753446053455610056679740005056966111842089407838902783209959981593077811330507328327968191581

In [3]: ecmfactor(N, 100, verbose=True)
Performing one curve with B1=100
Found factor in step 1: 11
Out[3]: (True, 11, ...)

In [4]: ecmfactor(N//11, 100, verbose=True)
Performing one curve with B1=100
Found no factor.
Out[4]: (False, None)

Available as extras, from other distributions

pip install passagemath-libecm[pari] additionally makes PARI available (for primality testing)

Release files for passagemath-libecm 10.8.12rc2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for passagemath-libecm 10.8.12rc2
File Size Uploaded
passagemath_libecm-10.8.12rc2.tar.gz 16.7 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for passagemath-libecm 10.8.12rc2
File
passagemath_libecm-10.8.12rc2-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
passagemath_libecm-10.8.12rc2-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
passagemath_libecm-10.8.12rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
passagemath_libecm-10.8.12rc2-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_libecm-10.8.12rc2-cp314-cp314t-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64 Details
passagemath_libecm-10.8.12rc2-cp314-cp314t-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64 Details
passagemath_libecm-10.8.12rc2-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
passagemath_libecm-10.8.12rc2-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
passagemath_libecm-10.8.12rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
passagemath_libecm-10.8.12rc2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_libecm-10.8.12rc2-cp314-cp314-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 macOS 13.0+ x86-64 Details
passagemath_libecm-10.8.12rc2-cp314-cp314-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 macOS 13.0+ ARM64 Details
passagemath_libecm-10.8.12rc2-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
passagemath_libecm-10.8.12rc2-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
passagemath_libecm-10.8.12rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
passagemath_libecm-10.8.12rc2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64, Linux glibc 2.26+ ARM64 Details
passagemath_libecm-10.8.12rc2-cp313-cp313-macosx_13_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 13.0+ x86-64 Details
passagemath_libecm-10.8.12rc2-cp313-cp313-macosx_13_0_arm64.whl CPython 3.13 CPython 3.13 macOS 13.0+ ARM64 Details
passagemath_libecm-10.8.12rc2-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
passagemath_libecm-10.8.12rc2-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
passagemath_libecm-10.8.12rc2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_libecm-10.8.12rc2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64, Linux glibc 2.26+ ARM64 Details
passagemath_libecm-10.8.12rc2-cp312-cp312-macosx_13_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 13.0+ x86-64 Details
passagemath_libecm-10.8.12rc2-cp312-cp312-macosx_13_0_arm64.whl CPython 3.12 CPython 3.12 macOS 13.0+ ARM64 Details
passagemath_libecm-10.8.12rc2-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
passagemath_libecm-10.8.12rc2-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
passagemath_libecm-10.8.12rc2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
passagemath_libecm-10.8.12rc2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_libecm-10.8.12rc2-cp311-cp311-macosx_13_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 13.0+ x86-64 Details
passagemath_libecm-10.8.12rc2-cp311-cp311-macosx_13_0_arm64.whl CPython 3.11 CPython 3.11 macOS 13.0+ ARM64 Details

Total release size: 78.5 MB

Release files / passagemath_libecm-10.8.12rc2.tar.gz

Download URL passagemath_libecm-10.8.12rc2.tar.gz
Size 16.7 kB
Tags Source
SHA-256 checksum
How to use checksums
2f217ab8e94e2f1a746890b62dcbaa9c780fd43db5555680ef7ba15b3faf301b
BLAKE2b-256 checksum
How to use checksums
97f423261234453722a159472c7eb6575cf9a470647167ff3ddb9a258ff3bfa8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_libecm-10.8.12rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 4.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
565844a75868bedf450c65e380ca9d9664a739b87618711884d67bd40c4258a2
BLAKE2b-256 checksum
How to use checksums
58e70bece71ff86522d61afd129f8a1f8f9b0d222e911a97b8502ae53d090358
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_libecm-10.8.12rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 3.9 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
8e6402464968fbcc068fe2d82335f041ee36036b55d3645a942ce4cd580437c6
BLAKE2b-256 checksum
How to use checksums
0e4fdc8fcfe0a3f76eed4c8aa95f0d1026c624bd8b2a57f4e6607d1c5e43fd54
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_libecm-10.8.12rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 3.2 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
b1afc56b2357891bff972fa60a02e643ba8cb7a85912d1459bc84954b70b9727
BLAKE2b-256 checksum
How to use checksums
c4b2bc717452515a8aede44d27bdfe9e8b834fd5fd656fbb102cb5c63387b664
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_libecm-10.8.12rc2-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 3.0 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
f9bb6bb9a7360d2191a7d42efc3b504ab75747322c3a8881cfc305a1a2c9669f
BLAKE2b-256 checksum
How to use checksums
25c91b54d3725087b2a9f0eb9cadd590f45aef89955615ee02bb18742f7e904c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_libecm-10.8.12rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Size 795.0 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
ea81e81969333aa7725bbac4c9d8bf5c5a980e29681b405d13149176881a9702
BLAKE2b-256 checksum
How to use checksums
d4146fddea28a343f7f7eed080e0ee005b6fa7e2947dd59f5e59d53457d90dee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_libecm-10.8.12rc2-cp314-cp314t-macosx_13_0_arm64.whl
Size 731.7 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
91d2d84622e82560114bde1ce1329bc673ed160755f2ed5982176c53573fe908
BLAKE2b-256 checksum
How to use checksums
28be682c0e800fe104f370397340e218210eed7d718c729724eee0a8a1ccb918
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_libecm-10.8.12rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Size 4.1 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
a503c09d660fccdf747dd8b4e2f47269fb790ff2e5b2d5624b72d1bf48c5cbfa
BLAKE2b-256 checksum
How to use checksums
506c87b5ca0a793eff2ecbfdaf40d6e7bce0e867e83fec80e26231d5bc547f33
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_libecm-10.8.12rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Size 3.9 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
5ebabe0760e858e3d73be3bfa9773cc7596abaddb9570f4c2a926aed4fc565b5
BLAKE2b-256 checksum
How to use checksums
418acfcdcbe655c98fc19e903beaf255fa5cb48c6800695f4b5c4af1bd537871
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_libecm-10.8.12rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 3.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
f74eea5cfdde1991ec7cf3393e1ac98daa631193ec0e868269719111ccbf8b7a
BLAKE2b-256 checksum
How to use checksums
abf1f9d5810974e7cdebc5247e5fceb9d5b76d25f093954531e3643c78f83412
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_libecm-10.8.12rc2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 3.0 MB
Tags CPython 3.14 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
ec4eaff6c803f57153ad33472764289f28e13e8f2b3124dbf8529b594a3e34f7
BLAKE2b-256 checksum
How to use checksums
0646e6b1371329a323b3eb1803637f7dced8217846c9d689a25baa381f59cf01
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_libecm-10.8.12rc2-cp314-cp314-macosx_13_0_x86_64.whl
Size 792.8 kB
Tags CPython 3.14 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
69ad34bbebea33159c6de8cbcbec4508319acfc32285986d9324f3c59cf33744
BLAKE2b-256 checksum
How to use checksums
20ccb411918ef3a57b1b4c2c8b11edf09ae1e52f7914e4b35f73b494fb559a70
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_libecm-10.8.12rc2-cp314-cp314-macosx_13_0_arm64.whl
Size 729.0 kB
Tags CPython 3.14 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
4725ba768ded3d27fa1896f0304cde4dafb472f3b58910dd791b86510091a102
BLAKE2b-256 checksum
How to use checksums
9e024826441177a12b175da597dae87801bed4492de8fb4512e491b41f057e63
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_libecm-10.8.12rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Size 4.1 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
245e82fed9096d2b6aab4f44523e462b6099b7c7713a009d35756ec61a8157ec
BLAKE2b-256 checksum
How to use checksums
85739a9c73c0ed3f0161e7b37d082c87eab4067bccb8645f78c0f8ef1bd8ce07
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_libecm-10.8.12rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Size 3.9 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
db2f17119cf40556fed28efc84e4bfc3a8fd39044456d791b63292192fa963a8
BLAKE2b-256 checksum
How to use checksums
65b14f112f375cbd2c42d474dcb553e2429d24aa46e0a5b53cc79d45b0a6b3b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_libecm-10.8.12rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 3.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
0098338fc8f6b68815c76c5e42dc8d1c222244acd77b5afa94b92d4bc2c73eb7
BLAKE2b-256 checksum
How to use checksums
b6f290488a5a4a38e1cf68c235b62cf5ec8f5dc7a62afe96ae67761a5ccafa94
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_libecm-10.8.12rc2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 3.0 MB
Tags CPython 3.13 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
2b4e4e99babd4dc70199fffce436d5f1f7307274bf078d0fae653ee7af90f28d
BLAKE2b-256 checksum
How to use checksums
fbb40cd4c987aab859a65b0b91fd9fd3b968232fe9b1e2f391ec352fc46eb4e1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_libecm-10.8.12rc2-cp313-cp313-macosx_13_0_x86_64.whl
Size 792.9 kB
Tags CPython 3.13 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
060cf3a55c1429bcac9249a7da9273b6dd584f339a77e88c046df180c254fcf1
BLAKE2b-256 checksum
How to use checksums
ae5c912b2743ca4359478c38d10e5c018978a1bbc19a1640d47c0c2fa250dcae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_libecm-10.8.12rc2-cp313-cp313-macosx_13_0_arm64.whl
Size 728.8 kB
Tags CPython 3.13 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
73e80f6e08b10b0bf15c2ff086432ee0825f55f70358feaf71f649424d963065
BLAKE2b-256 checksum
How to use checksums
406f12ee939b161ef87000f6cc95a92d8699678dfd27223e0d31282b61c17480
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_libecm-10.8.12rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Size 4.1 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
2ef06787f8b885a63fb8365b12c7da979f6c26c1886bed7b58409c4d546dcf66
BLAKE2b-256 checksum
How to use checksums
c68de65607bfc9b1bf064dce58517b8fca6e6c96a51b84bf82f57205109dc00d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_libecm-10.8.12rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Size 3.9 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
ec1ebeac23cd6d9b4baed4faaf997dacd496ae7b38d1f7202a7958736a23f73e
BLAKE2b-256 checksum
How to use checksums
75cd54b13099ea95fd4eabaf7670601dc05c3deb47ed9336bd1281a30fc28784
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_libecm-10.8.12rc2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 3.1 MB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
5b0fdaf5ab352414457303a5a72ebff1e8a363239601845cb6e0630e6e66cccb
BLAKE2b-256 checksum
How to use checksums
7ebde9fb88bf49be3ffaa0a5530ee6cb03fc3f2d0e348f29175334c2b5cd5810
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_libecm-10.8.12rc2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 3.0 MB
Tags CPython 3.12 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
0cdddcecf64877dbf8369f25a85e45eca81af846a1586cee58c7760b3c5ca754
BLAKE2b-256 checksum
How to use checksums
474f0e3da4a46ddd4352374431997efa222defc64873234fb1df6eca98f0e0c5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_libecm-10.8.12rc2-cp312-cp312-macosx_13_0_x86_64.whl
Size 793.7 kB
Tags CPython 3.12 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
cdf22152e06a663f29e514957b9a2bdea1f9a149d238a097f580596d56632f9f
BLAKE2b-256 checksum
How to use checksums
41fddb63f04071a996ed9a04c814a11226ed00190a7638d3e492fafbad51bcab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_libecm-10.8.12rc2-cp312-cp312-macosx_13_0_arm64.whl
Size 729.7 kB
Tags CPython 3.12 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
d0d4a7ad4e2f46a9d5c746d43e4cc065f9af38e2e892decba87c55cb3f985122
BLAKE2b-256 checksum
How to use checksums
9f4b5b0dc2552c59db743ce33c88531961a1b0b31d35ebcfc635b88285778551
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_libecm-10.8.12rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Size 4.1 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
07afa962c9d1bad4a5a480df51b0642eecacfb4245a75f5b547521af15c6917c
BLAKE2b-256 checksum
How to use checksums
de671e0de24f0b69801b75cb6c0a199df819f1dd710ce79ae5e89226130a4c00
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_libecm-10.8.12rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Size 3.9 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
417fc4903ffe6ffb736201b0e4e28c13d98eff700ff40bb63f4622b931f29627
BLAKE2b-256 checksum
How to use checksums
e5c67071d6e1e5ac15f8e0206cb3357ae7728dc1652bc1c9af23a7c934258ec8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_libecm-10.8.12rc2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 3.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
7d10762a3a57f61acaf947ab21f313e5df6aafd9426dbb19cb429d3fbb0d7a51
BLAKE2b-256 checksum
How to use checksums
b0587d9de42eb87c5565ee4a63b8eabf4de56ca322347667a7215318178f5055
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_libecm-10.8.12rc2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 3.0 MB
Tags CPython 3.11 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
21b98ff29bfdefd782df808ee080d59d8bb5a6edc013933f3ead41bebe1c915d
BLAKE2b-256 checksum
How to use checksums
ea65a5ffaf1d5ea8c085b3975da0affb741f72a1a793e6b8091724104cd5b224
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_libecm-10.8.12rc2-cp311-cp311-macosx_13_0_x86_64.whl
Size 792.8 kB
Tags CPython 3.11 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
ae9f28b903cf48dd861db2877808f7e6f88477720b18913fea955f432a77c6d7
BLAKE2b-256 checksum
How to use checksums
a0ee8bdf04f5b49cf580bbffed84d42a0fb0a0df41fb24e9df8fe129782abc43
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_libecm-10.8.12rc2-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_libecm-10.8.12rc2-cp311-cp311-macosx_13_0_arm64.whl
Size 729.2 kB
Tags CPython 3.11 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
67c477c3de312d85218c8d102239ef626ff9f9b7e77906df201dece1ea88f1d3
BLAKE2b-256 checksum
How to use checksums
42f6d4b743ad81659d21c3b85e3fd38b83a518d8b31e44afd578b2d13b3aadb6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release history Release notifications | RSS feed

This release

10.8.12rc2 This release

31 release files

10.5.14

1 release file

10.5.13

1 release file

10.5.12

1 release file

10.5.10

1 release file

10.5.9

1 release file

10.5.8

1 release file

10.5.7

1 release file

10.5.6

1 release file

10.5.5

1 release file

10.5.2

1 release file

10.5.1

1 release file

10.4.67

1 release file

10.4.66

1 release file

10.4.65

1 release file

10.4.64

1 release file

10.4.63

1 release file

10.4.62

1 release file

10.4.61

1 release file

10.4.60

1 release file

10.4.59

1 release file

10.4.58

1 release file

10.4.57

1 release file

10.4.56

1 release file

10.4.38

1 release file

10.4.37

1 release file

10.4.36

1 release file

10.4.35

1 release file

10.4.34

1 release file

10.4.33

1 release file

10.4.32

1 release file

10.4.31

1 release file

10.4.30

1 release file

10.4.29

1 release file

10.4.28

1 release file

10.4.27

1 release file

10.4.26

1 release file

10.4.25

1 release file

10.4.24

1 release file

10.4.23

1 release file

10.4.22

1 release file

10.4.21

1 release file

10.4.20

1 release file

10.4.19

1 release file

10.4.18

1 release file

10.4.17

1 release file

10.4.16

1 release file

10.4.15

1 release file

10.4.14

1 release file

10.4.13

1 release file

10.4.12

1 release file

10.4.11

1 release file

10.4.9

1 release file

10.4.8

1 release file

10.4.7

1 release file

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