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 --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]"

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.6rc0.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.6rc0-cp314-cp314t-musllinux_1_2_x86_64.whl (85.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_pari-10.8.6rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (81.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_pari-10.8.6rc0-cp314-cp314t-manylinux_2_28_x86_64.whl (85.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.6rc0-cp314-cp314t-manylinux_2_28_aarch64.whl (83.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.6rc0-cp314-cp314t-macosx_13_0_x86_64.whl (36.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_pari-10.8.6rc0-cp314-cp314t-macosx_13_0_arm64.whl (33.2 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_pari-10.8.6rc0-cp314-cp314-musllinux_1_2_x86_64.whl (84.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.6rc0-cp314-cp314-musllinux_1_2_aarch64.whl (78.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.6rc0-cp314-cp314-manylinux_2_28_x86_64.whl (84.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.6rc0-cp314-cp314-manylinux_2_28_aarch64.whl (79.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.6rc0-cp314-cp314-macosx_13_0_x86_64.whl (35.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_pari-10.8.6rc0-cp314-cp314-macosx_13_0_arm64.whl (32.7 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_pari-10.8.6rc0-cp313-cp313-musllinux_1_2_x86_64.whl (84.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.6rc0-cp313-cp313-musllinux_1_2_aarch64.whl (79.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.6rc0-cp313-cp313-manylinux_2_28_x86_64.whl (84.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.6rc0-cp313-cp313-manylinux_2_28_aarch64.whl (79.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.6rc0-cp313-cp313-macosx_13_0_x86_64.whl (35.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_pari-10.8.6rc0-cp313-cp313-macosx_13_0_arm64.whl (32.7 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_pari-10.8.6rc0-cp312-cp312-musllinux_1_2_x86_64.whl (85.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.6rc0-cp312-cp312-musllinux_1_2_aarch64.whl (79.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.6rc0-cp312-cp312-manylinux_2_28_x86_64.whl (85.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.6rc0-cp312-cp312-manylinux_2_28_aarch64.whl (80.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.6rc0-cp312-cp312-macosx_13_0_x86_64.whl (35.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_pari-10.8.6rc0-cp312-cp312-macosx_13_0_arm64.whl (32.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_pari-10.8.6rc0-cp311-cp311-musllinux_1_2_x86_64.whl (85.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.6rc0-cp311-cp311-musllinux_1_2_aarch64.whl (80.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.6rc0-cp311-cp311-manylinux_2_28_x86_64.whl (85.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.6rc0-cp311-cp311-manylinux_2_28_aarch64.whl (81.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.6rc0-cp311-cp311-macosx_13_0_x86_64.whl (35.7 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_pari-10.8.6rc0-cp311-cp311-macosx_13_0_arm64.whl (32.7 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_pari-10.8.6rc0.tar.gz.

File metadata

  • Download URL: passagemath_pari-10.8.6rc0.tar.gz
  • Upload date:
  • Size: 830.0 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.6rc0.tar.gz
Algorithm Hash digest
SHA256 d32808279593506a7c8fe515c8b469741e24805d91b36c5c006a53a45ccb2aef
MD5 fa25393802f185d4c895ce3d00ac7386
BLAKE2b-256 0974a989604fc60dc9fce971aa8696f36e9698aef2a52a08d38f84f0b2041b33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 df01603c62bed1c7c3cb519e9b666aaa40538fb4f91b5c8ed7fb914aeffb009e
MD5 9887be0e1ecb706ebac306bbbd656230
BLAKE2b-256 dc5ea814a383967c2bfa3a481b453c857e8029df7e9ec012601f6f775a432ba9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ff2324a5080d06083ca14258867dc22b3ceef93c93775603a7bcd9564a42fe1d
MD5 5637313beb878bef3f4646897b8e19c4
BLAKE2b-256 96825ba59b2ee46c6505b76d8bf2df67192ec3227813393ab3af70b5f811cbe1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b3b92e92f9f69486bd755cdbb1132abc708527e77c002b5ca6b99ed39e49bdd6
MD5 5e6dcee2c72db9e6f5289a39d3c8f0de
BLAKE2b-256 3d6c37fae85f62bf594bfeed15140f8ee4780607f1a0a830a0d716c738ec0e15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b57db339f595d9aefc03259f0ecc5b22e041f6cff2fe54a1dd7f59dea2af1c05
MD5 0c38ef203a8fa9793db26a2cf47a2be5
BLAKE2b-256 3618665f48b002110b6fe195c9c0c0e954c129e3a3c4993ea37d0e35981abd3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3c865ac87f96c8ae50d0c5235baf1b851d26c85019da886849efcd1394cc64fc
MD5 3867055f2523cd7906439004c530cd21
BLAKE2b-256 d3f435805a8f71d8121e5c22459c5fd7740eb84a6bba95128dbe01acc1f7b8bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5ded6ffc4b1a9edf34fb27aca26092217ffb1ad3c64e09adae7fcc17527107d8
MD5 fa36cd5759b80b1ba6aab3a31ea568bf
BLAKE2b-256 2073a4a058dd6dc5f882b8cc74e47af590360265c32130a4225325369c3bb193

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 99ff7caa5f0642f53bbf5974d4675f214da17308bc5247e4a1c52604515c01ee
MD5 85c8cf636871365778f52a590876e79b
BLAKE2b-256 9cb144c95fc6e783fd9093fe26c975ad681e337457516359410b6cd88872d04c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a812526eafae5f0dffd38f2bc18c2f35de97243fc7c24d73fe62fa21d42617e9
MD5 81c6294b9f0206512814fdfc8f6a0415
BLAKE2b-256 94bec1411adc8cd45c8f97788facd49be29a0b2e60e966f01bbf9a9d22dfe227

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d389607a89b996c469d0fe2c67fc46740b2e81d8abb3021c25cc8cfd63460b3c
MD5 854d8a6c8fe9af2cea8166bb4186e920
BLAKE2b-256 01653e288b3338fa314cbe451a46db5adbf3cd78665471e0508d9467dfc79206

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 37e1b9ac61011ef761baa60c4c2854e28a62d9850441927a5f7abe39f6c62164
MD5 6a97ec819a21302bb285e628b8e5ffa8
BLAKE2b-256 8e5c072b634fe366d9198a674c7b3156d8f8b86431362ef83d422d136830d297

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3f7a2ad9a899e9739b5067150ec98f372713f528418d2ce37d6af3fae49245a4
MD5 64cc3817716eef4a7d8476d2e0142988
BLAKE2b-256 0ab27618ad80c206c918981cf9ec101dcdde40c1e1ca66e420d0296e67e6570e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0e70316c02eb677df6d9eaa78713bda4f6bd478d6cddef665f34bb2138cae072
MD5 c744707494fd9fc32cc66f73e5d74c45
BLAKE2b-256 fb89809bb437dc79aaacd574ae74370e43937b70149861b2e5582824d6aa2e01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a62f9c7db25984cd8870291ae73570030910b49af35556b3684e0b81e4c2bc0f
MD5 5787be4c82c6e4b684295467dccc9768
BLAKE2b-256 09458804d538a4fd2e89642b606675bad1995d245eaf25ad730d55b915ffec8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9f88af77964433a1d19b3d77f31ad236ee5fa4506a1f66ccf2f1ea733e922ffe
MD5 c71c110baef4bc27a95d99690b8a5027
BLAKE2b-256 0cd6aa65ea2c64fd431729041a82ba7ba75f0ef51934843f9e057ad7d3213386

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 030f4c9fa9e66ad7bffde873dd492eea130166b055121ca050751b5a5e29382e
MD5 13f9853a6829a8e15b3393352e86dbd2
BLAKE2b-256 1e5d259e169d88d4c1b7ce8a0874e1b469627f714fceae862c2461201769681d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 62b2ef990abc7fd80a2e84d12e65f83ecebc93c26228364067b7527f093f1004
MD5 8bca8d0ada7fc0c8c1d39eec5375a286
BLAKE2b-256 034b6f17e9c5745bba2d8afdb8159ef2f0a79e36cfa24982e3a96cd53821b9ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0d9bc54319c7ec99f04cb84a1c808c89a1ad8d845d1b28f77a67f0aa75dd5061
MD5 16a2b49d581d5e81cd46d59c42607b58
BLAKE2b-256 2a96ca6d3f4737a7324373f601a7e6dd54a2ccda76909b2c07ec2114b6174c5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ef5cfb499a66ad01754fec85178c68dc93c9b2584d7769b6549b8e5304dbe9bf
MD5 b384716476dea4f661aebf882f8dff42
BLAKE2b-256 a01c531a3485711faee55c9f69d2833cc2ae16af1677fb5b2112fe312d363009

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7613aad46455e8e89c3c34feee6a51a72196b8642d8223bd69e76d7235958391
MD5 57c029e91574c7704cab6b2123c9de6f
BLAKE2b-256 651406495cd3c3830db2234b61715d052cbe923ec889320e34074690842f31a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0e659e5968f58fb53bcf53081162e417a250f4dfe92cd3fb7483704083cc2cfd
MD5 2671bc021791da986a455b42db0e012e
BLAKE2b-256 9fe3cecca4e0b639feb398835e3d5dafc402d43d1a6de34e167420ccaec54505

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6022c779a4534012e91bf09f23566d8b4793720dae0dc6d838ad475dc38d8f18
MD5 2430d4b2eac1e301699363c2bc4a6fb5
BLAKE2b-256 d8aa9a2fb48bf51857e5aaf4e3b0c835205cafc5f5c7437040b5a65e691fbc99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5b57adc5e549187655cd0a66e4e581eb833bbe3ecba7ad8a82b0323ebd4487f1
MD5 f6048137e7e2b2bfaf885609d9e3a0be
BLAKE2b-256 670607c2dd5a10cae1628e8bc788b2995574d978552de3e5211401b4adfc69ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d1cce6ff01e3eac2fc2a4be4c2e26ba5c814037e3f6f2ec724b1f2aec7cdf70f
MD5 9a94f7122d43ef793d5b056311e8ed17
BLAKE2b-256 515bf5ab5d9022f6c4e9f8f34a8c8bddd0eb8db7a699e3617e7af42f8c666d97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 25ed312a2e966ca57d04a6b04c2b6092f49611da789580d021e38bc72cfc0f23
MD5 6c87f1f69e26e731a9881577b44196f8
BLAKE2b-256 df75c46df0b6ded0f39c0123fdf4abc497f26bad9e2d0f284c5910b84413b794

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea85153c6e1a5d7e7ced875c02153c80e768393c6bdd21a2e246da7b71a826ac
MD5 7e1e597fb8544a110cfd0c9311179e4a
BLAKE2b-256 401d7525b10d7e4d888ec1af9b25713e9820f546afa30d919b3f23799411b232

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f22c595cf64d15d5dc4980385db7b4353b3cf4056521592bb74a031a4c142e0e
MD5 d8f789fe46f91a2aa742056fb944526d
BLAKE2b-256 a9109bcda679102ada464b353b980d740f1cda60783e6358d595216462908f2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4d3809be1339668a6151d3c5f1a8b8659591c7f1fb375db1f6bb837159c06e94
MD5 f203a9f1b0431d92ad781c69d2375d24
BLAKE2b-256 de9fd36a0e2fa4eedfd9d4b4b0c095c25f8d1d0e6ed45ad6b52a81f6ba554663

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 840d6f261c099f54e63fda09860c3a2b5e7d1425d978452fd9c9fe9e21edcb3d
MD5 8d27bbf47ac2f3fc224785341cd38528
BLAKE2b-256 57991dfb1ad63ea9009afc57b297e147adf015d7790349a6524ffc829c63df28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d4999be8a3cd7d7d767ba78f33731c97f30f5764eaf97b1c9adb5524b50602ef
MD5 a18418e387e2655d1cc299efd0f1a5ba
BLAKE2b-256 c68a682cc29a583eaf6aa44a413ae85c35589411a7cebcbaf17958e053c50e35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.6rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5c20130ed6c7bd7c7cf85aad5c3ca43e44cec5709802dc534652144d45d11ada
MD5 e63efdf64b2528ae4737805a04446088
BLAKE2b-256 42b8a82c1be6bc7763e742582b82817600c31610cda25d1acf72ec2fbfe17555

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