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.3rc0.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.3rc0-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.3rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (81.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_pari-10.8.3rc0-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.3rc0-cp314-cp314t-manylinux_2_28_aarch64.whl (83.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.3rc0-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.3rc0-cp314-cp314t-macosx_13_0_arm64.whl (32.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_pari-10.8.3rc0-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.3rc0-cp314-cp314-musllinux_1_2_aarch64.whl (78.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.3rc0-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.3rc0-cp314-cp314-manylinux_2_28_aarch64.whl (79.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.3rc0-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.3rc0-cp314-cp314-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_pari-10.8.3rc0-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.3rc0-cp313-cp313-musllinux_1_2_aarch64.whl (78.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.3rc0-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.3rc0-cp313-cp313-manylinux_2_28_aarch64.whl (79.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.3rc0-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.3rc0-cp313-cp313-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_pari-10.8.3rc0-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.3rc0-cp312-cp312-musllinux_1_2_aarch64.whl (79.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.3rc0-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.3rc0-cp312-cp312-manylinux_2_28_aarch64.whl (80.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.3rc0-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.3rc0-cp312-cp312-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_pari-10.8.3rc0-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.3rc0-cp311-cp311-musllinux_1_2_aarch64.whl (80.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.3rc0-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.3rc0-cp311-cp311-manylinux_2_28_aarch64.whl (81.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.3rc0-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.3rc0-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.3rc0.tar.gz.

File metadata

  • Download URL: passagemath_pari-10.8.3rc0.tar.gz
  • Upload date:
  • Size: 830.1 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.3rc0.tar.gz
Algorithm Hash digest
SHA256 b7b9ddf66bab9ee749c2dccb2379bea69608a6b85db1afd9f93599e52f6e34ba
MD5 3c89e5ce76d7623b53c4350d24052f0d
BLAKE2b-256 ea1b43e575cccc5d3ae80337696dd0d3bc2811d281cfde8124bff839fa0f70d5

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e575caed639ba03d5142ae927ecb581006fbc6f788c093eae39cac6f8d472007
MD5 ea60c9f91b8d8802ac35f0ecd18ccef3
BLAKE2b-256 3df48529724b136201aaf50484904709c18651195f7607eb9f39aca1735c90fc

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b344c744d52a1546a4148523cfd1453d5e2e99b3f8136e09ed3a699d3d9197bd
MD5 532d52f7d305ce4036cc20ae1cfd0c31
BLAKE2b-256 f065a893827238d5391d2861666ad87259259b177cf29847d6ae8ef29e4736ab

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e12bd76809bdb1756694f4628dbc2b3f4a87ae74dd23186f6688fa8133d6aca2
MD5 05340722f33a0aa19d5e3b583f4ca352
BLAKE2b-256 39f0a957dee7d2cacbbc00dc837954a7a929abdc57587860740584891b936b56

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 234b80f6decceecb79483b6c1169901eb2e8e49dee967118d72877b81f8266e5
MD5 2ccdb205675e5752c59a93cba4494feb
BLAKE2b-256 38074866c3869d54529fb40d074ea06960baf78734f67ac0c9864b1cadff2514

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b96477cfc44243f59d298dd14959849da947937b9698410993fede67e825a4e4
MD5 56075dfcd34d14ed88340a85813bc6a0
BLAKE2b-256 2aeecd28f8abd3e5d31bc05f5347ad64c1e19a7c325d197832637b1b18ed06c8

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cf02b0c7a9f025fab48630dddce4274a555ba5a350a6bea037ce29e6b3a65285
MD5 aba4468a65f1ef0dca76f5b366a810fd
BLAKE2b-256 55cd86e56552fbf3d214b8c78311ded9b0dcf2a4a4f7287a0c1375d9f0d53fff

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8098f7e7ac212f43e21845888a784c9a530fb2632f2ab91a90b77ca4df0f8600
MD5 1891e8f4facf4eb25e1a32e08111b77c
BLAKE2b-256 1297a6cb423a830e099700d65c7902365874033be9596f07228cf9b69283d312

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 121f5e7dd3a715c7dea73af6c04c960fa7617d4a0e81eed6ba029dfce6b9a380
MD5 87630b06d0b368f028b1e6cbb2f3dfe5
BLAKE2b-256 df3c70c0d8745e98bf4de2306dc242a069a0046845375ecf4f313049db6bac40

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fcc7f0b53bb5c89c8f310eca6f86c141bdc48f579077267417ce20ed6038ace2
MD5 0ffed194e60f64147115cc55b3dae7e8
BLAKE2b-256 b90f2072a80643f7c571536d7c822b00aa3d2a529adfcbff34a635b344b974b8

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6e23f5bc6840c6022563aa7c154a3cedc7df907e12c5e272eed0e93f3c2f3cc0
MD5 e21e62693a65fb18dd8a9c38fabb6d79
BLAKE2b-256 d87f1bbb09e6a104020975fff96cb273392ffc870f1d76f5f1b2a8c23d6ed362

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ad480bd78df7f7eb2774b616feadd0d371b65bcec3150fbdf5f9c4063128a31b
MD5 901b65b4d110e436ca00ef53c92bcba2
BLAKE2b-256 5594591145e4113f8b951adf39157577042e7be5ba36356b7be7d29a2323e236

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 65b44fd2ad92f5e80b4963ed7a426bccf93cd803a3e8e764d8fbd3ccdd0cf98e
MD5 821b61107d944a4756f3bd04d109d909
BLAKE2b-256 eb9b3d4500c1841d496275a5d4f3c8c2c5366707191392b149c4f44d9c74bfe9

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 81d1482c022c7f53247bef8cd9b50c5b4697afa7a70f61b7c3fdf325cf3f795e
MD5 3a409adc82328a92e9ced0f41190a49c
BLAKE2b-256 e6558a9e485c6a28226b109b1ca873f80876767c49b2554f13a615167bf7fcdf

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3817de6f1e29019af4a50865d75e70a2e84d80d24666a9f68ba3ea2615e2af37
MD5 c15411d39daa934bc05be6f0540337bd
BLAKE2b-256 20442b7a5b00cdaf7d61419c27906c90309c74ccab269af1be2e554b822ae7a8

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 50346349942f6cd973c6a09cfa743ab19fd605242e98955666ef9f132ba7642d
MD5 f23184fe6704f508a3b1f73c96911aa1
BLAKE2b-256 2ba62e3498bc027881587b884e11dfee517d3cd6409b185c1c4466a4f061f3ed

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 795a52579fb7da04068b94f2373b2f7d6bfa77762dcb1c7fbf48cb5eb25ac51f
MD5 2904a4cbf2c7ab0c46288f382167214d
BLAKE2b-256 f22abf08ce1c05cd92ca9cecc858b3a22042bce588809d1118a20468cb961a77

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1f54ac4e776a34bd9cda230a31c369f7c035b487de5f3ce82745bb5be278e8cb
MD5 816c8e05e19a5edf4a25826c725cb21b
BLAKE2b-256 25f5b7f7cda320605a824cdbb1dba32768d29fff4355bcaf628169c4c435e22a

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c08e54ff54d9ea074dd13959c0cb6ef1b501caae04ffa7783a7bc8b2bf03f2db
MD5 9efbf00d01f722be23a7e370ab465869
BLAKE2b-256 a089256c1904d559b1c38dce70d22509f6aba226ae7e51d903f7f7b859b794cc

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 507df1092f2b40ae9a66eed97f91e51611b70c4219020cab8e7fc91378dc2ac9
MD5 d82c27582c927bb242ecfde49a8e26ab
BLAKE2b-256 3ddce6307fbf9485f2071c4b84dc8d65a82ea1a21c0d2f7ca6582e870264aff6

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 59fe9fcd0e46ac31d548eed206127da84c13649ac4ae20b0ad086a6dae783814
MD5 f056855762fd36031ba3e39c6cbdaa84
BLAKE2b-256 ed785f51d8dde8c92ee25920d8dcac848dca6e7a873243b5d2a618670a7e1c1f

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 82d481abde9bd860f280043c7b634749c32f4b9ed5faa93bf05b9dc70544bc9a
MD5 71988d2c6e46c289b9cb62b3cee7cb95
BLAKE2b-256 2ff56d747a44aa2ef2409f59a1864022b092ddeb4b95ffa3867843bfc14d4b33

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 edbdcaf0aac8beefa08ee7f525e21c3c1e17bc8daf35ad533b14c6e8a6903dce
MD5 50d209c106a33dab20b3ef090d3130ea
BLAKE2b-256 9994e1dd2a8682b76cfd654d077ea1f19b1536056df64e7ff278da26c5972a3b

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f9062181fb8f349523be93c81ac73cc94e93d2a887a70351a321f52720f35efb
MD5 cb7173d69c532ccc20a1985e314545fe
BLAKE2b-256 7832f2a3a0948b1db658b694b58c677f556953730b1c71c4a622fea749eab999

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cd809559768f79de3d83255dccc8c61ae2ac6f6a3d8647173be6649596b5ba1c
MD5 ce9126b6bbcfa938e58d0f3dbefc2240
BLAKE2b-256 407a02f4a0cd70cd3b0f5bf0991e19b06e057d94f78b12c5bfe4776c08f096b6

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f262a4ee3417b582229116760b2660b189435a279876200b3069dd5ae7783db4
MD5 431a889dbc8007c976bca06445048f16
BLAKE2b-256 9164e37b5e043a23222b61ff4808f07f9041012cb8033326c08ecacee6e937dc

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7964d93e22db573fb6993e5860a1680a34f93e3956cb244d284f52e615e81c31
MD5 2703b1a2a79cc577a53433e6c2099ba0
BLAKE2b-256 de304b097c58233c8552e2dd3eba2ea1e01a0b0c6bf3cfd05325f8c4df36ce55

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 93930b9aba577fa272da54b0ccbc135e2c491a22349cf2ecbf619465ed60efe9
MD5 beeaf258c6a0feb9eb4f97445e7e4d16
BLAKE2b-256 99625e8649e130fdd61b4bbd7054b55c313be93d42296432d8127cea79729e1a

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 15303f8cc5fd9b82935a89a91aa84dedb356bf0465cd2af462688dc10cfcab46
MD5 8b38064e21137a20fa2b8c71a70420b6
BLAKE2b-256 54a73a04c729362b9f441e7b198f37b172dd1589c87324385bb4ba15a4609025

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 540799f0e20c6a850a68362bbada38724f35874c1e0e1e70130baa3541ea64c8
MD5 7ffeeba3fc86e0f1ea30b87150e82527
BLAKE2b-256 b513c4ee6b792f54005d26824ad87a9f7f78e42f3bc2eaeda558f282e8dedc52

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.3rc0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2c08dfcc1e4fe6f1d11493c80e5da430929cf6a5d3bfa379db2bb5991a5241da
MD5 1beaa11aa2d3f497b0d02329609cbbf4
BLAKE2b-256 25ac973996ef1909ed0e23774bdc3d3690b1956bb02ef19650022db4ca25bdbd

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