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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

File metadata

  • Download URL: passagemath_pari-10.8.6rc1.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.6rc1.tar.gz
Algorithm Hash digest
SHA256 7b7657ea883c45c38035bdeca18c9368fbd5ddc0b4999cc3648e3a4996ead778
MD5 06a9b8c366b369a3e288fc9f27c253cd
BLAKE2b-256 d913ba256c2dce2d891c13de857b65da59311769b79e8d2e63958b4716001237

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 332e8433c74d75a0004fd7d1eda77dd89982d0104c97151236300ab7d0610cc6
MD5 e562f15256e1fefbc3776e2b6417b54e
BLAKE2b-256 937b4c4f26bc815257b215f4b604b4bc144aa847e6b900be4ca101e3395b392d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9f033c8b29c55f4a69249eb079185e3d2226d5027749bcdb980facef644d3663
MD5 bbcf7ed8d18a106bf2dfe81ef15cfca3
BLAKE2b-256 00f9817201e6fd7efc0a3378a8589a6fbf2f7c656912d4e0009c399eb7a6b4cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bee77e475c040a52a1bf8d956e39512b00568e98e869591824865b67e8efb113
MD5 8add82f80c0775526240cd93eed6ff2c
BLAKE2b-256 bfa1c4fb4523656ee2b13eea4f2ce50275e4d0d825436787980cee7fff905c17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d0ce689df845aab99ba32b2a16cbd75b5d91a9895b2d96ad75593214645a2b3d
MD5 5ba7336a722a6fa0d637d462f2530abb
BLAKE2b-256 32a08cc7b6158510b0fd76dfbe4868198bbb21990e4cb95d6b9388d3118be5c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 362e908bcf0d97c0b0c346e7577e8e2d3b0efbe546ff15898ee3b5cf3e007d44
MD5 3ff97dc46a9fe2ceff7b56a4e2ce53ae
BLAKE2b-256 2abec2e4baeb58d4bb9e43ebdce88d170636bbd152be57b7328e1f780c459586

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 00c4aa1df1c52e764f33391b5ee56a71264d7002cf692ea2cbaf9efc8a0da14b
MD5 744d757620cec88829966ccd23d9dee8
BLAKE2b-256 e89e17d0a3fa5365143b7e99cee9a3db99ea70ebbc955b19f24a443903660b10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1ffe7d5b27839973121f0028b4eb80ac9b8036f065dea5231ad1a69edd572296
MD5 f1a3e804e735e05836bf8615b0043b39
BLAKE2b-256 1123232ae4dbf85ac7bc8acb55215fc78769980605d55898f5b9ad27f38c11d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 da8de9d13cdd40764082df93bf81d6a7136a6282f1558b6b714f5bed76849204
MD5 e0716682235de4d345e43398b65b9d17
BLAKE2b-256 5b92b754cecf446ddd0592d8d03574b4d1d0131ae9e50e4c5f2c902fe0f9d853

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 df98aa9965b17da05da724d3d39aa613aa4372fd039f452f63952aa9513989c4
MD5 98563afd429a12b24fea6e77b4853152
BLAKE2b-256 be9bd64cf9ec690bffe5947e902c6e04bf26cc666bf56bcee1234feeb87a4b1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ca940e7b08339a033ce5b9297b4d63280a379f8aee46a9ff899a276a98bcf3ad
MD5 ed0292990f7f0455a14ae0eb9e1b368e
BLAKE2b-256 ec477b0fb6c0b01f81eed3a645c513777d88ca1b46855fe0d8729924a7df1bb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9df1d48786272d3a7a286a3cb32624fef6411cc2f30a37cf9274f3efa3f2707e
MD5 87f4e77f2016d5ab0b2c877565d5961c
BLAKE2b-256 1d0f5a2c5cfaa26f761f2f85e20d85940dd1736c3e7182f3cfd3466a1dbe1632

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c398c33b51a7c00cac7cdbeaa5e9b6476bf5b4ff8cc176081768d67edf164081
MD5 7b0ced90a3006f6c7fd7473a41f51b2e
BLAKE2b-256 67ad98e191d4756ca5e29917c0783c9fa0acf714054f2eb10ed73dd2a826ab21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6b3d2c880d1a34a953952a7f7e6aee4acb76af41878e90208c363d5fb4e85bf9
MD5 d5101596bf311fddc01e8d01c85c6add
BLAKE2b-256 cfc9773cdcf079591d60a74f77055d768295750259ec6590784223c5a64c0ef5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3123e120b66c22f8b3723e650830801bed25b9d0f020debd9bad45a7ba7abbbe
MD5 726b8b8bf16f7707a84b48bea060bd21
BLAKE2b-256 efcd90bdaa6d30199d2f1b19a3f45c7a496ebb1e374dc0eb3971e9f519d74195

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7823dc65c67a04b27d80e6c799e4869604f0e84e269fd348f699551bdf78a2cf
MD5 0c79b7ec401ac8e5cca07d2ea0659698
BLAKE2b-256 338ae7916701cbeae4fe54418ef9fce5e878119aaf30f87284b64a9bdedbc0ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6be7aeb89823105b9f5ecddbcc4534c55e30ad289d25c604184047dc217d0434
MD5 c67767214b6fe1f46fa2d53df85a6713
BLAKE2b-256 e1fbc9424007aba54661ff5463ab585c7005963686eb65cb2f4eb24ef0ef7d7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7373c338f45a8dec0ce1f602789e41a9cb2d2ba94a6a023d5845ea9636c787f0
MD5 98d63a0c6252f56bd8931740224c82ef
BLAKE2b-256 8a479e078bc4ba90ea577d08446c8f8fd3ec36bcbb2ebfb02b832ebd15cfb66e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b26dab3a63a162d28dacda1f1d3ddff8c5c2d3fcd3e2b9f95523600799d009d5
MD5 8dc7539ecc4f62b67d8fcba5099c4f91
BLAKE2b-256 ed081c5a189b69079f184c2229bd36b2ac470ba392c49f5adaf398c41efc85f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4c44aa839b1aa522f8c3be84a4d0eed685f5240485ce407bb17dfb7fcdb4029
MD5 1d626a5d228bc9b99bc451f0c5fc862b
BLAKE2b-256 062ef4a0f9b0e40bf02b44da4b024ee19e005b830f4488e93ce7ac0aa1bf395b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f6966a5ef33d3e1f8a20238319f42fac13a85dcec51ac88c9da1113df1299d0a
MD5 9cfdd296fe0f709c25176e664a0909f1
BLAKE2b-256 83930fb22fbce91abdafd5c1b1bbd56461447a24fa94458d39b3482a5a2f9238

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4b5f0f3b9cdc270ffdb0e213f46e97be669226bdb3960465fa602ecb1fe015f2
MD5 925fedd9753f2aa1bb68249f211f68f6
BLAKE2b-256 ec7d855cacfb5e61673c447ede9b24d44c6a9d0b88366666ae165675ccde6cd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 63344713b9b7d8e41cde472bccf942d2f4bdc333dba9919cfd3d083354308203
MD5 9e70792b17cda85ca4860756e511048d
BLAKE2b-256 c027dab050db6484a48629276c5c7e936387a58b2add863408a2c55b0bb2d826

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c3cbfb7b875c7253b6c513af942cfc9fdd3fd4e1cb339c4cf939bd43055aa4b6
MD5 fafc0500d74e77066f0f163b45524a86
BLAKE2b-256 8af31499f9a31b3257de30c77bf04a343316c7f3598fdc34c9e13f81a36599b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1c5d9bab48a6aa37ffcc3b145d8cf0c5e296ee3be7ca30915aa7615daa55a9c8
MD5 ada0df034f128c90823d67010e4a3e11
BLAKE2b-256 e659063e62f401b9c839594771ac3733b102763f5950b1ec9fe1e86ba7ce7269

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cc6094293a800688f1ff66651307e366c35694137f7623678fb55bf4c3252054
MD5 bad1fa9806986bc5e8570248175ebd81
BLAKE2b-256 055ff35beec8c90107a9a52cef84ef6ac97b5c50b9186041c2fa83869d818b2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 72529bb669b59559d28d0ca21b1b02b227a2f1d95ee61f82049d3112da60d587
MD5 62cbec3ce21b420c1e94a977230fa0c1
BLAKE2b-256 329ee7fc8685d559c16cf363b43525fb3d42af73e07c79d10c8c3fe46e247f80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2e520aeb873e2299c1be115f893139392a4bf69cc52383e69816cb6af60eb6ea
MD5 be08d82adf82538710ea9b503ed8f03b
BLAKE2b-256 5150437d309b1e8329adb74bf1f3a22659d3a4b10a74bc538fd1133e4dcebcf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2c99941d51f0afd706e160345e83e5c8177be0ff7b2a8bffb05e9fbd357ad62d
MD5 f5030205397de19c01f8fd0fcfc345d0
BLAKE2b-256 4da4776b7de5158158532be13b312415a96b2499b1148317c7bea0879cc4d14d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c7917ba88cfad3124d491af46a284f63cae674c1bec389299ae0b2a41bebdd9e
MD5 ae39a71a4586a50ee63e64f86cb67c11
BLAKE2b-256 022c96cf1ce6c36c80ffd3672fcde8e30c70570408eec18e7c3c9126fae318f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a05480188bed058cff8fdc058828b8a30f35f3fea71d3acd6b5e7bcdeeb7aeae
MD5 0826bd2d9ebc001b8ff455163f683b64
BLAKE2b-256 6fac31ed4c8a30e4a2a813d5b60b6e5415eed224d5876c548c61475ffc3cc891

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