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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_pari-10.8.3rc3-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.3rc3-cp314-cp314t-manylinux_2_28_aarch64.whl (83.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.3rc3-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.3rc3-cp314-cp314t-macosx_13_0_arm64.whl (32.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_pari-10.8.3rc3-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.3rc3-cp314-cp314-musllinux_1_2_aarch64.whl (78.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.3rc3-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.3rc3-cp314-cp314-manylinux_2_28_aarch64.whl (79.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.3rc3-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.3rc3-cp314-cp314-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_pari-10.8.3rc3-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.3rc3-cp313-cp313-musllinux_1_2_aarch64.whl (78.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.3rc3-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.3rc3-cp313-cp313-manylinux_2_28_aarch64.whl (79.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.3rc3-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.3rc3-cp313-cp313-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_pari-10.8.3rc3-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.3rc3-cp312-cp312-musllinux_1_2_aarch64.whl (79.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.3rc3-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.3rc3-cp312-cp312-manylinux_2_28_aarch64.whl (80.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.3rc3-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.3rc3-cp312-cp312-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_pari-10.8.3rc3-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.3rc3-cp311-cp311-musllinux_1_2_aarch64.whl (80.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.3rc3-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.3rc3-cp311-cp311-manylinux_2_28_aarch64.whl (81.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.3rc3-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.3rc3-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.3rc3.tar.gz.

File metadata

  • Download URL: passagemath_pari-10.8.3rc3.tar.gz
  • Upload date:
  • Size: 830.1 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.3rc3.tar.gz
Algorithm Hash digest
SHA256 4f994a7d340a5e0194c00bdb2e26fb4a31f519d2b70dcbca1d9cc89669ea67c5
MD5 1cf2d9da60e376de674837cc741c3677
BLAKE2b-256 9afc082a326b55a435d74eab2ceea7e4b60703e784c340f0a905756c0a2b5ce1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff2f64c370fd9b7df7e7ab6d3eed72982d96e82d65c8ed9c9a651414eab9bebe
MD5 3feeaf06ec1a0392be0a280a09efd39f
BLAKE2b-256 bcd31dbf3cc0c8189b7aa919e7f329d9c0ba8cf2b303a388c53b741746b618db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4fc1abb9b7411e8f4d90527864fc035561c83341abb6eca9a64fff39b3548755
MD5 66233ce1c1ec34d2c1dc639134a52f9a
BLAKE2b-256 edff3c54a5a30fa15351226ff447e3eb42bedec63ef4e6818d2e16b8942b2bb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d9a50fb178bf4936ea40b7bce41b1a0eb681ba5918a65abc960844b1dd6e6364
MD5 e25ef3489f76bc3fae2352af92727497
BLAKE2b-256 ee17181a7d54454e19be3d94afaf68a88375d4e6e5365f9d3431bc8366289879

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6a5cd00fdc9a8bbb2e90c95fb21e6e141f2739362ff3c690ba450190d0f23853
MD5 d008f3a377b6706d390ad702c1ab2e0f
BLAKE2b-256 de3d442a8c3594710b23f3813e9cb6c1a0445d09fbc5ddd6804a2af141bdfa5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f98f539cf889f29d8a3e144aacfa285fb81fb84f3ef6530d7a0eaae440070ced
MD5 a15f9f266c14d8177fbda76d3e9e1018
BLAKE2b-256 01cb4bc03efef8e8ec58fcff0a9665e203b101de7230322f20a7f5b91bd51807

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e4c8ecb223065e758883590ea8161119d886f8e05a59ae340498c94a7a493a5e
MD5 9d62946fe3492f5e2f7222ea30c26969
BLAKE2b-256 9af0763d6af68e7ad1a52b5d8d24e4543f51dd4fb3de9cf33001705a4d2562b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f36d777359519dd3e6eca0350307758e47288bde2449c9a8e0bf9d3b00ef4827
MD5 0491fdfd022199801802b087a9923cb6
BLAKE2b-256 178cd9c6e509c6a8ab86473d0f88c37cc4e7b8886865cf1e85d2b54a7d1282e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f999d568e5d980003b5f8c2c3fd5e0b7a6791a4974b3b7f2e82c7827bca6e763
MD5 4a780b502535763adb3b437deb00ff88
BLAKE2b-256 03501eac072842f1e4390002143b757139f6477d88b81d215f75cdea2fcea4c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a414c2b66898ec20de3db6504e2311ffc671bcf651ac64929a6f255451656722
MD5 a49ede0e999ce16fe594d2550616c792
BLAKE2b-256 aa54105398f0669f3a92b957a32231c7be29a03a7e7bacc8f55e4a5641b8338a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 78e1e10248d6633aa10838fc2f03239fc20d21b7fbf081b16c399a2bea176d2d
MD5 c7584287ba681a1a9946366684d007f5
BLAKE2b-256 614cb2ffd5f958cf22da04c001ab1cfbbac559957a544c1a71dc8b97e5723ef9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4ca5cd032996d013feb15a7ecb5a42427f0c58f313372dd1bae3dd4d61e9a31e
MD5 e64355f4161be9f1f4e44c629a9e5c40
BLAKE2b-256 cff15d32f665cc89f9521b27d9075607ff9ac2d4d7efbf08121f010a077f8f8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 efda5579d80c1201ab2334a675af8ea06273cfdcde1ea05cdbad6e71a3b0a639
MD5 060781d7f98718b979a1f3d67f290183
BLAKE2b-256 72e646933f4944c11d9c84a663d84ec2324b2c17c86c6d9e9221bf5becd2c74e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a5984ab5028a7ff608c2ec12768791f4f8dd21cdd158e14cf52148f03044623c
MD5 44df65019fe36e1ca9734ba73ce5eb61
BLAKE2b-256 249272db307ae0c97d093b7e75d99c48edb56a7474b2fb29bcf89214ae2e9754

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d2b24f40319b5663641f78af41ba955d4c5df425d7418e27075346d3e93c8ad8
MD5 6805b83b3f962e7d1c0b48a4827e84f5
BLAKE2b-256 9e387009826d5b11461c0ecacdd9d0ea6d134843b14fe9ebd285540d5a5fa54c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7d41b1badf89df5620349d1f8f5b384dd8199000957d759c4b6e82e0685684b8
MD5 37ab1922f6c87a6474db2fcdf30e1fc6
BLAKE2b-256 5f278741cd8118578b1b31229a31919418447b8162bd4be1167072585fbd1927

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c76500d7f3f239c66efc8b3ecd61cc6e93a047e2c403115a1bf150d6a2aa3c42
MD5 e73340e4ba51861b6868fd6aade2a99b
BLAKE2b-256 be4fbdc09446ef6ddc459724c934b36abb8a167b60cb3a622b4f7a68a503bbee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7fca86e804f88a2204b70da10f9cfdba81a16623c6c8b78342deaac1befacc3b
MD5 8669628244de1567f71a9ab2f85a67ac
BLAKE2b-256 6df2041b3c9e5a1773c21b1a77245d1a9f8808d560927c062b9fc2afb2b18906

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3eb09d826bf9b107d7d325abfc3358be5c5e333045292cc7b52de1b1a9e815db
MD5 022b52198cccf48c0d035b7001516785
BLAKE2b-256 1a86f5250993d84c57a0fd8ff658a7ab430f216cd97c7b1f3244cef4523bb626

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d82350bb6524e1f8cc350082e14c98ebb4e4a2f995a0585dee010cd13489596a
MD5 ec6802f9b43e24d48d0ac77e384b0233
BLAKE2b-256 21dd26f00dba1f44e63b7c91ef3d6e78fb4a169745e5c9b92cc2ff8c89b40636

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6efde69bffb175aeb2f501c8f9d9eaff0f757396d0ca660cc4a847239c3070bd
MD5 a25f8582b2b56e291f9ebe3d44ac8bcd
BLAKE2b-256 f3800ef4841c5d0d9dd7491ad29774aa0ac156323d2ab051a629fd5f705c3cdb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d356ab0c44963190e30269fda02ca1d211bc47b8cef73b1cdeb95f12a231c0a
MD5 08e5fbe3445552247db1ad3780fd082a
BLAKE2b-256 16d8e22bebeba2464343ceff62250345bf64090e0fc7d74bdd06ac4829bbac70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b3e19f604051c2d7b114c2e26977240aadae1db66f24d7b15ef0bd9365343efd
MD5 e448944d5775aacdd04130c31551641d
BLAKE2b-256 c9346db6eaa57d2ba21fc1d76e3542f3b514c5055453197eb1dca67643b345eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6a47c7c19448d866fed3a6f1ceede11ef76622963d5fe86e85c697d18426dde2
MD5 dfe6cfa0b69ec84c62b57609fb7ea02b
BLAKE2b-256 af5a1aa5f36854397e4f983aa79f6a6663cc6d910b9a6d8c072fe5671638c2e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d7371107b80493e228b70b2aa45e7c5f4ce96ac18d98e90d44113ca0107cf654
MD5 b9ad3b40a384717bd173b1c39439583b
BLAKE2b-256 237ea2748ca8685bf60bc2a812d5c0c9ad7057ac54ef110b9434f1bb0a3aa575

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9be670e57d74df3228224e3a4c4939aac217dbb7ed9ef284972f2a3f66f6e5a9
MD5 66762606ec64e2ea9943818c12c3a12f
BLAKE2b-256 85fae2680bf7e740b2e22a96b8e25dd9a2dcc7e3b296e732cb0dcd3cc2663a43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6f282fd3bde1e047b524d16e18edb6701d7132711f42d7005037e7b83c653a70
MD5 8b76cb4792f9202397b6f20c9e7e319c
BLAKE2b-256 92589f6a0ebb1fa7d83457ca43ac5d3777c94208845e726be1df1426b2e89b67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c3aa2fd5e32e400c901b554efbd95481b9cc7555ed66d80e9d762a38428b6366
MD5 dd6e6d706c7f6bc6bb342f308dfa32ee
BLAKE2b-256 d4c72fa3de836caaa1eb0d770959cac1aae549c5c802c9add44e3b747aa0b303

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3865661ebf083ea6d4ffb779b9f1c5620203c42abc1a86e954702cee12c6f191
MD5 7f13d11859485c828578080d43f356af
BLAKE2b-256 304ae70f5964828e87e2367bf629d14839da1b6a2ac94637d227fd4db3325f58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dd13a1aa23861d7688a681fad72bc10c8a216aff9022ff8e4c2a7370dc4af76e
MD5 14b876ddc9cb90523fbf4a91507608fc
BLAKE2b-256 8ace885d5b5f937d801fdbb479cd83cac554f9da016aa2399f23efbe48353c7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.3rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 483d1ee967191cc7f80109c35d77437d76a4da894b1401dfb354abbbc46e3a25
MD5 7c94172c53b47a3b2b563274bc2d2ae4
BLAKE2b-256 99780a86bb6f3376685ebb88398fc38059d1c153598fb2b2ebc85305a3f09662

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