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

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

Source distribution (sdist)

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

Built distributions (wheels)

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

Download URL passagemath_libecm-10.8.12rc0.tar.gz
Size 16.6 kB
Tags Source
SHA-256 checksum
How to use checksums
6f3addfb62712ab82545ef3ae41d0697db2b4e8d9332060852a470f3be7f0645
BLAKE2b-256 checksum
How to use checksums
bf3066f847f4e64dd80ebcc0fecaca3b50c19482dc04ea444bcd19e5cc46d8ed
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.12rc0-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_libecm-10.8.12rc0-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
978512ed79e3422e378b27a88c398097ac6ea243b58d19f4a9883bdf0d57972d
BLAKE2b-256 checksum
How to use checksums
365aad5c74c48610b4ba1e6f872ee02f4f01efd687d2c2f2847bbd42c8feed4d
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.12rc0-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_libecm-10.8.12rc0-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
fbf87dfa398b7e0b37afcc932a52b42967f79de328bdd35c590f4f1052362021
BLAKE2b-256 checksum
How to use checksums
e15857fe689c6a858dd46546de13533ea752f833d95f7e15ec541148b69f7602
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.12rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_libecm-10.8.12rc0-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
22151ec11dd32204dfa47c8c7442b37bd69c48780643a9ee63f37ebde68acb18
BLAKE2b-256 checksum
How to use checksums
c72fa3fd136e6b8186436d3b495840e613da5ed12cf5fefdd05706e02f859afd
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.12rc0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_libecm-10.8.12rc0-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
fd566c296353c7a878d6cf8741236d14cb6cdf8d46b3bcf4cff3b1d4da2881e3
BLAKE2b-256 checksum
How to use checksums
26de853596119f94002061be1be4604024253269fe217ad72998c4f5e8ae043b
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.12rc0-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_libecm-10.8.12rc0-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
f4c64875d544863b5b731adebe5df768d61bcf34f60ce15853e7cfb81759a632
BLAKE2b-256 checksum
How to use checksums
6b501e12bdcbe9ec7d12d4c2b6d8a117a956e8f7d546e58a69a4102e78991976
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.12rc0-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_libecm-10.8.12rc0-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
2fedb0821516016874b72d0581f025ca70942dcc4ede6e9a7cf8d2b281aa83b9
BLAKE2b-256 checksum
How to use checksums
dd025dca2a025d8e6d9d8b9940609acadda5af460272d31ff1d1b073c2c29001
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.12rc0-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_libecm-10.8.12rc0-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
1b290d177715b2a41ba7f853501317fc16cdf0ea6049520cd17aeee5f8f88b2f
BLAKE2b-256 checksum
How to use checksums
bb3614c20f463c0b568f0f9a9844f4116c7c371e84a01da86c20887c7dd770ab
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.12rc0-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_libecm-10.8.12rc0-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
3a30dbb78cdeaaee62a7673dafe0d7dac7226c543dd0fad15581cb23c5be90f4
BLAKE2b-256 checksum
How to use checksums
d08a1dd59c354df2eed675515db042f39cfd74e536199df197c1da54646bacec
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.12rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_libecm-10.8.12rc0-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
4b303ccb6678f16862c256a05a3a27de3c4a6df29da5325d5d7d30cee214da4f
BLAKE2b-256 checksum
How to use checksums
e0b5038625eca598584650200e7648be0f0a82d1e61380497cc7bd535b7ddda2
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.12rc0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_libecm-10.8.12rc0-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
47a2146fd5de3861fe2de11c1facadca99a42665dff297d5f678cc54759d51ca
BLAKE2b-256 checksum
How to use checksums
e4e35d06bfe66241b411f39c8992983e6a77b3f0adf9c1dd766e3928198203c9
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.12rc0-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_libecm-10.8.12rc0-cp314-cp314-macosx_13_0_x86_64.whl
Size 792.9 kB
Tags CPython 3.14 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
c8e752c0be3dec64d894c541d7f76c7d83b3bf078e6ee0c0b9a2cf8de2bf31b2
BLAKE2b-256 checksum
How to use checksums
a87905bf4a6219bbed87e39fdadf90564958d1c0ea8479f671bb23fe5d8c5fb1
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.12rc0-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_libecm-10.8.12rc0-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
fb217ccd088266e999de53c5178d71992149ec9aab28624d5dd1ae72d27263b9
BLAKE2b-256 checksum
How to use checksums
ec4a7c325671683aa86730bcda65de0b4b39b10597059ae6c42a28bcc97a8079
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.12rc0-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_libecm-10.8.12rc0-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
37c2e9064435505951e715080fa68ba80ad80598172c7b6ed8886e631cf23492
BLAKE2b-256 checksum
How to use checksums
16718636af00cf5a96b71c3b15f3b538d0e5038c7a5b60eca78ee027a24b98fc
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.12rc0-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_libecm-10.8.12rc0-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
68a90424de8067696a84d6b61668eb0e6e6b78c78d046924f07577377cec347a
BLAKE2b-256 checksum
How to use checksums
ec6980772c8b8bdea855103aa325c9303debf755eab74e33149da7e967a20ffe
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.12rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_libecm-10.8.12rc0-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
e02a0fb3fdb99edb2f55dd3327cf0ea45679315dea94db4f536cc679ecf71b19
BLAKE2b-256 checksum
How to use checksums
9768a27e2bb11c55c84b3c99c330a6ef3d14738a923304269b506c29ac76dd74
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.12rc0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_libecm-10.8.12rc0-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
ca6f0304998ef3edccc77b12c846d18103d4fd06cb5a85d59a421a7562d31df3
BLAKE2b-256 checksum
How to use checksums
589063debc415531765d870f704597a0e116b323d2ff468d011c8cd5c0c6c89e
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.12rc0-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_libecm-10.8.12rc0-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
f60ce2911dba0838b46054691ada4fbafb2803a400510c1ced48a3e09039d3a5
BLAKE2b-256 checksum
How to use checksums
b5972dd3283821c539f0633344fad617a9b7422e3bfe64ab88d372f743c73bf8
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.12rc0-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_libecm-10.8.12rc0-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
36d079ecda21630c9363cb43be7d754ed8ab645efbac393ee99aa8770d60318f
BLAKE2b-256 checksum
How to use checksums
bee6482e8e520f199089779316aba62e24a5c5f0429588cb874177be5d5c5201
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.12rc0-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_libecm-10.8.12rc0-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
d7cfded30ed3d119c0e94f3b73c70009299cecac56cfd8a3845728294bcafa94
BLAKE2b-256 checksum
How to use checksums
ddd316d637ac7dc388b31234631e1d8b60ce5d790b89134508a1e08cc78db528
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.12rc0-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_libecm-10.8.12rc0-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
09ac784fdf84ab057df8b0c9c34870d574b9f942684502803061a19107272785
BLAKE2b-256 checksum
How to use checksums
1f6b4279496d697fd01e8107774a0c3a19fb7aaeab3828bf0a6392b5356ad65d
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.12rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_libecm-10.8.12rc0-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
8c254c9ed4c062bf33a45cf69fbfb916aed66e6cea535d965901f68fd80f4b25
BLAKE2b-256 checksum
How to use checksums
e961aa921bce0355083a7e0bbbcb24177ed98b43cf1242a82577e7f7070e0a8d
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.12rc0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_libecm-10.8.12rc0-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
544306465341a9b4b26057dc9a535542dc36f07ce322d7b2b20c9d6822d20da7
BLAKE2b-256 checksum
How to use checksums
51b178dc797f0f4dc0e81378be347ea0fa6776d874ef489af0c80e1feaaea74c
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.12rc0-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_libecm-10.8.12rc0-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
5fd52b2301829ad7ee7537b952a0c4da5783e98a9b2801b464a3c916a5122f92
BLAKE2b-256 checksum
How to use checksums
6b0414adc891867f5c4462de2280406115640695b4ff46a21415db7fd9d6d96a
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.12rc0-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_libecm-10.8.12rc0-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
b12c671a2ab1398b18d32c196b16aeab92efca97f83dadc10b43f0f7779fee88
BLAKE2b-256 checksum
How to use checksums
bb54e6dd2c6ab4f8063b2335e440621cce4f68a82394562088de75cad99d41fc
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.12rc0-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_libecm-10.8.12rc0-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
fd5a511f987a241be280d35f8f4a7190986c8bfd8b434ae7b6643587efa44fbb
BLAKE2b-256 checksum
How to use checksums
e153df66e95281dcca39c229be33485ce55ccc7f728be3716f6fe0d51b01558a
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.12rc0-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_libecm-10.8.12rc0-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
9a38e2f438c7729ab02733f733b18104ebb2b5716e6ec8bef207bc1c094c5361
BLAKE2b-256 checksum
How to use checksums
640eee372dbb9bc12d2386fe6012d58957e174c8474ffcbd3c5eb389ade65fed
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.12rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_libecm-10.8.12rc0-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
acab0c4fca2bd7764669a5a1decf89915dfde1217b1d57a657042dff856f664e
BLAKE2b-256 checksum
How to use checksums
97c27f91d8a3595dde7685224c56472fb7a3492d071618ec16371bb41018309b
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.12rc0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_libecm-10.8.12rc0-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
33ac763486852db5da0019734eb58319b2c08cb8facf2cd83362a59ba93272e9
BLAKE2b-256 checksum
How to use checksums
e1f80ff17d421da5f6ad30bb5a8f6a3723e6b9e248c263634ba0132ce805f022
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.12rc0-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_libecm-10.8.12rc0-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
ee2e87f06d32c2e9ffaa3e30fb26ef5c82ed244fd05dd8f7bf31f1f9887dbcf5
BLAKE2b-256 checksum
How to use checksums
dcd4105957d35203ec6aed1d5e515f0afe4cebfe0db7ced084efe86046c37c8b
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.12rc0-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_libecm-10.8.12rc0-cp311-cp311-macosx_13_0_arm64.whl
Size 729.3 kB
Tags CPython 3.11 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
e7c4b5502f49ad65b8a17b426eaa5f2c82c729c1b8a27475d3a6e4a1b4abc9c4
BLAKE2b-256 checksum
How to use checksums
dd2c963fe0673adaf8d290825a2b44dbab593e3a2030dfc2acb174da4a8a7f41
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.12rc0 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