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.4.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.4-cp314-cp314t-musllinux_1_2_x86_64.whl (85.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_pari-10.8.4-cp314-cp314t-manylinux_2_28_x86_64.whl (86.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.4-cp314-cp314t-manylinux_2_28_aarch64.whl (83.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.4-cp314-cp314t-macosx_13_0_x86_64.whl (35.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_pari-10.8.4-cp314-cp314-musllinux_1_2_x86_64.whl (84.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.4-cp314-cp314-musllinux_1_2_aarch64.whl (78.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.4-cp314-cp314-manylinux_2_28_x86_64.whl (84.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.4-cp314-cp314-manylinux_2_28_aarch64.whl (79.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.4-cp314-cp314-macosx_13_0_x86_64.whl (35.6 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_pari-10.8.4-cp313-cp313-musllinux_1_2_x86_64.whl (84.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.4-cp313-cp313-musllinux_1_2_aarch64.whl (78.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.4-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.4-cp313-cp313-manylinux_2_28_aarch64.whl (79.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.4-cp313-cp313-macosx_13_0_x86_64.whl (35.6 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_pari-10.8.4-cp312-cp312-musllinux_1_2_x86_64.whl (84.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.4-cp312-cp312-musllinux_1_2_aarch64.whl (79.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.4-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.4-cp312-cp312-manylinux_2_28_aarch64.whl (80.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.4-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.4-cp312-cp312-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_pari-10.8.4-cp311-cp311-musllinux_1_2_x86_64.whl (85.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.4-cp311-cp311-musllinux_1_2_aarch64.whl (80.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.4-cp311-cp311-manylinux_2_28_x86_64.whl (85.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.4-cp311-cp311-manylinux_2_28_aarch64.whl (81.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.4-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.4-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.4.tar.gz.

File metadata

  • Download URL: passagemath_pari-10.8.4.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.4.tar.gz
Algorithm Hash digest
SHA256 aa4a6318dafbaf8eb0bebf3772c0e746e2349b22ad4fce75c28e7a19908bbdb5
MD5 991eb75f4240782ace1ec2a07a1d163f
BLAKE2b-256 3d8f8d216ae93727e0137fd904eb0f592f6926e61ff4355d58bfc4eec2fa6728

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e7e06d5f107d5a5c013da323b1ba3e3be2daf0fdd1210bb663d270e92e5469c3
MD5 08c518e90e5ee9115124263e551b8765
BLAKE2b-256 bcacc62219f16558eda486acdc2077c9127ee32f99ed38cd9e4b559222cfdeb7

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b3edf1b3f0f06028ccf64a7417f86d656b6b6408a4ae42f1f7baec0530ad0920
MD5 edf465c845f78faaaf840e0f552b0e27
BLAKE2b-256 cb0d03d25cfe783ced7acb98a082f155d6058be560c79ef25ad2b1b6ab905a0e

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5b6464f3214b95441443ee6ea7f65c6abae88c23691f6709ff4d76ccd3324138
MD5 dfdbf954b50bf85edbef1670393a2aa9
BLAKE2b-256 ac50d0666d1159cf4feb3b1fb8477bf1667f52b794decce2aa4c5b3c200ffccd

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 343b8b543bc40691c974e76dffd80fbb3e3f32398383ec28c47e34cfe3001cd1
MD5 c5db4ab2837247b4dd9b9ad3b5893a10
BLAKE2b-256 23e1913dac9b6bdc6f80418fad892df8ee0c5b0c25b2c852899f6ab0a8e2f3c9

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c1c1855adff00b1463c04378b15a9108be4ed7aa2b4d555b998948a223dccea3
MD5 c2a9115b2f9325817611766161857d2f
BLAKE2b-256 b65d4a3fa5e11b8cd89bb5b3afb30c6a149b80c6994aa7893ed40f8cf05b45ad

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9eecc82e13fd17943f312105c65bf7b60de82d33b50eeaae8b997d5c1d3c1a60
MD5 53bad304651f0704973a1eee8b4fbed0
BLAKE2b-256 0ed30f8d33abf05ed94802eb89aa4589e648ae13352bcf6ffaca704bf516e3f5

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 99463b4614922adea60c23857d9f08357132497697299aadfc5aff4ed607259c
MD5 85180f63e7a386f4d3df074af95b44aa
BLAKE2b-256 6aa52f431ab546c5f77680133e7f2b2fa4e4904452f837049fae46baa8bd9423

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3cd5bc39c64d24741eddbc296f799a28cb62a72640f0b2d0958fabdef0b6768c
MD5 288da2bc088ba15ccbb259bb1eba5715
BLAKE2b-256 6928e07ccd663ddf035fcc300114906853a673d077bb2f24f0e803bb5399477a

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4b25ee18ec7c299881e8ca921b0ebee5ac0abf3f4c2c9cf36840dd433aef872d
MD5 f672642d89b9f8d3f104416334d4e1d8
BLAKE2b-256 9258a2c23495800cd4a6beb9995d23fd6265bd0bf416a54fe2ed6f4bf0d9f7d1

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2d490b52da2e464624eed01f2a88b90f475000a3d1e25c2cc9c1c07b8e83cc21
MD5 aabc8336f8d3edad99b72ec1956dd041
BLAKE2b-256 f80b75edc51e25e70566928c95399c186ec5122554318b81f26234c47518f062

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 df06fe9d17c9ab33b5fe7b7a1932a9f56eecb566a2cb2a644b22acdffca06edc
MD5 8e8a34b1d03c9a969fe0b110793e10f3
BLAKE2b-256 b8da62d878db1a7ac96375f8b4a8e22afee2a2066438829ec5a193e6046e7e22

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 40603f5537a69a1de2d295a16127a6fcac546241609e76d3d6bd5d7c6e2ef9ce
MD5 14abb55ef6ea3152f43c181ebcb93123
BLAKE2b-256 ef3fe306ca969eadff03b43ae623f8c4c2fdff9e5f78f0a7642b0eec8a6883d3

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9a092c361b1d4bafbe511b0fe8fdc8a409e8eb5ad9a53ddf7f2cc30d5b3a16e9
MD5 3647094b61a93c19f52ff677f4c444a6
BLAKE2b-256 494e78478473839976194e4391d1e3b874ad927af95dd09b859f475d01ffa8c3

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 67fc91e5626ad6eeb14e1f61fce6533cb2e4f5770bb43c5098a67a64a3c0965d
MD5 c87dee122fa37cbe887bd876799bbf82
BLAKE2b-256 443490b3786ae9b6de746738d59624d9bb0b202ce345ec98a45abd7aa4cc463e

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e0085090ac60379219a8208ea703b6521b4eae9a740699f6ba9daa9cd082f819
MD5 bdcedcdfd9fc74bf059e773ceca8d687
BLAKE2b-256 70927fb2b92c11afabe6743eca181edeb28ece99313fc8c668ff0e18d0a63401

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fb352369ad3b4297dc159f9b9cf51a08ad9fe81972722d50e7b9e2c09d016e19
MD5 f5ea7fe8bc9241e6e928c251ee40dee4
BLAKE2b-256 9e2e2d0cd420ac6cab79a12b0fca2ace30947ca9b6615a56d50b5fd8d8d23903

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6d4087d5c9118d3bbfd2966a04dbbc7c4d75c9610fdd9d62ccb1885931ccec45
MD5 86c886b2e08dc46ca88b6ba4553014bd
BLAKE2b-256 28ad54c1a25b825c548071826052d3e34cc9f1e32a9218d338ac921a13da2eda

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8691b6ad9c13063ad5e18cce995d6f1a9b94d53dd1fe67501dd496ab68775007
MD5 091b542cb1d827fea96caa92925463f1
BLAKE2b-256 a1c0642b3a491e03e8848c1e83a2b0edfc74581dbf70cbe879b563554bc1e5ed

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4362d241074b787fd9349b0f668c95478fcb10c300f8ec4b63c840729d7d9724
MD5 0b75c35c43fcab3adbdcfa779741ce1a
BLAKE2b-256 9190f5db04d81b2ef146530ab7b8e297a446cd841bc9f8e0f7f8201f4ce10091

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8e65ad5309b19d8c2a3fbc449f5977bc1cc5e417051b8c8e544ceb5fbb50310c
MD5 6962d99b724ea210cbff596f06b8efd5
BLAKE2b-256 34631e4c4f6b1a6a23cb7d910a7b68f63880f1c7215c531e12e3f4abbea11646

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a8bdccce62520710a9c52285dc920bb042221eff2f23e89c82cd08eab271c021
MD5 9632899e087a48a14a38bc5f0fecd5c3
BLAKE2b-256 17d70b941d96e340a74cf4aeba79db12cf61974fd3305d43dae612cd3716663f

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1ac59692e74fc9895d9dd9096c19810ab903ce4860afbd286e04825379d91fad
MD5 d50a11e11ecf094d1fd7e2b72179928d
BLAKE2b-256 7fd61053971c2d8196d2337ece2eb816a41186af868b9c403874b120fd89c8b0

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 eb4b782aa08b5bf975ce3e8cfcaa4e6a978e7f195ba194b2c00da52a4d0f8063
MD5 a53640d9eb4598d8cc3b1a53ebe6b4a6
BLAKE2b-256 bc0c60f9f914bc5c5829d7cf869ea9d29df6fe70e3b9af58cdc677f235380670

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a1ab43b4b3e8c3f0e53b77cce007bf79cef2b53e33f7f09cf2d5fadb653806db
MD5 63535f5d36cc559ee5012cba2f0e0879
BLAKE2b-256 c08885e82b6c807ce5e5901894bf79b17b6918cb6cc16387f22f137f495e6635

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9a623d9cfe535a311a11ec9ddb9814b287ba47dc4fec978517b2c71ef6db3b98
MD5 d3375fcd3b4f47572d9ee8823c61a242
BLAKE2b-256 08ca38a42a08b8a7b0c93a04efd847927e9315b65e6f6a26431ca7f0da609981

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 95b3526ad6b2db27775a5d57d203b9fb08d4ee4349bd0a57e19adb84fb637542
MD5 85d6d7f7338669e6acaf484d153c0b9c
BLAKE2b-256 0702d03095211d0c0723905287b7dbdd5e2125823c09df579e951c9c0199e06c

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ab70f5033e50788d213a8fa032960b9e1ffcfa99dad8a5a323797e0954d8e412
MD5 21b6ec1d69d3ff96b2e2ad150ef08dff
BLAKE2b-256 960db7bb510b01a04c5ba5948c67f67da9f4c96afb9bb2ee93d46944247f4586

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 12120c4cfaf865be43ee54b86baff7e5d69fe1f4f5cf6c6b551afec655f08a56
MD5 9a767f5d22207afcfd361f3148983448
BLAKE2b-256 e442b8c295f56bba22d6ad1ba481312801a6c103c43440a6c3a958b9e73e6cf5

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 07ecdfb20d91df3027c6e68bedb38c3f08b9f1e495d963175b38c583171e8634
MD5 b0324753426b1d4d47099c3d54a7e56d
BLAKE2b-256 98bea184ca637b9f4db3c557fc62cd695ad352c6ced6377f10669e59ff7978d7

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.4-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a790265c764a0a65aa8a3463f744095c5719d3ad68d1ab0604151d8236cb5ed7
MD5 cd8934988089dd216fee87fc3ffffdf6
BLAKE2b-256 572c1f4d9776d66db0666c46599dffdf9e385f28f557945f7bcafb97974ba5fc

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