Skip to main content

passagemath: Computational Number Theory with PARI/GP

Project description

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 --pip-args="--prefer-binary" --spec "passagemath-pari" sage -gp
GP/PARI CALCULATOR Version 2.17.2 (released)
...

Using the pexpect interface to the GP calculator:

$ pipx run --pip-args="--prefer-binary" --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 --pip-args="--prefer-binary" --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]"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_pari-10.8.5rc3.tar.gz (830.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

passagemath_pari-10.8.5rc3-cp314-cp314t-musllinux_1_2_x86_64.whl (85.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_pari-10.8.5rc3-cp314-cp314t-musllinux_1_2_aarch64.whl (81.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_pari-10.8.5rc3-cp314-cp314t-manylinux_2_28_x86_64.whl (85.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.5rc3-cp314-cp314t-manylinux_2_28_aarch64.whl (83.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.5rc3-cp314-cp314t-macosx_13_0_x86_64.whl (36.0 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_pari-10.8.5rc3-cp314-cp314t-macosx_13_0_arm64.whl (32.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_pari-10.8.5rc3-cp314-cp314-musllinux_1_2_x86_64.whl (84.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.5rc3-cp314-cp314-musllinux_1_2_aarch64.whl (78.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.5rc3-cp314-cp314-manylinux_2_28_x86_64.whl (84.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.5rc3-cp314-cp314-manylinux_2_28_aarch64.whl (79.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.5rc3-cp314-cp314-macosx_13_0_x86_64.whl (35.7 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_pari-10.8.5rc3-cp314-cp314-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_pari-10.8.5rc3-cp313-cp313-musllinux_1_2_x86_64.whl (84.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.5rc3-cp313-cp313-musllinux_1_2_aarch64.whl (78.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.5rc3-cp313-cp313-manylinux_2_28_x86_64.whl (84.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.5rc3-cp313-cp313-manylinux_2_28_aarch64.whl (79.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.5rc3-cp313-cp313-macosx_13_0_x86_64.whl (35.7 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_pari-10.8.5rc3-cp313-cp313-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_pari-10.8.5rc3-cp312-cp312-musllinux_1_2_x86_64.whl (84.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.5rc3-cp312-cp312-musllinux_1_2_aarch64.whl (79.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.5rc3-cp312-cp312-manylinux_2_28_x86_64.whl (84.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.5rc3-cp312-cp312-manylinux_2_28_aarch64.whl (80.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.5rc3-cp312-cp312-macosx_13_0_x86_64.whl (35.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_pari-10.8.5rc3-cp312-cp312-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_pari-10.8.5rc3-cp311-cp311-musllinux_1_2_x86_64.whl (85.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.5rc3-cp311-cp311-musllinux_1_2_aarch64.whl (80.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.5rc3-cp311-cp311-manylinux_2_28_x86_64.whl (85.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.5rc3-cp311-cp311-manylinux_2_28_aarch64.whl (81.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.5rc3-cp311-cp311-macosx_13_0_x86_64.whl (35.6 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_pari-10.8.5rc3-cp311-cp311-macosx_13_0_arm64.whl (31.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_pari-10.8.5rc3.tar.gz.

File metadata

  • Download URL: passagemath_pari-10.8.5rc3.tar.gz
  • Upload date:
  • Size: 830.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for passagemath_pari-10.8.5rc3.tar.gz
Algorithm Hash digest
SHA256 3c603c34c668628ec33941bdd66370bb16e2e6739b45ba1c815e53a116583a3e
MD5 332d956532e463966cefdfcf832c93a6
BLAKE2b-256 f1309bb54743ad4e9ac678291a5896fd9f09c43dfcc256c7c0f284f2cb58fbdf

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b221d2af36e025881c28df3476100d36256c51ccb9690f8b24f84661bd161409
MD5 d68cb8c63b14d7d3a8f2cf5a50effc07
BLAKE2b-256 4ac7e2691b4dd4356d2158a35d537ed236392df2a52bb792854b81aa0b2e1ca7

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2580ef4c6745a0d635cadc40e5739f98cb66dc4d7cdd6177944e96f7a45ecc74
MD5 5a759deedfb193edb98fe515a6c3293c
BLAKE2b-256 f0e12c30b1fc4e5aadfd5d8b626b844cc348bed651af6a313a0ad442b098e9cb

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5bd7423be02fbfa5c5defd24845fb852fafe31408a4f157df616bc86a2ccd88d
MD5 eabc1742a70e3988e8b7f336506d2909
BLAKE2b-256 45a7b6f58a59be44890b1d0a97b834538564f5af9add7d39d81209d6939376a7

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8ca7eb05c39db79505c731175f13383e0890c0e91f7cdfeec57494c7029dc38d
MD5 c1c349a8f6ff7ed546a57c38e04620a6
BLAKE2b-256 be2a58481caabdd51babf55070b0cca3692ecf3d6b6decb7399cd592f9db8f78

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 17976a01e766f57aed523c4558717287cd424d09b06f64823944017b8f14c641
MD5 321ab54d5e90ee1320a4569103c7571b
BLAKE2b-256 d0994f09bb1c3415f6f75fcbb9630aed3081073654f899a729c4d83ea44ed1b5

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f1d359101b3b8960e4c8629002444a1b32d1fd3b4b449f926a760b55fe73ba14
MD5 b4e92bfa848dfd9d15c9919f7a7d492a
BLAKE2b-256 5baca0be0056fff96cd73dd79868ff77fa5104bba0d03f56edb4a72977aed10d

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7b1a61a5ead3ede127b831cad098787191670feaad35bbbf76ae8edb4e5c2b30
MD5 7b3941eff445cc0ca275a7138edc3a20
BLAKE2b-256 8ab5999d3735927059c9d2bc216559c71dbae39111c8b29d18bd1497902501c7

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2c60eb02854ea7fb7e8f08b41de55f60cb67182dcea995b5d89e73efb0dcf037
MD5 84933f09ff13a012a68a873ebf32688c
BLAKE2b-256 8bc879fced3780f5c8782cadbda77ba08b96f404603350608bcd33ae3da8ca94

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0ce8068379783cbaa00f96ee3a29625ea55b736beeaf9a0e00445d5087a25611
MD5 17c7abe2bcf05a04002af24259743b93
BLAKE2b-256 d850a5976571beb5c0007b02d40f37556d7b2c20c4715cc39b10c2ebed44194a

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e44069dae41f7cf57d26cdd2830e2173796f1fd0bf2027e5abd58d941951ac29
MD5 55038944a01fd816343564c952f03953
BLAKE2b-256 517975c2674fa3c36c4745ff44f669041ffee560de42f9af06202ce2fc66ae27

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e49e2c3ffc30208bda000a50a72bdc05e1869c6979f9829757b680e7fea5cce1
MD5 e06a7a8970eb0f0bf6b5712b4d6cc5bc
BLAKE2b-256 7039842055875be95f5e8f053c4e718ba126bb6eb734ebb09f4f8dbdeaaf8452

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b64a63136dce9934f77f1e411644c0aafe390c93b52aa0abe2eed928c79d58a9
MD5 c4af34a6a6a482c1c4e8b745f0f25206
BLAKE2b-256 19e31d77c2a1e8851bab1e2254ca0828b00724f94bf5f4931c0ddb16848cb3be

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 99d560c72469631b58ef50d5eb3ee7d18ce490c023801c394d8cc07188c0018d
MD5 0f3078dc362ccb27784ce7060807db02
BLAKE2b-256 bedb21a8733e9256bfd637c8868329966173d392b1831234cddc411fdef17bb5

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6a6306d1ce0e43b586fdb7db42ab057b37ae7eafccb8cff211514170be304d3e
MD5 af60a3739402ad66dd3d9afdfa7eeaec
BLAKE2b-256 2ff67ee20257df090d2f567585fecaa5ce87d83539120e2d5297b79f502e7d9e

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7e3762a7fc01627a08835b41c70cb84a777fe10ace3efcce04c92cc45eedcd22
MD5 a903ac800df1ddfa0147852adc2a4ac2
BLAKE2b-256 f3b8a88e1e49fa5ac79800b92cc8a83c252d9b20b5c31cd9bba46f03bdaeb031

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a47f3812af898520567b162607fc4888a994c45f831adc684678400a30247f6a
MD5 03d20c9dfc00a6e446e0d36613c1a992
BLAKE2b-256 a579acb9b46ac0cae4705ad38318626c2f37c7bee865652670bbc3c7367d88ce

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0b231381303a8df5efacb74c5ae7dab0efcd2f94a8434c8372c67c1c3561608c
MD5 0ef48f976b3517ff874cbb10bcd25c75
BLAKE2b-256 4e8cf758d2b291399d613ce1fc3a6155a26dd167e4da0d768e5f21becf2623eb

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e4d543682c6b2013616f940dc0d83706c2f4213a5924ce8fa5a59553dcd6c928
MD5 85febb5e52a8705492e3856935a6d744
BLAKE2b-256 974aee8e0780b738b665e346ae615470659ace0f955c6b65393c300cf250f0db

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dfef9a4f68256c66f465fe552e5268dd78d3f97d7bcaab927e70c73c9b3ab5bd
MD5 35f12d3c1dc8b9d5b543fdd7cb542d2b
BLAKE2b-256 152dec15f91cfd429b297a649c2d01d9013b33fd627179905e867765d5ee29ef

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ee0c2de76c222301b51a21f3ba4a7a3583ea3ab0aaec10aa914fbb22ff94aee9
MD5 de03aa96c0021b7e6d739d3c96be3e0b
BLAKE2b-256 079f31f0afca00e01089472e8825b5a8d56f7ea9d9885b2a17d059522d717ee1

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 91debb1915d64b55ddba6e9a97074d9c976da8a321a6e1b8cc3d368ea5ed4f15
MD5 c2a1ad9d4202df73d6551ab3577ea592
BLAKE2b-256 53be0f2ad31de0409357a5b58ae55ed9e950ff1fd1fb8085dc2e0205cc9d57e0

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3bbec43dca2c033d6208f90850d3e4030bed65a9a895fb4cfb4d672116647882
MD5 3da607487473005ed3ed93eb7d563104
BLAKE2b-256 f4f35111565bfec32f1f20825492a5cac24542db2345ff3aff8f4c9714088a8d

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cf5eac0c9ba216fcca07b7e1453f691f01be19ede68e711f94114dceee256571
MD5 0a08684976d8654aef8b7c2c86df4cde
BLAKE2b-256 464a64c0d2251ce383d8340562d242e0c374b0e5ad87c261ea6b16dd3928443d

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 384856166440934283f8921d58fca2176d498510d9367222da7c6955c31d48c7
MD5 963f604f2478e6bebcc1c4e5c2cf9854
BLAKE2b-256 99c8a0f3e4b599b5c742c348ab419214dedbbb3f1b641fd7bf80597aa922ff2b

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 53c4df1e267c40d70b907a3528ca8463231c60594f50e84e58e6caaaed0d1621
MD5 0579f8ba833220b44a885d4da6f6c59b
BLAKE2b-256 b4c73ef7c17cd42e6629e16b114b1bf515173bf01f887365c671d62ca1f3994e

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0d3e95ec0ba270fc34d60e1a25fed6fae066dc28928339a9fbc49f3b2b4955e8
MD5 956e395bb30d29fb486cd2f11c664591
BLAKE2b-256 cba9123354c97ee6f022f41932fcd2d2f74f692a3525e6bf5d1de708af199ee5

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a437efba8d4aecfad6b6a766ca948e19a74d440c07a35ec5bfeae4972ff68c18
MD5 920c3790f037156f49144d9a58b7c046
BLAKE2b-256 a8546352df372d3c5d0ab0bcf6ca60810ba055c469616c1243bb9a5d294f9733

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 71a1208e36cd719e0108d9b5b2df97cfee987a62c93d83f913d9be22ba916699
MD5 7e05ef0008e5900c9916580030c5ca90
BLAKE2b-256 dcb4e353708bdf5bfd8433c400b974a5da54332ec51694c2f614ae547d6b10b5

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 159b20c23d99d3fad9a6508bd417ad266b7333223109bd06c17e8947909af27d
MD5 5a57795673f4daed1a28b87b61b64bb5
BLAKE2b-256 c83891012de04a278a4e4cbd848f1aa602bff22bd9a1438bd7472dfde477ccf7

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc3-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7335f85c60c5c3d766890b2567499fce373d5b4bb90adb551d9c0625ce0b56ae
MD5 e71c15fb39d70ad6451b577d9eab99b2
BLAKE2b-256 01c2313492c0772f674974f21f15559f420ddc5c750cd995cd263d23aa5b4fbc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page