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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.5rc2-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.5rc2-cp311-cp311-manylinux_2_28_aarch64.whl (81.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

File metadata

  • Download URL: passagemath_pari-10.8.5rc2.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.5rc2.tar.gz
Algorithm Hash digest
SHA256 3222a793a16c94141eeed57e3fc9890372d3f6cce16123408b2e91e1016be516
MD5 6c92646297bf8e452059866d692b3eca
BLAKE2b-256 014dee97fed04137f5ec0f360b4e1056e08a1e2a0c6fc9463cee4956b3ede30a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a40aa20ff0437d24b4d6c6922d021d55c6a950153be31b6291db50875140b839
MD5 4b8fbc46081213eed4ab265b443e3f80
BLAKE2b-256 116406411e00009c7448e74c19534ba79f6ceee384aa2a3d871aaf7a6838a86d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 39ce46671d4dec264d0aad343ba022ecaaaa04d42fc703b98558afeeccb68a30
MD5 2d813575065259ade15a82ee5035962b
BLAKE2b-256 8f92698fa9c040e6f8928b3689900cbfc0de2f30993c7ad5fd0453635caea28e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7d773dc3945ebab95e8a75ed84c8c14ba99ee809d2ae41695f18c358d601b089
MD5 425005900e6f7ee82dd991b06087e780
BLAKE2b-256 9214cb469014564318f399ff646680b016618eff5a7fb844f527074f76b72e19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 25125dfe36214742570223b1b9586e0cf28c80ff69ee89394f7cfc5232d924ee
MD5 55ea68b3c097713e67f5f12952561c46
BLAKE2b-256 e040d00c18e64434bf817f18df31c5fe2a24409cd8e38fd3cb5c1f7f7c943bbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7e8f285bc9e1bc8d7db689998d015fca8ea87b64855532694706d87cc3c1f26a
MD5 e7e6073d0be969eb979ce63a9f06b475
BLAKE2b-256 a95e2ea52b982e9eaed169b627c441f7ee9a796bdd6338cd44a9eba7019b897a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e915c32b059968823064d9000295c634fbe24849cb037e4b6472f025e3f21c94
MD5 49582285445922c80bbcd8b6a068dd4a
BLAKE2b-256 ff73256e0818bc32cd0b08315bffb7c0ef242223ede01eaab638f21561aeb92d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 243879e3d5ede336ebaf217bcdbf7acbd18ef597b93bf77cba169e1d826d25c2
MD5 56b895ab73c7a9da96c9580ee5549507
BLAKE2b-256 612787fd7b25f847c2eedcd661a949e7564f707365436196580f1772a536162b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8468fcfaba5fd65c6c717891a642c50d1c454a9cfe2b8bd381097277e036a64c
MD5 39243cb1b1e5ee2cfc2e629361eabbc6
BLAKE2b-256 ebe18b3535a424607b6ed626493ff6e854156a0f7b56c68565411b1c839ad5de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a51089f4949bc470d3024d3c72023d5720f31b297de3f84df75ddc2022612bef
MD5 f770a09d767cb6df60f6e4812104fe08
BLAKE2b-256 1b346c364a552557d792df0a6fbdaef71be7353e982e5372cc05ddaf6e008a81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9cf5dc5c30a7175de1a53e803ee0d8f6541aa66cb9a968a5e4b4580dcab902a7
MD5 00490f02a139f955cb0613c37848a60b
BLAKE2b-256 dac1de99bd4b6d297be70a01fa4a903cda3eacb0f94944699569bcec67d38d03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f750cf164b139b0c9a0f584ed374d6700a1c2c8abbafaf0a1e70c3b0a10c673a
MD5 80be28c9904575a7ab1fca0fd20efd64
BLAKE2b-256 08f433a302f7a612bde3f0832e749757ede4a72dc03c2db391bb1e5212f9ebb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 011e4452d36d1b31fbbd59c97675a93129ff6469bdacddafcebf2ceb19d01bc4
MD5 5d720b7791250bd897a67b902deca49b
BLAKE2b-256 7ac6ac1bb6621c821d39ac2916afd95493aa5f894dbf604545967b60f920a244

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 139fbc0fa066975731c5bad14fe99d74c2f8de93c2730177af2cd08a0b80a220
MD5 2e7535a270e9b83b33ae952ed9270988
BLAKE2b-256 1b9c87107c242be1b7389e1d1e4be50fa50cc90f7af4804a4bdd2728febc54f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 38360db77fd9ef633894781cbd72c498dbd38854c1c234a459348c2dac4f501c
MD5 7426cc08e861933deb8aa44b96363482
BLAKE2b-256 de321bcefd65a3a0c95c21d36af15f08fc2d16259b52d656a469beb0707ff851

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c72a5cd6316c120a0ed2f040f299b643407cff6153af3af65f909c1b3d56d003
MD5 5a73c86b76a3c0b882df5ff2b0da46ae
BLAKE2b-256 49713b7c03f92848726a6dd675e04217fba9d9c18abef41648f10f3a17b60f8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7cc555b81e88c07a1636fd1a5bf0383f144cbf445a4508ed15320a354d13e224
MD5 29be9f29ad5a98f2d0686f6004592d30
BLAKE2b-256 ae3f93450488ae506a5df780fe3afda59fbaf56f07a3cb12d8eb238300c0e911

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 86dab47335d893528062ea537a629892a519d15d39acd768d62a352afd2792b8
MD5 b65cb9beca76f6451f3b31457d6c7b1a
BLAKE2b-256 662468450071c42f4d7272b83dafe591f562d2210dd417ba7949a770fcdff109

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9d063e77a9114f073ce5e448c5b01da5bead3bd1a44c358a7a3531da2b167e6f
MD5 9ad9fa63f1eff874d0b3dc493e777e53
BLAKE2b-256 29a3725fb40604a0e489b8dc5a382994c19a9e2e77f6faebc0c7c5d801e3f2d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 62cec020fb824ee14444a46dbcb1e861cc04eb038f8ac4313edc47c2018e66f5
MD5 f26b7e2835dec18ba4ed7d4b4b62766c
BLAKE2b-256 a2f65298e448506b3a27c1a8f94d298dda47d3383d88066766db5b6153602c3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 779c5a74097c3b974bcdcc786290aabf468266646672f0987c19285ad12978de
MD5 e2a74903f477880f035e9917bf39f189
BLAKE2b-256 d1ad1eafc82607d50e04c35a35eb02d320dfea9edb4f945e6d84f640d0e45402

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 73d1e8b5b690bb290f3bf224583bed2b8951363ed63152f22e0963905a03d533
MD5 bbbdc9d092070324338894d90b2a6f0c
BLAKE2b-256 cf72c0c528862863951a525b3f7ece3b2d7dc62642d27402183469266879876b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c6d0df74df74fdca94893d3f363597476dc4bc1a6b45e2cb8cd7c16f3231a8ad
MD5 f9b1fcfc8a3600b28d72f64b655c2388
BLAKE2b-256 463f10adca09eedce44723ce6407b650f85b26a4c9d46cdcc2eb9b71c60ecdac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3acadcbf4cfbce428cb30015b5bfd5f8543e4ebc8a869024937efa1872eeddd1
MD5 cf910cd458521ca21b6a29d330e9559e
BLAKE2b-256 016a4563846e028570d14cecf93322cbe05cbbfa5eb7d23c4ece31bf414efd48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3ca003c0a9aaa9212384f0c300e85f626f13aa47bb6dbd1aa1d30cc7d994dfd6
MD5 36793f1a9cd9ad03839d8f6ff8de3a31
BLAKE2b-256 0824378047c27e51dd725ea4f2b5b68fcbe587ad7817387340e7f0999f638b96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2a87058d7c15cd1c6a51abc93f8736a49d0c3b2860fd21044ecc6fc4a26dcf53
MD5 fdd3ee4efd207d56723a4e342cec0e6a
BLAKE2b-256 8b9c21853a158ffdd08f2e602cb0ecfe9876caae2a3f5d91694414f02456de73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 13af3bdd41b6d47d3a30d450c6c8a07f81ffc0b66a84ee2d23dc8dad39697af8
MD5 e0fd30fd7874526a2121ffe3b8a409f1
BLAKE2b-256 a25067d6813966dc00df0c623279145a62dcbdb98f3094ae84a6eb93ac10bafe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 14d8408010b6b505e2ad294738fc8c44293a311223467c4960ed59820ad6341b
MD5 67190860c6222ca195bec6d6d8e8b07e
BLAKE2b-256 a786baea1308cc32bc51c678ddccf4a8eba5476cf9dd0d4aadf8492ed270a4d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1a80355f188fcb6acc31cc34bc2d8f6453e3e5ef4323ec1b0fccb6c60db797b7
MD5 19332b9696941142135054393567b8ec
BLAKE2b-256 a9c3ac32b5450c5eae600435defb2401ef763a3ec3403ac32ec715f95bc48a79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 363c0c650ee1b807714965cb892d1a9aa827a31b7a28e2213b3306c0e9a8b6bb
MD5 16e7e4e2162eb34c8416b136891b0293
BLAKE2b-256 8806700918659e7fa38f8e03cf892a8890baaacd06259eea54de21d98f2c7aba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0616d57d4eacb0b06f29f7a6a0677fab940a0d701dc59892820389a9cc48ea91
MD5 5622832abab5c0b4138bebb768a25061
BLAKE2b-256 ff6bae4ea4e97f39e153826b9a2ae47311d715066fc1c1340149d81ea72d4105

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