Skip to main content

passagemath: Computational Number Theory with PARI/GP

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 distribution passagemath-pari is a small distribution that provides modules that depend on PARI/GP, the computer algebra system designed for fast computations in number theory: factorizations, algebraic number theory, elliptic curves, modular forms, L-functions…

What is included

Examples

Starting the GP calculator from the command line:

$ pipx run --spec "passagemath-pari" sage -gp
GP/PARI CALCULATOR Version 2.17.2 (released)
...

Using the pexpect interface to the GP calculator:

$ pipx run --spec "passagemath-pari[test]" ipython

In [1]: from sage.interfaces.gp import gp

In [2]: E = gp.ellinit([1,2,3,4,5])

In [3]: E.ellglobalred()
Out[3]: [10351, [1, -1, 0, -1], 1, [11, 1; 941, 1], [[1, 5, 0, 1], [1, 5, 0, 1]]]

Using the cypari2 library interface:

$ pipx run --spec "passagemath-pari" python

>>> import cypari2
>>> pari = cypari2.Pari()

>>> pari(2).zeta()
1.64493406684823

>>> p = pari("x^3 + x^2 + x - 1")
>>> modulus = pari("t^3 + t^2 + t - 1")
>>> fq = p.factorff(3, modulus)
>>> fq.lift().centerlift()
[x - t, 1; x + (t^2 + t - 1), 1; x + (-t^2 - 1), 1]

Available as extras, from other distributions

PARI/GP data packages

See https://pari.math.u-bordeaux.fr/packages.html for detailed descriptions.

pip install "passagemath-pari[elldata]"

pip install "passagemath-pari[galdata]"

pip install "passagemath-pari[galpol]"

pip install "passagemath-pari[nflistdata]"

pip install "passagemath-pari[nftables]"

pip install "passagemath-pari[seadata]"

pip install "passagemath-pari[seadata-big]"

pip install "passagemath-pari[seadata-small]"

Release files for passagemath-pari 10.8.12

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

Source distribution (sdist)

Source distribution for passagemath-pari 10.8.12
File Size Uploaded
passagemath_pari-10.8.12.tar.gz 830.7 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for passagemath-pari 10.8.12
File
passagemath_pari-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_pari-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_pari-10.8.12-cp314-cp314t-manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64 Details
passagemath_pari-10.8.12-cp314-cp314t-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64 Details
passagemath_pari-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_pari-10.8.12-cp314-cp314t-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64 Details
passagemath_pari-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_pari-10.8.12-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
passagemath_pari-10.8.12-cp314-cp314-manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64 Details
passagemath_pari-10.8.12-cp314-cp314-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64 Details
passagemath_pari-10.8.12-cp314-cp314-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 macOS 13.0+ x86-64 Details
passagemath_pari-10.8.12-cp314-cp314-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 macOS 13.0+ ARM64 Details
passagemath_pari-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_pari-10.8.12-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
passagemath_pari-10.8.12-cp313-cp313-manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64 Details
passagemath_pari-10.8.12-cp313-cp313-manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64 Details
passagemath_pari-10.8.12-cp313-cp313-macosx_13_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 13.0+ x86-64 Details
passagemath_pari-10.8.12-cp313-cp313-macosx_13_0_arm64.whl CPython 3.13 CPython 3.13 macOS 13.0+ ARM64 Details
passagemath_pari-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_pari-10.8.12-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
passagemath_pari-10.8.12-cp312-cp312-manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64 Details
passagemath_pari-10.8.12-cp312-cp312-manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64 Details
passagemath_pari-10.8.12-cp312-cp312-macosx_13_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 13.0+ x86-64 Details
passagemath_pari-10.8.12-cp312-cp312-macosx_13_0_arm64.whl CPython 3.12 CPython 3.12 macOS 13.0+ ARM64 Details
passagemath_pari-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_pari-10.8.12-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
passagemath_pari-10.8.12-cp311-cp311-manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64 Details
passagemath_pari-10.8.12-cp311-cp311-manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64 Details
passagemath_pari-10.8.12-cp311-cp311-macosx_13_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 13.0+ x86-64 Details
passagemath_pari-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.8 GB

Release files / passagemath_pari-10.8.12.tar.gz

Download URL passagemath_pari-10.8.12.tar.gz
Size 830.7 kB
Tags Source
SHA-256 checksum
How to use checksums
7f8f7fd6bfd26c6041414465c77790e5818c41ace3ca36c5af64684a392c459d
BLAKE2b-256 checksum
How to use checksums
1ccc8fd70cacecdecd5b02888ddcd61766502e1d2130da6118df248fd4528ed7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp314-cp314t-musllinux_1_2_x86_64.whl

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

Release files / passagemath_pari-10.8.12-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_pari-10.8.12-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 73.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
3cc14910978658bbfe6762b0025aef7b4449b5a3a2b42011324824e68098d498
BLAKE2b-256 checksum
How to use checksums
a245e774bdfe8de792e20c215734d14cdd87a28136e91feb82e520d2cf7ff1bc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp314-cp314t-manylinux_2_28_x86_64.whl

Download URL passagemath_pari-10.8.12-cp314-cp314t-manylinux_2_28_x86_64.whl
Size 76.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
21d234c3485cac9c345933d7f0e03f023103c245841f21f2c37017ac9d4d02b2
BLAKE2b-256 checksum
How to use checksums
47da75547972ff3ef24d1bbddb2d365bfaba2c98dad8ce2f5e2d35ae35e3b113
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp314-cp314t-manylinux_2_28_aarch64.whl

Download URL passagemath_pari-10.8.12-cp314-cp314t-manylinux_2_28_aarch64.whl
Size 74.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
0dd2692b418a5768e1e652601a68ecbdbfb7542b9b08c911f1adb11664d3d486
BLAKE2b-256 checksum
How to use checksums
06fa21c62a740524f67006e679b2115bd72380be7ac0a6f0c699285fd0bd21e2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_pari-10.8.12-cp314-cp314t-macosx_13_0_x86_64.whl
Size 36.5 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
822af4e8df017bd0391e98ac1fb58411d389c84608c1a2d280472a4a5300782e
BLAKE2b-256 checksum
How to use checksums
603e7ebbec0584fb4df7f16ac142f8f01b3b0b906f39bedbeafaf347d3368f3d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_pari-10.8.12-cp314-cp314t-macosx_13_0_arm64.whl
Size 30.4 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
9e1578f1ddc52f84fedcb904ebf285d145167ad270e7d507fb4e54152acd0a1c
BLAKE2b-256 checksum
How to use checksums
b6798251c248ea0599b9676302bf71f70750087d40123e86e9454b211bea598f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_pari-10.8.12-cp314-cp314-musllinux_1_2_x86_64.whl
Size 75.7 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
9fa75e983a975c61be0012ef6c6f9ba813308fdeffddee874ebe101e1d51ef60
BLAKE2b-256 checksum
How to use checksums
77472119db19865f3d767424cda28a7bf9b312406c1de4bc91155116c885f7e8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_pari-10.8.12-cp314-cp314-musllinux_1_2_aarch64.whl
Size 70.7 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
c441367f2ef117565ae6f2911bb404a508a4b8ca54eb6a241853cc626fa324d9
BLAKE2b-256 checksum
How to use checksums
f6540f15ea654f8eebe275ee787d3e7966a37ec8d0102a25857a30837854c109
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp314-cp314-manylinux_2_28_x86_64.whl

Download URL passagemath_pari-10.8.12-cp314-cp314-manylinux_2_28_x86_64.whl
Size 75.4 MB
Tags CPython 3.14 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
410897475fa7eb56ce1cfcf61ddfa91f00a6f758a314196d4059e450d5fd2c2d
BLAKE2b-256 checksum
How to use checksums
d4a300fa6087b76bc8d26361a45689b5e93867ba7420bfaf9a5946cdf1b4f25b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp314-cp314-manylinux_2_28_aarch64.whl

Download URL passagemath_pari-10.8.12-cp314-cp314-manylinux_2_28_aarch64.whl
Size 71.2 MB
Tags CPython 3.14 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
8ccdacc335b029944542a74eee1e3bef569178165c748ae2dd75a8866d8619e7
BLAKE2b-256 checksum
How to use checksums
3737b5fa495988ce638eb5c0e870646d375774935c25139ee5e8573e43ede56b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp314-cp314-macosx_13_0_x86_64.whl

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

Release files / passagemath_pari-10.8.12-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_pari-10.8.12-cp314-cp314-macosx_13_0_arm64.whl
Size 30.0 MB
Tags CPython 3.14 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
be76380230e87ab2fbed800d186b7b8327e37181716286a6d79628e3e2f9d2a0
BLAKE2b-256 checksum
How to use checksums
8709d9230dc7eb553a2a89ce1ffe7740eff9bc4ed43d6b880f268d6c48e85238
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_pari-10.8.12-cp313-cp313-musllinux_1_2_x86_64.whl
Size 76.1 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
731b633ae1ab64b7a1f9074d1d195d9c2cd5282caa0fedc00f58b7f4505a13f0
BLAKE2b-256 checksum
How to use checksums
79837536330852c58711b3544d328d6d6be34b9715437929f8e1a5a9a3a66bb5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_pari-10.8.12-cp313-cp313-musllinux_1_2_aarch64.whl
Size 70.7 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
55b1d320a2438e799cc95ee40870fee2e019ed9dcb98ec3965d980d3e37e69d3
BLAKE2b-256 checksum
How to use checksums
2975d7db0f180cbeeaa7fd4ef0135dd51e8591f5587bb2cf215073d27dbddc40
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp313-cp313-manylinux_2_28_x86_64.whl

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

Release files / passagemath_pari-10.8.12-cp313-cp313-manylinux_2_28_aarch64.whl

Download URL passagemath_pari-10.8.12-cp313-cp313-manylinux_2_28_aarch64.whl
Size 71.3 MB
Tags CPython 3.13 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
d91f0abcbe0d6d08cfa384a51845bda7988e4c284d4e9056f2c94ea73e4227b3
BLAKE2b-256 checksum
How to use checksums
46ca99babaf09b1c3dbf1e01bbd025e8cb1ed51b3f8fdb662ea7701793b08ca7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_pari-10.8.12-cp313-cp313-macosx_13_0_x86_64.whl
Size 36.2 MB
Tags CPython 3.13 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
760e4c318c99823f261cced1516ae7c0ee2d011745a0a67a9ac2f96bb6b959c1
BLAKE2b-256 checksum
How to use checksums
d98ecb2778672d1ad48bdf0bc21e2f1c763202b6c987b053d269dfb4c74c3570
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_pari-10.8.12-cp313-cp313-macosx_13_0_arm64.whl
Size 29.9 MB
Tags CPython 3.13 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
78a447ef58f0658e6ccc7174b7e891c42b6d7d6138f784d27468532e9e536a41
BLAKE2b-256 checksum
How to use checksums
36be59c238e5a389b5a65a4689f221f325f8df081b5fae8f6067a2202b928202
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_pari-10.8.12-cp312-cp312-musllinux_1_2_x86_64.whl
Size 76.4 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
634772022862f972515d65b0f811d169469c5657bc63891e75211eb7286ae06c
BLAKE2b-256 checksum
How to use checksums
757200843d2db91135a141c421e5ee5a2fd20772bb8846346d5df1c20f73316d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_pari-10.8.12-cp312-cp312-musllinux_1_2_aarch64.whl
Size 71.6 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
d28c3353a8e11065ca7152cae267e22f5a18565bb02426caf49f5638f295a5b1
BLAKE2b-256 checksum
How to use checksums
4dd55e001ea88f8a2ee3b0819c5c4b46e98891051bd36f4398c984802ee6f76b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL passagemath_pari-10.8.12-cp312-cp312-manylinux_2_28_x86_64.whl
Size 76.1 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
9fcd41505c0f58cbc125769f5c38c92754f03f4ac962c246d0ddc8c100f7637c
BLAKE2b-256 checksum
How to use checksums
bac72c9cfb465463b3abe9a52648fc7b59b731563972d1651e457e2d33e45bfa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp312-cp312-manylinux_2_28_aarch64.whl

Download URL passagemath_pari-10.8.12-cp312-cp312-manylinux_2_28_aarch64.whl
Size 72.0 MB
Tags CPython 3.12 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
f9f4802331f45da54e601174c0ea65293e401b9a3866f45d57fe5619643aa51a
BLAKE2b-256 checksum
How to use checksums
55afc013dc1055a3c8d876000af7e21cb64ed2e7f166ec75a4ea56f403c1ecf1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_pari-10.8.12-cp312-cp312-macosx_13_0_x86_64.whl
Size 36.2 MB
Tags CPython 3.12 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
97332906d97644f2ba7ade54746f5cc9fc71f18bfce84cfa2b298985e589b7c7
BLAKE2b-256 checksum
How to use checksums
c7b39372450cc9eb4974aac43046c9b66bd6dd54588e49f7dd82b9312eab922a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_pari-10.8.12-cp312-cp312-macosx_13_0_arm64.whl
Size 29.9 MB
Tags CPython 3.12 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
ccc57ce30d85a51929b0b2514da2479eb26d9c74f8086b35f5ef6ed4a1257420
BLAKE2b-256 checksum
How to use checksums
64341bafddecde357d72cdc9d5667759152abc497454da97a26dedb5bad774e5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_pari-10.8.12-cp311-cp311-musllinux_1_2_x86_64.whl
Size 77.7 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
068697bef868563208869648bce8208cdeadae182f47dd318b26d59292aede63
BLAKE2b-256 checksum
How to use checksums
944f003a00322432bcf8a2d428426105be98b8a9f6c61b1f5d2b7a389b983745
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_pari-10.8.12-cp311-cp311-musllinux_1_2_aarch64.whl
Size 72.8 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
7d7b673292d0f003ad7e16c26bdb58221c46ba3f1dc33b80f4802e7de67d1cf8
BLAKE2b-256 checksum
How to use checksums
ef70f3cf6d393fcb4956eda9f0eae76fbd5c77f407a2bda012be44c1e36cddaf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp311-cp311-manylinux_2_28_x86_64.whl

Download URL passagemath_pari-10.8.12-cp311-cp311-manylinux_2_28_x86_64.whl
Size 77.5 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
b9e20fe1466c4bba21cd29649f7d2bbfd660e53255e8c63e96169c8e30e653d8
BLAKE2b-256 checksum
How to use checksums
79c68de8ba26630c13d610756d8e26c828728cc6b41f2695e0575181a207380a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp311-cp311-manylinux_2_28_aarch64.whl

Download URL passagemath_pari-10.8.12-cp311-cp311-manylinux_2_28_aarch64.whl
Size 73.3 MB
Tags CPython 3.11 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
16efc066fde80a529361eea2b398de3127e0226af3442cb4a212afddd16d47eb
BLAKE2b-256 checksum
How to use checksums
947f246bfb31bdde87a58b47a91062fd7edfea05e852100318f0fd2d73307aa5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_pari-10.8.12-cp311-cp311-macosx_13_0_x86_64.whl

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

Release files / passagemath_pari-10.8.12-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_pari-10.8.12-cp311-cp311-macosx_13_0_arm64.whl
Size 29.9 MB
Tags CPython 3.11 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
ff1afc71ce09cf629f814d219e6ef37e2ee54ac8be03b31a9b5277d94bd9ebff
BLAKE2b-256 checksum
How to use checksums
09fbde804e3659915a12425d0da362889fac9b9bd528b1e5f3cadabcb05f4307
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