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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.2rc4-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.2rc4-cp311-cp311-manylinux_2_28_aarch64.whl (81.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

File metadata

  • Download URL: passagemath_pari-10.8.2rc4.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.2rc4.tar.gz
Algorithm Hash digest
SHA256 34d8422b9e1e38510cc6ee1489c2dc161be501ff320d6b374f3a8ee43c75a060
MD5 085df45456339966d5615aee6fb5c190
BLAKE2b-256 c855fc4c68996e5122f89c56ae3062a61a958d2e8a3dde242ba5ff119c5b04c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 69c36d2ae203e6231bbdd297dd607469f51b54a519750f5feeea2bae73b60218
MD5 5705de64ae29cca55928b134d8dfe3d7
BLAKE2b-256 c7d227104b0a1204e192a2ba76f42875482b9977cb281cd79b2e64e85de4b6b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 83758cc25fe536f7b46dd81935d4d654c9c3214df56f34f967c38b30b6160e2b
MD5 7df77de87cb60e589f91c13cbe9a82e4
BLAKE2b-256 a68b35e3fb472366c88041ba623525924f2af7099d0a0613f43a370c633e16de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 97f1460f27d700c7b9cc593448bd8f8fe9ede83056702a0da7b8b7192a286aba
MD5 7297621171ab1224f7f099dacc6c1364
BLAKE2b-256 94d45af79d834712368c5c25b6c438906f973a3bcc13f68fdf55842983d1bdb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2941e7154afbcec86310fbf08b8db6f9154b035b2d20770cf56ccd31eaa5c465
MD5 c8be312069ee561344fb649b6a6f12d4
BLAKE2b-256 8b5d15bf96d46a068523e92b28be2691c13102ec7b9a110eb64dc5b3db155280

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f61f0c1d30cc1e9b9058060d45690776d93c95f395fe4f4678ed1db8f68ed9ef
MD5 8a77fee155a180cac7a5058c0057497f
BLAKE2b-256 b9a974bab05bcbc73d956a1ec6790b7e43e04e46b31740ee41b776a902432686

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c263bd188d195dfad32aa45786bcf9743b45aece5e7171c481a2ba614c9690cb
MD5 07707a0e4c87efa3b70059d01bdbe3ab
BLAKE2b-256 4cc1981ce681a5f5a77c4cd80e69632bb05dce4c99dd9b5ccba8fa9b7e834a27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5603d418ebef64e6ac410a53be1b20e4672a98996fb78d3cf0ed736ab76f2f3e
MD5 86c7888c7a80df0900bc89529521c063
BLAKE2b-256 d543c2b711ada65a469fad99f18dcf0e055f1e884f87920221afa1727ecfc5d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5bc7e0fb2b9c0341d712cc75d4f1e93f93904ba0387216e2134be55158fb1452
MD5 ccdf3069142ed787d2ef98d3c6d811a6
BLAKE2b-256 8f9a95a976ad9f99472ed8791c25a6f1c11e07f47fe2e7940b77281d00249388

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3f14dd69ec0b4365a28bf0df08c5b7d93660bc9c1887cd4a48f3e58f26175ae3
MD5 0ef325be9a644ea13ec28e953411a4cf
BLAKE2b-256 287c435d8a267e2db5f3edd856832f609d54269f7fc658d100101c76aba70db4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 90f36c0dc63a47546857881f7b4ef10960dd74405f3e4b5a9bda79c8f40ae963
MD5 d04041b1c477f177819b898339cce4cc
BLAKE2b-256 b257866332da05ee89828d468eeac3ec430dfc9e2c39e9c18c6c2a730485241a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7186b3fc088fd4512697877efcdc840e0f2c9ced6522e3b429b913343a17f0a2
MD5 cfb76056a9967eed787bafb986251d3d
BLAKE2b-256 7696f36a67a2edc48943d96fae2e0984a4459d501df2e8947697cbd77b4b372a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 77610e7b918e9bbae8b0962b2ceaad032dc3d2b76a4914e8208383b9af88d126
MD5 afdaae787bfd76909b569e09757b463e
BLAKE2b-256 0fb0665444a57115e2c9e613e4aa86a59399dda71b6c3d02740aa8ed70187b21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2029db32e4f83bf909be0f4639320ff02bcbad6d156adbc2f89c2148fd0d58e0
MD5 fa4c04f9efc0bef5661e34daf34e3362
BLAKE2b-256 724b4e3bc2ccd6688aa456036573a684ed84ecdd1d985a0fb7869a094cb50275

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f57fff7237b11beb295ccd6f5819aed3689ea0347ba86c87720fb778b3465ee0
MD5 a7336592188230cf4001ce6e988e1f6a
BLAKE2b-256 588c385ef69168e26da3fe40f71830efa05dc3c790f8f7aab94c50a89d76a86f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4ba377bb0aaa74ca9d8c3ff46ebaf1a808c9712dcd44526db38e8036250b23f9
MD5 1004850c4cb09731f88353fe5e2747e6
BLAKE2b-256 b08acbc87c7d5efbab4b8944da9ebdc0ce0f9c3c0976f118e92cf790e8f168fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 96011f086c50049a03f731759c0057eb4212cd5590691cdd172304f670288f37
MD5 4d4765a940bcbf4fee018262369c242a
BLAKE2b-256 0bd2ef69c200ec62631c07d3cc883de01c05c426f817d22ebe616fdc3900ec16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0a0061aa6d5e4c48b9501379cddeb34d5c73dd0cd979affd3830c591ff3ee979
MD5 328be235d4ca22e2ae361ae65e9f5388
BLAKE2b-256 28632a57180cf91b2a72741c99da834f84824591b9c818f2aa48f0586ac1ec73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d5de3cea79b65d38c0d4d37580a88c037223be432e00fdf5919adfb99ef323b4
MD5 4e689087a1454f7edfe64bbaeae999a7
BLAKE2b-256 492460d83991ee293736876287b306be199d7cc948b3dd52ee9cdfcd2ca07ec9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f6a565cbd3b1498c08307e142b72d3d80b32db0e3389244527d3fe83ba5bbf93
MD5 4c2d2030c1bc26194d26725d9f843ac7
BLAKE2b-256 dc251c66fb9ac89c3a969e807ff2bdd62c48aacdbb2902b9b52b20ecc59e6eb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 91154847527012279baeda3834d150c2593ec7cece6312cfa6ffcd032eb8d75d
MD5 d27ddd9f24371408585a80d0c4276405
BLAKE2b-256 74f5e1dae9e71310f35ab4a8a6d363c8a06eb98dad0258e3ade8faf791ea76e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f5f62e1bbe1b84e16918ae52dd39129b37247ddf0efb1b5411d60544196d444b
MD5 4de5d1865c53292059eb78c5dec05a57
BLAKE2b-256 bb26dc9979bcc70ea1be9d5f98569eb9dcefd560072e784cbf0fc8c4349cf985

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8a444bc2e193bdec1217b32548ace1abe75a491b0ec0bb70e61d214ae8da662d
MD5 9bd13977a4f35d1b0f0619e61344eda2
BLAKE2b-256 6866844efb6a59479ae84da30b0ada72d4993c2e2b0dd5de7fcdd14b3b478204

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0092e72e8cc6d77696ead5713659fb9a27538d643db950fc1770274c7c9bae53
MD5 daee91ef9132e82ad2cfb0ab3064c809
BLAKE2b-256 5acaaaf577afd7aff95f0b509dbea0c5b5030070564e5c2b29e9a79384efd1db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ff7252e2d8061794c1c3079afd223e55f4d716e77d8f351d5a85ce844fcc359a
MD5 e9ffd61664651c96a8e5e5e25d3f24de
BLAKE2b-256 9b7963c1392590636667c8ca8066a335416c3a5e2e4fae9e72af2d99534be293

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1662734d0781311c99ba7fd5cc7a8ccba5bb504433e3481dd4777edeedc33aa3
MD5 19cd6252a95222a424434c842bdf4bae
BLAKE2b-256 1236580854a6c37ceb023a24ca9da9a69ac2f70fcecc6114b0767331cae91a33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ff7ea9084cd58cadb67607961a1cd57a7b53118f942b10a7527c4d46d6604bb9
MD5 fecab23559ae20dbfb70fadbd279d4e3
BLAKE2b-256 146e2cd350320a2c60351182961d15190c93d876905bcbb54ed83d092ad105a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 005805141384b1c1d4ab42d1670f9442ccbef9c13376629bf4abe1e3a1b86ea3
MD5 52bd5ad893f56a5d1c7496e3627fddd6
BLAKE2b-256 ce01643a13e47f9dcde40268c49bc5fbfc0b234f407f7a37022b16326bab2dfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 690fb9b614063afe01598feb324c37a375043e13a33886488510876c80cc91cf
MD5 01b64a30ff33ae391331f0e843a45694
BLAKE2b-256 8f77b68caf818c9e458ec998aeb7972568410fc1b5650ec502469f0172ed09a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2411b3916df6ecf67643fd10f76d1f51e3baf8f459429bb03c136511a8eb52a0
MD5 f43e1225d19b05488e070a748449d57c
BLAKE2b-256 7e6d92c3b23286e9da09ed74e0dee4a77ae9230733a63ccd029aae4866e73ad7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2rc4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1abebdf7f2eb969ec43cfbde3a72eb83aca6b3f47fa7ed774db3a21f4031de31
MD5 d49c413d05f7c5238ff14b0f3a74810a
BLAKE2b-256 5f1e7f2e2e023febb267e1692026d3427f2fbf47ea499b5fededfdb7cc0c3645

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