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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_pari-10.8.3-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.3-cp314-cp314t-manylinux_2_28_aarch64.whl (83.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.3-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.3-cp314-cp314t-macosx_13_0_arm64.whl (32.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_pari-10.8.3-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.3-cp314-cp314-musllinux_1_2_aarch64.whl (78.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.3-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.3-cp314-cp314-manylinux_2_28_aarch64.whl (79.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.3-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.3-cp314-cp314-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_pari-10.8.3-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.3-cp313-cp313-musllinux_1_2_aarch64.whl (78.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.3-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.3-cp313-cp313-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_pari-10.8.3-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.3-cp312-cp312-musllinux_1_2_aarch64.whl (79.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_pari-10.8.3-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.3-cp311-cp311-musllinux_1_2_aarch64.whl (80.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.3-cp311-cp311-manylinux_2_28_x86_64.whl (85.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.3-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.3-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.3.tar.gz.

File metadata

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

File hashes

Hashes for passagemath_pari-10.8.3.tar.gz
Algorithm Hash digest
SHA256 ab9f4d5ba93da3591ea0ed0c9dd56f11db4ca231879ee68e4b70a5006ef25e69
MD5 4e80c14bf4264ce0d3081748c576e6f2
BLAKE2b-256 d0b9c66720ae4b3e12fa41398f289834cc737b5851cc1302c169033e95419f0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f7620c582c3eb642a5b9ef18a80f6e033e14d926e3bd1a351104d0381581579
MD5 66637a1d3f2956591a7950198a1a1f3d
BLAKE2b-256 bf3612ddf7cdb287ab81ae1c78d2d9908aca4965ecbb6578ca2c1cb46815f422

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c91ea7ad2dfb2afe2d103c0689d7b025ab59011112727c0411120b9c35601083
MD5 09285c031ee532698e15e6027d893170
BLAKE2b-256 5f1f755928cbf0d81089607e1b8e1ed6702e7a07fb72636753ec147012c8de53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3841a251c991b8be2a78ee0cde4fc3e80580b3371398ff36590fd63a2cc47bff
MD5 7640f64d91d02bf77001f423ba2729a3
BLAKE2b-256 ce106bd4186e43fc35b9a0b71316cde6dfc3faef37157ff8dbdd90a2293a31a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6e6ee4253b779670199f33129aa51855137f6b2ab2b964142cb59451ece1f4bd
MD5 c3191b411dc429e1af35b06f2d0cb1d2
BLAKE2b-256 cd0eabfaa91be66152fd5e68f03a12975aa9069984308ef8f4d8cac7964208cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9936d55e65042761938430404d492ea603f894ffd4da13643436fc37716caa5c
MD5 07f16f222701e54c376ea38599fbdd99
BLAKE2b-256 97134fbc2bdedb631bdb5fcdc486193b96f8773e0bb6816dd65a5a72d112e681

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 915cf691128093fdfc6989e4896ab7481e60a38edeb084eb00b24baf0735065c
MD5 451fdf5cbf756da4ab30b8b2a649b4e0
BLAKE2b-256 48ca667d4158a8b24e3f044243b2842d1b2f4aac3898998bad4c81ea0f8d04ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 629ac1595332817a15ca96667b92fb5d12e26cc6e572a96b967cfa9220856a0d
MD5 e1d887942df5fcb03c963891fbe1ad84
BLAKE2b-256 42a4c332d9bb6f52406c9d71cc586a8f983c696c8715afd3a50e599df04bcbb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ba85a50cb71caf4d39f93da3f985778cfd43f5a7be5d412d720004b86cf6f1fb
MD5 c1f0a33957373eca451f26ea190c5acc
BLAKE2b-256 118d31fb90ef99e8ab38c368b0069b25633fa7be9342171de7afeca59abba55b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b44bce2855b79644fdfcb568ead1a631ad8a7627babdb875afdc38c8501d5571
MD5 cfc4d9d80f51ef069096cf4cc1e2c354
BLAKE2b-256 3d63a9b71ecc3b23e324fc830080c67a45a2f8843c5e02fedaedf2d2375da3bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 93c329bb0718e41de9cafbae8880cac03cbb41725ef63868f0cfe287ff16cfef
MD5 9331acdb387a4626c951e65e34c0fc15
BLAKE2b-256 688551389b00000d1a06bef4a6ca3cf808e1247d1ae1b14c87eea42d416eb997

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5e4a1012864c7c8b493d8a0182430006560223574ea3150ec5d2bac5497d3e4b
MD5 63c76f617def6ec74422ddea2fff1ed9
BLAKE2b-256 4f9322389be39aa6499231dfb4f447221792058dea05472edfc700332ab3f462

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 db7170e08f283518c4a5fe17a53f455ff27d30f833f452b0967816beaef380d1
MD5 3223d3e2dd1f388b3a498e9eb80867a8
BLAKE2b-256 fb07cd7f1e266acca3155152f22ce6cfb6e9ff334a357769b31ef8ed3d6a219d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db88ed3e5758481819eacb580f824bcbbf7509251ae80c6b24a9a1b04cc85737
MD5 e5fa8024c1a6c50664ac4c395cf7427e
BLAKE2b-256 f6f28ce2c8ba3fa4fef09850ccbc41b3aa54f87cce69056027a96d7e6230bf7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 02773b605c2e67894ca92f6d600c1b776edc8e36aff20f05114f76c2e3a4df4d
MD5 fe0b4ef1f0ec56bc8721caae822492e7
BLAKE2b-256 f6dec2d692d274c6dc8ded0037c6c3e34510c5f9459d511aff01632a67f8e0b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fd4c36cef752d3e906f9c2813f88a3a9cb5f3752d376a803e0566ca0d24ca48a
MD5 e912ee1f54e8c8e04ae352b7972c21e3
BLAKE2b-256 06caa1a15bdaab8eed13a113b885ed09a4dc0fa1a87ba4178a29925d5143c9ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f1debf8de7b565da4120999cde41b66f918787788d20865925c61cfb76a2bf0
MD5 290ebdd347511f9644e98c863e992cd2
BLAKE2b-256 5173487ce3d5b22d81c7d9d27a38542afa6546c6227618e392ab87c6b1a34229

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 45732a166696ef10e0d7dffeea98507a1e5f23c7369f13ae79c3781739a34318
MD5 eb1fdcfb8e9f04580ed48dbd9d0a6b38
BLAKE2b-256 7f87da66b79220defe091eb0ca89b6cee9fc18f927eac5418636ee2a3f84d427

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d39961145d62f3c9abb2fe07a92f529ea1409e32564535b4c764e34ac50ac091
MD5 5880c2be3053b5a90c9890632de48e79
BLAKE2b-256 f332e1603aa6be4a233168ddbafbbeb240d2ee723ac60fe364723d0e02ac837d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c2ee03146803eab0fb7cf936d478b1f9faaa22b647adabc7639d704a13d8a6e
MD5 0bcd7d1ac6e0574086bf7eb3a710087e
BLAKE2b-256 49d5391516054affbdd7bda54fe64d1469b51fe12509496bb86a4f3e14495f08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4766bbf26deefd022f965526cfaad44f31f204c4bb7b22c5b659ca69ee01cc5f
MD5 dbdd4248d7bc6f06b2dd0c43c44947c4
BLAKE2b-256 5558116ca64b20a68e90c5f49fd7e682615a66dc2c6c79205a3e2d0e4c36d346

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 61c42d9d25678914c4d77391f90734201f71c29f1d6fe7a4aa30db343215667c
MD5 6de12ff863fcfc6e2b290d3107e83b54
BLAKE2b-256 2dcaa3cc42eac4f6867e3db618321e60b59eba9d0ffe2c3b020a9d6464986c73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a45e0dca191000bb4edde5da8aecc32e460dfba97035ac0217cdbe5e5496a192
MD5 e0f640db39b4e982598af71563223d81
BLAKE2b-256 0bb8872b7dea0d9c05361087b0f45b59b45b94b87e6839444067a0487cd5e144

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8c9d090e13ffbcb492d09dabab9e9fdd761cfeefe3fe21929364d595064f3ae1
MD5 6d5d477027a2cbaf82987bb9a73a3acb
BLAKE2b-256 9ea11e14905cca1f13cc8b5f7704ed055fe352e0bfed2e25859fc69aa3792cf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5b17461016c3462ee0c64f51e3a583d305212d6e4312b2882eeb121603195652
MD5 d88221af68fd46f8a0a7ea421ed72b6a
BLAKE2b-256 f4673f01ada030ac829fdfe7f9299065f7d48046e117c9d5952628ab20461653

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f52c084fd29222b4634c524da6cd53efb134be5829a7506c5c7471bf4af62dd0
MD5 6b761eb529cc561e7a51ba81096484ae
BLAKE2b-256 388500017466aad5492aca7aea1d913467f725aa0b1a1a11305a9a3596be232f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f2ef24d4a6368cbe40644d8c66ab7c80986dd602cb9cc4250b89611cfd5fc778
MD5 7e0d6b278cac32a73bc5cf75792348cc
BLAKE2b-256 c6ef32558e79d7d23ea0bd68cef147550cfd777e2194e0ba1f41922db3b11f41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b28c3acdc0aa0be4d24cd34399123b2a798fe7ae133cdd885a1eb70029d4022c
MD5 37259936bcf669bb5a04a2cf30ec0436
BLAKE2b-256 45a8340deaeb64af7e9a53153d1f95e4f776825c55a3101e2d2f0908ba7df01b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a6b2b78505cff24f384029c555ed2d8e25686d00106a2a43da25a7577e893b6f
MD5 634948710cb8d8e4d2dc6ee41eaddf81
BLAKE2b-256 4cd7642aba6ba7adee22a845d572784ac6b49c6991ab3cba1af6aefb766db570

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 83a8d079ba51669e4602be4ea511d72d2f100f125750922c4ac01b92d58da247
MD5 554248684df9481bb7c2732ea542a9ae
BLAKE2b-256 69112bc628b760bc41619f9db6c16e52b4476e6681be17aa431d624fec433002

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f38f9c6f3b2d146ba04ef4466014723c78ec55dc834ee0d718a2a66af0d2c37c
MD5 7580f55b2e436c0512ecfd1ce195217a
BLAKE2b-256 7e28ab825cafadd3a3b3591dbc5dbfbe30ab384a279f4fd3a8828815e9e19c55

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