Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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 --spec "passagemath-pari" sage -gp
GP/PARI CALCULATOR Version 2.17.2 (released)
...

Using the pexpect interface to the GP calculator:

$ pipx run --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 --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]"

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.11rc2.tar.gz (830.2 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.11rc2-cp314-cp314t-musllinux_1_2_x86_64.whl (85.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_pari-10.8.11rc2-cp314-cp314t-musllinux_1_2_aarch64.whl (82.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_pari-10.8.11rc2-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.11rc2-cp314-cp314t-manylinux_2_28_aarch64.whl (83.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.11rc2-cp314-cp314t-macosx_13_0_x86_64.whl (36.3 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_pari-10.8.11rc2-cp314-cp314t-macosx_13_0_arm64.whl (30.2 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_pari-10.8.11rc2-cp314-cp314-musllinux_1_2_x86_64.whl (84.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.11rc2-cp314-cp314-musllinux_1_2_aarch64.whl (79.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.11rc2-cp314-cp314-manylinux_2_28_x86_64.whl (84.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.11rc2-cp314-cp314-manylinux_2_28_aarch64.whl (80.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.11rc2-cp314-cp314-macosx_13_0_x86_64.whl (36.0 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_pari-10.8.11rc2-cp314-cp314-macosx_13_0_arm64.whl (29.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_pari-10.8.11rc2-cp313-cp313-musllinux_1_2_x86_64.whl (85.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.11rc2-cp313-cp313-musllinux_1_2_aarch64.whl (79.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.11rc2-cp313-cp313-manylinux_2_28_x86_64.whl (85.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.11rc2-cp313-cp313-manylinux_2_28_aarch64.whl (80.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.11rc2-cp313-cp313-macosx_13_0_x86_64.whl (36.0 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_pari-10.8.11rc2-cp313-cp313-macosx_13_0_arm64.whl (29.7 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_pari-10.8.11rc2-cp312-cp312-musllinux_1_2_x86_64.whl (85.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.11rc2-cp312-cp312-musllinux_1_2_aarch64.whl (80.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.11rc2-cp312-cp312-manylinux_2_28_x86_64.whl (85.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.11rc2-cp312-cp312-manylinux_2_28_aarch64.whl (81.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.11rc2-cp312-cp312-macosx_13_0_x86_64.whl (36.0 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_pari-10.8.11rc2-cp312-cp312-macosx_13_0_arm64.whl (29.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_pari-10.8.11rc2-cp311-cp311-musllinux_1_2_x86_64.whl (85.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.11rc2-cp311-cp311-musllinux_1_2_aarch64.whl (81.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.11rc2-cp311-cp311-manylinux_2_28_x86_64.whl (86.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.11rc2-cp311-cp311-manylinux_2_28_aarch64.whl (82.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.11rc2-cp311-cp311-macosx_13_0_x86_64.whl (36.0 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_pari-10.8.11rc2-cp311-cp311-macosx_13_0_arm64.whl (29.7 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_pari-10.8.11rc2.tar.gz.

File metadata

  • Download URL: passagemath_pari-10.8.11rc2.tar.gz
  • Upload date:
  • Size: 830.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for passagemath_pari-10.8.11rc2.tar.gz
Algorithm Hash digest
SHA256 0f54c82f59936b9344e52fdaccb952f974fba78e7ce5b89da05432083023c1d7
MD5 dee098e7ec2fbeaae7058ca00834fd2b
BLAKE2b-256 8316ab7868b25d6314df889cfdd0b76744681128ca61362ffa2d12c644b75614

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e8135d73c25f88e7583af70ce7fd2bbcb7dace5f0b1dcb5f60155092a974f19f
MD5 4ce22310b908b2a5a066bd69fed841ac
BLAKE2b-256 2500e6a7b6c6592a4bb986ab1e62eddb874d9b7195ddfdfea53c64a27700731d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ab1aa98f4af2993d119b9e69daa169f393e9849a95b688c8937c2fe57d0b9d39
MD5 26d68db5bd608bb352f04306e6303dc5
BLAKE2b-256 b8358203a735651dc80055577f55ddd831b878841a8959565974329468c109d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b3757abeed1da438b8e0b433aba856b3ba01df6101059bcaedfeaf815bb1426f
MD5 7f4b650d000682f97fd37424cd2a5ed3
BLAKE2b-256 aef54b92cb0d5f44f400deeb24e0e5edd333cc7aef974771a80e9c19fec62d10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a8c65e1777820d5f45b8479064d71f51edb4f66b9c9fb52d911cdbd7fdea9f21
MD5 b68bad8be6efb11709ad42a82c1ef50d
BLAKE2b-256 9960f6529251cc0ad9f9b0daf7c143464bfa24b1f63de7d9768663490dd62127

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 152b80333501a8e7df8e471d3632948dd9b0268d9ddeea57a5edad0728a9cdcf
MD5 f94f36affe7de1e511e6080544769a72
BLAKE2b-256 2e0f01df2380bd8a4501209c149f5ee7ce3857bd1ffd9cfecfbd86ea475a1f5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6492248b454c644f097e033ee95773ddc968fa572a2eb64ee0c0444b4db42424
MD5 9bb0ece8e8fce4ca7fd0c24967a0df10
BLAKE2b-256 82e135a8e9bfa85f641513c8872e8ae8642279bfecfea7fdb96da33dec61e49b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 adca7cb7926c36301d59fac9745a8c6e82920f1938bebec2e07941e16ad0794b
MD5 702cd74e078af065d594fc8573d88271
BLAKE2b-256 2eeb9ea1b4d3eb50ec44582956c7e300ff0741e6e29ba8b39175a72ac8abc335

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4cb8d2f667dedf9e768bb2b8615686937459f7355792488a38aeebd3367cdc56
MD5 49813e8d2de5ce57b5810419d919b988
BLAKE2b-256 1aaf6b5bc78c31faddb9fe16b1c5684c587b72966646c82bdf9bb50c1a837a1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 958f2f8ec22eaf5f1f2042dcce5a402636b36441f072ffc481547bf65e9d56be
MD5 d67ef3c94eb9fd0b3084c16f983b3f81
BLAKE2b-256 4e61f5fb6a4542b85218bf1bbe3dabb50b2b92091f91a0cbb5f39b4283e53869

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 21062d8c99e3d318b802f79f88e424a8672782bac470ec1a69ef7c10597a24e4
MD5 8858fbaf9f2a2081b69590a7c3017ab2
BLAKE2b-256 02fe80c99dad90c80f2a438bff2f9b8d077b9e09a739ead89ac171117ee385bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7e3a242014192e6e0bb23f72cbbbc9d2647c8db939ed9cbe1663dcfd9ee98ad1
MD5 cce6578a881b5dab3c17a2e34f923b43
BLAKE2b-256 28c633178ce419092e1048440cc9f39289b953126af8fb3248e4bb2c82075e75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d8ffc7dd88c43408c3c2530e4e9e9f3511277ab7dc912fcf2eb5894a1103365d
MD5 2e918e02b8fe8230daa309359b4ab377
BLAKE2b-256 ff8183669950f28760d63d648e0fa1445d44b1133bc290b5f7f17c1b8f77fdea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9ae0fab1f319a1cb7b9f4ecc5c04818242f8657f64c2c5879e8a04d725995d71
MD5 7fb07420d811c37a0b20bc5837f0fd9b
BLAKE2b-256 4864e749eeb2a25a81393f2f6a1191e98b7491936d45f3a82e592492bc7d2b0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3f40fe0e395a85666680a3e197a2c5e9cdb1d6fc419794e4a5f6144c84ed4be0
MD5 2f34bba30e9cea2a79f8d00a17226a2c
BLAKE2b-256 5976292bcb1e49eb3143d349e31b37b4b22851470221a5bb501d1c25cad71a7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5c4e4b85dfefbbf5d5bf14ae0bd3c2dbbbf0eb142cda6b25923521ce0ce5bd22
MD5 c6d363b0496a6f97cc1742b760cc4425
BLAKE2b-256 7c23d0ed0e67a49f33bfaab5e761929fcde4dd4b8a7ffc40fc6db08538198685

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b7035c4b2b0888272b073e8398b0b9c59fc36aa4d3cc79dba4b6bba2fa47619b
MD5 1bb9447bb1d2c1919b656e8a746b2ef3
BLAKE2b-256 9d697541faf27226b5cf91f395833aea8ec66a839880f497c4e88418cfe33a0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 88fd4fec39230db48d222deb3fdb85ab1715490957566cb63ce32dbea0d0f7d8
MD5 3e85681c4c1d7555b4de87328f43c4af
BLAKE2b-256 2aa9fbf55d27d8bfea2e71dba72c10024c2d4ca3ff78239e59f417c71f64b355

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 36992d0cf49d61164a75f093408201e3464cbe0d9dd32909e8f7ae4b43b90580
MD5 d8a3230b279dc2ce543f186cd3a51254
BLAKE2b-256 0ea303622d301b924eced54053d93862c3adc1dc524f69ef01edcd3b07ace3c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 484ca47ee83865112f16650e2f870ee3ebbdcd00c5b350b5872dfb44b139a6b1
MD5 e175ca635d5428b112700e5a22e97c13
BLAKE2b-256 cb22190a1b856cdfd13bcce7308e9b78cc4dca48be6fb7612a7e43b60bd509f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ed1332bb91d14bcc49aefb4069d291e150c7c77b097ade4b119069246354c9f6
MD5 336a605b50a27cd32f7abc8c1c2403ab
BLAKE2b-256 05f45bba9dcf3df84406bef93e45a969c97c16188b57666febb817d744d29c1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8728ebb6e8f65a34e786928a6fe7f35fb110a0735690e63ecd9a52f130a9f249
MD5 930ec67a985323fe30cfa1dd56fb9764
BLAKE2b-256 192a9f5f0e9a0fa9237ffb866717ede6eef607e077322a81db93508d5c7a1971

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4f6612d0732c6e8e299e2e3eaf52d78aa9492472d937b731e8215b5ee2bf3cd3
MD5 d58796c7b13d8630c42ed59930006989
BLAKE2b-256 82f020457b35d77ce1aff0ef56a096e8c0947eb0a0bf4b7f77b1e914456b7793

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c22ab8360e2111c93ae8e74872adcbd7a11a118d98d5861e02de722b089cd1ff
MD5 f4deb85b9f41746d37609643f710158e
BLAKE2b-256 7683ab0e550f291537c43495e74bd89e10a3769ba6eab41beacb187702078231

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 56e5f8ff538a9a158d13de870cc5adaf0d28399bcae244e6c62d414326b6a6b7
MD5 b8ea98d975bcfccd5b7572477300a052
BLAKE2b-256 916aac52acc58d14c836b10b16ac0512a3aeec147c333894ceb8657d5c9179dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b7f420e0a4e49461eb88f217c8620e7820de47822153d954552e04ccb64ee345
MD5 adad6d4002584249808fb42ecdf02aba
BLAKE2b-256 6344106add768f81f0597ea745effb21cb469e81e297bf7b3067aa0686aa1496

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4b9fc2bf9512f2ffcf1989e5eb37207036bb362e00f19bea147c1341e5cfaacc
MD5 f01cd726a03080386804fb9ded85ef77
BLAKE2b-256 5e265fa4ddcc351b976e64641f7f0a5a158478b579d451f90e945662ffca768c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b01d1bf8a24a79d424606efa115475ac18a6e537f51a060209117556f2ca1541
MD5 7233b39725e729e6bc6bf49146508e06
BLAKE2b-256 3619a71dd8a47a53154295a6c467d4325d7b15a0db97d9ae98b9c27642aa382a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6c57a047e5217114ae247e5b461d2d5b85d2904653572d24ea63ab3e5aed23f2
MD5 db52fe4234364b615cc4df5a198c777d
BLAKE2b-256 6747219916d2a8973d7b38daccc71aaf8cb612029150bcb7a20a55d41dd5ea61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a7f4a4542fc691d9ed5caffce893806931441985fe4054e41e22451f6abfea30
MD5 b827ced956e7e911f28221f02490eee2
BLAKE2b-256 af16947507f8a4aa78e0cd6c0d85cb752c9e2c9cd2beed7af75f9135c23aba1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b200c7648df573ee996f7d46e5325dc4b69e994b057820a03f22243e63968eb3
MD5 227850509fbd5150953c6862f730e052
BLAKE2b-256 6e146ad4938fd23955e2f6ab909f1730cec1e33fff954f2437eefeabea2def35

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.11

31 files

This release

10.8.11rc2 This release

31 files

10.8.10

31 files

10.8.9

31 files

10.8.8

31 files

10.8.7

31 files

10.8.6

31 files

10.8.5

31 files

10.8.4

31 files

10.8.2

31 files

10.6.48

37 files

10.5.49

31 files

10.4.68

13 files

10.4.7

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page