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-2025 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:

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) 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.6.x series are 3.10.x-3.14.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.6.48.tar.gz (827.6 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.6.48-cp314-cp314t-musllinux_1_2_x86_64.whl (83.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_pari-10.6.48-cp314-cp314t-musllinux_1_2_aarch64.whl (79.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_pari-10.6.48-cp314-cp314t-manylinux_2_28_x86_64.whl (83.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

passagemath_pari-10.6.48-cp314-cp314t-manylinux_2_28_aarch64.whl (80.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_pari-10.6.48-cp314-cp314t-macosx_13_0_x86_64.whl (35.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_pari-10.6.48-cp314-cp314t-macosx_13_0_arm64.whl (31.7 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_pari-10.6.48-cp314-cp314-musllinux_1_2_x86_64.whl (81.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_pari-10.6.48-cp314-cp314-musllinux_1_2_aarch64.whl (76.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_pari-10.6.48-cp314-cp314-manylinux_2_28_x86_64.whl (81.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

passagemath_pari-10.6.48-cp314-cp314-manylinux_2_28_aarch64.whl (76.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_pari-10.6.48-cp314-cp314-macosx_13_0_x86_64.whl (34.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_pari-10.6.48-cp314-cp314-macosx_13_0_arm64.whl (31.2 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_pari-10.6.48-cp313-cp313-musllinux_1_2_x86_64.whl (82.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_pari-10.6.48-cp313-cp313-musllinux_1_2_aarch64.whl (76.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_pari-10.6.48-cp313-cp313-manylinux_2_28_x86_64.whl (82.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_pari-10.6.48-cp313-cp313-manylinux_2_28_aarch64.whl (77.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_pari-10.6.48-cp313-cp313-macosx_13_0_x86_64.whl (34.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_pari-10.6.48-cp313-cp313-macosx_13_0_arm64.whl (31.1 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_pari-10.6.48-cp312-cp312-musllinux_1_2_x86_64.whl (82.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_pari-10.6.48-cp312-cp312-musllinux_1_2_aarch64.whl (77.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_pari-10.6.48-cp312-cp312-manylinux_2_28_x86_64.whl (82.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_pari-10.6.48-cp312-cp312-manylinux_2_28_aarch64.whl (77.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_pari-10.6.48-cp312-cp312-macosx_13_0_x86_64.whl (34.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_pari-10.6.48-cp312-cp312-macosx_13_0_arm64.whl (31.2 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_pari-10.6.48-cp311-cp311-musllinux_1_2_x86_64.whl (82.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_pari-10.6.48-cp311-cp311-musllinux_1_2_aarch64.whl (78.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_pari-10.6.48-cp311-cp311-manylinux_2_28_x86_64.whl (82.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_pari-10.6.48-cp311-cp311-manylinux_2_28_aarch64.whl (79.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_pari-10.6.48-cp311-cp311-macosx_13_0_x86_64.whl (34.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_pari-10.6.48-cp311-cp311-macosx_13_0_arm64.whl (31.2 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_pari-10.6.48-cp310-cp310-musllinux_1_2_x86_64.whl (81.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_pari-10.6.48-cp310-cp310-musllinux_1_2_aarch64.whl (77.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_pari-10.6.48-cp310-cp310-manylinux_2_28_x86_64.whl (81.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

passagemath_pari-10.6.48-cp310-cp310-manylinux_2_28_aarch64.whl (77.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

passagemath_pari-10.6.48-cp310-cp310-macosx_13_0_x86_64.whl (34.8 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_pari-10.6.48-cp310-cp310-macosx_13_0_arm64.whl (31.2 MB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

Details for the file passagemath_pari-10.6.48.tar.gz.

File metadata

  • Download URL: passagemath_pari-10.6.48.tar.gz
  • Upload date:
  • Size: 827.6 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.6.48.tar.gz
Algorithm Hash digest
SHA256 764f2c26a3d2ea1d3092bd463fcd2c86033051996013583b44d140e37d96bf7b
MD5 12b6dcd064ba8bbc7ad669d2d6ccd9ca
BLAKE2b-256 2f612efb134f2a47a94783b9faec19611bc3e68eaffbd7b1a75b4487f7189ff9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4933933099bc94114a8c95a314c9b42c2aaebeffb7174f546fb0b116e13664ea
MD5 9144143cf0c66d4b52be18168f46da4f
BLAKE2b-256 2390dd7ab766dd86de3d439403aed20a66907f81b54b9ab7170f7161e841021d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 237a09a9dbf8dfa5fe01104f8e287e2cd9a34a1571387c5b9cf55314903639cc
MD5 321769e9c396ef27580c0e52bb3934a4
BLAKE2b-256 2c1a335610d4396f0ee8095fb1639852c6bdcfbed3d1113c9565727ac0d8380b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9f46edd21ce2cdadfb0ce044fa4d56fa39848441dcc4dd3c6562b03c91f6cc43
MD5 61e7e287696e2a6d7f1465ee720741ca
BLAKE2b-256 d730e1b6190f5af1e58793949eb53f9081aedc84551640ebfcd9e11aac41f4c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 08560d2a93d2bbabff23bf9a71c89ed11b5b5ad156aa8d5ada3c95733935407a
MD5 30a4cb965b554440d2ba976d08902b14
BLAKE2b-256 422478fe375994357e290bf78b2ceadd5a6462350eea8339915b48ed89a7ca2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d5a872f1d816db0c9cc96133f5214b4d685b8390fb93e8a8b84d57c75d755a29
MD5 30b6d320259ac9a0ad7689629c716c64
BLAKE2b-256 aa22cee6606b3c1919f31c5f6e364c5b3cd8313517ea376dac3b5f9f20ade835

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1c8ff2c1c2129dcbe2ba2a75b13c04f8b185b75a6048b6b0f8ac85aa0558f184
MD5 6f38720e91dd07b4bffc855e7d5b4140
BLAKE2b-256 3503c3b2fab3960cf23a4f315a1537a5578f5f0475875e2cea89d79448a568c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0a06474c0420f0a665f6abba9d153613ab2f5a69a6ab53e6897a30840e4ea636
MD5 df5a6c103172b51df93d226f4687fc03
BLAKE2b-256 5eb3db9db4f27c0192f9b8915fd8090b98d125e6f254c0a374d4491a8aa548e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 beaea377d4001ad7ce41b702df151a64c50ab34d44b3fb880878ec7b55fb6eb3
MD5 f8104f1e1da3afba6de5dd87c0542721
BLAKE2b-256 040f60c3380d6b65eda4a69badc8e9b28b1bbc090121564f3af066ca5f8caee0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 094a21c7b1a91ebe1423066c8dbd643e02537727577c08e42e931f630e1e4369
MD5 2b0270b33bc3e04c927f9e3bff9b8c2d
BLAKE2b-256 d7dfc555f4425b80b25df58394d24ff129c08f1d9756ef56793238b4f652a254

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8736fa621f13934e09d313d6bc8fdb20aab4e9d9d2e9d58b970756405d879d71
MD5 a80c96a487f32cd048d9695b2235ad29
BLAKE2b-256 727b3b762b318e07f37ee2fb89eb3c46ea7ec1dcdfd548d9c4dd6d0074c48bba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b4a697943c549079be428a70b8e14d91d00d973d5499211700dc9b40c7cc960f
MD5 50febca6e3672f44f06258f1dbb699c5
BLAKE2b-256 a84bf92d76710e24d312d509787b1fc5edbf67c5d16b324a03b949dc4604fb0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4adad20fc8e6d0a6f9c330143b9bf38f1545827cef6fcce9b95893d34ebbb8dd
MD5 91a3711fe81fd2046fac50c3d3895f20
BLAKE2b-256 5be50b45598094b85cdeaa0b1bbdbffce85bec623fa6d73289b23feeda99c676

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 666d3c03dcf9df67c0eb8368854855c7b16ebb171fb79691816a4936e4d2d046
MD5 dfff4f107d8c962b879d18ef7f057595
BLAKE2b-256 ae22cc2b6a5291c19e94e80b8bc6ea5be7d894e559957f5de3a45a50979bdb80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 541c8306d847099cf94d2ea7000249208175d9172f10268dd83093d224f09bcf
MD5 01e52c7314898b3fb1fcf84f86e352f9
BLAKE2b-256 761f4d98283af36542ec5586936706d2c924ada09a2cc208521a6b7e28e4b9b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f4aaf067d57dba9e2cf313b933e660c46c2bed082c27663818a38ca4dac6bb4f
MD5 4d4d1002e98738243e3e5fda77aa0964
BLAKE2b-256 6c55af2e95bb44492a1976bdd83d9ee32c77f17ca149bd0062f93750c9023306

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5afb265f65bcac81438144c1199087a1c3486db3d4f05f92dab503ac5e085ea7
MD5 978e5c8080d8f5f891677d4f15eeaf8a
BLAKE2b-256 c9f657d572cc0b9b4c0ecac872dd8871403269c97caca29dac715b34483906f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 195d12c659004bc9a6573bc1f38e30c2cd1094edb2ac7f823dbaed3360940637
MD5 5f272198ff09a092a8ed58e93f60596f
BLAKE2b-256 d4808986ff1d152ca25baed14e623685fa4f11355de56c26e42f6ae0a0fba9fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 07a8441a04959289eada7c4683f8d7fc9aee15425e6f74bd903aa714d552bd32
MD5 b0b0eec35d20e4e3f5e3ddfc7f9bed02
BLAKE2b-256 4e24f41a9dbdbed403490397de0a13e9f1cc4cd0d54136ecd74afd51fc5f774b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 054263ddce1abd2b92b8579534ae67eccbc3dea10a0a25d9c623c11bc4a4be10
MD5 0bcf0923661cfe14231384418c8a9b96
BLAKE2b-256 6a41a92b9df8b36120f42e9c021d3a33a666810d232e63730310e0e191521e3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f5d8b4a61d849cb81b7098a0d5f92f360e63a0763b8abfc85cf94fd1700e8f15
MD5 b2ed862de975e024f2314ed4b4748f0e
BLAKE2b-256 4d8a36a8748fcb6d78111d6148e57a5dae1c291d997da1caa0c74bd9c8b6f045

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 467d1d0782aa80b6c071cb18f6d53f11e2fb04e3221e9570f9b751d08fdc746e
MD5 0e54ef993a806e178ca3a72dcdb1035e
BLAKE2b-256 226aca2bf79dfc1e25513ad92559d43e9e22acd46062721cf9a8bde2857b6aa1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9018c747ca15be32188bd9f6ab71405e46e7eaebec0fbc23f2af71aa256c1533
MD5 f81f61265864038465dfdb4232d1385a
BLAKE2b-256 058d96769dbf2db1ac2c85771b29e5b163cb778140529212ccc00a852b8a0890

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d8fb0f100d6938b0b3b0a5a4edaa1949d981b22ce68269bde9bf6312a07d3b6c
MD5 213f15dbd6af59a2a2bbf29ad3e318b8
BLAKE2b-256 95f358b42425caa94acaeefc590ecc8d2db6ea81ad1c39760a4b13ae87d865a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 18393f63119829a0c4faabc66565f2fffb0600c8e403d497fe284ba355cdc831
MD5 e99ed13a1c6098602f6d02e0e463d838
BLAKE2b-256 7b5d1ec32e97ec758ae035d5580aea59ab2411f04fac0f3d9961f0d2cd2c03df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fa637bf547149eaec90dc98fc0267cf071a5ff2eb125586925156b5c3d7c512e
MD5 77631c5c0cf184a952689300b5a334ae
BLAKE2b-256 141de6dd05767c4b384d7feefd39f75130f204172f1c6c2317275fbcec167e53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6bdd081d0e0ce34ebf06d4c60e3405043114f76e5c86e2048689272db41fa1f3
MD5 c0472a820a900f930ee66789c5c76f8a
BLAKE2b-256 18dd6f2974895ea5cbb017a20ba00e75e085c5c061c4de2385986596abcb6e7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c8a0623c038b4069b82dbc8a29e5c021cfb7455e6e966df2c0d1c24fc2eca23b
MD5 42b7d317b42a311700b5085a5308b296
BLAKE2b-256 61cf6781c00bae93d1409acb763ccd542dce52c72626b339476bfa27950e76be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 91d101fb8e82725dfd7e4a2810bd9a4ee357ef21ad68f91a982431eb37e79e6c
MD5 65f5fbc1cbbfdbc982a307c63813c591
BLAKE2b-256 f1710c9712ed8adc1383a32f0aab0a538465ffe2429cfdefb97b3570a67741ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9a858b8b2dd9b02fb93a161cdc4d4cacdcc5bb642f1b3e9585cdde989d50ade1
MD5 c8b70461e1e49c54b170b2a2e7fa706d
BLAKE2b-256 1f4976d8fb4fe4f178e2d92caaa4d333429fedf8e2ec99e17c2b606f37994167

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2f6f3b9881e1ccd75df091e068899fd2acf6ae5aa64d0cb03c052c949b4f2be7
MD5 60291c0eed318c11724eb88c214b3443
BLAKE2b-256 99178d8a7025157e0ce3c286e4fa64ef27ff5e28b1b86e4aa521a0245c0307e3

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.6.48-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0e9d6bcb05da4b99f2e45d59e61bc7189cf4610a778e3f7305d6c0d9e95a078b
MD5 626cc9511f01cf2ebc24d8f8e6aeb467
BLAKE2b-256 c8af9777960a14bd6ebb4250d29deb0d2f9039b70ccc148b432654f7bebe0f29

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.6.48-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5119ebcb2141fdc4b2d17311805fdd38a13ffa6c325411e99567224dbf327c9e
MD5 1b87ab7fc18655c75e7e94964d250e89
BLAKE2b-256 ba82c9a060960e0496623765df1dbca5206af2895bfd8b29bf894d397673668c

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.6.48-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b1a71783dd95c296b2ac145b7a3b02c3891604b631338a7bd6ec9f52576bdc46
MD5 0befff6334d5aaa15ffcea18f0ea09b2
BLAKE2b-256 7ae44f56af98558dd26544ce94fb6b7e53ad91459798df102dc390e426f31386

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.6.48-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4642ebde7f44ad8c7432a4ac0e2851d9609c8e1308537a47f589c2fb3ac30f61
MD5 3000345a5fdf4cbd3b8288c36bc63ee3
BLAKE2b-256 3fdb3d0a94dbd7c2fc585fc5567dfa41e8b616d5cb0e7e495b341b04f5bdca6a

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.6.48-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8f114c4181780955821628bfbad877c697fa2b6c58db200ee0d125184aed9016
MD5 5b966c68170bd074243163c49913e849
BLAKE2b-256 089cbeb1cc72b05ec822e69a1d3b1be1126b260782dc255642c95ff76c6017cd

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.6.48-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.6.48-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d643307a4b9b09f66b34b7944fc87ef2fae0d96338281a618954cddf492b573d
MD5 080dc3afa5810487eea7abad7e855aa4
BLAKE2b-256 d30dda961a7fee9036cdb695ca273f3dc01252c2796d7f7884424ec417f5ec41

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