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.5.tar.gz (829.9 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.5-cp314-cp314t-musllinux_1_2_x86_64.whl (85.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_pari-10.8.5-cp314-cp314t-musllinux_1_2_aarch64.whl (81.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_pari-10.8.5-cp314-cp314t-manylinux_2_28_x86_64.whl (85.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.5-cp314-cp314t-manylinux_2_28_aarch64.whl (83.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.5-cp314-cp314t-macosx_13_0_x86_64.whl (36.2 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_pari-10.8.5-cp314-cp314t-macosx_13_0_arm64.whl (33.3 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_pari-10.8.5-cp314-cp314-musllinux_1_2_x86_64.whl (84.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.5-cp314-cp314-musllinux_1_2_aarch64.whl (79.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.5-cp314-cp314-manylinux_2_28_x86_64.whl (84.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.5-cp314-cp314-manylinux_2_28_aarch64.whl (79.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.5-cp314-cp314-macosx_13_0_x86_64.whl (35.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_pari-10.8.5-cp314-cp314-macosx_13_0_arm64.whl (32.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_pari-10.8.5-cp313-cp313-musllinux_1_2_x86_64.whl (84.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.5-cp313-cp313-musllinux_1_2_aarch64.whl (79.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.5-cp313-cp313-manylinux_2_28_x86_64.whl (85.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.5-cp313-cp313-manylinux_2_28_aarch64.whl (79.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.5-cp313-cp313-macosx_13_0_x86_64.whl (35.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_pari-10.8.5-cp313-cp313-macosx_13_0_arm64.whl (32.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_pari-10.8.5-cp312-cp312-musllinux_1_2_x86_64.whl (85.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.5-cp312-cp312-musllinux_1_2_aarch64.whl (79.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.5-cp312-cp312-manylinux_2_28_x86_64.whl (85.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.5-cp312-cp312-manylinux_2_28_aarch64.whl (80.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.5-cp312-cp312-macosx_13_0_x86_64.whl (35.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_pari-10.8.5-cp312-cp312-macosx_13_0_arm64.whl (32.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_pari-10.8.5-cp311-cp311-musllinux_1_2_x86_64.whl (85.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_pari-10.8.5-cp311-cp311-musllinux_1_2_aarch64.whl (80.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_pari-10.8.5-cp311-cp311-manylinux_2_28_x86_64.whl (85.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_pari-10.8.5-cp311-cp311-manylinux_2_28_aarch64.whl (81.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_pari-10.8.5-cp311-cp311-macosx_13_0_x86_64.whl (35.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_pari-10.8.5-cp311-cp311-macosx_13_0_arm64.whl (32.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_pari-10.8.5.tar.gz.

File metadata

  • Download URL: passagemath_pari-10.8.5.tar.gz
  • Upload date:
  • Size: 829.9 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.5.tar.gz
Algorithm Hash digest
SHA256 52fdfd888d138a87ab931b777668d7740911f2540b852cad22efb7a9b2dfaf33
MD5 4cc5ef68808d72a874ae7e41a09dce2e
BLAKE2b-256 e1da811f7d501545cd3374a6c46c66c58121b8a5357dca15eb8980e50e608d28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 550bd11371ff983b42a9ad4bf29c92e69e6b97d477171a483f25774744847937
MD5 2ea221dea3d2c3b9b59a9ef86b52e729
BLAKE2b-256 e3ad519486380507c7bfcc45cb325b66b14b009e98de21d16e2134a2fc7b1bac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0fb60518513b9d42d2e7951edbd7467a04a67416c5fa2ef899d151b172decd62
MD5 cb56c98cea99c25d6135df536698e4bf
BLAKE2b-256 3959345056aecc808f4e00c90a81e4b1f569cd049d25de0f4b096763c10437d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3c84ed69e1927bf4f52c7bb89123da82b7c9de8e19af34c26a19aaac38c29133
MD5 f820fa3e7fe95cc2c93917d51630ccd2
BLAKE2b-256 15b92c4bd03cf8f3dce0a84d1cd830191c6cbc806e703da0f0b452e1efea1917

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ce15322af08c04939dab21ab6137708aa0420f2fb46b3639ee22e1ea47b32efd
MD5 adc88c7e84c08f7f8a0615b08ecf2a0f
BLAKE2b-256 d3464c481350cc016bca78deb29070637d838506fe7c42c318128ac8fa3db4b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 125fa9496818acc6d18c1b82cf6ff18fcf5e9c6c6a40103111f7181980291e47
MD5 1c6f697d0b329d8121973c3aa1b095b5
BLAKE2b-256 d94f35050ad0909a98a55297bad620102f2167d7bd057ed9d4c12a41916250c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 beca0c137a49f5f4e0e2fd28ce8647c0a614ece04a78f09894d0c9aaedd609cc
MD5 e1a39e3eb05011e9d6e5cf7d68b40b01
BLAKE2b-256 329b2aa9ede5b82bae1cb42d60fdd58b1afedd9936427c466a8554037b0e099a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 48b8c3ab87832986c9da8b190a97c494a200dbcc6307156702a95f5b0bf1a167
MD5 bdc59194c6de085c7d92d5ef28475714
BLAKE2b-256 9a1667e21eac62029aceb11b8b774ca30ee6397c2ab529150bf363196babb6ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 88a9a3d0437ef6f0cda91468b310cc778d0e01a53fca703240fb68daac6568b7
MD5 aec7b86dcaddc4424ab1c92d22be20ce
BLAKE2b-256 3a1f18b71161f96c769a05afc32ec9cd237126d7c820baed69de7928417053ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f1ccf0dfd2fa8d0582013b1840116f66ac7544fa4b5e1fd9c8afd021a0007b7
MD5 0dd4bdeb0d817bece0bea6399787019a
BLAKE2b-256 c7c90ed5362b37ab39a4887847788757dd7bcbac437d9a96a9cb92fb25e05bed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4e552bb529a622b64074162187b4dc49c5688ad7d7609cfbf658f8407f0b43c8
MD5 42530c7ddd09256b495fe1b5b4cc15ce
BLAKE2b-256 8e33e727b5ea5fd3f226b52e168b5ac43370c6bc6514c9fab4e2f2f286a5ecb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 97eb23e67ab230260d6ba623c3cd04cec1c2ceb9568081e0bd788ea7736441c6
MD5 ae6e39b6a2ffe502cacf32655a45068b
BLAKE2b-256 f43dac23277f61a67a009b9f2c5038947b88501e475e8ad27174e46417678a79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c0e391e7cc98a9759c1c9f982db7572dafe93d7230f4d1ccf4cd0dc8b72ee0e2
MD5 444b3f7341cc7a8e680255ab06534283
BLAKE2b-256 85d28ffe185401862067267af87d5b4459c0f82de8f819cce946102bfd8c5364

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4fb06e4de945cc4a247d3c4a478d9dddd0535890f1ece2941cd59d4885592a22
MD5 8c95dc0c4d5c403c7d409296206e7b05
BLAKE2b-256 e1e53ca36eb4194292284ed1a3f81c0ce1b1529addddff304f5471744b3d2652

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5c16e1efe21f269ea0dd9eef84edfcea4e5f740ba76ff849cba5c19365185947
MD5 4f1f6f7c84af18afab9b4ea10c626bc8
BLAKE2b-256 fc7608bc137fafa24e12699e166b3451223681e8c8d1d9fbaf6c4320a9271f35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 680be78e5042a58121b0fc9ad8be856ef66bee70119b7b6c0fd813b029770384
MD5 ac9ac734a701d86ecf62c39384220df5
BLAKE2b-256 6132a411f307f8e1fffdc569c16247987dc1e0da057fd0a2a50fc2ba876063eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c14e1f0e57eb3357c3bd4f52ccd07ae6e14739a7c12d176d6397efeaa4e9c119
MD5 0a31df515b14edf275faf4aebb5d001d
BLAKE2b-256 1b96111fc7819d80853403da1ad4d7ce8cc519fc0429e26288556838d6746c0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 84093ecd339caf75f17e3ec9646e7ca6a94bbad8fca94548efbae7f757a75b1f
MD5 47d0c703aed37b2cff24ead8cb74da7f
BLAKE2b-256 24da865d5f3207bd8a2760f4fd33fed62cbbd8189fcf033bc3f70a1d13511391

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 eef7d085d1cf10a5ffe705cebb08fd1da3e4f388ad51b1fb137a533616e81cb5
MD5 1df38ba24d4f6425fc37a9897a509545
BLAKE2b-256 16faf34559eb64b1d4404fa4f2a4a82c086baf2e99298bca1d11b90314f921ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5324194bf1aec8d8d6d610e67afea5f7612a46c2a3ae5ccb7995db99d90ecd29
MD5 efc9591bd501733d23627d6d9e5204da
BLAKE2b-256 d5942ac695812dfd39554be311c86624bc93f769c74caeb01b16d292c5746eee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 42c002a23fe3e07785fd1bdfa5204be38552e3a71f7d4e66ad2329dec83d8455
MD5 8d1b3a2b033c16ad5e7ce6d316bf8617
BLAKE2b-256 bc7dd1d39388710e54ccbc238dc65b55912beadbda94f7cd39b35e3b81519bfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 07e0146747a3b90dcca7a1283c21efcf7dd068f5b46658950193b167807236ce
MD5 382e85f1ee63ef1dea7dc5c4db81514c
BLAKE2b-256 d25d0f408b0fb6ee4fef37fe838b31afe60780f89f31c4f9702e5f6285527aa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 297946746a80fc0239193ceefe4d8559ee59f6567e03541c0b5531bd8a2bfd65
MD5 d8fb32ada412d4bcdd4c993205ea842c
BLAKE2b-256 f735813aa88abcab32a3f8f00e798afb002f5027172fb36ee620363433ef6568

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fa4dccb9ac3ff757b16b44120d01d56a7086dddf98a1a03427d8a03f7cf2e710
MD5 79c0d3f05228b7aa07df90b7f0a36e7f
BLAKE2b-256 91a3832e2025d20a93f8dc4339fddad276d975a6b2a923546e0b2fa18109ba7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 be188314e1e42938cfde9213994cd05dcd2bd3a2dea6cea29fe6a62ba6236c94
MD5 d0a67727706bc97e7ba40d6c90c39575
BLAKE2b-256 cf2ea8562f7d08c932785d73d27c250b7e2bd58905f15babc9f6d6d8bdf5f1a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 85d977de3f533d6bf6de2918cc3cbadaf489ca44cb89fc0e86a771a2bc2d6341
MD5 5e1f288422bcfa7af1b669d97f3a3946
BLAKE2b-256 70965c367c8f19a1bee4070646192004c3b8bf2d59d9682941f471ff6f4bf445

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6cd1389eb5bf5a49fccdb75fc20c192b794c3c256f5fcc9b8286bbd6c44b7535
MD5 e35764e3d0ef9d1496a18c5829d86245
BLAKE2b-256 6c8acdc6bc858015fd6da9eaf00a460692caa02f8e041c0192bd69930309e694

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ddea28169ee685d31c2d250bde744cead1288afa904ceeb0d4a344501dee2d27
MD5 7ee0298a46bd6331ea1ed7d5a3260ed1
BLAKE2b-256 f542288d5c56bde8af0d0ff764ee334e56f6a20c38ee19db98c8ef52ac3755e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f64eb89d2c493e86bb2e4a87da93d7fcf2c86cb9bca14d795082d28a39ca4a85
MD5 137b66abc779cdcbcc74cf2e4d584048
BLAKE2b-256 9b46c5215e70dcbf9a00388cd4321ed05079a13fee27770c0e4fe9c7737c7bc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b5e1a65e0a93ef5bf31b41b3fbe57214771db96653e9d601a6807d249d8ed2e5
MD5 f77d7ac804afaafd8a87e8ea625834f5
BLAKE2b-256 f8b7ac43b1fde94ba529529d750f57a532af756460c17e0da324ea7f5bb1bf4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.5-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 84d02bddd059426225e65a93303fbee4a01279c3488e8c3d77fccfee26aa178f
MD5 6136e0b7ff18b8a43cf94523bc38ba37
BLAKE2b-256 28c0e544bbc1a4f3acc92a08ff20bb6410293e27ff208e49517bc34d8668a283

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