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.5rc1.tar.gz (830.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

passagemath_pari-10.8.5rc1-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.5rc1-cp314-cp314t-musllinux_1_2_aarch64.whl (81.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_pari-10.8.5rc1-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.5rc1-cp314-cp314t-manylinux_2_28_aarch64.whl (83.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.5rc1-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.5rc1-cp314-cp314t-macosx_13_0_arm64.whl (32.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_pari-10.8.5rc1-cp314-cp314-musllinux_1_2_x86_64.whl (84.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.5rc1-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.5rc1-cp314-cp314-manylinux_2_28_aarch64.whl (79.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.5rc1-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.5rc1-cp314-cp314-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_pari-10.8.5rc1-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.5rc1-cp313-cp313-musllinux_1_2_aarch64.whl (78.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.5rc1-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.5rc1-cp313-cp313-manylinux_2_28_aarch64.whl (79.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_pari-10.8.5rc1-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.5rc1-cp312-cp312-musllinux_1_2_aarch64.whl (79.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.5rc1-cp312-cp312-macosx_13_0_x86_64.whl (35.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_pari-10.8.5rc1-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.5rc1-cp311-cp311-musllinux_1_2_aarch64.whl (80.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.5rc1-cp311-cp311-manylinux_2_28_x86_64.whl (85.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.5rc1-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.5rc1-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.5rc1.tar.gz.

File metadata

  • Download URL: passagemath_pari-10.8.5rc1.tar.gz
  • Upload date:
  • Size: 830.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for passagemath_pari-10.8.5rc1.tar.gz
Algorithm Hash digest
SHA256 e24e1078b51f166fd9371473a74e6e42197527206e05872b440911912abd2da3
MD5 97bdea20f4424ecee87e49fb85899de0
BLAKE2b-256 6844cf8f217d4d8d6ad2ddb076c32249b518244cb2a792b08a16bdfc2eb07155

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cda11d2c0b3fb6dd802830cd81306ad7b21b797e6c4d83d75978b762d57992be
MD5 3dedb1040db9246849d166f3865f0818
BLAKE2b-256 b955cc794f516c82fb8b9922c1e324b3f2891c3f31e59121a2f180faf962a5a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 529acfbbcfeaf773f83e01e14f65807e92fee01390b661281d635e502599a72f
MD5 b92bf80c4f1a049987b3ff677e7c773b
BLAKE2b-256 49065c4c53238f053f0d93a801eeb6db90e1b9ecbc1bb1f806b13aae2f2a366c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4e544a4b9a7313b79abb897a43afc2752db21f78b39dd37bcf1f79cccfe30701
MD5 f9f20c1426990fc4909be97ab787df5b
BLAKE2b-256 4dcf88997ba85c0679cd69de24294301d9672d0f5c5c3ccb5468c3124c83eba3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6572936c3a582716afac5933f2e900db24ae3658b64cb7e00826243c8ed5962f
MD5 eaf03f582ad8749a0c95c6d30e3aa31f
BLAKE2b-256 1601ffc3e5788fafc156359a0c4bb510922e434f50c4b460ce2168f3ca267ebd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2d41cd3e73be647f7befafa29ea8ea12650f0d9c1fb7568a599a75d82bbc4178
MD5 90d6eb270b20aa31e1ed5c963b78b9dc
BLAKE2b-256 3d263f72b8aff6d07f2f26c674d897324462a92b0020dc03ce3285d0cba54caf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 36d81209efb5ebdb615846b9b95dcdcd03d649a0120ebd46f39bbda4fbe97208
MD5 01069102ad8d183da9cb9c1cb6561c43
BLAKE2b-256 e59d3ee188ec51b07e0fc847177309bd143f2dd06529cb11fa1c4b5c6fd69d70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad93eceabdeb6acfdfbb7c67cd84d23279672650f6a7c6a8eaec79602c0bff20
MD5 1c700f601e69327bb5f2fa6b2e119fd0
BLAKE2b-256 c52c63ed70533e9c5668354fbc6b6cd3c009e12690df291d05cf329fb377e4d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 de8ce0f433c5bf5c0bd19db5c4f9d06f6a1a1aa86dd638dbeffa35167a2d2c5c
MD5 96f806169632d4102f6b492860d631f6
BLAKE2b-256 b867bd593a7bbcb9a1a5346ad0cb7cbe0264d10dbb3b6011287924ae0a117a95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 331c02deace3c2dec0d7f1b77ef31521e6b0b3d8f0843dbcf62ebb8043b3cbab
MD5 118b68fedaca5d76361cafe501a82763
BLAKE2b-256 fce32c927f42c56b7077bd7740eb3a137605a13a458cae377b50a229547e5190

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e8597066ed21bb2114456fd453989e7d25f676626b82fb9e83b68adb022e2850
MD5 eb30198ab2c9e8e050a1ac311d5bf8a0
BLAKE2b-256 9791d5ab0cf14e40c6a7656ced8d070df283fa193adaf5f9c8817b1fb327ca05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 67bd100b13d8cf8ef904fd620971da362a93b4f1dd3358f6622acded80fdaea7
MD5 49397b099177e5ddbbfbbbfdb3d736fb
BLAKE2b-256 700ebb5f2117e510aa334e17fd3469657c1a6a730c3bb6ccbda02760ae3eafd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cab297b05357b1b08b1e70603bd7182be9faa18b93a4bb3dd8fda118c29dcd04
MD5 b7bbcca4981409637d546b826dbca1c0
BLAKE2b-256 94c63d1cdaae2729d14a0890c39992d56d69bbc7f9b6295de81766f5d65fb928

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ba7994a7aa3884ea19120462721fa7bbb3c24c4c2d204385fefd8662a231d609
MD5 cd4e05fef9fb654ba6f9f3c84d8ceb6b
BLAKE2b-256 be0f51a1759a0f64bdd918161ed5916883bb2c1e544e9e29da47a576d424e561

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0409149b2eb23162c644badac795d5d49f42985d273f4c6d14ad77c26a662d0e
MD5 a3892547215a86b28763efb17e6552bc
BLAKE2b-256 48906b2fa0f732632cb64cab9d28908594ad7556aa5fac8cb563d309e63e8f30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 962ad3e6d0ddb2abd22148c2ce703f7f5429eb89ed866a5b79f6b9f8a9550eb8
MD5 86df5614e299614f1550e264317e6bd7
BLAKE2b-256 44250b9124cb6f73111bd4e03bd7642f2707830caeedc207ff6ad1b0fcdafe45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 57d923fbf61e664199ca8de8476d6cf067a852ef953260d99f365960f5f491d0
MD5 8034918198228473c727e5e684ef99e8
BLAKE2b-256 9096220fb5e95cf4f00e685338117e66290d702df35a6974a2e04fedc714320c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b90a4c436e4ea46278f04b254da87367beded3059d0c1a36b1ff46a80837b595
MD5 0ce4a521fb2d87db63ab40bcc14754a6
BLAKE2b-256 d37f2134d9c3d680e3669eae0eb542ad6e65ae58a8474ae9c12b0616429950a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 156520045e7fbdcff25298f88e27d8fad8700e39234449299c5aaba52fea888d
MD5 ed380eb351a4f127826d35fb8d862256
BLAKE2b-256 9df10bd9985879636a73fff4a8525466956c73fc5278307adce22f5475f27d2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c1097d89f4469337b246f47fdf9adc0dbabcdad036605971c39533ee6ff4ac8
MD5 e57002824c84833df805e0b7bd3968f9
BLAKE2b-256 74592e95ef2ec97327837a8a57c953914a81504adf8ed082a5a1dc05c5109cee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9c77a419043e63750ea39d0f3d69d0ad3e071fa68ce6d80c01964798744b1b36
MD5 d5d014832a44e151619ca0d6057284c0
BLAKE2b-256 40eae6d9a1763910bf8e6f9ec90355b782cdf1ea29f8b7e391e5ef41483eb41d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 25f546412d4b3455b1bcf26ee78279c0736170179afdb3f5c5850a7517f7fb79
MD5 8039d4266b5ca595fcbf75bf444115d2
BLAKE2b-256 269ce4e43b6ac5830c41a2ac548205459da471e19c32781eacd940ec85ff1781

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 82812508dc118062b7df6dfefb41a8a1f266044792dd19e8afc1b546ff93e2b5
MD5 065a18004e83452a545cede747f26bca
BLAKE2b-256 757317e9b37c59fa75482fa57100995176b4e530613b78c53075e01f3aa37cd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 219f2298d9372a3f18e0fa068655dad554500937e3c25b55b5c66b6753133840
MD5 4193e9fcb8d51c20c1638dbb080452e3
BLAKE2b-256 a77f24300cb8cff58dc91d3a36654cef60de7a2f54195c8837995c4ab4157e18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2fb2b7d90b58e4d78dee8ed0ed13f77ecb9b667fbec2c74403a8dc6b3f953796
MD5 be48d88e04f60383aeb1b16eca8d1747
BLAKE2b-256 d46358ec35d003a875d7b473cbd3fbd580caadf0ff654350bbfa57b695bd139a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fbc30c24c7c96272c80bcc9f9697bc8cc4860d60163ab991339e9a17636d2f0e
MD5 b5045bf9ac9c27cc929ef82eda789f6c
BLAKE2b-256 df4cd952634e5d397bc5f6e3ae10ec941d6dec9065cd34d62ec01e2d238efd4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f6215c38df0a5a9d9a06c4280a6ce033402ec47be6dd4f14c06e880c08f0e75d
MD5 2e9d66cccc4f547b787157588608079f
BLAKE2b-256 255d0396a64dc39a98f4165a2ee47efa07f18c32022e5baeef9fcbf545054d14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 749fb44623a25196fc7588c25ced369dd9990847fba7721a1a1094972e0dc864
MD5 4c3087c95149073994309fd09025e11f
BLAKE2b-256 df69487e124833cd44a8dbcd7a5257938ca8f310ebc70ab734ff17841c38b6ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d17e8cacae48478872cb3396e86dc681a45632f3db57414e577d9aeb50e6e84e
MD5 b8df78b1c9f1ed59b4fd8fde8f430e3e
BLAKE2b-256 7d93f5c9a7f5b0eb66fad388cc11bff5092a4124b4b934c076699dc10f33c203

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6f78e98ff5d43abc7df05c99480a4c791db0e140242e76a5eb578f77d10f4c95
MD5 5d42c039c1cd37ee28c1c2194fe04adf
BLAKE2b-256 d51a501b362cdbce687310d360fe4dd50920ef10a9a281ea56a06a9d804dd586

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a2a79c25eaee2de0328982cb37cdbaad69b6fd385550a7ddbca620cb357b026f
MD5 a890ae16b7ef89a317e5a889260ab398
BLAKE2b-256 99cbe6836d6f2f45064d4ebed58e47edc24516626c1f2372705c1cff1a93d006

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