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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

File metadata

  • Download URL: passagemath_pari-10.8.3rc1.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.3rc1.tar.gz
Algorithm Hash digest
SHA256 e58e52fac1a057fd5e635825a9ceb445f493c45d1edc940b1baca6c419e6f2d0
MD5 339fc4c898eca9f7f0d6f3bd6adc7ef1
BLAKE2b-256 ee0c46f9c3429287147c9679c5c1e23438f5059b13ba44fb8055f1740ee355c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e646db22f25845780b48de748bedc0774595ad19347484dd6eae1e87c28b7773
MD5 ee6366b38d64f34f4912601ed1f7b4db
BLAKE2b-256 22cd66d94e2868ea942624d077bbc95457255a05c1dd1a6ef5dcfc8b765d9df7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5790d5aa2c17ca88e9a119049a2a1c9507e65e06d7b6dabfcbca68e7cae3ad97
MD5 87dba513786b8a34d776dc68e0861a48
BLAKE2b-256 3af6efb91c6f4bd6fca8f820fce3a5577517df1e8a3f71c8f75d19694ec0d4b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 93f38aec651d5c0210185eb0bf8018a05f9536be4b75fe17a61d55cb6aa64457
MD5 d233d51840fcbb3fb97e66b12a95658d
BLAKE2b-256 6ed26d2cd7f2931037942a8c911d3b0708b8990e2343f8da6641be28183f5d84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 315fd4d9442e7afb541f11bbd0a04509b027ca5c7fc0cab0ee9a3636278dd51e
MD5 4cec2bbfea418bf82b2df2b7823163be
BLAKE2b-256 35cf76ec62beb2d1b8bd566dafd9b4cb22cc8b22586617bbb2343333fd6b077e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 eef197762d2398a9c0fb06e7a3c8ba9098ca88937dcc7e9b84578c83b2d498a5
MD5 d2988993be48d08fd819a2680b80dd7c
BLAKE2b-256 fdb77fb5b28e0eb0c62726b88c963da2401afb1c3ebc4d2ef84ed92eede3fc38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6db487d7fec3dad370ef7902cc5859b0aa290243896823fde39276f7600e90ad
MD5 b30faab9c0ba37f0d669adf845a84081
BLAKE2b-256 065c26a4e171a987d2c984debd797d35e35d01517cd0147042f01fb349870165

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5d93845f22d5a509ccc9468a69aa52d97148588d6ea9709fb135f3eb90289444
MD5 9c7a022a246f41b1edf303b24cf656d8
BLAKE2b-256 30548414bb895d641cc483cd00b6cbfdd03ebd1b9a80bbae7a384e68a3d63a96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2337403c393ed967eeb02dae5ff1286fb9402d717664f98d2b049446725afc33
MD5 69dc995b01f8328badea7cf99d20e486
BLAKE2b-256 b475b0e22c50248b4e00ffe7fe35595a041c2f9561621dc31826405e755d8ba0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 80bfb332229b3f80cfc324acd9ee4dbf74a7e2550283ac6bf0586bfeb34c5a77
MD5 4cd54f1ae1703da4026a9658a71f87a7
BLAKE2b-256 be6c697708718b01c630be54c4146cc446a7c120a21d0229cb187914f6e025aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 07271bf24ff922ed0b97eff3ef41208122e61c62777f16d118319614d06a751d
MD5 33c753fac0f4c76cf84fde7ed38748e2
BLAKE2b-256 9e5e964c28112926fecddc52870154cd740c602efe74de8e961caa95d2aba52b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3046a96c9d7e5c5ca95c4759b224880bca1d14c8b3e8dc78fd4aa92f569a91db
MD5 163cc94298f6c3142905bd4c81e25481
BLAKE2b-256 ca5cc7c63d405a303711110b878580dbbf413b11a7b9f6e820e5d1ca86bf166d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b0f1a5e59e39f357d14a9e5af4a6a42fc04cc614d62b1c3f31f53e500a69b6f8
MD5 f01162bdd68fc418d92bdfa070412921
BLAKE2b-256 baf2480f5d5b183dc3f8f92c28d6fb26f70e809b82ce7a7e7fd61c57d6c19a8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6006de10bc043b27483e4bd39c4064537829ce9d65f54551eb567604db21ab55
MD5 039d5b8a149fa179eb7df5d7b6cad3b1
BLAKE2b-256 6dd437b0807090d3145474f18eadc8720859db8230406d3bc79ac6bb4a620ba1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 82c4b2bb5c7d4854f967beb24549f45e2201a40602c7b4ba30f5a8e9afd170b5
MD5 7750236c62c42199c53254017d852aba
BLAKE2b-256 adda5180de71edc0aba700f9510e76a6e50fbb7736af1caa25d5a7f55f82a0a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9e1e4aba044af7203acc12a55a06a58a26faa31824414cd079ed9c9698968dd9
MD5 34a4f50da26187c9faa9ad8d8df59efd
BLAKE2b-256 7e17b61e56136c3f0e5e7fc05b97346490d7753c64a3769991a2fbaeae32ca98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d92166dd33cba381439b9d2322a2e6f14affe6752d1b5915e5ec75cef3bc9936
MD5 782edd284736701c7b78cc8391e1fe65
BLAKE2b-256 e16f6751c1ee9d1824ef6ee70d2eb505a705d8b54979935b1c8a29a3a1c94139

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c436290446687186141bf65fb2fb8410a3fbe21eae8f76e32c6c9706e2a88cf7
MD5 ebbe74ccbb8ea80b34169eb438bc119a
BLAKE2b-256 bc92de038ed5fd5be30a08206ffc04712cf84cd490cd72b54fa370878a4ab47f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c8bb4da2962ca15667fc4b2f7aad9a8f94dd6d9867eed713c62d19ebb48184e4
MD5 4dc5cf35ba11eb4af6a95cf2d64839e9
BLAKE2b-256 ca012b72025bf21e35ea63a5921ff6c7352a38be6082bb76d3f75eeab9ffbe5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b15cf2d708a1235ff64359b56b7ea26dd8634a040b200c6736b312deac09a514
MD5 1e9fe504fe2c660065b7cbd89ee3d717
BLAKE2b-256 5beb50a956efb27b6d686b5536ba57132cd84ec61f693512338a63785ff7abce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 657cab8c4650344c12fa1a67876a4ce17a5237ed571c091d15f2ef819a169816
MD5 a292401308bc985b23ac0019f55f2899
BLAKE2b-256 ed30364186e488f702d1371d67bea6b8a4175f64438d122c3d6ed4fa63df350d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 889c33a56df81ed39f36a6fb55228dca4ed502ccea2ecb4c5d0670f217e7aa8b
MD5 5a16979de966a7640404546a0d07ebce
BLAKE2b-256 e16e925d079f1ebd2b73a742cb330222e4d430f6a5095907808b72c5f4175aa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac41c8cc259de90bf48898fac313960abab620d8e23299868af56b93771fc06c
MD5 27bfaafeaad99b1f71b3148709031ad6
BLAKE2b-256 169eb74d8362dbb63e21254629ec0471e84c75679fbc61e7e704bd18eea2d182

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0f5415a0e9e7e5b6898875350333eff456328b0df9276958cc35f59d4616cd8e
MD5 f9fdae786772fddf50d7165755452bfe
BLAKE2b-256 6b2aa78b7a4d7df21feaf6b70ab34a5eb3de4008ee5ac950d8b168e739bacb67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2612f454a5df43f20c228b0b7369f424ccc913fd0f19cb27ee7134574197c46e
MD5 b5304174d156994e1d046c8f57d56a62
BLAKE2b-256 0cb1f5b14787772bebcee971e2620efbb96121a04ca01b9c1d1115384660c0be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f445f2eae4087988dd651e981e21d99fe944779bf49371af6045a0639b7c84ae
MD5 b948603ad168b40870ff8bab8135e8c3
BLAKE2b-256 e9319999b5ac95286bd54384208e4503c3411ac9de6cfc6d8cc9cf034ba00fde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fef7bb67a258102022057d60d6ff7be4588066abbd1441df4f930f58df018464
MD5 44b7c6b8e09295bf8f0399f93e1b4eb0
BLAKE2b-256 baebd39cb8bad7c8362a1ec9da3496b4f378e1bdbaee9433fbff317ce0f35f19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 40b2cb02e51149870f274b148003966df15ebb0d9d6a26ee0e1757c503816498
MD5 708cb1c99a3354f75291b226a97f17df
BLAKE2b-256 32cbc12a0d0f1e9c551dd7e89cb65ed5c231b8ea7a2fe050aeaa8957ed3ff1d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fc4e4b26e2236b9e7a35da7786e6df5143e7b74d36a289e6111d4f4662cc7a30
MD5 ef5b4a01fb962e2f52dbb7ec1653683f
BLAKE2b-256 4242b241877e3fdea2be6d0b32c08d0533fabe055b578793c983e3319b2c4ec9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2c67fd5b9fa4c7108ffcac9e6ae76bb1bc5dc45256130e44eeda14a2d543249a
MD5 366b9d09fdd061e27f33cd981634453d
BLAKE2b-256 3d58d3c39d6d109b170ce7c398e032c91cfdd5d150b170d854217f84757ca3e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b6961f2a95dbd42bf44245b32f2c5481c0e0e49c3a1e3b93a99f777b96b969ca
MD5 7a411cebe0dc7aff4f7f679beed0b156
BLAKE2b-256 9d16f7bced344548ce002139408cc1a77737cf25add5270a287b35afaceb5eb0

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