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 --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]"

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.7rc0.tar.gz (830.1 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.7rc0-cp314-cp314t-musllinux_1_2_x86_64.whl (85.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_pari-10.8.7rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (81.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_pari-10.8.7rc0-cp314-cp314t-manylinux_2_28_x86_64.whl (85.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.7rc0-cp314-cp314t-manylinux_2_28_aarch64.whl (83.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.7rc0-cp314-cp314t-macosx_13_0_x86_64.whl (36.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_pari-10.8.7rc0-cp314-cp314t-macosx_13_0_arm64.whl (33.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_pari-10.8.7rc0-cp314-cp314-musllinux_1_2_x86_64.whl (84.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.7rc0-cp314-cp314-musllinux_1_2_aarch64.whl (78.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.7rc0-cp314-cp314-manylinux_2_28_x86_64.whl (84.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.7rc0-cp314-cp314-manylinux_2_28_aarch64.whl (79.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.7rc0-cp314-cp314-macosx_13_0_x86_64.whl (35.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_pari-10.8.7rc0-cp314-cp314-macosx_13_0_arm64.whl (32.7 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_pari-10.8.7rc0-cp313-cp313-musllinux_1_2_x86_64.whl (84.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.7rc0-cp313-cp313-musllinux_1_2_aarch64.whl (79.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.7rc0-cp313-cp313-manylinux_2_28_x86_64.whl (84.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.7rc0-cp313-cp313-manylinux_2_28_aarch64.whl (79.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.7rc0-cp313-cp313-macosx_13_0_x86_64.whl (35.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_pari-10.8.7rc0-cp313-cp313-macosx_13_0_arm64.whl (32.7 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_pari-10.8.7rc0-cp312-cp312-musllinux_1_2_x86_64.whl (85.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.7rc0-cp312-cp312-musllinux_1_2_aarch64.whl (79.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.7rc0-cp312-cp312-manylinux_2_28_x86_64.whl (85.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.7rc0-cp312-cp312-manylinux_2_28_aarch64.whl (80.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.7rc0-cp312-cp312-macosx_13_0_x86_64.whl (35.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_pari-10.8.7rc0-cp312-cp312-macosx_13_0_arm64.whl (32.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_pari-10.8.7rc0-cp311-cp311-musllinux_1_2_x86_64.whl (85.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.7rc0-cp311-cp311-musllinux_1_2_aarch64.whl (80.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.7rc0-cp311-cp311-manylinux_2_28_x86_64.whl (85.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.7rc0-cp311-cp311-macosx_13_0_x86_64.whl (35.7 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_pari-10.8.7rc0-cp311-cp311-macosx_13_0_arm64.whl (32.7 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_pari-10.8.7rc0.tar.gz.

File metadata

  • Download URL: passagemath_pari-10.8.7rc0.tar.gz
  • Upload date:
  • Size: 830.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for passagemath_pari-10.8.7rc0.tar.gz
Algorithm Hash digest
SHA256 23e9e66bce261c9f62c921f4092b5f40b056c5f085327487497184ba2ccab925
MD5 2f93a83cde0d5308be4d97b029b6a699
BLAKE2b-256 1039b17fd84f4ac04126914241a8fd8506b7973f6a701335fe7cbe41369ef35d

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2ed71f7bfe5c53d3236dc7fafea64a525125ff0acc2a4f316776cf444678fa77
MD5 ef0e0575894e344bb3f37385688439c0
BLAKE2b-256 927f0e9c4926939dae9d1361246352b0d4a52481a4a1d9e0df4d1757f8965a92

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 898e5401994b3a76359e2bc97dcda388c86b1cfa3ecedde6ae9e7df612a833b4
MD5 3891787288cadfd42ceaf0e3a399afe8
BLAKE2b-256 43426843af0b65708547c90a3efb3c6121138b9b61f9e95d432828f5b95d1940

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bc5c120660e9de4e223bc037d6f08a77876dc7d0006233a3cb3f0b793b97bacf
MD5 e24f89b37a74edd64b6f9bcbe2685268
BLAKE2b-256 1240a5f55cfc89a9169af4c5db68165713e73c1cd135253197da27aac2b79736

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b899d7b21504f5a71d2bcf30f117d44e28cdd04373538821571b62f8fef7b49c
MD5 7ee92eaca25e5a79f6e2e180bceb4ffc
BLAKE2b-256 83008a0c5c847e5a301d7f6c42f2e028f0ed8c2a94fa6a54daa14208d47379f9

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bb6fe3d7465a166909e5c65b72271ccaf4b6562c610edde0b62364335c04a976
MD5 010250213ee80cdd26ea9db7a4d47690
BLAKE2b-256 60712b1914eca9f1883c93eb7e14a3cca4124369bec5d53be2bc0395aec77669

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 348c1195d971de42e76eec5917872e7176fc858f7f94155cf3a24b88abcfb93a
MD5 8af9f745ffdd54bfb40760abbc55dcbc
BLAKE2b-256 9e2d746e01c9c0d66ad89e147939854921bfe2df5b3f5caa3424ad6895618f3c

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a97cc2a1d132d727130a596444c8dfa535bc42313dcd846deb5a96c5635f36cb
MD5 2000a67bfd4d9c24bb1abfe80f54f7f2
BLAKE2b-256 d0f5fae489921a652b29ed4d4f2a9f007a9994251ee12cc9ecb6050ebdb3d8f4

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1f759636616fc4b96430f457861cda5a715280cd70007a4e40058c2f4e0ad4bf
MD5 cbd5c2d96c42f32873a43b264b238f07
BLAKE2b-256 a26ddebb798c73e9e09806f27ad6c64fbdee5ac0136b49e3630994a17d5c7500

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0f251ba3bcc277ab650ee4e3f3e05d0f9c1e874fd7be212af8323c26d084421a
MD5 8a043cf09ec59c3dbe8e9f871d200fa6
BLAKE2b-256 15fd9d15b952f51977defd96bf9e01fb0858811895cdce0d685a563ed3d401a3

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 61effbcf3a1ee42c65c31299633926747cbf0b03585282773e0fc44eb9aa874e
MD5 7e6e07a3b3d61ce9fd855cc46428f9bb
BLAKE2b-256 e9efe894a1edb299f09209f41d2699955a3436f4d2e9fd6c2bea80488770bd08

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b015b9faa1e65392aad99aec246bd89f26c477f488d65eef3c961c389e48a444
MD5 703249f02af6bab9c191abf2f6c401ee
BLAKE2b-256 9828824e24342fc6f07c614fb32cbd812502736a7982035017f4f9f9bd571461

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 aaa253024fe7bcbfcc464bde8c855c36a858f93555aba737be53ecedcab8162f
MD5 a939b646d445c35fe0cbf95330c15f5b
BLAKE2b-256 219ea14ba52a803c959db4d3dd25d8f4ec80f14b8b21016b65e6d78af904c1ca

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5657d7e1620d8bd45b789cfc77b756dad3ef4bcbca79c29bcb0c18a867338e61
MD5 2aae22ae0d85cd6684e08aa21373e21e
BLAKE2b-256 54421d7cd7705ccafe7f427d35c7a6845c43abadbae4feba89c7ecbeb961e5d8

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 04b596422efc64324c9440c4aaddf65d56a9acda64ae8b298f5f9393efdaae4a
MD5 7ddea446b5afb4f15874e9e084c2e293
BLAKE2b-256 2420619c6b202cb59651b86b2ce0c37fac40f699f4e3f585af48ebc06b797ef9

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d39e3db6070a5ea383aed83ff271c277c2b764ee43c904fe7c1406845b894cee
MD5 2bef6a3b94bb7878dff78b2771cfb81d
BLAKE2b-256 a9af28054df9584e0c2bc8ad6070a9150fdff141b5b1694e55823b581e98a329

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 982cd92a9455990bf188ac14b10fd49814393be51dcf52872a0d20bd285abb33
MD5 3248be8935c468cb27ab111036f69350
BLAKE2b-256 a49495b8aaa1ac8744b7a458eaa406366f38e53fbf6f813540aa6c62d29f20d3

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 02af9af249f03ef203e1725946b3133675dc98e225e5be85ddf75fb165881f28
MD5 cf5183df90dfcc81e1d559ad12f77b04
BLAKE2b-256 38a9c6b046ad39b809718160e6772c59fac0678d72b3e93cec2093e524d9b7ce

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fc36a196c1b8bef6f3a26131e274e75226f5d38a25699c17a61f30d18c850f79
MD5 36cd1562fada15ca0cdbf77d93a7d7a4
BLAKE2b-256 a296ca36344007669e62944c188f823a5ae37b52f65cc1dfeb461642f5f6ffd0

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1aa15d70eb8b46699c3b5289fa200ddeeff68bec87248081407f63007e2e349d
MD5 e1107041d1c93ad24818d022d4ff442b
BLAKE2b-256 1a353b2c49db7ed6056ff2b2a5a67943acb197ed7ab190a19eb2c7faeef175c2

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3c5d86766bb6bd8ad59d2c01f2f89bda561c8baeee1046c949aaf5278be6f6d5
MD5 d4af054806cece14bbe4754fa4ea659d
BLAKE2b-256 d1a6c2ade7f4bc439e0412bfa6ab4d2ed7d88874649dc37f30047b3e29499290

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 233338cb515b7a2bcd1831add6308d3ff7f4dc127c189b0957511ed89ee498eb
MD5 f1014fbb2b462a8571ecf71cb1768089
BLAKE2b-256 8c847cfca55721d6433cb59c9dbfb91c944421b82b42e35d2528e9b9df394e90

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fac42ed62473e6a70287f06ed2b9196b98704767bb0f06463a71702a1571777c
MD5 f4673b162416cce30df843681679af66
BLAKE2b-256 d0eac104cb13e7dbd20250723dd5830740ab1cd9e9cd38fecd35899d03b5689b

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e6c637342620e3b708ae93d42e8b515eb505eb35ee28162b70782df702383f45
MD5 f9627210e555798083268c24c8e9a128
BLAKE2b-256 5a79262c569caa29dfb61b88e0dd7d390e08b6a6c4d2a9737b4cb09998826f06

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0747a90d053fcb06171d0aac47a44237f1c9cf5330d826994911936cfa11c929
MD5 97ebd5a479349ebb562225df1067ea7e
BLAKE2b-256 374569bbb714a4ce527760860010b8ecbc7193e9760e5997c6db8ef182188766

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6566183d6a772b3cfb21a835ceffc86606ccd6a8653ad404b6a4755b87eb9c4e
MD5 3a9e70f5621ddd9fe7a4d9546a941840
BLAKE2b-256 fc36980ca96a45cdfac089b8d844079127d2bfc615288b8965cd1232e34ac040

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c70672e6e7ce1f0299cfb675048487649b9951e9be8e65f0f323152e557543ce
MD5 2fa3093e9ff9b272efe39f63058c9780
BLAKE2b-256 1346335671836f15268c990280b9885eb3e4afc69b50ffebdf7601a7aa2bd625

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 925f028f8f965b873c4ef867601137286c20b4547cc6fbde26b7532a44a72904
MD5 0c388384d973681527dcc21f2d1261e0
BLAKE2b-256 d1fac1651447f7f557a298e1446f43556f9fa392f10cfcbf54e93815a6f1372a

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eec14a6e32de9dd0e083bdbb59193db24050bd10dff165d52b61f12aff109102
MD5 9259bf683d20305d462fbb93bd84b9b8
BLAKE2b-256 49136d9f9607945e3968dc735a9168e1edc4dc60f0184710b78ca69932ab0cd0

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2708a0d0f4ca6bf61e1d9522409ad6c37efa17d26b8644c1def7760b1d87e33c
MD5 3491da4b7a8bf1ea759de6922ddc927b
BLAKE2b-256 ef029d706bd578804062bac8d6751fbedcda5d11b44a1a119684a5cde3486138

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7rc0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8f6f77dbb50a78155a63d608dcdc72a59edf51d6631af4e97d85aff15c086e4e
MD5 92e8f181d054b023992fe9640de38f2f
BLAKE2b-256 cd1d23f732991f17968b5851bef21b5d0e0ffe1fcfa5edf2799037cb8307e995

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