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.5rc5.tar.gz (830.1 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.5rc5-cp314-cp314t-musllinux_1_2_x86_64.whl (85.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_pari-10.8.5rc5-cp314-cp314t-manylinux_2_28_x86_64.whl (85.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.5rc5-cp314-cp314t-manylinux_2_28_aarch64.whl (83.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.5rc5-cp314-cp314t-macosx_13_0_x86_64.whl (36.2 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_pari-10.8.5rc5-cp314-cp314t-macosx_13_0_arm64.whl (33.2 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_pari-10.8.5rc5-cp314-cp314-musllinux_1_2_x86_64.whl (84.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.5rc5-cp314-cp314-musllinux_1_2_aarch64.whl (78.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.5rc5-cp314-cp314-manylinux_2_28_x86_64.whl (84.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.5rc5-cp314-cp314-manylinux_2_28_aarch64.whl (79.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.5rc5-cp314-cp314-macosx_13_0_x86_64.whl (35.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_pari-10.8.5rc5-cp314-cp314-macosx_13_0_arm64.whl (32.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_pari-10.8.5rc5-cp313-cp313-musllinux_1_2_x86_64.whl (84.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.5rc5-cp313-cp313-musllinux_1_2_aarch64.whl (78.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.5rc5-cp313-cp313-manylinux_2_28_x86_64.whl (84.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.5rc5-cp313-cp313-manylinux_2_28_aarch64.whl (79.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.5rc5-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.5rc5-cp313-cp313-macosx_13_0_arm64.whl (32.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_pari-10.8.5rc5-cp312-cp312-musllinux_1_2_x86_64.whl (84.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.5rc5-cp312-cp312-musllinux_1_2_aarch64.whl (79.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.5rc5-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.5rc5-cp312-cp312-manylinux_2_28_aarch64.whl (80.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.5rc5-cp312-cp312-macosx_13_0_x86_64.whl (35.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_pari-10.8.5rc5-cp312-cp312-macosx_13_0_arm64.whl (32.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_pari-10.8.5rc5-cp311-cp311-musllinux_1_2_x86_64.whl (85.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.5rc5-cp311-cp311-musllinux_1_2_aarch64.whl (80.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.5rc5-cp311-cp311-manylinux_2_28_x86_64.whl (85.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.5rc5-cp311-cp311-manylinux_2_28_aarch64.whl (81.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.5rc5-cp311-cp311-macosx_13_0_x86_64.whl (35.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_pari-10.8.5rc5-cp311-cp311-macosx_13_0_arm64.whl (32.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_pari-10.8.5rc5.tar.gz.

File metadata

  • Download URL: passagemath_pari-10.8.5rc5.tar.gz
  • Upload date:
  • Size: 830.1 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.5rc5.tar.gz
Algorithm Hash digest
SHA256 252d84a9c9a4a2f619e2879c88ee6f96af4a6c14d722fb787578d898ddc07e55
MD5 db01f7675e38573a5dba423c63559303
BLAKE2b-256 7bb909e6c3101fb9672cdb67a2f8f8fe2b6a29be3ecc97dd8473c9f78345d431

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 83058908c2cdabcc0c47a1ed57f8dba7b248618bc57e335a7587318544193ee8
MD5 982c36d0f915ea98341fa9fd9a80d405
BLAKE2b-256 ce2cb70099266567f2a4bda52c6ab80f58f6ce6a35ec2ae4305ec18ec5ae7733

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 da5378831d9c321dce34088a47251a94a312188f980befedce52fca9c702c09a
MD5 2c6524d0013ee540ab3e04708574296a
BLAKE2b-256 a4610d8642d23940685cbe2390eab29cb6e5c21fe2adae5d5e4a3650565b2ff6

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7f78dce4fd30b78e358f5ede9b616bfee9fea72b8e07143d78b8a6ec149dcfa0
MD5 5ec7baba2a898f08cf04ac0881836b2a
BLAKE2b-256 97a8b064b72266b339c7a55c9d4d9288fd0800e2878765f52ea8cfd24ec5d8a5

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f3fbe84bf829df23f83ec2263ef0317e6a8cce705453f95a3b3bd6df7f4bbb21
MD5 f1a45cbdd171e91701fd59e0bccca40b
BLAKE2b-256 778421b1e0bc1e8ad1dce3c412ca6a733a5c5638ff9233a4f9974ac95255abfd

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 32c943cd29ecac16c4416c81a01dbf6237496f69401c447c3efb8c23d2c19b17
MD5 679c3d501ffe1d729e2f577edee1186c
BLAKE2b-256 cf469afa48064dae93cce5e1429baddb55cc9714cbbe363edcac12822e7d09a7

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ea927f7532e847d16fd15fd8f90cc49def523836540288b19f4590cc8228efa0
MD5 05365ca4e03afac3cd057c05e7eac32d
BLAKE2b-256 9257584d44a8cb2e6a3faa4a3e47ba28da24423e7413a89d429f97250a9b54df

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c01a21655d6a776a102fc2d5e61f55dd3d61a71f9aa5c6557a3c3609c91ec5d6
MD5 7468de9ef6ae1b603da03602ab83536e
BLAKE2b-256 c8bcd89072574c4e193d3ca8b4218238f95610a29504036a485fbd8f81e24ac1

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c7a3264fcf9bcd314da5d9ffd553a8b56bd0697fa937a90d510d7a1284df0192
MD5 ebcb1fa6150e0249d38e595372c1029c
BLAKE2b-256 bab41b10e039dbb81d21733b8efb2c35ef44515126db13adea8298acd1b2e73a

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a18cc55c4c2be490a3f0e5e735d227311406dcc655b8e5cf1579e0a08ffff01e
MD5 ad909d8078a5432e589b7b594c0f7534
BLAKE2b-256 17b24329822a9d19ce158448b83075831c131387bd9b4176e59d8bef99f6795b

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f8e6cef358c6f882c42170adb3fefda2130ccc1d0faafa428a24f1e5adeee2dc
MD5 8c301c74d875d5c031145f7270975087
BLAKE2b-256 53244ecd20b49f956388075a9e8571e3b8eb701e121c1ec711d3336fb3de8c22

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e24ad40e974c9645fb93a0f227b2c6b9bef7e31b53b36388de9914b49e433987
MD5 1fca6aef5789cae49d5d376aa1a7a52c
BLAKE2b-256 53fcf484ec0c520e11ce2ee0b3f97eebe826d8521e4088e12700255097af8a92

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7ebc126b86225da8e13ee4fca0d903f7fd05a6c886eb4bb9fb12c436eb5a8458
MD5 18b933dc11a869a062e189acd0414b8e
BLAKE2b-256 d85d59f138463aa42bc865241ae8676953eb035a024cda8cfdd6c40dec0cb91e

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b5d69d690c6dc2d56b41419c6388cc58ff389b12632932b7ba7c2a2e210a4731
MD5 e9796c93de8498a025d63328a9149b8b
BLAKE2b-256 c1f784be4dfeb247e628059ed271238ff7919ecd268fffa5fab710112ab615e4

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eb7d3594393a681da5fc7d2d3443480ee375e48f01739c68b2efde54da465e09
MD5 7e7a709205aedb63566aeeaddb05bc09
BLAKE2b-256 c1d8fd9036d6340ec5eaa89ba3c46306d7d587d05054cfee13f57dd15b351866

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d64f592914ff4d9221a16b922e4f203bfb619abc1bada2504e8fce3147f0bf9a
MD5 5a2bd6f19b6ef6249f1ff8650c5f4e92
BLAKE2b-256 266d2a3e5e80700623cbaa6aefbe17ddff9409119c6c666d018e18d719dd655f

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 05c5d92e5fed09b7a8b9fa0614d68ddcc3e353de0f19e47171c8504962c74aee
MD5 f4edfee9cabb51da96f93364d8a6c95a
BLAKE2b-256 7ce4e8f673fceb07337ae534c589cfb520c9ea6b583a2115645533ec3da1e332

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8cb28c99f5e3ef986d883a19eb8ddeca6b8a740a2a81eeb378c2eb9dfa96932d
MD5 eb314495f6f040aee271ee95188434fc
BLAKE2b-256 c97957be0112aa30bccce2547cb873ef31a2c2997067a63de9fdd8ee575cbe9a

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1a7fd5c59b7a6e5246d95d1293dca106dfcf39a9f172fac07d7f02edeced736b
MD5 4f2db56edbff89099b7c86707787fc1b
BLAKE2b-256 51449011af952d16f5737402a140c5b4beb092bb617cb7ec153efa586e3285cb

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 75a8caf65a206e9d20ba2fee8e0463b0a931f7299511938185ab06c54b23a4b4
MD5 228c1b00f05a85c1f9103485f70424fe
BLAKE2b-256 fd90831181b4f3a7a91145b001213f753ce91bff1fbb7c08cf8f8ee2ce14d251

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a198b43e8c47ca482c367d5858e5d5157c564fdee40fb130e6f1440b9a025c96
MD5 098a9ca06e757a3a32b19ff8097c40a8
BLAKE2b-256 f2a712017ea65716d1af86f02c7dab7cc90ab788b6bb605c92eed21e5de7d74d

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 144df248e11822ea3ce6e9839c5b289faceb903b2d6f473186487455b3db2caf
MD5 aed88b045f45d5a74d27c3ab35f03f7f
BLAKE2b-256 45945b51d180d35fbbdcb4ece5556f3e21dea290150854e86ae1cae994cb6135

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 893fd345c721cd96592770f04a418a86cb6e6fefe003420a1b3eb507386ffc74
MD5 deec2c4c2eb5dbcafb525e3c610efd20
BLAKE2b-256 b82fc60090d2220b0cb28f4d55743b4967a08579575bd64100c6400a63848849

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8cbc857062f6a7aded8b3de142ccfc725936f6963af61fa8bc755450622bbf4a
MD5 c181cbf79af5c5b054de436476c5f3bc
BLAKE2b-256 3e655040b273ae9def7313a470f62ec161f4d5c19a5b67ce1949c5a731b68333

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0098ef30a49dc5baecf1395afbcd8439bd8a71bfac2228d41f4f306e07f269ed
MD5 4c632bf9eefaf6d9996f5ea0d69c787c
BLAKE2b-256 3ba60b0996cc4cdee9ca1657455bc6ffd0cc15952278fe2345edfde317c025c6

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad182a928d3febda81fcf2b75162ce8ff55b684c28d4be13515565b23955e6b3
MD5 767b2ec1944ff512e304537b88152fc7
BLAKE2b-256 73c2443fdc7f38bbc82f0e6e9de1a4dd0f74dd5e7a6587a75ffa956d70d25b0c

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2741bb76c7545df70a27fe626ce181b6edb75e4e8c3760eb52cd086ff1f8b12f
MD5 461ea543c92ecbea652c161dd6c11a29
BLAKE2b-256 13a368907fd3e7e66d7f92e0f851ad71ff06d37fd80b05616a5f69db16103486

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1e66bdd2706211e9a7c7d182ae73453b3bbda138e314a964a559e1f784a4c6af
MD5 733ef0353c21681a8188677e98b70475
BLAKE2b-256 ff64f222d21287b88d5c9cb07b722b59b8af4df1e9eb4d2f54de8923606c783a

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7504396b69b221ae700407ab50b42c135376dad3f563919ab80a8f2ee6f89cdb
MD5 a10c9978835ed84f22c23db82a0055f8
BLAKE2b-256 a76ee2af6232ffe454b7b149f5826edf3b8c8ccc2062d174afa9923e091c57ed

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3108887d052f499e404b09151af8e83ea0d2cec5082953ff115758dad5a6c3ef
MD5 0592d322fee9361b57f77d5caf1dba09
BLAKE2b-256 adfbe57ca9b28ef51ceeb101099c25a9455ac5479b95b6222fa223831ff4dd76

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.5rc5-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc5-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4efe97c4741a9050f8f8ba726813f4e2fbbc3c31879510ac0fdf1cf6a7838f54
MD5 2eb48530d9e59f4439a077f1b547684a
BLAKE2b-256 1033dfe90fb35a89280e7b0642953693e59e3678567a29af803f259a49e68889

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