Skip to main content

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

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

Built distributions (wheels)

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

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

Download URL passagemath_flint-10.8.12-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
0e3e50f3999604c6c7d5f06f1ad29cca329492e1348b4b0541c1abdab56004df
BLAKE2b-256 checksum
How to use checksums
2b24caf5ca98e6db8738bc200aeca2e1ff7eda72bc4184df798f1391cba3bbbe
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.12-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_flint-10.8.12-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
6fb4e8218c348b09babbe35d476ddb2b06c7be013fb3c8ffd8ea92ab599d94c6
BLAKE2b-256 checksum
How to use checksums
ddc7b5462b615b3ab796cbdc9f7e78969c027afeb2c82dea198dcf0c5626ca07
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.12-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_flint-10.8.12-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
31cd6dbcc9ac62688216a7d94ab6358cce7d304c836eeb1904f52a5bd34cfd73
BLAKE2b-256 checksum
How to use checksums
7598e0b67ba3fb242efc8be5a7050817c90e4a66838c5d405f20e632e218b173
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.12-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_flint-10.8.12-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
dc1dbf3bd2ad60afb1abfc527d2cf153efe3b6ab3d892d590bcf3714fa998f2d
BLAKE2b-256 checksum
How to use checksums
f8b34acd877dedf054e0baa86d6f1bc0a11bef56fe575989b34e39b31cd45f0d
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.12-cp314-cp314t-macosx_13_0_arm64.whl

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

Download URL passagemath_flint-10.8.12-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
8fa90a6a60a0073fdf28098ed194bd9495f533c38a03eca803803e0d2e2fd0ef
BLAKE2b-256 checksum
How to use checksums
5fde696d7fc3afd32d8c71804f92514a3ba750d90d5da095b472c730cb58c0c7
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.12-cp314-cp314-musllinux_1_2_aarch64.whl

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

Download URL passagemath_flint-10.8.12-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 49.6 MB
Tags CPython 3.14 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
8b1a981ee53ed54d97c87cae7b6d064e8147434da90794aebd963b715a88be28
BLAKE2b-256 checksum
How to use checksums
0c66c0a4e27049dfeb7f3e157b5509165ab6191ac80ba61a6af712a8a4f2b248
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.12-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_flint-10.8.12-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
49adf20d4c79ea59f36f976348c2c3d22c746233d062a3bb48c535f5dd941b41
BLAKE2b-256 checksum
How to use checksums
c6755f10d90305a46e4c3c8bb87d0be8aac83c82008ce6369dcfdb6aa0afcac3
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.12-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_flint-10.8.12-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
4cf471c6045a715e58f74fc5d35dba95274bea19ca3a63713590b272094d9291
BLAKE2b-256 checksum
How to use checksums
980d6ba6d36e29ddf817c757a7e39451f6f0afa2b8d1563e7691a5d5b737599f
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.12-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_flint-10.8.12-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
00c335594fd35645a94100aaf77ce0ff3d4948cfe79f17dcb112e92b8e33ad2c
BLAKE2b-256 checksum
How to use checksums
ca884c98e18d6d959edbdef9a551bb6bd632daeb4bee1d6ce6200923fafd16ba
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.12-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_flint-10.8.12-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
0993a8ac6245bb71d5edad55161db179a3b6f51d000d37606e7d4ce55b66a981
BLAKE2b-256 checksum
How to use checksums
49d7da114257eeb1655cc9a97f7088e8a33200f7443e9e3f99b15d74aeeb1c10
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.12-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_flint-10.8.12-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
110678815cd73b872cc1f2e44a26d0dc2a5f8b1ddb5f7c0a168c117061451a78
BLAKE2b-256 checksum
How to use checksums
c73087bc381868f53ed89b4e2e2e1550bfc75ee2ee028e0ec1fbfcd74ce1921b
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.12-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_flint-10.8.12-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 49.9 MB
Tags CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
a9fd132f8214a9b1baeed5f2bc4ab357073f32d3c933a83ffbb9d5cee0e0cfec
BLAKE2b-256 checksum
How to use checksums
a41c08c7156bd7a29d811b8edfca61ee25397a749d2edf16f478749160c18d0c
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.12-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_flint-10.8.12-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
a54760c41c45b69eb229e9e0c3af895cc17b392da7510214f99671c95d21784b
BLAKE2b-256 checksum
How to use checksums
1643e706c608f64b5c4b176b8c9e4dc90c459e761de8ee903e3d6cbc76f525af
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.12-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_flint-10.8.12-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
7d53ed729f3f9aaf465f973f59caf2070b556fdd87745a0d45becd326e76bfbb
BLAKE2b-256 checksum
How to use checksums
08fd7a9cab9669c163557d87e7feacbe2ba487d58115999de0ffb8fa9b573938
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.12-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_flint-10.8.12-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
3959a10055f14fddaa9d7819aa091f7816fa87dac2cea3a421dc42299e92a507
BLAKE2b-256 checksum
How to use checksums
5fde30ccdb7449f9651944563a8460729727ea2dc78f4c5edc7b5722599f3e7a
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.12-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_flint-10.8.12-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
8ad01cfcfb8b3474a95b0027fcf81b933f5b48617f9717c4201c8c7005a24874
BLAKE2b-256 checksum
How to use checksums
ff8313dfabb2e4284e4b42a84867192571843db923540cb1bdd3e32a0a136313
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.12-cp312-cp312-musllinux_1_2_aarch64.whl

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

Download URL passagemath_flint-10.8.12-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 50.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
48019dbb72617b46a9700cf66e70cf3ece5025b0825e17f43f98ec9e877ea2a5
BLAKE2b-256 checksum
How to use checksums
16c1f883d2e2a9bc75101a90c6fe7782f72c6b2ec96de2656c5ccea3a811f607
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.12-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_flint-10.8.12-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
5550add1efbd92c7f79a81465073e679f9eda2d1396ec75855b01c124d366beb
BLAKE2b-256 checksum
How to use checksums
b95c20bbeefcd670a0127a8efea711d3cf06767b0ecc15df494b16a990b43c90
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.12-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_flint-10.8.12-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
be6211b352af3c92488b650a377d8cb4a0683e17ca69125b6b59800d72df46ee
BLAKE2b-256 checksum
How to use checksums
07517b2c08b1dd2a4f3c6bb9d1a510805c7cf611877878807ff1192c7e4184cc
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.12-cp312-cp312-macosx_13_0_arm64.whl

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

Download URL passagemath_flint-10.8.12-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
6aeb903cb932f72630824f9c3b2fb5b5ee9ef203a72e18c351966460205c1752
BLAKE2b-256 checksum
How to use checksums
6275668c8a63775ae61adf20816ba3016ba6f523af1cf1f2570d91c5e81c5c11
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.12-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_flint-10.8.12-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
33a41acb8b9e2dd9db3bb3355200598bed4e867f8ea7f653387ce240d783a5af
BLAKE2b-256 checksum
How to use checksums
e93fa5d266624c9bb99cdbe679d1811225d7a0932773958193cc15f6e9a79628
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.12-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_flint-10.8.12-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
78cd2112eed6cb5601a1bedecadfae2656884988d1b8ae7b5054f1cf8f31e863
BLAKE2b-256 checksum
How to use checksums
5d5fbc3a330c4726a28d68c257f523ea9abfbff110f8e86cb12c4b33b36002db
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.12-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_flint-10.8.12-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
c63a34ec389c02729b50004526865e046e1893ead2ec375461df3cd0fed3c92b
BLAKE2b-256 checksum
How to use checksums
58f837c9e6c356853c05a32621ed7b35dd9be729d2b248b4b3da5de4eca07a29
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.12-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_flint-10.8.12-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
312f3a2ce84224ccede105b3e065bffdc5e60121eaaf8b7bbb8636bf20637717
BLAKE2b-256 checksum
How to use checksums
ee60934c75c0369df5c5f3f8f8929b29242c76eedcadd68b4118b92791d39fa0
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.12-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_flint-10.8.12-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
735c1e041a4d5d6b6e531c3b14954c4d5857898760f5425a3f288273e2b5b873
BLAKE2b-256 checksum
How to use checksums
c61e651637f6be0bda65e65079d235cd057fc23985684ab5f7a093d89b972161
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