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.6.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.6-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.6-cp314-cp314t-musllinux_1_2_aarch64.whl (81.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_pari-10.8.6-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.6-cp314-cp314t-manylinux_2_28_aarch64.whl (83.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.6-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.6-cp314-cp314t-macosx_13_0_arm64.whl (33.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_pari-10.8.6-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.6-cp314-cp314-musllinux_1_2_aarch64.whl (78.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.6-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.6-cp314-cp314-manylinux_2_28_aarch64.whl (79.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.6-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.6-cp314-cp314-macosx_13_0_arm64.whl (32.7 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_pari-10.8.6-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.6-cp313-cp313-musllinux_1_2_aarch64.whl (79.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.6-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.6-cp313-cp313-manylinux_2_28_aarch64.whl (79.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.6-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.6-cp313-cp313-macosx_13_0_arm64.whl (32.7 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_pari-10.8.6-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.6-cp312-cp312-musllinux_1_2_aarch64.whl (79.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.6-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.6-cp312-cp312-manylinux_2_28_aarch64.whl (80.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.6-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.6-cp312-cp312-macosx_13_0_arm64.whl (32.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_pari-10.8.6-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.6-cp311-cp311-musllinux_1_2_aarch64.whl (80.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.6-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.6-cp311-cp311-manylinux_2_28_aarch64.whl (81.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.6-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.6-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.6.tar.gz.

File metadata

  • Download URL: passagemath_pari-10.8.6.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.6.tar.gz
Algorithm Hash digest
SHA256 82885ff3a6e5857a94bd931f28609e578dbf59690edaccedd4f8a56d07696854
MD5 10505915ca840c77a08d6a2a26e06cc6
BLAKE2b-256 d330a4e3066aa9ae9fb91a2e5530ae59091e2b4332c6d4937e5f269cd152ab2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b11b9f5624b89858aa881e65519fef7c34a54cb15354f8aebaf52c2ee909325
MD5 1b4881046c25da64e2eea8a99850505d
BLAKE2b-256 0a8dec72a48635548df9e5271dc753419a1df24024f167819ef9b98dd07adc76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b18a551a304b109c9d2e835801b017e6e0b8d65a5690022a3930fbf888afefd9
MD5 a6d27f91bd1906c77872a0cdb988f4c8
BLAKE2b-256 48074d24bd268a0f18028975376c860b483a66b2a7ebb7cbe69b168aaf0ca008

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6ea0f83a33b7b050a747259e4753c5d7a06d5fd8db11095cb5895cb01a2de1d6
MD5 ac8a74023c9a1539d5ca45b715cdcdd2
BLAKE2b-256 bfe41a9accd245a7d480dd806b832cb0c346c520c565aaa772c850ca13da7ed9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 176cc4e262f47d4c0d53fda29fd28c45c79455fd986fe9ce4077190493e271dc
MD5 98a6674e67f0c65b29d60dff8ce3fc42
BLAKE2b-256 f708e0898d7a3bf6ebf58cd0bf3126450026cbc2b06393721a185456573145e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 aeeac4f4ec20c51e9f6d0fe7e0f7b2d236ba6aa437f6404e9a2a2e726be75c46
MD5 a10d5727dcc040b10f15ee9df00d285e
BLAKE2b-256 5b9cf8bd44db51dc5483c48f7d586efdeac7ae0293e22210fd83efda8c67b7f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d235dcf0615d06e5bf5fbf6b2ac2dd932062990dbf9566c0b8268a5965370008
MD5 438e3307de8257a132eb7bc7dd9dfc75
BLAKE2b-256 01adcae05ee5b0a488eb2ef2b8129d074bb92b89602b40d03908d57589a8bc3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 77108969e2b773e16fb5ba9c51921c55358eadbee0a312a773d49eb81c19b8fd
MD5 c90b25f84c4d92ce098378dabaece7fc
BLAKE2b-256 7b9663893a752a1e51313504c028bb79fd78866b632f68f4fb441b1690e677e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9562fa624c622739dde5d3bc55f2896ec6186281682d2c216c9f3921d46b778c
MD5 c5bb18b6beb9b56c15d77fbc890119b9
BLAKE2b-256 755cfe2e9951ca29947a321eb7c9440efd09534e18720303407f757acf2cee67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e439c115071b5e5f68b8704fe50b9b0b58f21e296708ec1790518eec32210bf5
MD5 11aacba7fe5b0b708f5f82d5fbf57b74
BLAKE2b-256 d4254a651cad47b5b82961e709298adbeb2b54aec464955bdfc1fce6b31f560b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 af525e551e83f7bded91586d491cce02867f26a478fb159c5d85fb57041f526f
MD5 0fca8cde87b8df6c5f5d36a59b6d806b
BLAKE2b-256 7f2ea5e650e7becfda19ac9ae2dc62bca7f0fab3160760a26a9a8aacde0cc9a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 058b989307e9d9c0cfc4fba3a85330f76f03c7550518e827ce62a93624339a79
MD5 a7a15e97087934791d132be3171bf73a
BLAKE2b-256 ecfc99b1b5269f6e0d13b02809031daa7e51d5f715cf96c1149e1cf3d10484a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 229a71ef3bfa700b47afbdc028a9469fa513c31eeba41a34ebbe0b9d2117b222
MD5 aae756ff5f2d324657b00a68a771d4cd
BLAKE2b-256 0f1971ef2501280d7b1372d7adde9184700b2318864baf436e34c519cf02408b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fc986dff4c86ff970325577414573e9fab81fa4c4224e4e2a251f62e7780d5be
MD5 e69a3651d0b0548ffba69a03d66454c8
BLAKE2b-256 b4a87b9deee385917e867097693c917ba4c24a0d25903e5c2c3de792f9a70bd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b2dd02cd29b0a66c782be3d02c19c63ab06e55143ec659777f232dd5a77d7b64
MD5 44e59fded13f3e4bd9acb142fb4f9081
BLAKE2b-256 d62ec174767c30f50b1dd9195b70da10f9e23b3440572604c9da15092f2cf4ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e337eb6ca8c72c0654579f040114cb4b4cbfa6aaa0f0d88123c3080daa936af3
MD5 34f548dc92522c2d76342f9162139ffa
BLAKE2b-256 d67dc777d79baf9d6f9fc4b673639d9e8c1321f156a38238cbc5567a97cf9ab8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9e11cfbf9e6a5bbc303fd74ac1502ea549776ee97abadd84bdcbe5ea817ccf49
MD5 2b8f9a147fbbf2afc128c7ae39f32532
BLAKE2b-256 1e38c4af2b0cf88275cc356e02e14e62a6a9fe29bab29a4f641ea887494627c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e6d22e32a0e560d3716ab56cb621fd2f00d28f6927c0611435015e5ff1422fcb
MD5 7100568d741e1cea8265dd3a1f73bd19
BLAKE2b-256 1ab74f695af3d625b53cfc816126312f5ea8e32074b17dc15f65f2ee15ea7db0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 11c505610e7581d3cf16859e5ac0fef3e3e482b53a33368678332a0a62c42614
MD5 e19f9ab8679ab2588c3c465c8954cd0b
BLAKE2b-256 401a82fed994fcf030a662c12f7db82ac17561f3023b509d875da37501d7bbd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb77f8320a457db0668c8859e9587e84bbdc5c9dc83687cf22ea357fc7bb07c8
MD5 554cbbfed9b09d216a9ddd543494df89
BLAKE2b-256 cae7eda872eef9a928fb1b13068da9b8691b73b302ca42fc41b7f9791eb97f7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 77ae14856304e446f5467540eb01e51a23d3f7d6720c30f0d9b87dc5febc0cba
MD5 77a06c109139d88071c8c47936749765
BLAKE2b-256 375583e60714a358b30b33cb11a8bba1aaa0b8d385a1774e6e9db6cc43c08ff2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 15c04a87c639424b88144ad4de13727b241a9f5592f40241ebd6dcfaf191a568
MD5 549aa830209e81c305cd06b0ad4aaac3
BLAKE2b-256 94a9886474da6aa8b7c47c98d47b8a40470430a7b8d921aeaf688c01bab4df91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f77af70ec94e281daf57b3cff9f7de10e81e8845916c168f356401dfd6455e2d
MD5 b1e55884fd8934844142fbdb217fe078
BLAKE2b-256 bfa9fcbc7cec295189c9858221dc2c0e0e76da877eceba40b6319cec3f8a62ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ff613c4bf498fabc001d0498eba11ae825fd6a8373e0b640699c51a6e6781e67
MD5 ed4d634e8200c0ecb747174673d7f08b
BLAKE2b-256 cf51d313af41d5f6acb67e9cc54d0b75f4330afa5a1a923a7630a9b5a8b1fa7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a8cf7fcbc26537a77e57b02f4f9a1400abd328f2d2166090ed5318f0fbdc52df
MD5 10b71f8a962b2b8968a0a0efa9eb0c6c
BLAKE2b-256 2f06847911634dcfa1f4ad351be25f52c3a0e27f969236b2a634f65683d1c301

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 801c71b952060b96e9f90168372c9ba4b25fd6ad2a094c6007c41e68325834a2
MD5 2ed325d38de84909fe03cddc4cb5700c
BLAKE2b-256 401e9014b7f520eabe257c7168ed8d7e045b61c9f6513151224173a4e510321f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 03e932689a4ce076f70a075c04b9284876851336fe811abc11d5c79732333843
MD5 246e1a6981e87bc088ace9ca597c3bb9
BLAKE2b-256 fc1358120d38b5cae83db86a5fc1b2c8e16735b479fd625c4bfac4009e9b84f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ab5a24104e1e586e3902a43675d2e723a6947f4abc0f0e95782aa500382be885
MD5 22fb7f4e505222114d561fdee4934412
BLAKE2b-256 8c1d44ec92ec443fc4108ff8de6fb13d627f1b91c278073536fb07501086ddbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c6789c1ac3b274e7354e62a2bf3437bcec2ec03a10c9f9eb8caae84ceea8718d
MD5 a29eb5ef99063524d4190bc5ae11d0ca
BLAKE2b-256 6aa2f9eeef500c2ef2ba63a70ece0371c8ce1b17809ae2ae7940b098440a1ca1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6329bd37647846c37076f3ab810822c2d08f8018f0d89b99152cef76fa769b31
MD5 1413c26ad0a680798ef6eba98f30ffa5
BLAKE2b-256 3e89d29f6f368707ca470a3b00f67f24658f725d02f08d205efa53278aec2150

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 122ec6363f9e037fc790443ef883728e2e11aa04fbcc5421c4f3a26c8fd2e71d
MD5 c14e2735ee08e9908198e903fdf4c2e5
BLAKE2b-256 968ceee782f978a43a4a2c386454649b533e4be5d0e0725c25558c7c48e52726

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