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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

File metadata

  • Download URL: passagemath_pari-10.8.5rc0.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.5rc0.tar.gz
Algorithm Hash digest
SHA256 da65ec780bef4242a9d2235b8b54e25e35da1be101fc0cb38b23d463912e494f
MD5 88fc4e98d3cd167acb90850e7365f9c1
BLAKE2b-256 cd352a7b5829b29979835d4746255e31119d3a5bef7ea0da82b5e5d50078e062

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0e736c7cb6d13ee294bbe1b32fe377fc04350867564576916cb99d3399cf007e
MD5 9cd796a6f5fada58b4088c24aa8c4b7d
BLAKE2b-256 92f219593fe8e04fe42a8f905552f87dd2bdff2c5529cb45767b117a209588d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ae3f47942eb08cba04ee7636ce926a91fc2c3e7b6529e988f4bdadf8eccc9027
MD5 bbb998287287e257279be6ca6ea26e26
BLAKE2b-256 8d6c7ad5ec7c5cfd2438eed6ded30fab6e7dd7c331208ba65ce4abec30def47c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9481f1a453d9808cd8df63f7d24f54c4e61b8ba53a26f4e75c16e44b1a774e93
MD5 b10ff3870e0f082bc6465a52f7f3ea0c
BLAKE2b-256 b952a73caac976b39c592ae770b55037152d42ec48c84b4f6f77e83ffb8e6dc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d3fe99df757d228d6a8b8c5e1c6995f5ef07797f0fe559f4fcea05d21e3cc33c
MD5 8cf9f854e82d05254c412ad92d8e36c2
BLAKE2b-256 97404832ecaa23574195d13079bab1e889c73af1782041fc1043e1cd42256e23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4996ee557761043d6fc34d580a651aee898279e88316be06e19c8c815e7d2a6c
MD5 0d3c275576a8af8e51e98f618c537b5a
BLAKE2b-256 ec34783ce5e149a53003f53e1dad27c1866cf79a0f43691d02e5d96d0509a7a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 832615e6b948c48bbdfe623655aeda1fd80598a6ae5024db18d079b1c6cac34b
MD5 d144048554eb0d0c79c3c60791b6d730
BLAKE2b-256 6d827380df21d05fcb1a7f8c1a608eb2f0ae979e4c08d68f462c3db821634c22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d6b6784ab80b348c6b611495b4fea81627c2403badb920dde326d905f0461c23
MD5 aaeb5b496e7e6128af2d944b3af4db6b
BLAKE2b-256 7ada2f1d6649b21dce111ab87dbbb7e96dd47ab96ea64bf84dd5683fb4ba3452

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 27f95790faca81028481df91b00e839296d03bd7ec444776a0a5b54acca7a78b
MD5 64197cde6024a83ea39c2fcc26f443ab
BLAKE2b-256 a6ed9410a56350cfb86e15e016517b1278021eb884d83e242775ff4335f859ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b7539d7a4705293ddf53259875dce117e56e640f2c864632bbd02854e0aa8e7d
MD5 4b2b6a529752d815a38d9923034d266b
BLAKE2b-256 6fd175162e47ab829645c825e0cc57a5fa45b5d14bd9f5ff766b5db2e732317b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 40cba6f082536b7c265c47157752d5f1937c97321feabee135c3d3eaf2a4d7e6
MD5 f5f13021399cf383e79a319364c7703a
BLAKE2b-256 075bf8c2a96cb156e3e85fbeda1f9fd3b0f0217c7a4ff8565b30fe9d80c5b959

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 15a9191f27b437cff742b6eef1c8edaa2faa46b2931f4ac9e6d428eebf6dba0a
MD5 f31a13975faa44d30ae21660c8caf16a
BLAKE2b-256 3abffece8ad52ad2cdfe54780987133c4d9344d046174e55c79b600a1f9a52c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2b103ed2553e3196718de741c428059acb8a216261473bf18d848f49691d9f75
MD5 990f456979ee751236e26ae20577117a
BLAKE2b-256 93ea90210cc10797a5033478dc9911013813b660df5ba2f8530d26a22e847a5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f1726c28c0954ed856e0c8b9785be52e949910a2edf0953352a16d025545212
MD5 4f2a75a316ff1505115f0237ea7de897
BLAKE2b-256 b5dc547b6056d17a1388419878afc7de8db831eaac70d726785e7b8905c9cbaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b3d526b6174e7a19510cc7a8bb76511c9feb8e4dc781b0f3089950c31750063d
MD5 11a1e4d4c4049647e456110643b42071
BLAKE2b-256 0ecb80cb3501b32ecb445e91cf5be921c58e591922099184e25647ae5babe625

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c7755e494fa4fa5a5b4562e178d5b14bc943e7adb2d34ce4a0ac4f619ce5720b
MD5 5225d003ad76201164fe943cf107c322
BLAKE2b-256 77db065b231512081b37452c0f0376c802f85f1318258fda7ec786eee7d37e02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7ad5eb27f2afe4e06da276521fd0a196fbdcfd89dd9e2268d774ab387f32b240
MD5 5abc9ec91e8e5b3346529224dd4a9482
BLAKE2b-256 d0f6fbbdfc35959f111aece1ab15c1069cd52eb30ed961069f578e0188b05f1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b0e7bc429984471cb7071fb609221517bab4336b5fb84bc21471e59577bca22a
MD5 c9945317334c50350f94d571204f0ae1
BLAKE2b-256 34e25e76bef55973b895f4b86fed87dd2bcc9946c5126d222689154571b9fe35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3ee98f7ac71d56103e7b2e03bb23f68ffd37f5369b609c5f6dcb23c46cff99a0
MD5 a41a4178b24fd1c889eb7b43d84d176d
BLAKE2b-256 b40a8af6075f3064800c3235c68a6f040474768e658b66f90b50365cc4184f49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a675e73fefb78ad05cba22a0104b9b1fe6bebe6fe974560e6fc27676bd8b21c0
MD5 138c29f7634be114392904d3cf13081a
BLAKE2b-256 944388b998e02fbc44d563d5b66e6453c73865d95e88b805fd4a3a165241b612

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5a1ab764274517782c15bc91cc5a3c53fa16c08519d591a1c8ef1f649ceacd74
MD5 b5f092f6c3fa0f33deefd234b0e8bb32
BLAKE2b-256 e4ae18dd9e182dccdd99140730287470b7f19d95c1666633e600a3783fa59279

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 379505b30c5ccde491593e3e9259212eae49a8ba278caa5e147fe78171721cd4
MD5 1f8ad13eafe80a20f4384a6d3473a93b
BLAKE2b-256 e46ca69435aa13e5df100fd3e53f8012d8041bf1eb5e5d6f501a735d3d31868c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c4818eddef9b41342956dd39106d11c5c0c275c84046e39cb08aa75dd6cdf904
MD5 2dc0e5772cca5b5d6087de3b1166eec8
BLAKE2b-256 77b80e72f1b726df8a41e8756e29a9b97206882cf5c3978d3db82646cf31c99a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 51f6a47482e3803556cc137b72f927a9d3c327c21b1405a5c4c4590ff87ceb44
MD5 fa0a6b7ad6d534f717a2f86f374ea482
BLAKE2b-256 8ed85a04b22ce2a4265979c48ec08af267c9e9c7943f19c14b534df017dcedb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9d4fd3adb2c33276ea978a8b34a70f288fcc659ead3f8ca5bb9588c4a5dfc88e
MD5 a2ed726cff087f6332621ccd89f2ba6a
BLAKE2b-256 174edde75ca4eabf57190db4b29768d31113557818d4aae4ad90cba828d5d4c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ec8a52377a9ca3c49d71224f8e44568cae269e82c0417aea7f3b3d68e121ab7c
MD5 0dc45036fd90516b90d0ec1b3b0914f7
BLAKE2b-256 3a2452a5ab57c7457fd99d196a7ef96d8e3faa0c0009dd319cea3abb4cf8f763

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d367ca172ff8acbd952cd500c14e8b1a63e31f75bd738d8d2c0bf0c5cc302151
MD5 7b28730f0f960aa99a7572acb6329a51
BLAKE2b-256 29deaecc56e1cea39042a80692a17f6e7796341cb3ca3b63a755f219e3d82096

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bad31f3bda7d0fcdf517c46d847a1176fb759b3bb660d351987613109045b884
MD5 b37670034e7b90de6b4a6db827d2eeb1
BLAKE2b-256 62140091df8373f4a0be601167fe1e74dd078eef520b83334fea0e6ea9f79a13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 062f78214f9149eb53ef3937501850c2b2ed6f30b16d032c7a945f91f08152d0
MD5 e278ff456fe5c2ec85273e1a3d852e2f
BLAKE2b-256 101720e9c3844825824faa95c290cbe080ad7def4f3bdd678e708d99d33e2dcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9ac1d9feb98000843731ddd446e45197754940c47bbbda0237efb1fb6f39e17b
MD5 cfaf52f1d6c8ba21396f0f2852effc0a
BLAKE2b-256 ddcae7ba1d39aef9cc0a4e34d1c6d87105c9f51e036efc52eefdfa561357fa38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b38560dc92d4955d71f0e65456818b7da67b681b571cc89f2e41428c96c1576b
MD5 c1ae008d9f7a9e852f944569dce3e2f7
BLAKE2b-256 352ac03d3ff34d8c6ead083bf3155f9c2d24faaae2e1d24720e7c1ee991a62f1

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