Skip to main content
Pre-release

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

passagemath: Fast computations with MPFI and FLINT

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 source distribution passagemath-flint provides Cython interfaces to the MPFI and FLINT libraries.

It also ships the implementation of number fields.

What is included

Examples

A quick way to try it out interactively:

$ pipx run --spec "passagemath-flint[test]" ipython
In [1]: from passagemath_flint import *

In [2]: RealBallField(128).pi()
Out[2]: [3.1415926535897932384626433832795028842 +/- 1.06e-38]

Development

$ git clone --origin passagemath https://github.com/passagemath/passagemath.git
$ cd passagemath
passagemath $ ./bootstrap
passagemath $ python3 -m venv flint-venv
passagemath $ source flint-venv/bin/activate
(flint-venv) passagemath $ pip install -v -e pkgs/sagemath-flint

Release files for passagemath-flint 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-flint 10.8.12rc1
File Size Uploaded
passagemath_flint-10.8.12rc1.tar.gz 1.1 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for passagemath-flint 10.8.12rc1
File
passagemath_flint-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_flint-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_flint-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.27+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_flint-10.8.12rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_flint-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_flint-10.8.12rc1-cp314-cp314t-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64 Details
passagemath_flint-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_flint-10.8.12rc1-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
passagemath_flint-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.27+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_flint-10.8.12rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
passagemath_flint-10.8.12rc1-cp314-cp314-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 macOS 13.0+ x86-64 Details
passagemath_flint-10.8.12rc1-cp314-cp314-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 macOS 13.0+ ARM64 Details
passagemath_flint-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_flint-10.8.12rc1-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
passagemath_flint-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_flint-10.8.12rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
passagemath_flint-10.8.12rc1-cp313-cp313-macosx_13_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 13.0+ x86-64 Details
passagemath_flint-10.8.12rc1-cp313-cp313-macosx_13_0_arm64.whl CPython 3.13 CPython 3.13 macOS 13.0+ ARM64 Details
passagemath_flint-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_flint-10.8.12rc1-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
passagemath_flint-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_flint-10.8.12rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
passagemath_flint-10.8.12rc1-cp312-cp312-macosx_13_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 13.0+ x86-64 Details
passagemath_flint-10.8.12rc1-cp312-cp312-macosx_13_0_arm64.whl CPython 3.12 CPython 3.12 macOS 13.0+ ARM64 Details
passagemath_flint-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_flint-10.8.12rc1-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
passagemath_flint-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.28+ x86-64, Linux glibc 2.27+ x86-64 Details
passagemath_flint-10.8.12rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_flint-10.8.12rc1-cp311-cp311-macosx_13_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 13.0+ x86-64 Details
passagemath_flint-10.8.12rc1-cp311-cp311-macosx_13_0_arm64.whl CPython 3.11 CPython 3.11 macOS 13.0+ ARM64 Details

Total release size: 1.2 GB

Release files / passagemath_flint-10.8.12rc1.tar.gz

Download URL passagemath_flint-10.8.12rc1.tar.gz
Size 1.1 MB
Tags Source
SHA-256 checksum
How to use checksums
76914d553ebcf67db5c26c49730e9573c506b9cf09237164725032111c5e9efe
BLAKE2b-256 checksum
How to use checksums
e4a3fe90b0e91cee445467a900204631f96c03a4e18cff3b502f7c6f36f5af8d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_flint-10.8.12rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 52.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
9a9a28e73cd63fc04191464bc201105e16b63628c11ff3c655d0ed2bb3c3857b
BLAKE2b-256 checksum
How to use checksums
23c6b16e7fb8cd3a88b45fe2753ed89dcf71cd9c1aa392762234abc1dde9cb33
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_flint-10.8.12rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 48.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
553d576ac1dae0475d999970664df1ef17f954162ea0039d9d47d2eed767797c
BLAKE2b-256 checksum
How to use checksums
9c53b3276e046b927d297bec5684646692ab60c6e598eb7707d18dd58826a1a3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_flint-10.8.12rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 51.5 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
67ad18d82c7c08a7c02802c159e4732b6e17a9a5513a78ce49d76fd6d87cc4e5
BLAKE2b-256 checksum
How to use checksums
176e5500a3f844b911648cc777ad983ac6a38895d7a6eda211fc0226ccde6a11
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_flint-10.8.12rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 48.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
5ee023f241c27412a8089dada9403b1bcea8a5075e2ac0bf6974ae13adb026f7
BLAKE2b-256 checksum
How to use checksums
29ba471eb86782eb4128c44bce6535e518d2b9f0ee01203de677eeb321b39391
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_flint-10.8.12rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Size 27.0 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
74bb9a3885d4e486a8fa9bdb29b8bc47be7e206d7121fef228c76f9fac7bbd27
BLAKE2b-256 checksum
How to use checksums
b5a17cbb68e10055a843e8419c836612f2c14dfccba0a3f43b183b302ac80f6f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_flint-10.8.12rc1-cp314-cp314t-macosx_13_0_arm64.whl
Size 21.4 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
3d509121855c63a6a17c40e1cb7a3738bc5b3ff6d2bd0547880ba43f61dc8952
BLAKE2b-256 checksum
How to use checksums
8e50eb448e004f99cd5431176680e5b8f3a026f2753350647923408fd3043e5c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_flint-10.8.12rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Size 51.0 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
4efb9709a8be0d11771eba4dde396f5456b1f7b5a9381b08db1a0b9f28869232
BLAKE2b-256 checksum
How to use checksums
f8dc9ece914313be5dbcc6407598ab9d123e994bf7da3ceda891de80ead9b7e8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_flint-10.8.12rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Size 46.4 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
4d01cb36dc6af0af42012665a8642676609a956746ed950b18d3c58a2652125c
BLAKE2b-256 checksum
How to use checksums
9a32ff08b13ab03b95bae4e3882f11092ce4fafe94a47bfbe22cb116f06e6dd8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_flint-10.8.12rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 49.7 MB
Tags CPython 3.14 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
4c4d6edc0d0f8426dedf62c2b94493665649ea08cf9c480e8c3e5c8247f7b9ca
BLAKE2b-256 checksum
How to use checksums
fc52be1c11d64c3cc2fd3bd3dceced890e1c2935eb87a8b8324b35c89869bed0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_flint-10.8.12rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 45.6 MB
Tags CPython 3.14 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
f6ecaa4099d288c4044ba3d84c6af5a1ac3d8e8cde743fe05c28961d0d3cf6c5
BLAKE2b-256 checksum
How to use checksums
16932ee8cb0073fe8923253c8eb254638f7f2656cae8d2602ab291b2de723829
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_flint-10.8.12rc1-cp314-cp314-macosx_13_0_x86_64.whl
Size 26.7 MB
Tags CPython 3.14 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
ed1c895815946dc8337f5f7256fd166b840e420525d5636657aa4c4491596812
BLAKE2b-256 checksum
How to use checksums
bef15a4856f5a2ae2ad32325952faf2acb587c3e92d120338d1dac3db28eaf00
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_flint-10.8.12rc1-cp314-cp314-macosx_13_0_arm64.whl
Size 21.1 MB
Tags CPython 3.14 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
516fa1bd61ce6e24fbd3ee13e5f6373605618bced0b5d74cff5f099590323df8
BLAKE2b-256 checksum
How to use checksums
046afbf6f587a040c474bd6766116eab492ff84755220d8404796bf9ae7b39d2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_flint-10.8.12rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Size 51.3 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
cdef0b6fbccc18cb79d4847fcef8ac34b898653c1361049bad54ead897c32fb7
BLAKE2b-256 checksum
How to use checksums
6b6ab52baf732ecf1b76821fc7feebfda1f020ce79c6dd9d08832b2b83bd5877
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_flint-10.8.12rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Size 46.4 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
7da87221cb59cedf7c82411ec5a00cb4e95680b12de14b3efd6c06239d002bf4
BLAKE2b-256 checksum
How to use checksums
288e2f3fe5c4e0c2923851aa952756d6da9c82d5e44ecaa2f012f1fdcbb0e4e1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_flint-10.8.12rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 50.0 MB
Tags CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
54b2a861fd0f4f319dafb18a3247ae974cee8ec12e34ca13377e9008ce45726e
BLAKE2b-256 checksum
How to use checksums
6c328f28903e876126f58790905a8c9afec9ea026c64fa7f4596e2d2b987d7ce
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_flint-10.8.12rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 45.7 MB
Tags CPython 3.13 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
60ce2305c3b835993cd8813642c5bfa38c8f2e32d32c2e5a139344b3ddbd6884
BLAKE2b-256 checksum
How to use checksums
89ad7e00c2e830d93f4c504d5d0ea2691d6c39a33c839b5799609a45c7ffdf6a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_flint-10.8.12rc1-cp313-cp313-macosx_13_0_x86_64.whl
Size 26.7 MB
Tags CPython 3.13 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
5746582f2c81043934103f4a00f21adb0f0a4ea15b7605d40ea17cd2fbd9e7e6
BLAKE2b-256 checksum
How to use checksums
88780fb170fc8c23e7579075d25c1e482f7bc4aec4721508b77a2b2d311b5f45
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_flint-10.8.12rc1-cp313-cp313-macosx_13_0_arm64.whl
Size 21.0 MB
Tags CPython 3.13 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
49ba95b1603af68e3b25e930f5dd13fe66b8baf7b908137070e5eac2fbeb770d
BLAKE2b-256 checksum
How to use checksums
26fac06440d37c30bfe385c9ca79e7d0708036fedbb0a8e3b388b06f09c04cc6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_flint-10.8.12rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Size 51.5 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
8299816e898c7d53dd49438e897b9d65d5a29489b73b2efdec8d88a5fc81d217
BLAKE2b-256 checksum
How to use checksums
de934affc6ea7abb7c1b4bd4118f7391b60cca0d3a7ab3af5cbf00e598c3975e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_flint-10.8.12rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Size 46.6 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
3bbe845bae8467b1179aab539213ef807903f43ebf6c57269db9d0ced047e9b3
BLAKE2b-256 checksum
How to use checksums
0acdb5c043b60f1eed09ee0fb206f109cb87a002254805ae6c3d1bedaf1d7066
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_flint-10.8.12rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 50.2 MB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
6dc93491726029993044350bcaaffb54ff532c0147b573ba9b2bc3d37e726d2f
BLAKE2b-256 checksum
How to use checksums
4ad5cec2690ac782781320a077b7f7a5b2cddc99bad30d5e52b355a87556d24e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_flint-10.8.12rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 45.9 MB
Tags CPython 3.12 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
d60ad4d599200943817ce6ba1d5bb8d9098d2a7039a7b61f280e24044e46be26
BLAKE2b-256 checksum
How to use checksums
3ad4e18bdfd55f51b4d4700e22848c3921e2f09a867cb40217106496c609940d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_flint-10.8.12rc1-cp312-cp312-macosx_13_0_x86_64.whl
Size 26.7 MB
Tags CPython 3.12 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
e9fa2a0174d411704b343f2d23f8262dbccf56fc09c4cd8bae301ba152b2c570
BLAKE2b-256 checksum
How to use checksums
7f0ddd88d596a2f43a9078a062f79eed1703edf1ae5cb10c151329a7f960bda3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_flint-10.8.12rc1-cp312-cp312-macosx_13_0_arm64.whl
Size 21.0 MB
Tags CPython 3.12 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
9d1e127cb7a6e18bd29887fe82e1009ec3b6d7b0ef46dbfcae5eab68e1bbf0ca
BLAKE2b-256 checksum
How to use checksums
37f108e6c3c7602c05b33510d3d75c5c4faa203f4d0a1ab72f321f7f3df1e93b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_flint-10.8.12rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Size 52.2 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
17d663a84518c23316679bdbb80e81faf4df67a33db90bb2cd13409b2752058f
BLAKE2b-256 checksum
How to use checksums
bb99779370dcda539d9bea30d6f3446684b427d944cc0512cf5666a3cd645a05
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_flint-10.8.12rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Size 47.6 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
20b435f65defca73b2eed8c3ace407fe9880d629679c77f00f033a9eaee97bbe
BLAKE2b-256 checksum
How to use checksums
acfdf7a62df0a0a012ba5164cfc63dd477228402307f21c7542a80aecb28c638
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_flint-10.8.12rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 50.7 MB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
f25aa8a8b9b92d9ac830f7f88171d1a06745d9afb2b25209583e58242187960e
BLAKE2b-256 checksum
How to use checksums
9dcef5f65630ddce3090de3701863403dc965f8c029c76798f2137facf27d8f3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_flint-10.8.12rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 46.7 MB
Tags CPython 3.11 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
674bb59469d97f0bae66aee3c689031e302a440950a6179deb2937a035a617fd
BLAKE2b-256 checksum
How to use checksums
b5d1a694c4bb437e4ecffcfab67b376a70bf5b9d667be4cc83aba85cb3625c41
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_flint-10.8.12rc1-cp311-cp311-macosx_13_0_x86_64.whl
Size 26.7 MB
Tags CPython 3.11 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
ef62b35a1f8026507809421fe59f3111f5d23126ac8ca7dba9359185f32ac588
BLAKE2b-256 checksum
How to use checksums
9a8b86a2892f2e7e3341e8ac67a4e209366912e2bb6f1a472475bda3d55c15b4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_flint-10.8.12rc1-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_flint-10.8.12rc1-cp311-cp311-macosx_13_0_arm64.whl
Size 21.0 MB
Tags CPython 3.11 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
f374bb0cb8fe79daae8a2325c5cd3cc855d3adb1e1bc193347c1aa313f2619b3
BLAKE2b-256 checksum
How to use checksums
69809495381bca46ce10b36dba580bbf31984ed441e7288edb291c185b229ea2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page