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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_pari-10.8.2rc3-cp314-cp314-musllinux_1_2_x86_64.whl (84.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.2rc3-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.2rc3-cp314-cp314-manylinux_2_28_aarch64.whl (79.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.2rc3-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.2rc3-cp314-cp314-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_pari-10.8.2rc3-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.2rc3-cp313-cp313-musllinux_1_2_aarch64.whl (78.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.2rc3-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.2rc3-cp313-cp313-manylinux_2_28_aarch64.whl (79.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.2rc3-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.2rc3-cp313-cp313-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_pari-10.8.2rc3-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.2rc3-cp312-cp312-musllinux_1_2_aarch64.whl (79.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.2rc3-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.2rc3-cp312-cp312-manylinux_2_28_aarch64.whl (80.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.2rc3-cp312-cp312-macosx_13_0_x86_64.whl (35.6 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_pari-10.8.2rc3-cp312-cp312-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_pari-10.8.2rc3-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.2rc3-cp311-cp311-musllinux_1_2_aarch64.whl (80.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.2rc3-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.2rc3-cp311-cp311-manylinux_2_28_aarch64.whl (81.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.2rc3-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.2rc3-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.2rc3.tar.gz.

File metadata

  • Download URL: passagemath_pari-10.8.2rc3.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.2rc3.tar.gz
Algorithm Hash digest
SHA256 39aa23e95aa131e9fb6600faf639ec8a98ff300a723cca398c401b2776583297
MD5 7fb960bfed88878a6e14f2a1d47ee38c
BLAKE2b-256 ed321a91fb65e1eb83022c3f9f3e7cbb6143fd1809501a93c2dcad276eb88a30

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ee121a72d73361b33e8796d6c54f2ceb7f14312ce8e15f894a6b0b73a15f17fb
MD5 23cb94172175b1f5b4700dee268e6565
BLAKE2b-256 f1da7b19a3140b0010e7f26d17dd7d5342f0f38478e9cb07755618d5a1edf297

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3717eeec44605f55cbc803dce701f48b352ec91428711e6c7b9ad22a36d56860
MD5 4431d8d56a8585ce6ace9249dd75d17d
BLAKE2b-256 9001b3f1f28729111993436e55957936dfc8357b8ec7fe50816096053a722d12

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5ed9cd40c3a088ba0cb2fc0be32c821e2fce1ef2dd0c27912ec56a80a5e5f744
MD5 49fb6cf019fc18b566b0a9bc29eb15d9
BLAKE2b-256 f1ff7753d66cdd464152503ea57efa326f84a5122a743b354c9e9ead1b36db2b

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fe141f55c1bcba36f39e210aa6ede741adcbb211839e333099deee2b6a1d196a
MD5 1448ebd5b30425c9fc3cc3dbbeceab1a
BLAKE2b-256 a48b49de7947cde708d0fb2899f74104ab9a2ff3703449b04a06cfd4020b25a7

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6ce6396efd5965345d4511fdf450089b0eb316124751a76ecd17b41c1b7a26cf
MD5 9230dd21a3c6e1cb1a857e6c3be61e18
BLAKE2b-256 d79dabc8f0a4b66b70eb922f59d87970dce87e903389e2813088203bd4c1ace3

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f52ab1aa1d1c5dd2df8bb0ea84dbacf6a8e24d8495c601fbf5fdb6ae1a9bd48a
MD5 cdd30c2245c382fb31bd9abbfa422210
BLAKE2b-256 2f60bf25d61584a09972048c51b4324bcaa7c460dbd0336f5a2bef13a86fa1b3

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d5901fbe6f2f21047fafa339a18b433e088a6bee73021b870300f7e6c7e7982
MD5 27d267d81bf8b9ede6188f2a3c441e70
BLAKE2b-256 4483e3d6037abe873d58d68221c92087eef34e74c97c72e7547643440c4cd4a1

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d9e61e1fb2724be983269093f5c4a4e767a083a96faf654e164e997a633b9a0f
MD5 83db3088d04ef20497714c5e122a60aa
BLAKE2b-256 737f672390da5b0c930fdb0f002e2d5348580b83c8b03a63c22bf8fac80aa77c

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 61c3d2c1a8abbccd86761d43126d891f49d8a65f03fc3298082b1feef51c6252
MD5 55d99815bbed4788a468a967ce6f227e
BLAKE2b-256 f386570ffaab007b246252fdd69c3eae3d2e26d2bd4ceb7e4f2a33a6ce837c5a

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ceddb5e0489744adecc79234cee7ac598d1cdd69e8bbaf0ba100b506e70b9fb8
MD5 573bfb7d76c6b85d61e86ef7e33dc0fe
BLAKE2b-256 e5aa866013bf334ed2a49df3ac1fbc6fc9e28230534f2837b50a428061a8398e

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bbfeae2549eb2c76e91038ebe2ec4a74b24841165ab353772ef9d5b50d7f1ba2
MD5 b2236a1c6cbb3e27d4e37796acd2da94
BLAKE2b-256 58adfc5a726e0cc815b877406d4981658730684308652dd08ca13ccdf3701ad3

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0619c4cb567b2556d86fe2a0ae692bd343fd7ce8c0c3cce3e4913d4da981936e
MD5 86fbf268413725a834fc7d4f08434b6d
BLAKE2b-256 71115302deb809fb736eb235afa95ae3284ec6be06ea0f4b38f46baa62b348a7

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 66763e93e66823713abf806759eb7676dbbbaf9d02cfadce17a2d6c9e43190ca
MD5 d04ef0c0877382657fd41f85c260d837
BLAKE2b-256 3054ed3fec1adbbd82f552876dcd30d301c365308878931b5956f60f49a047a3

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8436db7cc7ea71bc1887a4cf83af2efdcfd9b726cc20078c40439b9330f7d724
MD5 dbc179730e409e9a7519394951aed4e5
BLAKE2b-256 9d3689e4b77faeedb17e5eaccf8853cedd8ae141ec7067829141bdc52fbf6dc4

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bab4ecfe0cfd2407636eb8ab1f99d1d101ad486c4e06218a3117b17808a8eee0
MD5 5dc53171ff214d1ed37ddbab0989812a
BLAKE2b-256 6efabcdf4f1bd6ee096e34d496c0da797b6178687e252cda485f412090666616

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e97422cfef5eee25ceaa0e1c31bde98c59f9308fabd6d5e9b9b750c07e5d04a2
MD5 13e5076faf5e0a9e808527891fbf0c57
BLAKE2b-256 b68fc70c456371c86a83f47abb88d3293fbea0d439a3c7fe7fc480e4236c68be

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 02c21c3078e5c776924f45f537c16203579cec9fea43451b61f00807cc278738
MD5 306738735ae25dca9c84f7a284958bb0
BLAKE2b-256 140e07dc0030bc6412b2c914f7b913591d669f735d986df3bca303851e685e1f

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 42cdd8a302d2280b285bc6e82fe6db217347862532e3320c094b8d2754cf947c
MD5 b9f3a6b6bf726fb4ba4f918add8eed3d
BLAKE2b-256 659b2b974dbdf6ec76f2ce909191c76f5622aec256ae82b6d4bb3295c45ce356

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f8e340f8562767d35df746aa3d1d0605c2a460452dac4d59ff5a0025e76f6d5
MD5 3c21ea299e46dae0ca6f2a2d694d8770
BLAKE2b-256 a30289ed277031b2faac9d8b0de5a53a7238508a915f44d4753c92c4e012f3b5

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ed154f3f7ee5ef5c96e785070796299b22e448ac0704597b2069cc731143e18d
MD5 e597ffafb62514402234e667f659564b
BLAKE2b-256 4446dd204a3c15b603feda50f65a8bca142d3ac09c2433aa683968970f0d9264

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 43573dd843c60e53c131d2418514a3555f6f10e5ffaf27e93f83cf16ed59327c
MD5 634ab0e6d612884f67f945c5fc96ab33
BLAKE2b-256 4a3b3bcad16e2783cd1f6a9de1ecab2232f49bc96ec09798aa1e541106cf888b

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 073e802483c0491f5b3bc7c41a94ecbf9696dd58132f3f465dfeeda6cf573050
MD5 d76046a7601b138a5915f1e4872428c8
BLAKE2b-256 e27d374d46ee1f530f3436a8903d4192300921a502f6c1f746f3f771e4ada613

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 eeca73035ba7e85b23860632446e7f0e50569d427f147ab631dda6f7d5243b45
MD5 389e0ae16b7382e753a2df0964b66cd6
BLAKE2b-256 42da5b16f35a5c59ce9198f41e83b1e84b8d100c725e3bc8daa29f8e7ffac95e

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a61c1f05b86ebafb7851b8bdc795525167d6e881abaa5100fcc2bebde929f020
MD5 c3fd61a5f337e0a97d57776cf4a6a2e3
BLAKE2b-256 cc3170563d8bfccdef6654a7b240961b6c633e366d662d24ff9831c02e4874de

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1fab63aeda033fbbe5c27d5948cc1b5c660d89affe7e500c4d3c424f638905e8
MD5 dac294ec8524f89f15cfd9f5195dc139
BLAKE2b-256 c9d235ec18b2d9a3117525d40311e46d05856af261f092958ba4e93caa09769c

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3fc0f13265666f2441906bad18c5e93ae9e51d6e4fb16c6b90dfc18f74a490fb
MD5 0a0cd0ceba4c1a9577fc3134b13d3070
BLAKE2b-256 252147956bdbcc3d51468c12c397b2078f8573ef9a7c55200191f5cc7985388f

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 889bb28b47569cfe784e9570aeb9e3e8453fc324a7cf2b1e6f74effe4161b88c
MD5 22b3c75d65fd38045fbf8c2a0acf83be
BLAKE2b-256 feef36e36c9acba20c02c94379015307f277161da83b90c7c8b46377d1e6b3dc

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f30f1d131bad49f4591f7e493797132535d5200a1c5aa3955d5ffbfa06b84100
MD5 f702fc2e3ecbb86ecf9bbf97719a9b13
BLAKE2b-256 b18a8090150e4e8509c71f466afc2fd05ff415e9dbd6a754f362f9def2c57168

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dc6db5be1f781bb638dda8bdec2a7d4ef846592c8e0f7aa650e01e370c6045da
MD5 356dfb2ced34aec1ed3507b1b674fce9
BLAKE2b-256 b96db059e4761d4ec8b5db56a5ae9bf51718e00ed29a649437cab6da6e83d5d3

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.2rc3-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 572107031ffae80ded743e69e7a611d817328b860c68b689910fa6b8c0fce3db
MD5 40652a5ec452ae4f20d52c1005b51cc5
BLAKE2b-256 3495c7e1e4be58796864766913d1fd1d7ff03b9ff8da37ad8962398e71e058c2

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