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.47.tar.gz (827.5 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.47-cp314-cp314t-musllinux_1_2_x86_64.whl (83.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_pari-10.6.47-cp314-cp314t-musllinux_1_2_aarch64.whl (78.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_pari-10.6.47-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.47-cp314-cp314t-manylinux_2_28_aarch64.whl (80.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_pari-10.6.47-cp314-cp314t-macosx_13_0_x86_64.whl (35.0 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_pari-10.6.47-cp314-cp314t-macosx_13_0_arm64.whl (31.0 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_pari-10.6.47-cp314-cp314-musllinux_1_2_x86_64.whl (81.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_pari-10.6.47-cp314-cp314-musllinux_1_2_aarch64.whl (75.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_pari-10.6.47-cp314-cp314-manylinux_2_28_x86_64.whl (81.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

passagemath_pari-10.6.47-cp314-cp314-manylinux_2_28_aarch64.whl (76.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_pari-10.6.47-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.47-cp314-cp314-macosx_13_0_arm64.whl (30.5 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_pari-10.6.47-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.47-cp313-cp313-musllinux_1_2_aarch64.whl (75.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_pari-10.6.47-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.47-cp313-cp313-manylinux_2_28_aarch64.whl (76.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_pari-10.6.47-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.47-cp313-cp313-macosx_13_0_arm64.whl (30.5 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_pari-10.6.47-cp312-cp312-musllinux_1_2_x86_64.whl (82.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_pari-10.6.47-cp312-cp312-musllinux_1_2_aarch64.whl (76.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_pari-10.6.47-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.47-cp312-cp312-manylinux_2_28_aarch64.whl (77.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_pari-10.6.47-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.47-cp312-cp312-macosx_13_0_arm64.whl (30.5 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_pari-10.6.47-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.47-cp311-cp311-musllinux_1_2_aarch64.whl (77.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_pari-10.6.47-cp311-cp311-manylinux_2_28_x86_64.whl (82.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_pari-10.6.47-cp311-cp311-manylinux_2_28_aarch64.whl (78.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_pari-10.6.47-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.47-cp311-cp311-macosx_13_0_arm64.whl (30.6 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_pari-10.6.47-cp310-cp310-musllinux_1_2_x86_64.whl (81.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_pari-10.6.47-cp310-cp310-musllinux_1_2_aarch64.whl (76.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_pari-10.6.47-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.47-cp310-cp310-manylinux_2_28_aarch64.whl (77.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

passagemath_pari-10.6.47-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.47-cp310-cp310-macosx_13_0_arm64.whl (30.6 MB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_pari-10.6.47.tar.gz
  • Upload date:
  • Size: 827.5 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.47.tar.gz
Algorithm Hash digest
SHA256 310d593ec977d699c1b29ba1b11d0c730b777290ac36dc72f820a4680a66b985
MD5 4da508b42ba21ec78e7dea004caff86f
BLAKE2b-256 2784fb0d23f8bf8a5c633609b3398fb659b04ed1cc5d039a054f7d5d07ab5f94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea5ef6e4cd75ec2517058cd1bf7b0f6121654985bf0d366c5c5077e5539ec22f
MD5 4e8948f29eac0c968e222678bb7b1961
BLAKE2b-256 4d636f6427764d1bf4d3ebaacf908c93bc4cf9c0b89acca35a5ceb8aa8813234

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 898188009c1e6de79fcab9c0cad8c3d8ca7d43477be9ee673cfe0b4a047cdf32
MD5 1bd48dc7fa7d06993b38085cd3d3985a
BLAKE2b-256 090c3a850f1a55704ac4e0bd4ac6e24c75e834aac34492cdd7c50cddd901e9f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c663f6d0e3d26893823e718287b02ca3d4140053fe7b6bca0e7f827617323edd
MD5 2578da8d610c2934740d971cce168dc4
BLAKE2b-256 82385e383e58f156714f1ad4a00293e7c776cbc381d4f9f108487f2b0504b4fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 53ffa8a316922fbbec803bd1da8657e0d607de343a1d3ec02a397e0ff637e3c9
MD5 d9aa562bb185fed75088bb61b9a88616
BLAKE2b-256 91cdaa18561a8deca1b8cdb4f2b5f6acffd45079c9f1763b393b90bad696163d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b6c053111883e8d2e7f7a348e3c8a68f247f1227f8be05d0e54caf0374f2d8b4
MD5 d3d778b36aabffeecbab20a38fe43818
BLAKE2b-256 579df0965967d39dc850302bf4b5db51bb015c8b0d10df9e3e504c460b840568

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ab7f3c2425c9895926bdff0dbd97bb54a1ffff972cf2cf72c652e0a7b3fa5de3
MD5 6782941869571af4f17b6395de4424bb
BLAKE2b-256 1da124f607aa391440ba2dcda5ed1b9ef80c5f7a6e86ba429a7dcbf37b51fdd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5393e847838698f9076618f5776da5e17af1beba35c12c92fc95c1a0da47ca30
MD5 bd0101c6963fde7c54ae56a45509d3a3
BLAKE2b-256 e9f5750f348e33c7c3e7ad448d30de349bb6b97e3e69c5c841e2af695afe0269

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 12603af702d2c87aca9ad40504e4966662cf7050b096de75e5586294658a3476
MD5 2cca4af40b012480ec29a81e204fcb29
BLAKE2b-256 495052cfcbe6058cebba03a736db0d4519f5c9630b4a60a12ec5c913240e1bc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bb2c7636cf7b8a7d045224988f1e3e8e0ef801207cfd5850c0cf35234a3d5b55
MD5 67c120db7483a7dc9e96deca11f9f0bc
BLAKE2b-256 7fd69534cff35409573164b4be7dc8ac7ecb05023e3190ee63930cf5d8709490

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6ef81810e6954a69963966663f1ef91fe2c187a4d0075418e8fe7688c3aea561
MD5 429ee79573c00c6e0fef93845a7378a0
BLAKE2b-256 dc6eee06860fc5051e5a3e1845f69eb264cd757ceb6ecbad7f4e40814c8570c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b2b2d566a320e8a2d77f3a0d7521044d245497c079907d4ec3b26f084c648781
MD5 b797906ebf17ccac8bbaacfee119b867
BLAKE2b-256 6f92b3c1e7f3c0cc29ab2f764faba3fa11f6525d1f3c6046446e773804bbc7ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 170c3a6b72def4cf952646db157da05c80d9f543510842d5c271188354e5cc56
MD5 4ca6d19ac24b38b0f2396052f6b10858
BLAKE2b-256 e036d0e0b0fe1c1ea4255a693254889a49b169809ebaad93b4d5b1a6c032f8df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 adcc34466b1ea8300d3b6b2cb77bc3c6a0923a3d42891e56a47ddcf7cf6f1a70
MD5 8d9215ae7e14e50ce383ec91ffda057f
BLAKE2b-256 923576526f38fc7bcbbf299e7ed5849f0c74461845dadab73c90b35ad9ec0048

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4ed804c021707a4b1cf3a363bf0480ffca3851f40e5353cf9a790cf9511a6ade
MD5 71524cf4b2781a06c49e1bd091f5f57b
BLAKE2b-256 9eac21c6af6a241d68f599f62efd7beaa07c48ed84a624c608d509adddec791f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d79cb1af2e7f8855675f406e73ff97e9490ce2822e0e533348091601bc97a135
MD5 4fb52d4a8aa70a7bc2c7d725fe891c2d
BLAKE2b-256 80f901f96f6c04062394cc71d03bb594ca987c3d48eb11cdd5c0dc95c0f038b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 da08d862791a15cc005637d7eacfa082d37bbe2144893a81abb079d8825cc106
MD5 f821d02b0da196d3df50b415a6d24a4c
BLAKE2b-256 d8f84acc52abe4d7bcf6f26edd25bb165309c5c25013d3aa2a051a1cf0d5c2fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d5c0e6f27ff4af42a4991105e97234a9a03efb9e5c3be165ecc4d193d274fd9b
MD5 1a59aa9f016618fb813c8bfb11a2b1ba
BLAKE2b-256 468a2bd46e13447f4c0f16aa709f1bb6abe79343af79a5a672892e3355e897c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2d7ced886ebf10d74e72e85f8be285eb2248ebab5707afed9da2c1184515d9b6
MD5 1cb91f3c54761cb7b362bb4722ac72b6
BLAKE2b-256 74b2d977077e9a7be61ff176b2def0cc0c640a5cf657cd6745529b1362b5b527

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4bdc942a2a41e28d8ee3b5b70a4f147c008b20947c1b0176df9e3a48515709f9
MD5 52debd6782c36fea7942e00f379dc44a
BLAKE2b-256 11e5125c6c1006dc0b24f73694c46476f2c04902bd6e151e3dc2984d6d9259db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5f7fd1e6b455362362ff1e910427a5c3d91de289c81be4cd32f1ba0c8709a1c2
MD5 97fff8ab07c1aca7ee4b3fef5a6a4861
BLAKE2b-256 fe284683f0965686e0960ac427e8b5351b83b5be0a37eb3acdc19a60f7acfd3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f72b4d370ce1bc8671416355c08a001562d48fb07f086bf98c709f1a38042d14
MD5 ab6289812deb6730f9262714b563a8c8
BLAKE2b-256 afc35da3a715f306f98d26dc1e34e1c9002b375742d792259f88f421fcc51f55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dc099be8a0b69178198518c6677f81d699b388e1d3d7fa853c7fbe588a261b3a
MD5 69f4ee76544932894e25f6873f0cb684
BLAKE2b-256 374714b7bc3858e3e35868dc26879c5c4c9c43cdb91b916ccba14ca211a9483f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 71c17fa3abcf73c9adc5925468d66f73a880db91c656de08a6f5151ea382cd31
MD5 fb4639370568c946279316534b83c605
BLAKE2b-256 bece1d25135515f70bc6e993b0130115ac4c7504eefe3cd41529d5f87ff2fe00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f55346f01b2bf781eba6edc30c4b068b8bf52b6ceb41577313bab360f9a68606
MD5 fdbb7d09b1d2c7e75a066403373d695b
BLAKE2b-256 d09d2e71a64e126f40212c57317e9d1c5f5033b0654b3602c1992c0ea26deaba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bba5e71c1c597e52f98d3ab41c4f7caf6f54b141e3868130ee4b6d2791bff323
MD5 7646d28b5428bfb622978e8f65eced0c
BLAKE2b-256 f71be16c2d9b0a335ac71557fc3128ea25df78e6c37ecf93e95d6e134e2d1d76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f61a65aabbc9f77ffa1925b26ec0edccb4457b9ca2f4d88a52cda8259ad6f9e9
MD5 f62314547741cf428f54e0913b776c76
BLAKE2b-256 ad97e42e017c34d4c28dcd8efc9513dcc4e38260fefb3c32484dcec6d27cde95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7cbeb45cae1bfc954a71f7a36da1cf91de70c4ffe8096ae441c7a3e59e9bcdf5
MD5 1e278ce66d9456ffd7148e75e203e103
BLAKE2b-256 81d527912afbead8b62216bcdf2fbaf2d965649c8f289b281399adb334341cd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5b5b73973eeaa236414a9a2b9ba61e123c79fa2c3686747c695f2be14509b392
MD5 b129f5767d96d2218eede04a454e82fa
BLAKE2b-256 2a674564a86dca04ebc53d1c1ae13d16e17b1f3822dff178fe65857557ecb498

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e135c4daba6e45717da20e0fd57f657624c25cfe42b96c286189c92f6b21b38d
MD5 4aae05ca2167c5fa37e2679d747d43c6
BLAKE2b-256 32134e1d2aa2949b1bc5f0580ea4e00fa0e5e62fbe5190430e715117147aca35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ef76e7a5a7bc698e8b6a303922bf0bfd215e47a4f531f88587bbc47c9fc446bc
MD5 3577ca283e6eecd2b498d9a2bd0b5d4c
BLAKE2b-256 6bd6c5ae9d97edf5e76346ccc6c886d72c7d4e4e540ca1d3e7a10da4803ad3ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 61d10420926b132d9b12a73e5f5a5ffaa1d6c07f55fae87687914cd59096f471
MD5 0c24f051ac707abf14bc83716a51d146
BLAKE2b-256 0f695918516a75d849d9dd7785c5a7e24165540fcb6495af83502c12fda2b7c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e61e28c8856da6ee14886e84c244ecbddd109ff2c10003f679a39aa76fbfae0c
MD5 545bc571917b64b77699f11b693aadd0
BLAKE2b-256 7e8e6f6a2b28f884634626dcd23b5c86844d419e645eea959a2e2bd468c071f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0c2c3a32e3535f51434adb43a3ee1590c5ac79bb5306e26b1a59e454a8c52860
MD5 9a9f9ce58d39c35d68c971321a309e5d
BLAKE2b-256 5253d4c4872ad68010c919bf8cd54b9a15c112ab498931df2b94d3d5e140cdb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5e9afdb7277200c0c18cf6a25c5379f74f40d92cc15762386ec3da39faabee95
MD5 0c3a494371476a75556fbde69e768151
BLAKE2b-256 b55f5fe26bf3dfbae496290cf33684df5dc6d2aab6e8941f3f8448d2a702c3ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4337242a32a3e5c79acd34bef940ff84b8084d082489ee9e151de51fc547e16b
MD5 a6b425e226a9f60d3cf695e7d8474739
BLAKE2b-256 58623638b94de83afe41b402963b1bb5bf688786201309f2057c0069c42a63f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.6.47-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0410cf4db2d1b0bafb2a1c61f1e6f19c1f55b4540ff4402775588e9dca190a65
MD5 8ab163a9354c525103c8d79e1e2ef85b
BLAKE2b-256 fa8ba510f0ebfae2022264c8f959293d42fec17c906618f67b7dbab7396675f6

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