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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_pari-10.8.2rc2-cp314-cp314-musllinux_1_2_x86_64.whl (84.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.2rc2-cp314-cp314-musllinux_1_2_aarch64.whl (78.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.2rc2-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.2rc2-cp312-cp312-manylinux_2_28_aarch64.whl (80.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.2rc2-cp312-cp312-macosx_13_0_x86_64.whl (35.6 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_pari-10.8.2rc2-cp312-cp312-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.2rc2-cp311-cp311-manylinux_2_28_x86_64.whl (85.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.2rc2-cp311-cp311-manylinux_2_28_aarch64.whl (81.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.2rc2-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.2rc2-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.2rc2.tar.gz.

File metadata

  • Download URL: passagemath_pari-10.8.2rc2.tar.gz
  • Upload date:
  • Size: 830.0 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.2rc2.tar.gz
Algorithm Hash digest
SHA256 31498996283ecb5675d0c6b645114318fb3dd603b1282b71204f8fc6300a69e9
MD5 d1494628004f42afcf27e71c30b828fc
BLAKE2b-256 5fdf403f02bb18b6a8ab5ab3beef9b97d38a614f9226e3122ad08552251f1a80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8968d8289f7e7cba5640f4e2650ebcdc7de6901fd5a609febf9a61dacc786471
MD5 066533821860b39ff87d2c6247049a00
BLAKE2b-256 634e0f60eb035cc959ea5582cb9f6f2c2dfed922346f983703d8e47962749949

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ce5d9d1bbc5c64e5be2fbf740fff66ed45a36f467cab9324c603607c54a86b5f
MD5 4c72dffcd3d4e70972d75c438f53e853
BLAKE2b-256 3a163878df501b4040396d1a034f2a7ff5ba1019774ec498e213a051a5ad17bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5e9744a1dea90c85e08db43e8fde1b698d52c252bd43a3816e8594fbd7712c8c
MD5 b0ca1d0f5b78056851c2017572943d73
BLAKE2b-256 a28548f18dd67f5d62586a91f01d3f6053d480f28d230c70ca14c2676377340b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e4f1fbfec0b255a9a8b37b61efc09552a8ca7b8684f74caf25869404af28642c
MD5 4895e4b5a7cc5ebaab662e44547e5922
BLAKE2b-256 01a1a9e8a8dd08a36a5adf95ebdb14968e5c50686f2d78c1f4ac65ae2f73fe3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4b19908d663a0d4e527220320f3ce6c44f54d5a123d713f1024a512544eeaa52
MD5 b774cc12214409bd573dd91135de2590
BLAKE2b-256 118245d0b34833a765db8d4401226d837985b497f98c5ba05637b243ccde80e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 44d8099e45535b210bd20818d7cc24a918526fc7cc9ea8c077d6c685006aff9e
MD5 53c1a4fecfe5c4f306b88a99cad4cc84
BLAKE2b-256 03584b082038f0f2f9cb8cfc6f6168e63042c07fd9295550e84b0aa02058f171

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 158b07ebfdd6538bfc2b848dda8c5001ce423000c0a03d5a7dc192220221b25d
MD5 8421a7e1f514c38f6579c63bb664ef02
BLAKE2b-256 0b83de5297f5ba58d60e4890a04a9da60fa8a857c01e4dedcd40090b16caf887

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 930b46da514ef4da82b547d62cf6538f86f1e0365f20b91e25fef824845001a1
MD5 ee16ee3fde976603abebdf9a1b775ee4
BLAKE2b-256 426e463e8df352c3fd9568ce13074057bea61cb5233756459c82593db8aec077

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b2dc09f5d16726691e787907ab4ae1ae9fadd6c9c01a74d07cdd746d2797bcce
MD5 aa7c14e2d5f1e17575deaa20dffff722
BLAKE2b-256 11663cfd740126b5186f3ef77556f81be2dabc75b1ede93c99c8bcbffedaf74c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 37afd6b460ec39720d25a70dcfce6d2248992c607ec5392738d346b167ef510d
MD5 e7c56187ffbe2bcccdca996a590ed209
BLAKE2b-256 2a96b0593dbad0b485dd836923c9d98b934d5ae20984864d1f92277d4d101542

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ce34b09ad5ca7879bf5a8c121a05d1e9b6550d211e6619ac24f7dc5091adfa01
MD5 793601c404692613ac1d3ad0ba170d93
BLAKE2b-256 a93d05f21ab9076ca760b64075c7fd580ef63c7baf22da9ad5c518db7cd927db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3408f70937756ada787fb1496452d61764eaf638b3829c65c88d7601a84730a3
MD5 8b1ad65e6645fd74880efc0978bae235
BLAKE2b-256 612d628bf4776485a80fe2a90d3119273715227fbe5bf9c909ee8055d09a8a4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 46ae21da9ebcf67bf37333f4085f091120e5a6c7e2e40485145449a31cd046e6
MD5 383c326ea0dc136c0824fd892f131f76
BLAKE2b-256 74debf346eaffe3b92af21c245ef1ff7a85a75504501ee6f4e616978136f1a59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9b70f8bcf3a6082ed33eea744ee9c77420fee6d4fcf9b866a5cdef782084a561
MD5 01a1583d6c857ca9135c779db3ead6a8
BLAKE2b-256 41498483e1eee2b7a1155953561b7b375a39e0015a676a778f09ff793855cd37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7e622bda005c5baececae83fda4d7db992397b849cfde1064cfb703a0c993cd4
MD5 50332fa7857a8c08a2856165b182496e
BLAKE2b-256 0d42a52559e6f551917d79ac0197a97790f2b4394ec409defd28fe648d7c5cc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 33d3705d6412fe2fe7c20cd1a2597885e5778746918f72d9731be5798b20cdad
MD5 3a412b075348cc4191ba41b231668f7f
BLAKE2b-256 927236f3a19404f94917d1f0b24bedfaa9fa440117a64bada79e64db8720580e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bd256159baa1725f01fa3f17334fe6532f7fc489ddf2215efcb176634e4c4263
MD5 f3cfcc0653d295da3c217732f8ba2957
BLAKE2b-256 67ca65ff74240fe18ac912c82e7ae246dce6b6427149dff7d05fe5ffd328ced7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a360fdfe894df3732297496094eb15130297734a6740dda4e850b728641d6e43
MD5 686f2b0a0686595096ba5f75579af91b
BLAKE2b-256 93a6b76d110d67506d1cb8886c09d5a5a4a562de4febecd6a8257c2e435194eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73ec445610ee3622581d85c8bc941d26ebdb16f7fc2620f4a2fd1ca576c9ddac
MD5 ab70f256b1805d9c805bf7e4fae0cbdc
BLAKE2b-256 0bd14fe0ae8edd2e5853a9123f15acff9fc5e621e67226ddce1f20834db87033

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 655387d0f1ec5a961effa8a4c7d8cf452c2918a65429a9289527268c66e635d4
MD5 7aff9dac56ec119cb4651cb1a4281107
BLAKE2b-256 9c4527155d1d93bf52b9ae3dda0b9daff3e06cff9a8c3d21486fe781feaf3f83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5610a41521c8aaa542d5ba7f8c140a5e35bf5da1a3564681513c254706d679d1
MD5 959410d9b59781c02442d611b1373979
BLAKE2b-256 4132725c57ab2cd1c31cc804b290cf23e26b20667baad988734bdac13bf766b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cc4b4127601d7081651e034a2a60fc009a95690b5906342db01462885cbd3fc4
MD5 f6c411f7374cab8fcefd48df5221e352
BLAKE2b-256 0be2c76cdef96cf3d76747d79324ddedddb4a3995f618445268d2c379fecfb2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cdb09174752cbdd0d861d6bdaabd12f5bab30ef81cc429decd68a7570f2ddc46
MD5 2b3ba8b6ecf946159e72f99cab9bb56c
BLAKE2b-256 495687d75ee8e469a81d73a3e0c74dc1b2535bd7e2a4f12ba7229eda62393a3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 23d50f32f7aec252f090cd851ecc5af91a8359bc6424fd98f5d19235aea6c92f
MD5 159a4aa5d56f0516c01498a240a0151b
BLAKE2b-256 c3f2a2c0ed39ddc2fa05d6a58d16b6d4a8fc4817e3c4103c534bb371862d3791

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7f27001cabf03e319ebdfd0d360486e3a57916c0ef0b7043c31bbcb22c2fc36f
MD5 1f472b158ceee6bffe8738be878710e7
BLAKE2b-256 7f47491ba3949d8e55665a66e1da5503e7373ce26a5ad575475e1869436a211c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dff562d8679b00c79afd8b611988723a6f498dfccc6377ffbc984a8e2324b904
MD5 42ae89f25e27c115cd2cebf911811de9
BLAKE2b-256 0e424933ab9a8b05a18cd8bdeafc184326abf9a2dfe46967ee236b5f8399a1a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3b922f879f84fb49dd5637450440b5ae601342f56f8fc38eba3da653d52ecd3e
MD5 607385890adc446578d8078fec693963
BLAKE2b-256 073862dc3f1f7a3c6528033a5458bb776f92cb8c90e9a8f2f6fde044dbf5d05a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b45df0bdb715f5a2eca9d8633b5eddad67e31d2da544349af629991a5594e252
MD5 e86af396287f4527151c914e3057ce52
BLAKE2b-256 bc251534ec666a9854f5cf5f9734209db7716bff241ff9a9fcda472e47538dc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 126577b131a70ce70dafee40bb08fb13d97ae80eaf84e08302a9ef470790bf70
MD5 fccf17e2657c2a8ac6101779d6288084
BLAKE2b-256 4ae1df297c498a8a29c82674dbd3145f572ca1127de9dceca506a865655696cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5bd8eb388ccd85c634d862c76eae2afc5c9f9cf73cf0946954d9bf77ebd79eba
MD5 54833a84cda1312f46466f43b5d33de2
BLAKE2b-256 d76fddf1e3eddb4ef7ee09fab51e1601c4fc5eca36d26145b1b3830757aed935

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