Skip to main content

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

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.12
File Size Uploaded
passagemath_libecm-10.8.12.tar.gz 16.6 kB Details

Built distributions (wheels)

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

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

Download URL passagemath_libecm-10.8.12-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
897cedc6407e1eefe000fd240310c75d64051ce34f87e37068265ade23380230
BLAKE2b-256 checksum
How to use checksums
693527704c46c65cdf86e06b613509e5ba7e5c7105d4f95b1021c69a21f33cbc
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.12-cp314-cp314t-musllinux_1_2_aarch64.whl

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

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

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

Download URL passagemath_libecm-10.8.12-cp314-cp314t-macosx_13_0_x86_64.whl
Size 794.9 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
eb5872a46c78ab6f9564fa8b385ef00c71c3fe7d83c0141cfdbef2106e0863e0
BLAKE2b-256 checksum
How to use checksums
2a50e8934bfde1a08c40dfdbf4b5871c00e2c2546980eb147ef98710bac31454
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.12-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_libecm-10.8.12-cp314-cp314t-macosx_13_0_arm64.whl
Size 731.6 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
c4de518eabdf0006681323a276c6253a8edc40b66560407c86b31854358af082
BLAKE2b-256 checksum
How to use checksums
6d79b9c53f05ae8c2bdf0bb6227d7f6175d1b2bc9e0273095628e0009d2a58da
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.12-cp314-cp314-musllinux_1_2_x86_64.whl

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

Download URL passagemath_libecm-10.8.12-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
586329803e59d39e118ec5fae413528b2f6fc7dd9d4dda35cdc9ec8b0f7190cc
BLAKE2b-256 checksum
How to use checksums
8d24031fc24ef709359450a49a3a0a11003a56ed6fa2d53b301c2ccabaaf04ca
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.12-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_libecm-10.8.12-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
7af9d17fffa78a030d8aedbd026427105b107680e87f089e004a16ac9454a461
BLAKE2b-256 checksum
How to use checksums
81b89b3be8f103d03f997789166de6294953adda5330b261d15ea148e13a6162
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.12-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_libecm-10.8.12-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
559d06bc625b6d7c82981d0f85e55931c5ffc5acd4b9552c3ff27860fd10f0d6
BLAKE2b-256 checksum
How to use checksums
835eb96ed340a1cd2bbab74db9c2f49871f2f77558e16f92c63920a0d21a75ad
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.12-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_libecm-10.8.12-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
50f954754141bc889027330ba79a38a9c70a4518280124981b136af2804eec72
BLAKE2b-256 checksum
How to use checksums
742a3422d18d2d5ef90e1ef3d5bbf1362e8a199a1a8b6b8fcc0f571b7363a7c3
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.12-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_libecm-10.8.12-cp314-cp314-macosx_13_0_arm64.whl
Size 728.9 kB
Tags CPython 3.14 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
46ee16d8d3a3326a286f19ea204ce20756456a8c23d44ff23e19bb438636146d
BLAKE2b-256 checksum
How to use checksums
91924ed82d639e8271514dba56681a58edcbffa3c893d7c8d7df7b2fde28e890
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.12-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_libecm-10.8.12-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
e52f805bf558c5e56cd357a575867bbec5f18a1c759878bcc7784c3b0a501dfe
BLAKE2b-256 checksum
How to use checksums
6194464bfe767bc7520731c027b5a094f993772749ae1849c0663a51a9a12791
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.12-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_libecm-10.8.12-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
9b281df18122afc5b309c5aa99b5e945beacb306b97a690beba37f69e6bf7ca3
BLAKE2b-256 checksum
How to use checksums
df9c9d4cf9a5d8aaee2f7b1d2d5c2efdf85b2f6d99801cd0434c87f1aea00ef2
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.12-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_libecm-10.8.12-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
4c1979b5a9fc5b0e5291cf44ce0e16e2d24ef3792258331dce697ff24b3250df
BLAKE2b-256 checksum
How to use checksums
0608d07dad7d656f21d3562ce2273330e5283c21973f003c1c34e5a909d3800d
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.12-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_libecm-10.8.12-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
6fce19aba465f769b50d5558d48a5d8ce985078f97cb36ec524aa9689d684d39
BLAKE2b-256 checksum
How to use checksums
f07452abe42ea425554101fc6c040a597b1a68a8ce4203f69e18ba592c297716
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.12-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_libecm-10.8.12-cp313-cp313-macosx_13_0_x86_64.whl
Size 792.8 kB
Tags CPython 3.13 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
63e4867491b1c0789b9ded1e9b0a8642836bcea28e695ac51976f8017e67aea7
BLAKE2b-256 checksum
How to use checksums
305476edb51463d90e2ecec14e949a97bcccdbac31e32a4d3668d608e051f0a6
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.12-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_libecm-10.8.12-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
ee11f88143cfc120787301abdb542d1507370807f0d6d2dde244d6236d70f36f
BLAKE2b-256 checksum
How to use checksums
98ae3f0d0bc3784c0e8e698db4f93e67037b5947e1123cdba9cc0cdf79ed026d
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.12-cp312-cp312-musllinux_1_2_x86_64.whl

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

Download URL passagemath_libecm-10.8.12-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
635002d019e29483afbf83f89879a66d2d4be32c4543e1c1fc5a12155ba1bde3
BLAKE2b-256 checksum
How to use checksums
e0abd01ee4c4aa6936d4b5fb7e90b02d219eae932682d8c87fb53c5934d4f206
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.12-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_libecm-10.8.12-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
643231f68ee89451b38efcffbd65cbf89754a3e57dd981857b793d23432078f6
BLAKE2b-256 checksum
How to use checksums
0ce7f5c3c1566df1c28b1fc82b7d680ffd979823e4a3765af3aa8a1ce4d7c980
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.12-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_libecm-10.8.12-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
e82b5e4bc777032564ff8b6977738f911f0062ae1defe6c0b1f0677515ba6bd3
BLAKE2b-256 checksum
How to use checksums
b2244a1b3c82673ea8bba869d0e480c8f5890695b94ff12a2e7f01f0aed30f15
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.12-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_libecm-10.8.12-cp312-cp312-macosx_13_0_x86_64.whl
Size 793.6 kB
Tags CPython 3.12 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
7e2da6c38fdaac1c5dd81f9aa2c8dc85b632a731be37569b2970884c563d62ec
BLAKE2b-256 checksum
How to use checksums
2350dfbb92e39489633cafe6012dbf5e69083acba4e47f426bb677a322d3865e
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.12-cp312-cp312-macosx_13_0_arm64.whl

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

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

Download URL passagemath_libecm-10.8.12-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
ad29dd9785107844a5bd95cb5e04b860a505cb222fcdb8fbfa26d9e5b6ea709e
BLAKE2b-256 checksum
How to use checksums
3bc4e3d854b8efbb5840663d08167cde061efe647caecc42ee4ac9fe38db455c
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.12-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_libecm-10.8.12-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
21a554ec604b4cb34f9c94130a7a6de56b0a10c8a8133c4ce747f773a9ae72e7
BLAKE2b-256 checksum
How to use checksums
9a500c600924cc8cae9cf9591020f9b4de4d7f256c3b7d06cf88f5c2e3494a4e
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.12-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_libecm-10.8.12-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
e6ba31032f48b637ff28df50762e52a247cc9a590abc288292fd451a0dc6d65b
BLAKE2b-256 checksum
How to use checksums
710c9132bc77e4c98236821b9d8ec997f7e75bcb0e3d0424582c8537cc3c6ff0
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.12-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_libecm-10.8.12-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
768f652abcc7bd995068fddb7acbb2fee9fcf56564d5eafb7299e457ae5a0b7d
BLAKE2b-256 checksum
How to use checksums
1e98348a4a0e0d96724402fa88b34b71a3ae1c59af011cc1b606224eb9bf06d3
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.12-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_libecm-10.8.12-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
84cfe8d1d284e80af533e846c48d8ea1e1769b43cf00517b8a92f70607977e88
BLAKE2b-256 checksum
How to use checksums
d38f0c5f12895e56b510f127f3301d15d7130a46dff8faee518530c7a2ff2dcb
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.12 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