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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_pari-10.8.4rc0-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.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl (78.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.4rc0-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.4rc0-cp314-cp314-manylinux_2_28_aarch64.whl (79.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_pari-10.8.4rc0-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.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl (78.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_pari-10.8.4rc0-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.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl (79.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_pari-10.8.4rc0-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.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl (80.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.4rc0-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.4rc0-cp311-cp311-manylinux_2_28_aarch64.whl (81.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

File metadata

  • Download URL: passagemath_pari-10.8.4rc0.tar.gz
  • Upload date:
  • Size: 830.1 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.4rc0.tar.gz
Algorithm Hash digest
SHA256 74ba19704d4090afffc927bc506e0283bef80ba593b4e2d09daa8e74d483b128
MD5 c4315889a3fd895087a1ab6e372efaeb
BLAKE2b-256 0db2b7a9529de6230494512547f0ead4bd5b9ff9e9e566e66cad52d2f8543deb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c2f5325c9fe897645d06ae1b8c8cb732836c860d1935269bc3afeefe2c83df4a
MD5 4006125f7f0e93b5fc41ee91e5b73110
BLAKE2b-256 84de1c6a0954b63c65141e4c2495bc8c6d4bf16ee051799613b644f7a585017a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 389191eac9b606b3ee59fe3313f9c3e570c3f8b438854783e012d53175237905
MD5 5932a62a84dcd7700bbd3201bab71b51
BLAKE2b-256 de390771e26aa2584168d8bd45ef94208b7a28a46519e8395a09c8cc840aa4ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2a2eaeb66e3a81abd54d2132e9c05c364e23dd00fc1b9c938293472938130947
MD5 fa15316ed26e8f900376422b33953bd4
BLAKE2b-256 5c7c0395b339321402621131ca5b52df5216395f7799c0a965fec4276f5580bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 880ee3a37e42025dc3eb53e6ebbf22147e321d927073781c25ea12806825ac2c
MD5 539a5471653334a0b74e17413bac21c7
BLAKE2b-256 f2803dec5c90de32d4648c1ae44e05b996f0f5503f237431fb50281a0c41dc4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 59cdafacce2bce426e7a802675b2cb998cba6058429a2dd8920d9f16356a194c
MD5 d8474b457687e6e89db868e37f677dd8
BLAKE2b-256 150f105402e2566fdf2abaee5fd7cf2fbf859d079cb168c9493d50a6bb9286be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 32fa47fdadf418af5e6fcae2b9b106f8969b0fd8e683b31ccecc49626baac936
MD5 8f4e29578b5c0924c5b9e96f092801bd
BLAKE2b-256 91d7d2db8bf0fdd700145db1e4613ca5dee553a1b0bb5102600aac316312bac1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f599c7e2a559a33b5812e63a79417e4caf1cb3a3680d569c4c415c8cc00ba22
MD5 96232cb4be6c0ad2cb485021e561c5c5
BLAKE2b-256 90e660aa882b40187a2e16b292a4531133f32ce02afbf646c30d18d42690239d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 caca12774c36923af8cea3e6040f894b451e5c5c200462df6c7ba4cdc65dc5fc
MD5 8a2421c0b84006ad02641b210d8dfec2
BLAKE2b-256 2e298dd93be43c20f878c0acc7bdb23ba94776b2a0000ff25330246762de9f0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 99ae018e7c3f6a5a475892bd1c0a1ae4e0c43def4a4aff5a5231f34c5267d659
MD5 016594fdeef4af492d937c3ffe8fc2e8
BLAKE2b-256 bd14a4f70c2556f6dbca39afc55179fd16428e4301bef3629cfc3338c49c72e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d402be3e447dfe07875d19750cec7bbf261bc1ea30a63b2e0ab464d3d34bfe7e
MD5 54f04f200719392b1397465034897845
BLAKE2b-256 d0837449c2af8fa426f60e1c77021f74307028aea6ce4a610df4c46417863df9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a89a32a069ac5645b706962668e824d15fa697e49475fb42298e945861c1a924
MD5 00fe4ea0a57f480a1c0d8e6350b5bdff
BLAKE2b-256 eaae7b2902aca34683734349a80908dcd04e89fad86852319602abce858f0d8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7484ca18843689c67571cc8bb2405ee83be1a0c6cbe1175184c592288ca1eaa1
MD5 84eaceaab4f7d9f612d28a8e77ddd6eb
BLAKE2b-256 09c507bc5336bf17d50ac0d5bf97a222b7ec2f5ab2d31086734fe8816947541f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3c17da9dd13137f14f59b297d8ef6c3b61eeae5f5f7b82952029a950bf849ac3
MD5 47d5b2520ba60e7caef553c33668929a
BLAKE2b-256 d75dad6aa64db7dc30d25b646976465f24b7e55b43a2b92ce41dc9f9d36e20ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ddaa1bcab0e32f13063a68578d0f1bc87440521e4eb0320b1a37ac08309d1478
MD5 f01528d047c91fab848a1c5805a0bbad
BLAKE2b-256 2c15c98ee3439c9b8514cbb12c7d7c1787bc0b3dc42808743cb073545c2215f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0ebc73de1bf5627a3c393a96b9bb83911c484e7d7ded544b97c1389552a9c324
MD5 eb5f0b6743de95f63729f3f91cfb9cae
BLAKE2b-256 9c74635112887e4c831e18afe6b4cc069cc9e533327dcbfb1e898d48f430f44f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 baef0ca1824f33272eb5a57cbf3d82dd59aba6e29eb1da01c9668e2071d97764
MD5 adcd9052c9af400a7229d6725a6f945b
BLAKE2b-256 3351f5e7737946816a7ff9016a1782cb0d74dff53b9480bd5d072cbbcf4fc159

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f4d964d519cdf3a4065bc5551a8ec384e8b4b026402550705310041c3df8d6ab
MD5 c5e6a1431599837db2ceccb2a646173b
BLAKE2b-256 f02274f575a19fc6350263531ecf20cd54c5b2a41c9da4e305cdfdae67388e61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 03fde52b86386fd6f49012dafed2179e6ca7be85f86fcfb88183422da27054a8
MD5 8718743283d66e8f9dcf6c12a30ca5d4
BLAKE2b-256 302fc5273b3e1e237aabf5e9325e0ece5ab77316c62e36a9f5b3a6d6a131c8e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1fd43d8ae7a581106b0ceef4f2ecc79992b2e49d715f1a6b43d44a54422b81c8
MD5 7296f8d8e48511c0a1a441f2b1945869
BLAKE2b-256 f260b26d97896c0da01fbd59cec9c0d965613b1880355404f65418cdabe08acd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7a4f2c3cecd5346a8440a180b156f9877aefe1d884c33ade2ea840299931521d
MD5 a71b4b53f9ce383e04214d2682080067
BLAKE2b-256 94ec982e1004f332842fbe86b151404c4e1f6d9b1c63e88f2098519bd8198a98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 41a120e5d311b3785ac02d8cd1cdfe9424ff6c2a6701e55801bbfc971a162036
MD5 26f5c1a4c34e932b78da3a540e527312
BLAKE2b-256 f78f6b88a74198dd4bfa751551e66072af774731a15a07e13f4f448dcc60444a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3d8d4cd38c709291c330c89dedbf285b388407f37557af11e5afc4e210173fa2
MD5 34c63da223bad616a97d99c7fb5e3665
BLAKE2b-256 e3592a63b44f1f79fb925f802d093a1a073ee645afca57f8b3f9a2c4f23a74e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5f126ac1d05f78f709ae092022267a7a3ea1cf1bd0a02368461e20c6c11c6e10
MD5 f0f6bf9eed36e90ea7cf32403f8e4d5c
BLAKE2b-256 7c26ab94bb473181b472f590e05ae9e03d3f7e31930dce4788e0ef2c42a4fa58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 48ec8a160aad93ace91e848fc4b47fb481607d565f252e853aecf892cc3a8fb6
MD5 66f3f1df566707ef6cf6ac7c70f84a45
BLAKE2b-256 3510eca7edce10a1fd8fb0dcc8f95438e478bba34e18e2c7f2aeed831252be4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c5dcbd7e30cd6d030782964978b7bb15f20903bd128313b365b58ef7f3084c37
MD5 a74360924f2023d1a93a9b2c3521168a
BLAKE2b-256 9879707630893ed2bd93a14ee3c1738bfab15dc5c15c4b713462883f18d5f9e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c70aff557078968f781184d93f2a144acdd3ce1042772f7fdef9ae6a0d727f44
MD5 52682ede9d898074aa1371c50e5e0557
BLAKE2b-256 c09509763bb91acb0eecd4e10911863f5d886a1c177156d7549efa7d453fb765

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 257947b89d341c4ef8d4b4ddb496339986e5960cdf60e6845125dd6201535701
MD5 6d21015a4c3a19df5deef43550863f4f
BLAKE2b-256 b6990d80c9d4b84e112dd8cf5fc9c8e1e0e83fbe71e15e0f12022a252e45a864

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f1970f6d0aefc941aedf0d62e1defe537a1241552bba2da33090bfc7c0f8b8ba
MD5 6b9b5fe07d4cf242385c3436476895df
BLAKE2b-256 5dd3beebb0b7bf2758574afddb4ae9a20e2c5f6b9b415925bc0c7b3dccc20a4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d3ae0abdce04e5493f09ac9028da25609e0e7781d830bab22f7849f6d6048ba5
MD5 dec548a9ed43f2da3c7b1d5e6a56527e
BLAKE2b-256 4d7cb80f0bb579feafed832d0e5f577aadd5f89534f440fbc8a5f10eabfb6201

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.4rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d1533d73fa37fa5bc8ea4611c7939fbfda03574011ea47c80c91e9b465cb434b
MD5 181bc4205ebe2ed09cbd069f091ebc55
BLAKE2b-256 7261f0f10f3415aa8e406495250dbc14795f9cf5c802c789234cd01335c74545

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