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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

File metadata

  • Download URL: passagemath_pari-10.8.6rc2.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.6rc2.tar.gz
Algorithm Hash digest
SHA256 e2172bdafef9b141c3eeef55fff32aeefef7fa51a940abac08e93ef9aaba1c30
MD5 5db47d3c26f7d58c5aa5e46c95642f8b
BLAKE2b-256 5b75b2edcd75753fb0878410df32acb3052f3205a4ac74a1e449ddd511f30dca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 40d815902095da435751e9644ad781a874bff0ffd237f15ef5051358010d4592
MD5 c3faf997a0196eaf3c491c1f49eaabbd
BLAKE2b-256 6836e7baa774d9dce01fe83b592e114c6dc7b0cd36c35cf369a453a6a2d2bb10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0115b6c1157168f95986a381c030241689cd27fa6e47f70cbcd7532861a91ad8
MD5 30355ca7694bbae80704e2e3836b1dad
BLAKE2b-256 25231d287f29cffec2da2d444687ce4342dd499eb059992809ebd69642ba2c3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5b2f73e0c423a8abc7540b54075985f41223e7f5e9cc189f28f6a8e29518e5b1
MD5 3e4b30b3436a5525ef32d9d06e6e2b39
BLAKE2b-256 3079dd1eb33dc14630cb69e63205cb5349fdc68c9788e7c53f0a1702c24113df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 34f946d8dcf6d7eca1431fedca4f37b395eef718bd17d300c3bd318de67b3ca1
MD5 f07dc7792d814afd9daf82071a5c0f71
BLAKE2b-256 1d85aca6c0ce9ef632d0110165ed2ee01be6badda189c59caa142704df707969

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fc8594cdca03bec2021ee3f80db15b33e968496348cde277403bb1005ad366d2
MD5 fabc40abe0e3b6cf9d9a85f37397db0d
BLAKE2b-256 8544fff97e54b4a1419466977b8f889f1e1fc87e42174f7bc1019da74248c4a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e1d9dcbdf2f6663b222a3f1f8961dd247c14300f728cf312c317cd8cf21ff464
MD5 42c414b485168267af7e78173da5f802
BLAKE2b-256 9a4105477d3c1ac6913a8ab290b04ceb57efcdbe53cc49ede9d7a751b5ed2096

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d9820b614f2b2b94d29db1290bfdffebf9a955e14bf217d70a092cd1bc8cd203
MD5 cab57443bd83625558a0909c9cada3bc
BLAKE2b-256 5f849a00a267fc2dcf36bf961e4bd5380916cf9f523f5f1020e4dc1eee55320a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7368d0cf3bd870eebe4b42a257b087954a26c73b974eb35a25f5de00a1e1e087
MD5 ccebfabdf60b0ec9438ed1615a4e3629
BLAKE2b-256 e2498936b975d6e267e0839fa95cc7f532132209494ef503de3c112a32412542

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e72dd1b4aced6bf662209198cd2fb67e4e412f57a874f0b77c7aa09308438a45
MD5 9aeea01f2debb17ff17cf8b0d5b2f95d
BLAKE2b-256 f35a6b8ac62c0f6e6a074fcc7e33fa81419d0365bdf1daf8c84e1ab8bd1938ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d3dd060617954b6d7e7b3b5868f6f16ea13b92dfbc1ff362c8f301d388f408d9
MD5 09fc709129f5c3124baa864774518183
BLAKE2b-256 6967404f4e0f5787ea4c079cd10d2c543d46a4340cec01f241084d5887274101

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 eb239da50ad8c1b774038c7dd64a242f1fd02f5f6384346c08d3c33fd4bcea40
MD5 d9d321a4d5fa5e428d682fda4eb30d49
BLAKE2b-256 2a4d022e9e6d2fd1221c4b834797b5eaf4d7b3dbf96fb586071d471d807046fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 21a97ca295aa2ab6f1b50a735311876d66fa2e1de11a9b58f546eda052ed3f79
MD5 d21b446de7a4bbd6a8bed6126fc7ad73
BLAKE2b-256 4fb6e85c9f9cfa2ce0bc5959bb73b3acbf7c16b278a53ee3389e2fb9701f1256

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 07ae8611ee800014d44d1efe2ed157247913afbe518cd0e590ae1c8cf60e85a1
MD5 4630898e556504df4cb33fb5d03fff7b
BLAKE2b-256 cf610f0b87b117f807079834c81a59c7c1b9246e8fcc59d85412302fefd153fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea26f45a1855812514d75590a4d2463469efd36689e68dd939ce090057b67cf4
MD5 110cb92c9f4e777aa4067cdca3540647
BLAKE2b-256 5da15df2c88495e0020dc670eecae2e5000e2ee8293670af6b40e65fa50b194b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3eaf240f7ebec097a32513f8bd73e782cfe1c00b056a075bd218aa41b92ba97b
MD5 4c411f50672a4530685e6c888a0d9af4
BLAKE2b-256 a030d972be291f1b2b0127198da50587c5556830072162ea26c275cdb8fe1cf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4a27e70ba0ad6286a19e7fe1c83fdbdef52ae30dadf24efc3bef93532b9afb56
MD5 218369e928f147eb87c147a512c8c3ea
BLAKE2b-256 2b5919f4a81c16ae418d7f6dcbefe2df278ba3aa5ea48cd1c84710be4b90ca23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 36e87c9f1e7d52f731b5ee79fd5505f398a7c6522130528a50d4b1ffb9c969b7
MD5 5edf830d308963ae6a17dfa3556b6253
BLAKE2b-256 b38404db5204f10723f6653b8192453ffd0fc8c1d5a42a890a2e9ad0f32c52dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3acf61cb4d5038c68876afbc67df10ca32805e69bc47560c31c2cf639ed34fdd
MD5 03e9aa5adeca3e871876f461e67c8077
BLAKE2b-256 97567682b89cd79607102a239ee75e4b77c9c439f02648357351a76a9ca1ad33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 68685f2850621107920699a745bbcfaae66ae4c9a6873008aa11e0e119494a84
MD5 1dda54d8cca209d146f789ff01f3cc3b
BLAKE2b-256 fe98b009ee162189bda9b9de02f4edc56d20f56a52121368647324bead58ef49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4e0719416c60effeaa1cc805cf68aba39943f2f7b9cf442c5dea58c19f95218f
MD5 791528cd08d46c5523193883df177f26
BLAKE2b-256 db3041f4c9fe104f9283d1c19d4529a46636b2c1bb8ae40531270b8189b11e95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 11b5a0ea255973eef80f757dd1756243b520c4188a3d68327d03cbff642816b5
MD5 4469c697e9ab8d3db914d964721bc9ab
BLAKE2b-256 b21c7ffeccf422b088e759fd4ab08719cc69d7c7fb120cef459011e78c7376b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1fcbc51a9b0bb229320a3fd3bed20537461e3d25fd0fb96e6dd7267e6ffab565
MD5 f1f90197c2d26f407c1ffb2b961f0b92
BLAKE2b-256 f076c3c751cdd4fc2544f1950e14ac47f517aeac87fa7d07a06b20bbdab07bec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dcae33bd1d3978066360e8ef29b0956a34f779ece407b3c922d9acf0004c3f71
MD5 d56e63a80b9879ab4808de9d8095ceb1
BLAKE2b-256 6a1f1ad0fada4c4e46044676fa5e6c208a5ea2557a5c3eb9765ea5b8adc0147f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 643fb7d56858c52f4ceb5ce3dedf2af8754f498c3daf3858db7d119679cf3bb5
MD5 5d047ed2a3618e8a989583cbdd67ea20
BLAKE2b-256 e4177804f9f2331ed57a4f45bfae7f9d6cd6e049cceb27c6be6b7981b8d301cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fdb0d47ddcc78d8359cfd2bd19bbab32f2682ab5d0c3436de3c26c021f06617d
MD5 778ed5b067147298815893e6bf29da23
BLAKE2b-256 f31a925f1fc622c44dd93c01c9021c3939d5d160faee20691c943f623b9ea8ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 527e7f8ebcb21c5174d969eed5f40996ab122c88de756ee8692e7f79a031828a
MD5 ed9a63f04211c8aedd8b9c56b2870cd7
BLAKE2b-256 4186dd42c9785f5c20be1269bd33531eaacc3e9bb8c3181f1eb2fa71eaf139f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 58724373020ef6ba46989def20ece8ff3c34da44dcecd7ec5bfa220a7c9818d8
MD5 247f7c9a1fb6a1960a877009ae478a21
BLAKE2b-256 412cf52006007e52ab07b0ea3088f01eca34f2c77440169c3e1c8ac531783a73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 98f19b7932a1e747ad3a41d04bfaf047addd8023ae9e6c37fd7d66c9a17bdeaf
MD5 13352fb536718e12368a19c19d620615
BLAKE2b-256 0fc764c831a42baca1b64783eba4851a2e61295db002df0b481186bd25f5eb4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 27cadd9cc6d096b34f461985f564fda02e535ec0b0b92c55c0f9f26994740b55
MD5 18cc0713814d63c5e44d9b20fde766f4
BLAKE2b-256 61d9b624bdf95d5bc1f0f85fce10f25f2994564ec3036d7701dd7264fe4ffe2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 159de32cd1d1e49724224f24381ebaf75694788c358b3239f3c9e1af8a2cb252
MD5 e991ca9d03dada96c3bc2c0e3f14eaee
BLAKE2b-256 ee57e9b66b24004a877c7e44c7a9438b84d9e7d3591b34227615c91562996b2f

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