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

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

Built distributions (wheels)

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

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

Download URL passagemath_libecm-10.8.12rc1-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
e3c68d6d24259ce44a30ec2c1209b82b51f9db804cb27652f4a54b5edfad14ac
BLAKE2b-256 checksum
How to use checksums
383e7a27bc291ca52a4a6965b36cee77841bc085f028933387ecfe095de00f5b
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.12rc1-cp314-cp314t-musllinux_1_2_aarch64.whl

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

Download URL passagemath_libecm-10.8.12rc1-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
294924f68057671aa4904ad668f5c4cfce3f165a397f7155ae8131754e4b305e
BLAKE2b-256 checksum
How to use checksums
db5abacc9cbb759f4d25f7ff3ccd4e8279ee24d6d33ae4e6326fc50d314395ee
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.12rc1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_libecm-10.8.12rc1-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
39b2c115dd0a64f8c5deeb7e86f53b95a8f69cd505a0aa0be4972f2ee4f80851
BLAKE2b-256 checksum
How to use checksums
0954d8f0e02c05a61a89fb032e6854542db8c67b1235a81434dfb14b97718211
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.12rc1-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_libecm-10.8.12rc1-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
865ab5acd8e1a4e1d5fb4349997fa31365c0fe773bed11e95d0669c97dd980f8
BLAKE2b-256 checksum
How to use checksums
1346989e3106237674c90d883f5a381d9748d2c3ef83fbbf772bcc013b7ab6b5
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.12rc1-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_libecm-10.8.12rc1-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
8bd8fc5417fb7d4262e40928b5d23445706c90931075f3a4cb007a0bcb636095
BLAKE2b-256 checksum
How to use checksums
ed5371080e7ba8f343b2ba71dd922d4cf91d851c7c34b3c07c0efa0645eadbfd
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.12rc1-cp314-cp314-musllinux_1_2_x86_64.whl

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

Download URL passagemath_libecm-10.8.12rc1-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
63bd22012cbbaa41b924fe87a2b1083f0b82c649cdfb867aeb681b08f546afb4
BLAKE2b-256 checksum
How to use checksums
d046228b8c9684932f4007e0eec9e243ab8b36a138c29ed65e9f374aee0c026d
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.12rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

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

Download URL passagemath_libecm-10.8.12rc1-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
850b1b9447114ec613880269b36814c5782933924c08d2e0a440bad9b5a31d90
BLAKE2b-256 checksum
How to use checksums
edad16e898f9054f085524037ccc5dc7bd6e9f380abba914171e042592ee0eba
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.12rc1-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_libecm-10.8.12rc1-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
2674861c01e6f9940b03432b6ca0793be3d2230f9a94f7205b89d79a11f2cefe
BLAKE2b-256 checksum
How to use checksums
95a06e56f786445f4de5b5bfd4822b66962d12e0330ec747b290731c950f18fc
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.12rc1-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_libecm-10.8.12rc1-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
04fd07dedf785d0f4bea401895e711ce8cbe4d8ebd5158077f7090a71dc0fb89
BLAKE2b-256 checksum
How to use checksums
2dd1741cf61831d9407e226500a32d855933c03b02bf46a982b05da86a79f8fa
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.12rc1-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_libecm-10.8.12rc1-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
c2906d790a83d65cefb29eaa140f4e019d5d736ac88959949309395fcb382ab4
BLAKE2b-256 checksum
How to use checksums
47160a904d4b3989355ecbb7dd1482966cf22ef19e4e20e29091c03c442fe4d1
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.12rc1-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_libecm-10.8.12rc1-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
78e0b834ca8b4cdc6b2cc3f2843ba9e4cb2a3b0d921d188e08886c94714eec8e
BLAKE2b-256 checksum
How to use checksums
6fcbf0f18df0930f4ba9da2330303dae4a14954362fe6fb7241a0100dea72fce
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.12rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_libecm-10.8.12rc1-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
3f02826a95041d26c103bb79ad6b68e9532b23c8612ecddaabf03b10cdbd1a60
BLAKE2b-256 checksum
How to use checksums
bd83a1c7ae284bf38855a4fdeebf4825164953643e74d071aa4200d3498b4d9c
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.12rc1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_libecm-10.8.12rc1-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
ae6a7a5e822b5809a75beec7eba0ac145233329560c7c8fc4655c754ce329b47
BLAKE2b-256 checksum
How to use checksums
795791e5d3248b70718d1d5f17e47427f19a88f3f1fa033d668fafb26cf07d23
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.12rc1-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_libecm-10.8.12rc1-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
02c87d1d2fe4bd5c147eb22ba3ba36e7f8c7ce77d14087ac6850f6464a231e04
BLAKE2b-256 checksum
How to use checksums
f53e5ac74f8ecad7cfe38ecef8793a9c4218d78c6b1b7e19b3ee570b6248598d
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.12rc1-cp313-cp313-macosx_13_0_arm64.whl

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

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

Download URL passagemath_libecm-10.8.12rc1-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
4cae5334cb65ddc93f1a21f0efef720e4247878a0a2f932db3775e4702f7ac80
BLAKE2b-256 checksum
How to use checksums
c2eaace46b215c3e288a8a234875d7f3e893d4e1ba18c64e03433f40664b972e
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.12rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_libecm-10.8.12rc1-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
f6c6a5e815454fffdbeca967488dddef02ebf7589ebb338224274d119c77554c
BLAKE2b-256 checksum
How to use checksums
e1da8f463914b8aa379f57310e1328358018612a160d46403441799fbb28aee0
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.12rc1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_libecm-10.8.12rc1-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
5bb2ab611442aa03fcc02ea4441f6bf990669e4e2a55752b37c66bfe6795099a
BLAKE2b-256 checksum
How to use checksums
6216f7ecc510dc697b98ae02de2e3f6cb6d84ee759df69b8f6e594c6c9dba45e
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.12rc1-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_libecm-10.8.12rc1-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
d83db19dd5c82b30de89ea8879f49ef2c16d8d9ac5a8c565f17cd5ee75c6d54c
BLAKE2b-256 checksum
How to use checksums
b3cf53c028a221aef7fce95d285c2de020c2b606b3ea285fd8472265d8947b00
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.12rc1-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_libecm-10.8.12rc1-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
e402d95df7cf665286c7b20d49a59dd748fe6628ad319b584bb4d0b0b84787a6
BLAKE2b-256 checksum
How to use checksums
5e36c24c7a593df837c871d3fcdf67295cb7659658aac60dc55d284daf52a251
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.12rc1-cp311-cp311-musllinux_1_2_x86_64.whl

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

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

Download URL passagemath_libecm-10.8.12rc1-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
403fd14df023961dc52ed1fb70453762cd8a73af551a74cd0dfee3c2a9cb5eaa
BLAKE2b-256 checksum
How to use checksums
4a300fcedebfb2bd23976cf960c4ca23ab83f5843675e985865fe07d6d5d0670
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.12rc1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_libecm-10.8.12rc1-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
f05116b17ecac02a33ce40c4e1d318c92afd488d82697e67e986e1b84b259004
BLAKE2b-256 checksum
How to use checksums
4e8d74df14de1e20fc8c520e9c767137f1855e9dce834cf3056c189b77375a4c
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.12rc1-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_libecm-10.8.12rc1-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
4c5dc37af532c21ec3e39b154d0f2b9fea9edef0e914a5b583db84b1b41db530
BLAKE2b-256 checksum
How to use checksums
86fe8487703d6d6b04685f75bfdb9b5858218013f88ed84aabe0143a2fd0dcc3
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.12rc1-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_libecm-10.8.12rc1-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
7602c2070582e6f7fbaa6d0bb92e7636fac29a2cd0364a2b8c9d0801450faa98
BLAKE2b-256 checksum
How to use checksums
cd3f32ee0c1c474cbb73f8f1ca47d80904a96c556c4833cf61e7382fa339e612
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.12rc1 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