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.11rc3.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.11rc3-cp314-cp314t-musllinux_1_2_x86_64.whl (87.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_pari-10.8.11rc3-cp314-cp314t-musllinux_1_2_aarch64.whl (83.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_pari-10.8.11rc3-cp314-cp314t-manylinux_2_28_x86_64.whl (87.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.11rc3-cp314-cp314t-manylinux_2_28_aarch64.whl (85.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.11rc3-cp314-cp314t-macosx_13_0_x86_64.whl (36.7 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_pari-10.8.11rc3-cp314-cp314t-macosx_13_0_arm64.whl (30.5 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_pari-10.8.11rc3-cp314-cp314-musllinux_1_2_x86_64.whl (86.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.11rc3-cp314-cp314-musllinux_1_2_aarch64.whl (81.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.11rc3-cp314-cp314-manylinux_2_28_x86_64.whl (86.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.11rc3-cp314-cp314-manylinux_2_28_aarch64.whl (82.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.11rc3-cp314-cp314-macosx_13_0_x86_64.whl (36.4 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_pari-10.8.11rc3-cp314-cp314-macosx_13_0_arm64.whl (30.1 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_pari-10.8.11rc3-cp313-cp313-musllinux_1_2_x86_64.whl (86.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.11rc3-cp313-cp313-musllinux_1_2_aarch64.whl (81.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.11rc3-cp313-cp313-manylinux_2_28_x86_64.whl (86.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.11rc3-cp313-cp313-manylinux_2_28_aarch64.whl (82.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.11rc3-cp313-cp313-macosx_13_0_x86_64.whl (36.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_pari-10.8.11rc3-cp313-cp313-macosx_13_0_arm64.whl (30.1 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_pari-10.8.11rc3-cp312-cp312-musllinux_1_2_x86_64.whl (87.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.11rc3-cp312-cp312-musllinux_1_2_aarch64.whl (82.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.11rc3-cp312-cp312-manylinux_2_28_x86_64.whl (87.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.11rc3-cp312-cp312-manylinux_2_28_aarch64.whl (82.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.11rc3-cp312-cp312-macosx_13_0_x86_64.whl (36.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_pari-10.8.11rc3-cp312-cp312-macosx_13_0_arm64.whl (30.1 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_pari-10.8.11rc3-cp311-cp311-musllinux_1_2_x86_64.whl (88.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.11rc3-cp311-cp311-musllinux_1_2_aarch64.whl (83.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.11rc3-cp311-cp311-manylinux_2_28_x86_64.whl (88.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.11rc3-cp311-cp311-manylinux_2_28_aarch64.whl (84.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.11rc3-cp311-cp311-macosx_13_0_x86_64.whl (36.3 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_pari-10.8.11rc3-cp311-cp311-macosx_13_0_arm64.whl (30.1 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_pari-10.8.11rc3.tar.gz
  • Upload date:
  • Size: 830.1 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.11rc3.tar.gz
Algorithm Hash digest
SHA256 94e3dd53a68a8a7817e16500322929300c51a6e2a65f404322dfea6ede66bf03
MD5 f12a87702b194ae4dba31193a2916ff0
BLAKE2b-256 b25e6a73b5cc1b17406c16321ed032315a8b491b29f51552cda145b57793e8d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 936b7e1bdfa4906d79e5105e917628ce86fa966bf7d33d52c6abfa01b3668601
MD5 f03c7d40de1eacca9d82a9d92b634d1e
BLAKE2b-256 6b5b0d287d1242faddb58d2d3ea4f9a7155cd4cfb3963db1a990f58da609a48a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 260606ca9ec61499810734e7cde0e3377e0300e42e51ab95e3c840dcbe50d446
MD5 d37e205eb38bf3db0628dbeb13e4ed4a
BLAKE2b-256 b85dc8bc3eceb780b3e6e9bfecb9f194dfc5f6144bb99b0e492cdf695fa1f7b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eba821c85bd6d7a84a6e68cf49981de1c6cab92b5c4a52613549e1cb17dda697
MD5 50c87fd550e2c2edd86d20e76e64b50d
BLAKE2b-256 19d2cd6d6eaf99fbff91711d7118fa1c4c66cff0f7ec58e4e82577144235c4f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1783cf008b7f426fe2b6416bdefd5dc15d66adc0d0d2eccd184acf5609f9161a
MD5 f1d9b4072cf7c9b7282955885f75ae4e
BLAKE2b-256 e9c92868b3f5c6d459c901470a5a2a5f72fef6eb7a547a2c2ca0b42b002c7e5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4bfd49469a1a870198581664ac77d37abfaccc7462ade9f69a165922cd9b6c66
MD5 5740f4b4830741da928ffb91dd7dd96b
BLAKE2b-256 86144c3986defe1f5cbb53513381231810d845b1f2d3092e341389cb35b9a6df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9c6684d3c80a4c6cbf59e5517a5f8cf198101bbeef6acc5020f39c3d84592f7c
MD5 b3e40a9732b779de706cd2f86c4a8cba
BLAKE2b-256 42c7a46b1d21f454b1a02fd58530c8a22a9d9a5ce5f2f586ffc3bacc2749c0ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 32abc57a27be6288df839327960f5cce526d2c33de6ffec505248d57456719a5
MD5 78149e9e8d9431efe73284d02009c721
BLAKE2b-256 0d9ddab44df80afc2d6ea7d85d073459b5ae40c1599dc26d31cc07ff7efc7f8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cae929637e8b1545813e1296dffb37543b4abdc227d45ea60f4de8bd9aa3fe09
MD5 c89cb92959f5db3261b997be0cad648b
BLAKE2b-256 87b9b77abad69415b5aafb3ba3924f022860567dbbbea91b9a2cbbc59080855d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 600b3f0f189597d0912afb72764f195c7f90ccf855e278e3f2f69035721638c6
MD5 b6b3ad7c2cba72944d173420c2af9a8e
BLAKE2b-256 6e9249126c7c9a0e7dc2641b6947fa5f7c23d88a5101bf0939aae26c94da0e12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dd10e0b6ae5844fa7e1deeaea59a1282bc0a0549dd23e84ec58ac637a66a5969
MD5 45af7d35e938fe2357256914db0d2e31
BLAKE2b-256 c6806848cf1656685c22b3003b0cbdda1c2c8192dcc8130206bac4097d860ff6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 32595052179457b7c7a8dc58b119d5974843de7a1767b62f92bcfd33e3e3c6ef
MD5 586c738e47869fae6642fb1dfd107f38
BLAKE2b-256 1d14704bc2b86035701549b0e08f86b8a0e9b95b641f3eae7fe3852d7a0a57b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1537c94eb5fd92b894bb8de8380409a0d9c4703f6691c4f7361a8193dfb3c5fa
MD5 17a87cbe6485f8ae3495a295216d6c61
BLAKE2b-256 f349875be6bcad5fbbde50120220d28b4897e20a577639fe0780a4201a95fb95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4bcc39fe016d0ae99f9403373fd58eccc333f405a07468d11228df46153f68bd
MD5 c2d2a23ddde2cb527daf7f1320fdcee3
BLAKE2b-256 196f5beaae48c668924895c6b55cd994116cc4689fb05d4ce36d8c8a11e14d21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c771b3927b2da4224cac5f0c1f7f84e939c47afa703e3741d89ec4e7ba01c06c
MD5 5f195b9878b26de83945a6cc35604b51
BLAKE2b-256 64324486afd36bdfecdf31e6770c942b6152d084728f39e82fcb0bae4e3e4f6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 46c8e4acce12a763e3452b53b2dcc4be72ad4ef4634cc28b7ce8e5c48e699da7
MD5 0451eac036d10b4f1553b1493ab10f4e
BLAKE2b-256 b9b7936dd75b23c4de84f787113810e9cbd4a338705ea1e4aebce29868ef10e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b208fec6588a0b31fc93e7fa69e240a27e5ead761f3563212992fde4f7e5c4d7
MD5 687c4a82ded8584cca07c897ae0921fc
BLAKE2b-256 6463a07bca71cd8250212b0a5d01d76cddb438609dc7c85d911b164b97477708

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 460ba8c1b1c6491f13f3658241d2b300aaf915905f8b78651d9ba949dfebd26c
MD5 d8d4076c538621e877a4ab1fd230f259
BLAKE2b-256 c35f1c6b17781d8df1ae0b01f47fceaaaf8b3ccf024732f594eab02a1a1549a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 085d3b3420d4afcd33bf31e6eb5978005a2083f55b1a950a075ecef0ca8982b9
MD5 096ce97e1a08a1b2708828ef2b15cdb0
BLAKE2b-256 974dbe2a6f4e15c6a240dce42b81ce63d26356d0fbf763369c36d1aa63fb417a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b134d12e5d5634ee47453a060c8e0afaa6bcf58abffe52f98999be75cf4a3ce7
MD5 179cc02f55528a2b1983b296f7f5eaee
BLAKE2b-256 9b3a4828416da0c3f4c1eb8cc3f24d16bdfe536613da83f5eaa8ddbdb09461c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 07bef1356e7286b47b4a7624b66bec393f25133d492b22433c69725e9da229c2
MD5 0750b68d1f9da80d8273071d2a9c9b01
BLAKE2b-256 6d697158abaddc00d97199d7926b76803e937d001f0f0be98eca76cc58e8d27f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aa11f4851dd0b1f1daf702f8e7b437ae5eaae9fb7afbdb86b6dffbec0b1854a4
MD5 f6ce0c36a89429eaf55783b48e094ce1
BLAKE2b-256 b36531fbb136986ce0653321d820681a22ea3ac9aae2893bf635249f23e6c491

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5a5956100a2ff3965e6d50501cd1ee22f822ca717e71338b77ea4a5e889c8516
MD5 f1203a7cd272c1b04f300b9947c9a5bf
BLAKE2b-256 430274c43484989ce089308065efd59d184e05c3cfeeb729deb9505c1638814a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d2c555aced3f8a766416080c2c92def18f5360ff116f1e9ba54a059b887eace3
MD5 a299314380406b81262632157972f904
BLAKE2b-256 2de44e872eb7c6a275d51a60a56659b7d55ffceea976410a1bdc95e59e79f55d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5c28bd26ea0249e5e2aa0101562b3aec363d731d8bc55a123d968d803ad7c305
MD5 9686800fb1faddb855f62c96041bf778
BLAKE2b-256 454ae6f3e15b3c4a7b5a7fa24955456396882809cb47435d840c14f8cd3a62cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 40d231182fa10e30d985d0215e28d49f5dce6e5ea5c8d9e9a1431adaf5adb00d
MD5 6dedee61a3494d8391c1cccffafa3361
BLAKE2b-256 a0c55aa41cf048605b3e4a9b9eb0de9817f7ff280753679a26af827bfc525e7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 900613745f2687cf145de9b0da87816af4e481f6dc75c841b167c315b0d4b90d
MD5 60097f2208a1d4e1c331a223b20522c3
BLAKE2b-256 6e3106fa381aab7bcdd243e65c49c1f1bc35996545f98a66180fac94a76c0c6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 33fd767b5de674b63cd5176bb15930a0e61b00a0aee09a4c002dc069f12a3030
MD5 0f58edbfdea277788b89e5b860e7a86f
BLAKE2b-256 7fe630f9ea8606d58954bd41911dfe705d16d2ea16121b03c804aaf4d8e94139

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8fdf116efc46121a1fa398d8a75c9d0829e899cae48491b06fd8334c5bafdb6a
MD5 5266655ca8cecac5f313acb61d69a4eb
BLAKE2b-256 31a580207228faee6d9779ede1c14e020a030ad9fff9bf81b540ff19fc943d3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4f9cb960f697fd6e0c06cb0f7e21d0546e52ce346f88f0bdcf1bf3f9b7bb2507
MD5 440ac352117df21950fa698ec3f38748
BLAKE2b-256 3dfdc261dfa3f05dcb02a212c2c375a74841a061a1f4290bde3708d797491bec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.11rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 931f49bd73bb0e73af7046f166fdbf14af958bbbf86cea927d9569014eae321d
MD5 9278a971077dacca6f4460de9091462c
BLAKE2b-256 eda6f69fbfedc9be5a24ca7ed032afbfa86b859f6a75741a1096874b9a473b1c

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.11

31 files

This release

10.8.11rc3 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