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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_pari-10.8.7-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.7-cp314-cp314t-manylinux_2_28_aarch64.whl (83.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.7-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.7-cp314-cp314t-macosx_13_0_arm64.whl (33.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_pari-10.8.7-cp314-cp314-musllinux_1_2_x86_64.whl (84.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.7-cp314-cp314-manylinux_2_28_x86_64.whl (84.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.7-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.7-cp314-cp314-macosx_13_0_arm64.whl (32.7 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_pari-10.8.7-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.7-cp313-cp313-musllinux_1_2_aarch64.whl (79.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.7-cp313-cp313-manylinux_2_28_x86_64.whl (84.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.7-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.7-cp313-cp313-macosx_13_0_arm64.whl (32.7 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_pari-10.8.7-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.7-cp312-cp312-musllinux_1_2_aarch64.whl (79.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.7-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.7-cp312-cp312-manylinux_2_28_aarch64.whl (80.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.7-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.7-cp312-cp312-macosx_13_0_arm64.whl (32.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.7-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.7-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.7.tar.gz.

File metadata

  • Download URL: passagemath_pari-10.8.7.tar.gz
  • Upload date:
  • Size: 830.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for passagemath_pari-10.8.7.tar.gz
Algorithm Hash digest
SHA256 0ab55a4ba359ff05a611469d29cea1e0d84860fc262f892fd2af04bc5bece02b
MD5 fb9131f8efbce9c03527b4665afad053
BLAKE2b-256 389a829b22f7b9e65dc779fa99db77e769c77df1a195a184dfa091574ced3bab

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 57256ed59e70e94dac7d9f946ad425e8ad384101e3997c61ef531d275f433c96
MD5 a5ce9fa0214a2a790be3f115a2f7b98a
BLAKE2b-256 e265424373d58d792e27a569ee7d44909fce17cec499fa3b00f88f810e24b8e0

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3fc63f3bf699dfcd70aab4a9af7556baf6663d0d3dfd1dbfc49032937024a4fa
MD5 1f5b9c48ab5f8d2d50a57951ed316044
BLAKE2b-256 bf488791c6e7de6202b5c85368c01bc3dda97fb9f613f0be60c657f425a9a0e4

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 33ccf3db241cfc6b0b6af33d232aa340a19f8534529f6f381ea959e084d803aa
MD5 b9cec1800c5ee094eee68e2a2ef3da6c
BLAKE2b-256 6f9b41ec48abd7cd94b3c939520185488ada6fc81223f058131f9287564f7047

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ae42f5c4c40cf11bac2d98471699fb53b4bd2eb407a6f5f2722ab17644429781
MD5 0206fb36c35d79a766ad1875f76c1dfe
BLAKE2b-256 538dccac4970ba7550a7fa42785d064968b961f2a752ce02a35ca308cb0dac51

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bed252e9235fdf14503f085f75ef710e56ac68af94a8b57e4681f65d708c9d39
MD5 1b58c35858a0fb79aec103570e0b2671
BLAKE2b-256 ede987af17b850121cb6bb36fcef6a61f96b4443235addef8c7158b5b71b1d76

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 eb1d9dd35cf0c13513f1dbeb40e969ac30ac4f604f97dc8ad63ea6003c233c9c
MD5 81a3526168d8cc8c4e33964884b8640c
BLAKE2b-256 298e7f602d9291fff85b0f98f311a69f411f1629408f14023b33a1d16bca93f3

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 82560f776c50ea817b828fc713dfff377ddd9da0338b64356cf322454573cef9
MD5 507bb49977ef203f2053a8c83cec528b
BLAKE2b-256 679896519289258852a4ff8c56fb3cc31d7aa22f31bcfc2a945a60d22f0262fe

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 81be5ed8acb607b461d17fed459056270fdf222da4ead85ef72406a25d455c87
MD5 f37db7229e0b62080af3b06acc732d7b
BLAKE2b-256 69620e8d14324ebb499ac0a22df8122a49d07eb49120416c7bb7ac301993350b

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 154c1c9b2e5a6ae560aebc961eafeb7b5a91291d72c4a169dc59a195c5e48a80
MD5 5d02e44b1380ecbea8fca826ac02222e
BLAKE2b-256 4b5f136f24dc508e1e482a49fec8b0bff9f7aadae1e73e2f24906679ced91ffe

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 634660918541e6c0cb3f1d7bd73631be6773b17a2c73e19f91aa5a7eb9658e77
MD5 9778acb4f774ed562cd3770be54f44f6
BLAKE2b-256 64a75404130980628562055dd7dbaf80baebb5ddc1a75422699899c79723bcaa

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b8a3f8cc95b5a0a1ad2e5afc965bfad7ab2bb8460e071cf67f57c7ca85272c20
MD5 826f8ac5404c7e76dcdfb5c245c8f8e1
BLAKE2b-256 1925fc9236b23fb5e66cbb1936a4f02341b036411048f6eb54ca452ba5a16d66

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0f54ff31bf7c821c0af2a858b5894ff279c03503c3fa01b5a8915eee2b57ff47
MD5 0436f7daa24f0e2b7395ba786341856f
BLAKE2b-256 7440591592bd747dbce98496901c57791073b2857f010afd0580970bf1479a67

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5517d34ec14722b36e271b065b7475076b51cdd4ad542d953738774af8385972
MD5 c0038ec9b755cdad44b7ee884dc54efd
BLAKE2b-256 43dca60b74293e3801cfa1606b3c7b02d312b2a6fce6744e40d88cd87cadb519

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 061ebf4cd73f165a4e86525da31ad71fed78a3a82958ed98289138930f8d7b2f
MD5 70f89887baeefeda149d401b88df86c2
BLAKE2b-256 d972a56db8c37c5e52a460d2aaca771ae0ad3d9e66f5db3708d0cc48936da6c8

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c329870db4f7b639f37ff54932d289dddc5e4fb5975679067de64db529645293
MD5 f212a4162b408a2d5b8ced652bb39217
BLAKE2b-256 593336e5d89ca0f3cd988ea3b7b54f57afc38c8d41c43f86aa886bdba266f765

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bae6e06031360836c83db460d23af9e5bb7e5a4d62d69de5eeff5d5547b56d2d
MD5 a81810f251ca08e2febc7e300dfe7e49
BLAKE2b-256 e58fd354ea687b5bf7f1ac8739363aca052357490e9e08a8afca1b0b139dca5d

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 612beeb24b95aee5843b4bb9e050ba7475bbdf06393ddfd2baa0f439244f0d7a
MD5 22ff570f66146d8737c8565f5eeab16b
BLAKE2b-256 0e6ab42cad9aa68324faedd4df2517e917732ebc1d0a63a9d9e5914066c14651

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b6265c09eb31e46f39c9627d19e0d76121876f173f27080e5a9f2cd89a3cf754
MD5 5a7d976f3d9e8b178d8fd3cf0e646905
BLAKE2b-256 088ef99f94f77d43156c98f2407a90d1ac22f8c22947373981eb622368a7cc53

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a02e67c83a1d5beb10fdf38d15bdd129beb97dbe82d96926915315515176621d
MD5 5f31814865822bce811018c8e5e2f342
BLAKE2b-256 43f26a4b32fbb006ff0e8223b22fdbc3bf823e42329d311328a58175a13c8008

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ad0635b0ac5094d29b2394494050a1ec828bdcbfdd376b6e0f042f6bcfe98ff5
MD5 0ed58b7b160aba225a03c25b60b6bd3d
BLAKE2b-256 d0b94facf4e7fd686e441810170b7bf794b87eb5c793da2f220dbb301679c844

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9cc4b41011772ec2855e3bb263fd9ba74c4433faf49c7ecebf426e6d65c8812e
MD5 c0a49457aabaf2ce65255d8d635e9dff
BLAKE2b-256 905c4bef01c6e4b83c372c5cfac5090e12e133c85b4b11837683311fe0e51d98

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f87ab3789b922a424f4eeb17ee92ff2f16a7163d36a9b13a0ab2225269aefcd3
MD5 85a9b6248ac8e3556a96c4e843400dff
BLAKE2b-256 6e82c78026906667ccb395c8e7cbee8d31f4f8262ae76b106ef13c2f733c1bde

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 778f951fdc511c7a44cb7cc5e103a34f68d6b1d026d5a7f436f68244c6fca594
MD5 3c201050ed6531f0336d34c43e8251b8
BLAKE2b-256 9e388dfcba7bd43bfdf1f1bed05d9d8131727d5f8e120497d8b53fc145a0aae4

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d4c9bb35efe60f77bff5f3b6e68375b287531de0d8f9a9943ada74f774f2ca48
MD5 ff314e25e8168649efc5de052c4e10f2
BLAKE2b-256 702ba393188acdb9971be9cce5063b401bb9f6a56bb1fe69498e9ef544002483

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 824d23821261d747e368e34e646e85bd90acaae56be7e6109da7a408e0f469bf
MD5 476e5f35a7c41a34c3699ac963b18182
BLAKE2b-256 89f2d62a6446a4be7c2344fb8c154ca62ae1472dcf5f1d56006b1e97d67043b6

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4b3a1baf85cc3414325fae58ebb744d2a6a271b1f2c74aed2caeda37be2a03c7
MD5 319b29716091456304a2320c623651e7
BLAKE2b-256 5d27f0376a1e15a4bdf1d2ebfe3b1758a68b234b4e0960a96660b4eb81738498

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b3c575d363d43cd2e83b6654521e2f74e6c73944e7287a676940f26f142a6cb6
MD5 13b4b0dfa562edaf33068457add46f53
BLAKE2b-256 95d102f06f708767a5bad44a134fdc385fbf4931955e0bd6a8093c3e987447d6

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d6454ed326d4e30e591b817c9e075b6522d622fd25c6b8ba27ccd04c7bd8935d
MD5 b0882e911e575a171bee7804bdd05e54
BLAKE2b-256 41de256a84271d38b03a1498995e1f3d9082e836c35567298ae9970d91760e94

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5d4a33e1b0e0648f8fdd66e609c2bab390f76daf4f4a3dff06fbe07f6fbf9d3c
MD5 675bcb4ddcd32e02dbba7e3bbed8516c
BLAKE2b-256 3ea83ae4c428c91511e988cc61407230a65489033c5283f8627f74ae3c057a53

See more details on using hashes here.

File details

Details for the file passagemath_pari-10.8.7-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_pari-10.8.7-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6d95abd85acec58ed78773a6f3db265e7ebf1a65e2b40bc7e4098b6dd741311a
MD5 b70819d976b08bec5e82c45d04cd813f
BLAKE2b-256 c4c7c9a06d5a9720c23dfb49f827404806fbe3462dba312c0d1d2d177e7593a6

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