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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

File metadata

  • Download URL: passagemath_pari-10.8.2.tar.gz
  • Upload date:
  • Size: 830.0 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.2.tar.gz
Algorithm Hash digest
SHA256 96abbcf1cebba56bed1620eb398045db89c2b69063e760ecd749b7fad043b493
MD5 1b11d85356ea83789184b13e2358b085
BLAKE2b-256 be9e96a8aebf7442bea59074f118a8a0f9849a41dbeb2a8fa00031e1e0a3d3b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3da5f5ed407980b4f631fd83bbea7c7a85d2097c8fd8c80860b2cbd68f79c92c
MD5 e4dc54f228329b6c7b2e35e1b002ea37
BLAKE2b-256 e25f9358f5e17a5faf224ff70c7b26ab4449a4ea38a41361a54de47327c577de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c6b57f5fa49cf0af294d24a730f2fe15eeb9fa5ed2378c089e8a9c9745a81e21
MD5 5e25f1748d8fac9f67e7a689730bede4
BLAKE2b-256 fda62afb9d5349549d6c766943e3fb437f97f47f453ce39a51c362ec23f0d67b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3a4d642d48ada110745cf0240ba79a3534cc3afd4ff7324642b2f2c79fa0324b
MD5 166bbbf0852839b893b41c0f1e6ca48e
BLAKE2b-256 8bd69a9852cf171fff3c510bceaeecef3f25f26da4c4fd7a4122c71cf8c701b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d39cc233e75a99566402fa41446ed71d1710527debbdb3bddccf10a0ca6c249a
MD5 0b2affd9b9bebeae2dbc8407edd0c755
BLAKE2b-256 ef7ce54b7613da33fb7d84dd36f946b45fa8f4f96e8499aefef49965630f18d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c5f177ced2cf27ebd97548d72cc086210558420e5f683a73b53a07b9124add81
MD5 1570eef7e0b502a49369cb9e14f3f0ec
BLAKE2b-256 563754dd41a4b260bcc7905fc1f17a1fc6298a0f1ab13ef4bf168efe51a18838

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d7444500d42003314426300e9b421267119bd4fbf0082821af7155339a02fa79
MD5 1fda016c268e00009eb94b55b074c93a
BLAKE2b-256 9037ab5e0a84fe037c73621529a72aa828209f00f230de0477f9a4e35ea8df68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d922d1a84efd54a315b6d274b9dd97d5dc23f04e89039e5dfe85f7b396ae657
MD5 6d5f7242345f590b0d54dcaf154030d9
BLAKE2b-256 753bf853f0ce6907ffbfca3f4195d1e909ba421ca9b398439f9710dd3dd81f08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0cc41b27ff7e035f3ec76ade0b65706d6cf313375cc6556d004a070e61d32825
MD5 dd2f0b3d5a40a649b0f9b58118d4903c
BLAKE2b-256 e8ed50dfed88c04718f42a634581aed59cb033165a4d47c4249de879300c0f91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4b843fa86dd3352142ea188c4144b7e1cfbad45457e075aa3bffa10f680d775d
MD5 5c25b1e4df8484f38ffe41afca2833b3
BLAKE2b-256 7b3f94a14be9a7b45d7b48d87af339346496f6aec205458de84922d29c84e8d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a14ad6c305324c5a2aad2358378a795509507ef624eb4c86f9cfe684ef3d625b
MD5 4068ac67589c56753510abbee6fd12eb
BLAKE2b-256 48c96f601cd1ecf623bbc6b4b2c9e51f3cbd6f77a46f2c05f28ea4ff4b58f67d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b1cb2270e3784f95a4bb793ba594982e3f1d77c2456480d0119108d02dcc7bdd
MD5 7db0526713636371959411d613106c14
BLAKE2b-256 74ea0abf73f047b43a01797e62876d5d344c047244721f7ae952ad52c8e5cf0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8fb904cc91a1070b7fdb370d2b2e444c6c6547a81141d1f394fa96aa455bec95
MD5 b8080907aaaf0a189cca68177c95b01f
BLAKE2b-256 8e075702f312e482e0fb1df924f398bbe30c0b670098380fe126e1c246620e94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f1f5b85815e9734b4d69917e6b6feff5afbcb50eb500598f957e804d68e9dd9e
MD5 c1655680f15ad833e7ffd5edd28d770e
BLAKE2b-256 8958db80a9150b887486a35f858b6356d78a593687681dbedf8c8b5d81736952

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 80ca501a39095e4436eaf8674dff2c425c6287de3efd3ec04fca6c2c84f76808
MD5 02d1f1c33eeccbcc57b2c48133d15f5d
BLAKE2b-256 5de9e44a8ba575fbe4d725113e72624cabaffc025fe1b8bc4d890c1876e37947

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1add925039e177dcd23c3e4d8f13db512b9dab41322ae711f8eb51ce5cb7555e
MD5 223bd231784fcc96e38958c522fa12fd
BLAKE2b-256 ec8579a6dad6d9617bb013e4e621a6bb2c75ac1cfc32d1e4e96decbd3de3a2e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5fba227a67aa3204790a03a69979cb608ff9681a72af5f4c0e67fc64bdcc9d11
MD5 0ac81dd79a3e2f50accc27c9090db073
BLAKE2b-256 65f151441f55aa1e62b9b323b2f967951aa21bbd854328c36e781f867a1f17a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 38ec74860318ba4f9c93c9f6acc3fa59ab5e7cc0cc987b35ff1b0eb8170a1d15
MD5 9c6528809aa408992adb9d0e8afd4c4a
BLAKE2b-256 a435b444c244fc1532593efc9f582ec696ace55fbaf0879bb8f3ce87ef67c8af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 abccb9abb690a995c5b10016d86de202f7b6e9adca16ca63c44ce076d6e9dee9
MD5 738081e6ace956ac7e1376d7d916054c
BLAKE2b-256 8b3defaca9aeb6839be2faa8522f8aeb1cc05353ed4caa717d2db65beed78784

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b5afd4e1a50d5c2c8c6406eae74424b782d91d0b187e57d5ec06312b510f757e
MD5 d10f89441502dac2cf7f175480a4fed3
BLAKE2b-256 7b7ecc0ad0928d025f127524a93f86f2b00440414032eaea4748b674adc4e8d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5734b239eb5bcd669e8ef9bbed5e37bb45105fef093f95866a040240624d503a
MD5 c216afe789ec79874e1e87715275e37c
BLAKE2b-256 bdc3eab9400f187442e421f4cb781d3cbd9d2154b07b909f311018212e7dfcc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e5b9ab18d741d1572553d4a6aa99d27927fdbbb938a1b908f33a50321902a06d
MD5 9352f96ef55cf3a7f02fcfd312dee0dd
BLAKE2b-256 2df60c62561a64b607993a8c718d77217382f88b0e3f394f48177f5a54d751fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 93c21ecb91438422325f59709f5ef23d000f6a2693d7de789701f2ca18b63514
MD5 81dd25fa790a4c47dc01bdedb1c470aa
BLAKE2b-256 09b3e290a7392c77ca05b73d436d76ee419525e33e8ec0f72e369befbe6092d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 160dd24a5fcda0166ed5f138f350924c918f00555c675dd2d45ddea3f7cb8b5e
MD5 16622a37543560a8c03f2df5b3e69454
BLAKE2b-256 53dc09a9f53e73b15ec13efee5d62d7e281695ad9ad6e3727b3c9a92ca09b925

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 425ae19ff97dec8b9a9c4c6d803080ce3c3762aa3bacfc7674864034684a8796
MD5 5ed27fe7d934335ce13442eccc13f320
BLAKE2b-256 424504fdb9d3b89414998ebde5f8e557270aab6c378860072a43a65d286ece9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b15df23328a6c19140b620f024df19e26fd39b994df08b351138e0a44663278
MD5 51acb72c6fdbcb460cbfb16a349fb15d
BLAKE2b-256 56c7bd8f03f77ff7aca5cebedfd62f6a18f2e9dbc79d2b3cad82423ffc29f502

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d80ed79105cbfc978a98acce374355d347ee50edef8680019e6b8474a67fabd8
MD5 b9297d4efcd2ae0f3f1d4bcadea4066f
BLAKE2b-256 f4152853d430f570733fe276bcbac42736024b6aa36bbeab8daaf25e11d1c211

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 33a2341cadbfbe029e32b2e845a2183031094305ed1d2276cb22d5689418a818
MD5 c9227280bf7f077348f3ca1fbb9672ff
BLAKE2b-256 1864ed02dd16b3a699c4db4d93675d06e0abdd69f108cdbcee9d1dad99616a90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 db48575ca9d18dd102a31cbf4465d8f7fca29f27ea0dded0b33d773021075455
MD5 d5be2565a98ec28858ad5f23eaae4690
BLAKE2b-256 6e4a4c1eb5e772445d1b8b3ce38d5b22cc3ba7b0e8b53b1f0b235b33a676c46c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 47564cda95ce9d8ee9774f217ea763ec34cec82969221e6548db660da2517488
MD5 df39f6be2b4de26e1fd2140476eaff93
BLAKE2b-256 74c74ec999401655540b065c7cab208274d630ef662d364fe2a00bd0945b74d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_pari-10.8.2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 45f4018791e0ccb9aa0e6086098adff6c817724340f58ee6d947dce5f1f7e0be
MD5 4b088fa8436d39abbb85ccbc0ca387a5
BLAKE2b-256 f70a78306e441c4b195db8948630f33623eba1f237bd230aba909de863f53506

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