Skip to main content

passagemath: Computational Number Theory with PARI/GP

Project description

passagemath is open source mathematical software in Python, released under the GNU General Public Licence GPLv2+.

It is a fork of SageMath, which has been developed 2005-2026 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork uses the motto “Creating a Free Passage Between the Scientific Python Ecosystem and Mathematical Software Communities.” It was created in October 2024 with the following goals:

Moreover, the passagemath project:

  • provides a stable, frequently updated version of the Sage distribution,

  • integrates additional mathematical software, notably Macaulay2, a full set of GAP packages, and the Combinatorial Matrix Recognition library,

  • curates a library of Sage user packages.

Full documentation is available online.

passagemath attempts to support and provides binary wheels suitable for all major Linux distributions and recent versions of macOS.

Binary wheels for native Windows (x86_64, ARM) are are available for a subset of the passagemath distributions. Use of the full functionality of passagemath on Windows currently requires the use of Windows Subsystem for Linux (WSL) or virtualization.

The supported Python versions in the passagemath-10.8.x series are 3.11.x-3.14.x; the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.x.

About this pip-installable distribution package

This pip-installable distribution passagemath-pari is a small distribution that provides modules that depend on PARI/GP, the computer algebra system designed for fast computations in number theory: factorizations, algebraic number theory, elliptic curves, modular forms, L-functions…

What is included

Examples

Starting the GP calculator from the command line:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-pari" sage -gp
GP/PARI CALCULATOR Version 2.17.2 (released)
...

Using the pexpect interface to the GP calculator:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-pari[test]" ipython

In [1]: from sage.interfaces.gp import gp

In [2]: E = gp.ellinit([1,2,3,4,5])

In [3]: E.ellglobalred()
Out[3]: [10351, [1, -1, 0, -1], 1, [11, 1; 941, 1], [[1, 5, 0, 1], [1, 5, 0, 1]]]

Using the cypari2 library interface:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-pari" python

>>> import cypari2
>>> pari = cypari2.Pari()

>>> pari(2).zeta()
1.64493406684823

>>> p = pari("x^3 + x^2 + x - 1")
>>> modulus = pari("t^3 + t^2 + t - 1")
>>> fq = p.factorff(3, modulus)
>>> fq.lift().centerlift()
[x - t, 1; x + (t^2 + t - 1), 1; x + (-t^2 - 1), 1]

Available as extras, from other distributions

PARI/GP data packages

See https://pari.math.u-bordeaux.fr/packages.html for detailed descriptions.

pip install "passagemath-pari[elldata]"

pip install "passagemath-pari[galdata]"

pip install "passagemath-pari[galpol]"

pip install "passagemath-pari[nflistdata]"

pip install "passagemath-pari[nftables]"

pip install "passagemath-pari[seadata]"

pip install "passagemath-pari[seadata-big]"

pip install "passagemath-pari[seadata-small]"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_pari-10.8.1.tar.gz (829.8 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.1-cp314-cp314t-musllinux_1_2_x86_64.whl (85.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_pari-10.8.1-cp314-cp314t-musllinux_1_2_aarch64.whl (81.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_pari-10.8.1-cp314-cp314t-manylinux_2_28_x86_64.whl (86.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.1-cp314-cp314t-manylinux_2_28_aarch64.whl (83.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.1-cp314-cp314t-macosx_13_0_x86_64.whl (35.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_pari-10.8.1-cp314-cp314t-macosx_13_0_arm64.whl (32.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.1-cp314-cp314-manylinux_2_28_x86_64.whl (84.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.1-cp314-cp314-manylinux_2_28_aarch64.whl (79.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.1-cp314-cp314-macosx_13_0_x86_64.whl (35.6 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_pari-10.8.1-cp314-cp314-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_pari-10.8.1-cp313-cp313-musllinux_1_2_x86_64.whl (84.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.1-cp313-cp313-musllinux_1_2_aarch64.whl (78.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.1-cp313-cp313-manylinux_2_28_x86_64.whl (84.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.1-cp313-cp313-manylinux_2_28_aarch64.whl (79.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.1-cp313-cp313-macosx_13_0_x86_64.whl (35.6 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_pari-10.8.1-cp313-cp313-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_pari-10.8.1-cp312-cp312-musllinux_1_2_x86_64.whl (84.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.1-cp312-cp312-musllinux_1_2_aarch64.whl (79.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.1-cp312-cp312-manylinux_2_28_x86_64.whl (84.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.1-cp312-cp312-manylinux_2_28_aarch64.whl (80.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ x86-64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_pari-10.8.1-cp311-cp311-musllinux_1_2_x86_64.whl (85.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.1-cp311-cp311-musllinux_1_2_aarch64.whl (80.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.1-cp311-cp311-manylinux_2_28_x86_64.whl (85.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.1-cp311-cp311-manylinux_2_28_aarch64.whl (81.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.1-cp311-cp311-macosx_13_0_x86_64.whl (35.6 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_pari-10.8.1-cp311-cp311-macosx_13_0_arm64.whl (31.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_pari-10.8.1.tar.gz
  • Upload date:
  • Size: 829.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for passagemath_pari-10.8.1.tar.gz
Algorithm Hash digest
SHA256 8bc5ae5a4144ed4d773b7dd9a2a802783d42a251f13cb700031ca9c0a815eec5
MD5 89824300e5473404766c36769291a051
BLAKE2b-256 c1ff40794402898617089cfbebb96261cc69aa10505e7b12a3538ac60d59bd5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0a8b61a10a863d1c198820a58a975a7ea9a0b21e904981f00a8125b365e0d9bb
MD5 ea97a3976e9ad15c19f0146f2ffd02f3
BLAKE2b-256 9fa3e4b8e8724671246607405787b491e94a26bfb72f9ba60386a65dd08d6181

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 60aaa465c13d3fc9d3c792b65e7da3d1d73cad9d2ae5dec0687bd91b7c7d1ed2
MD5 5258d23a912fe3476772b7f7b2b852f1
BLAKE2b-256 13d41a35e999e6b00a8dbfaa246f3910ff527079bad28af1b729ab36de3b7519

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 939d9fa5f5313b977962597fabf3796ddf5c59aa3ec30a183641b38328490a1e
MD5 aea92ca8ac266f6b93561f9249515fd3
BLAKE2b-256 45e2d7475e52a3b8660daa49c4fefddc7b09cfadb5260c1f0a5947d1204578b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 83ed08eb23daea0e344bf34f1ea3de00a1b5d8ae0318456965b658865f57897d
MD5 0e90d19f5147edeec90408caa427256c
BLAKE2b-256 708edfbe514b1e348d927bad7dad267ae1232e12c7143f598ce70832ec1fee2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f01fd8593292e005069b6b62ff0857749d98ebb7d0702aff097fe8d7b77cea24
MD5 347e2f0b8d77435ebf103d8285b1cef1
BLAKE2b-256 a7f9d3ca4ac4551ca8b456a9430bdce45997f901266a833683a42099ab8fed0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d70a5c75e8e036920f2bba88991ecc68e7dc00c1f984e10cefe8806e951090d6
MD5 34652c9472d71f21069647b957661bda
BLAKE2b-256 501121d8bdec276b14a55ee0b2988b51ace397f9d3d8d097283d589482d238fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 27b1d1e6e56fb270588228210bc13d161a7fe8bab1f85b355c1b4cdc6cbb85cc
MD5 9dcd5ce3313d4cdbe2d8a396cb6d99f1
BLAKE2b-256 bf358f5898356a74ac58736a500cdad426b95548c874da3c293585bd20185d6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c980495f80c4623d61d729a40744a792eab87e9cbb3af22bb1ca22a0e1bc4877
MD5 25a3197c8777c459452398a11fc9d15f
BLAKE2b-256 c1edd5fdbf6606608d8cd1ab6b228549932558932218f902aae8c0712d2f3c79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ef9aeb1bea56c1fef3d8edb948d282a02313d5896a6cf964b0560dc7c0e27744
MD5 9005ab4ace22c5d676ae6f96bc457edc
BLAKE2b-256 e42d45df7eebe4709ae6a84b518070e16570fe4faba7a9f9e7be0fb265364af9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ca6161541ad010110be02f4e64241c36e0f942fe2102c27bca5497177db783b8
MD5 f5ae280b4a18fae060929eb1a99fabab
BLAKE2b-256 0e1bfc16af78a05fdc49ac718bcd3a5b8ca34ddea4b9c1f1d431e5ae44a02700

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 714a1cbf0107b16c9a204e881341cbac228455c2df7d566f683219d0f7b38c00
MD5 e7087ffc93393b76f2c85dddd2d6c583
BLAKE2b-256 63fdfb5eb05a6765c34aba57781f727af9d2d870cd82183a747415d0c37bc993

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3bb7f9709be1e97ba0091e10899f34f94bdd33e2b1ccca0c8930184c42c580c9
MD5 e57bce5c33f6008e3bd2f5d67fe411d4
BLAKE2b-256 15f2762c1b0119abd5986ca4dc83e97c7e96151cc1849abd8693217641299717

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4c475c009a2e334214eed8274afa8c50cf0c6a20d1d8c4742d50ce4faa64b07c
MD5 64f87a54f7337f51903ae86bab6a36a3
BLAKE2b-256 184bd23245d25cff31356ad710ee6e13197b5fa300808fd29b72ffe1f6379d0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 26ac4c1ff5139924a4416afd84dd744bbc60da185a6130779e8774b9f51eef0f
MD5 60bbb2d9ac59914cb14d81340ef762e5
BLAKE2b-256 b961428c4640ac5e58d9a89756f6f97d1b7faaa7421b3e702173fb568e6387ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f6fb162361ac7a94d6f67719cf5efc63574a8682f811926812785f475f06d85b
MD5 658a96086603ce4ea6189984165eb43f
BLAKE2b-256 bce4458d0af5adfaf5243b799149e63f564b352f305999f0468f125615ba082e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 47da1131edfd8b9bb535a9a260abdbe43ae141ff910b37b6cbb5e877593b1ca6
MD5 4605ddb48622a10503facba12bede4a1
BLAKE2b-256 ba30f9be545b537f28df295440e7f25405b8835d71d36ecc21e4a68c356b17d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bd9a64c10091a5a42d9aa0b3c34fd1b6bd2ff4dc94c0060c0a67b769295226d5
MD5 4dce0f2242cae9db625f34031dfd7958
BLAKE2b-256 b8fe9cfce1cb937489edea98bad67db8137ecaa5cefb36353d7ee7e5b8ff51d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cfe86c4dac1b2a66c895c84eaf6bd58655e880cf8d5c9e87c72cd74b8173c670
MD5 1df056aa89e9f330549c102c2da61b66
BLAKE2b-256 71f3912d26eba4bc5af95d480f5d42f02d2193cc8c11ce7c0e18aa31c757ae1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff1890542c63e21acb3e12929b42bebfc74280adb35e77df462a4b8ebaec7c4d
MD5 405d9d3497774098e4de1e79b088ae20
BLAKE2b-256 1dccbf7b874a0c5c25fa22f9ab9169d1bc864adf70f0c134e5a96924a43de326

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 167438e3857ec9762dc5ee0bfd8a35d00e7653a2af5e47f7ffc20afd2ae17712
MD5 4e81c41f012513f3983029a0a46a96d4
BLAKE2b-256 cec208e24195eb56e894523c03a3edbfe6b8eed3d001fcc48aa056e4d0805f6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dbe0880d10cec5aa6e90639be037df135a1109ed2cdefcf0fa2a14d408df26f5
MD5 112eacdf07fdcfc6a968affd2a076e5f
BLAKE2b-256 e3ecdec64f8aebc1babc1f6a1649303665bccba99d621cdd2f1a5eda76fa17b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 25c60cb48dbddb69b1dcae73f3bfc8d9fbd86e9bb183f428c277cf9060108d66
MD5 a8832754824b97e8af3633a9b3a6cc43
BLAKE2b-256 d9fb50c3445637c4a6ba9e4b2f55c066eb25cf3e5e0efe91326b1d509982edf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a477fa52a7eb64ad9df6d69a71dac2b752b688b29aaf3b6c06198c8f0224631b
MD5 140872e38f04ba292d18a362c600d347
BLAKE2b-256 094ef8a0d228e5fad7413c40604f1774c7713b89a87a2856b54703c576d17d46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b766baeae482fceda6bd8cfa984caacd5bde522e407ea9425d15ccf4c1db2387
MD5 70890e2f695846f773899fcda8af6133
BLAKE2b-256 0d759a28a2ce15d0976d280ab4f2b9cb4c63cc91551f09c804069ae54bde553b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf56cf760394b95fc59307799cc5cdd5b0c55b9712976162b312649f2d9d0a06
MD5 1685a6cb852c97412cc3de185f19b72a
BLAKE2b-256 3ec9ab7f728072f23e49635dc8bda70476fdc6668ad8b9eb8333afff1a86cb0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aa0e8b1b072bfa3b92770134d19f08338c8e887393290c209b133f5366bbabf5
MD5 ec2ce074645785375184dee436b36dbb
BLAKE2b-256 79bf8c3f3c7bc26ac067fca7d9531e2435dc89e65108e3fec02ee79d90f88516

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5c82d50ae2caaacbe5a6523927a9fa297aca8f47cb694ce7ea7b1f712e768deb
MD5 94731d5da688f29126ec4736422d404d
BLAKE2b-256 8c491ca0fe571846643e06863961005fe1460279c79c05466e34a2b832379bf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 516032c606021239ba3c3b1792bf1909615c4bac1327786d02074bdd5d6a5533
MD5 808dc57c981b7dbe2344e6b4b00c1ff0
BLAKE2b-256 a537661ee961ffb09b06b063d5e4d1190e3fae12d9dd6e9889b57924b974d6be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 72c15cd6e3beb0583581e8c5d9ee229ba58c82595bc4d0ac880c00cf6b52b2e6
MD5 10ccebd0593fb8b7768f506ee783328a
BLAKE2b-256 89d7e57d47e88abf3d091a182d7bd08a3820bdb415cc0c9d71393dc93dde8d38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d7eb1b82c314600284a0acf24f5a1adee01200b98be26db2b7d7534b8ac137b1
MD5 7c7c25ab855180f00da5220c7286f3cd
BLAKE2b-256 93a077e5894484334450dbcb130e1b71d60706c3c49720e103c95279b8792a48

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