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

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

Source distribution (sdist)

Source distribution for passagemath-flint 10.8.12rc2
File Size Uploaded
passagemath_flint-10.8.12rc2.tar.gz 1.1 MB Details

Built distributions (wheels)

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

Download URL passagemath_flint-10.8.12rc2.tar.gz
Size 1.1 MB
Tags Source
SHA-256 checksum
How to use checksums
34c35390eff13c8bfc7ed2b9b29f66644fcda3cfaeeefd909df329d88fed9054
BLAKE2b-256 checksum
How to use checksums
e3c9a4c23451ceb778d6f10e7befce8919329f2e3877f56ed239dbc66402de57
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.12rc2-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_flint-10.8.12rc2-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
b2178377c00d54efdb4d4d1e4b2f1170e9c9c2aa4c6d6de69ed9d866a2d1a86b
BLAKE2b-256 checksum
How to use checksums
f34c28b5c59d1bc1cfffeca2ec0ed0d14e78ef12e5c48fd0afb1a3a0a1ff3157
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.12rc2-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_flint-10.8.12rc2-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
4005720f91c47839d70fdf7c807b563cbacc6cd71a791d4cd264fd481c9e185c
BLAKE2b-256 checksum
How to use checksums
a68ed3d91d4ea6466584ab1626e4f604d553eaff8cf4635624b883ccfd605e76
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.12rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_flint-10.8.12rc2-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
76f900f1d0984794dd4cac3d45d097c9d799ea43b03855f0b9a473181814e064
BLAKE2b-256 checksum
How to use checksums
a5bca54914f827727622fc911e99f4edcfde9a8a4c41a8815dea2214d270daa4
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.12rc2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_flint-10.8.12rc2-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
f35ee26428c221ae1cf95bef2e12e10693e133a122a6197d1dbe8192f968d54f
BLAKE2b-256 checksum
How to use checksums
ab37acdac8f9700607e879f7317869523379d4b8812cc03d36dbcb32ebf9b8e9
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.12rc2-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_flint-10.8.12rc2-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
389ab62c2deb586037e94d736cbab9ee2aa2ebbdef97bbaf9411f466da6ca673
BLAKE2b-256 checksum
How to use checksums
5526f73e117f8cb89b3de36318e9dc831f1778c5df6c35daa7825cdb53d6b1af
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.12rc2-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_flint-10.8.12rc2-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
0204cea08b4f022919528d8e1761a7507d1b77917a265dc9b2c25bb655a14f9f
BLAKE2b-256 checksum
How to use checksums
bee559c7b01beca3241760ae40fd98c66579015922dc9c10141908e6456bee50
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.12rc2-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_flint-10.8.12rc2-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
efb6a093f6846a374447afb9092b1fc0080f56a7ab8d94eeb67ae1da0819ce7f
BLAKE2b-256 checksum
How to use checksums
3d054136e3f2c2601c50753993f73b52aa6097bb7c2153b47bfe61894dc77ad7
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.12rc2-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_flint-10.8.12rc2-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
818a0f3725a11910db3f7f07d999ad2bc1b3efa2c11d4aabee64fa80ba803741
BLAKE2b-256 checksum
How to use checksums
cc122c94ac38c9799df6d7f48d3b617c22e2141ca00d6587c5941424cc782628
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.12rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_flint-10.8.12rc2-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
aeb462c073d3ca4e0ed78fc3fa68424a54c922d20f3f965373e254ea1f423720
BLAKE2b-256 checksum
How to use checksums
ece1aedb96edc4a36fe9711f635cf72d26dd8f320db242f96f1ea4ac87453090
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.12rc2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_flint-10.8.12rc2-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
0607106c77c590b19c47286166d24779822848af2fb26cfff7f34f7d2e8e4580
BLAKE2b-256 checksum
How to use checksums
43f33d3e78b21a4fc55da24f4df9739cad0b8c2475a784c738f4cdf5ddc557f9
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.12rc2-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_flint-10.8.12rc2-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
22f51dc71448f4677208934ef60fc082ad953b76a21c21e5a17f1be0f549ecf6
BLAKE2b-256 checksum
How to use checksums
6d20b3019396c537aa40c951cb320901722949b5855bbbefd6d0b4feb158417e
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.12rc2-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_flint-10.8.12rc2-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
8c0803e889ff2d0980de664d2cf74a9202adc091b83f3f2fdbb7ebe940d9646c
BLAKE2b-256 checksum
How to use checksums
0f265ef3dd452068d31683f8ff69ce805fb9aa26ffba8641255087e8701bad20
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.12rc2-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_flint-10.8.12rc2-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
5f9aa1aec31f7cecc36e611df40e5c4ad17a847aefac5cefd12329e4f168ca7c
BLAKE2b-256 checksum
How to use checksums
ffdb73cf87f2bbbb73929b252881c7f3bd3f5ffa8006b0ae40c3246c75e1c069
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.12rc2-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_flint-10.8.12rc2-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
fe27075710f1e8ec2d85bb2df1cb2a77fb56ed13b4980710bdf70dca0c4e8b73
BLAKE2b-256 checksum
How to use checksums
577c494130cff1cd4feca023f6f8d600a763eb27afb10e3d98955e19d9bc7b81
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.12rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_flint-10.8.12rc2-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
7f94cf1a2382b553f3099fb2bd9a776ebbf1d4d0c809a5eebded7fb0f90549eb
BLAKE2b-256 checksum
How to use checksums
ae85e49158e552b0cc6dfeb36d7955f5604b9a9ffa6ce8bfc24bbfab195cb386
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.12rc2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_flint-10.8.12rc2-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
af02bd546d9ca876fec32346c5aca5cacb60278bc3ae16d80f51ffe67b4c7ce7
BLAKE2b-256 checksum
How to use checksums
45d5f2030d1c61cd304384afcf0a0b39f513762f866968ca26816777f691ab22
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.12rc2-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_flint-10.8.12rc2-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
a6acb0119fc8a0eaedab09f6016883665b69d62418fd159f6d82e5d7ff614671
BLAKE2b-256 checksum
How to use checksums
75628a95860725d33d54554ad1a8fdf915f5f8d00353b2292f26d6cbeb436695
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.12rc2-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_flint-10.8.12rc2-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
0b6997b9731fe157a3b83fa21bc9b32ff46f26e9f6d744029065a9afb832398e
BLAKE2b-256 checksum
How to use checksums
7ffbebfb3d7d377690c601cc01280bf25e8f03358722c644111c577164a3cd25
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.12rc2-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_flint-10.8.12rc2-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
36c55ac5e91af94365ac8b5e2a2edef8d439b5cc4f5e083434385aa7f0897fa1
BLAKE2b-256 checksum
How to use checksums
2fb2eca759c7d8283333fe3391b4a93fd028635213315ae1011a58afffed1a93
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.12rc2-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_flint-10.8.12rc2-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
eaef496d507b94a257881117a6109c90330dd6e41d6ebf9cabfc4a081770af3c
BLAKE2b-256 checksum
How to use checksums
193383c6be8cdbfb45c96ce08b40f7a01c8ece5b5671b56df74cc2e04e1f0524
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.12rc2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_flint-10.8.12rc2-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
0c32afbdf599a320085f26793eb8f014999caa543167a5f3f22ace7e3f25439e
BLAKE2b-256 checksum
How to use checksums
e7a76a5b4be5f3243b2baa1925d658179e4eed6f630310528d15520a32776417
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.12rc2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_flint-10.8.12rc2-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
7aa9afdc9e6ab9d187e565af512982202545d02ea2a771a09fc211b2b453ee7d
BLAKE2b-256 checksum
How to use checksums
632fea4ed4a0e3078970061a641c1cc43418d243a39c5111fc3a0662454c2384
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.12rc2-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_flint-10.8.12rc2-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
71488ff5bffadd02e1c0963176dfbb7e25bab91c36a2b131a719825d8aac6612
BLAKE2b-256 checksum
How to use checksums
75d12c919165a6abec9420db675216bdaf06d2ec3979ce8e460cc230cca92a93
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.12rc2-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_flint-10.8.12rc2-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
ed367a5d443b9624b29e94031c7cd701b835bb6f8361068d67452cc1db26ff85
BLAKE2b-256 checksum
How to use checksums
b5bb33f272ff771f7abacfad57c411ede92ba76b90d03ae5e3af896e11a5432e
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.12rc2-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_flint-10.8.12rc2-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
88512ac6a93867df7c36d891e247fbaa6f47214744c523c2a5bc770dbc73a418
BLAKE2b-256 checksum
How to use checksums
86e576e0b0132c008afd0b74eb663123eaedca66f532d2cbf4cc8ea12b114645
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.12rc2-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_flint-10.8.12rc2-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
2b59d0b1858a4754be8587aed58e82dfb839b16dc9daf88796c17da46e756904
BLAKE2b-256 checksum
How to use checksums
590190c610b7bf4c7dc3437a4e0620553bac83e56e242595703b8f2a4018447c
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.12rc2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_flint-10.8.12rc2-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
912ab312819ab295f65eb3cb80f7bca78c490cb58dc10c7ea923a6fbe3987508
BLAKE2b-256 checksum
How to use checksums
40374bfc1b7ae6ebec3cce92445fd51b1cc5dd1316f2aa27e2e798fcab76b86d
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.12rc2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_flint-10.8.12rc2-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
4870b4f91d98d7a869f6321a926673f0ed01c5a93408ef511b7d89077ba37bb3
BLAKE2b-256 checksum
How to use checksums
e273f05a6e097b65c92fc5db07488a771e0e1f1eb7a67defc6bb38d6558a2d43
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.12rc2-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_flint-10.8.12rc2-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
2cb931918339fcb8ff97b3e934a4ae8a46325cb7dd3b4946bf85bf549089f054
BLAKE2b-256 checksum
How to use checksums
a57349bb8ffe7c7c69ec38ccd588dabeb6f794739edfb273a2b006a857af2fce
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.12rc2-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_flint-10.8.12rc2-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
46fe8d72dab6fcca74e3cf32874a981d58a3b02a083d80a1d65d3de63a168273
BLAKE2b-256 checksum
How to use checksums
751d1d51e41b397310a4cb5727167c2446b644d8193323c2093162f19199aaf0
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