Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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-gap3 provides an interface to GAP3.

It can be installed as an extra of the distribution passagemath-groups:

$ pip install "passagemath-groups[gap3]"

What is included

Examples

Starting GAP3 from the command line without explicit installation:

$ pipx run --spec "passagemath-gap3" sage -gap3
             ########            Lehrstuhl D fuer Mathematik, RWTH Aachen
           ###    ####             #######            #########
          ##         ##           #      ##          ## #     ##
         ##          #           #       ##             #      ##
        ##           #           ##       #             #      ##
        ####        ##            #########             #######
         #####     ###  Version 3 Release 4.4 18 Apr 97 #
           ######### #                                  # Martin Schoenert
                    ##  Alice Niemeyer, Werner Nickel   # Erzsebet Horvath
                   ###  Bettina Eick,   Frank Celler,   # Udo Polis
                  ## #  Johannes Meier, Alex Wegner,    # Goetz Pfeiffer
                 ##  #  Juergen Mnich,  Thomas Breuer   # Heiko Theissen
                ##   #  Hans U. Besche, Volkmar Felsch  # Ansgar Kaup
               ##    #  Akos Seress,    Alexander Hulpke, Thomas Bischops
              ##    ##
               ######   For help enter: ?<return>
 lib: 29 May 2017, src: 22 feb 2017, sys: macosx gcc64
 for this GAP3 distribution see webusers.imj-prg.fr/~jmichel/gap3
...
gap>

Using the pexpect interface:

$ pipx run --spec "passagemath-gap3" sage
...
sage: from sage.interfaces.gap3 import gap3
sage: gap3.load_package("chevie")
sage: m = gap3([[1,2,3],[4,5,6]]); m
[ [ 1, 2, 3 ], [ 4, 5, 6 ] ]

Using sage.combinat.root_system:

$ pipx run --spec "passagemath-gap3" python
...
>>> from passagemath_gap3 import *
>>> W = ReflectionGroup(['H',4]); W
Irreducible real reflection group of rank 4 and type H4

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_gap3-10.8.11rc2.tar.gz (38.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_gap3-10.8.11rc2-cp314-cp314t-musllinux_1_2_x86_64.whl (29.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_gap3-10.8.11rc2-cp314-cp314t-musllinux_1_2_aarch64.whl (29.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_gap3-10.8.11rc2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (27.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_gap3-10.8.11rc2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (27.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_gap3-10.8.11rc2-cp314-cp314t-macosx_13_0_x86_64.whl (27.6 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_gap3-10.8.11rc2-cp314-cp314t-macosx_13_0_arm64.whl (27.6 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_gap3-10.8.11rc2-cp314-cp314-musllinux_1_2_x86_64.whl (29.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_gap3-10.8.11rc2-cp314-cp314-musllinux_1_2_aarch64.whl (29.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_gap3-10.8.11rc2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (27.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_gap3-10.8.11rc2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (27.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_gap3-10.8.11rc2-cp314-cp314-macosx_13_0_x86_64.whl (27.6 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_gap3-10.8.11rc2-cp314-cp314-macosx_13_0_arm64.whl (27.6 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_gap3-10.8.11rc2-cp313-cp313-musllinux_1_2_x86_64.whl (29.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_gap3-10.8.11rc2-cp313-cp313-musllinux_1_2_aarch64.whl (29.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_gap3-10.8.11rc2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (27.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_gap3-10.8.11rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (27.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_gap3-10.8.11rc2-cp313-cp313-macosx_13_0_x86_64.whl (27.6 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_gap3-10.8.11rc2-cp313-cp313-macosx_13_0_arm64.whl (27.6 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_gap3-10.8.11rc2-cp312-cp312-musllinux_1_2_x86_64.whl (29.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_gap3-10.8.11rc2-cp312-cp312-musllinux_1_2_aarch64.whl (29.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_gap3-10.8.11rc2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (27.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_gap3-10.8.11rc2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (27.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_gap3-10.8.11rc2-cp312-cp312-macosx_13_0_x86_64.whl (27.6 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_gap3-10.8.11rc2-cp312-cp312-macosx_13_0_arm64.whl (27.6 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_gap3-10.8.11rc2-cp311-cp311-musllinux_1_2_x86_64.whl (29.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_gap3-10.8.11rc2-cp311-cp311-musllinux_1_2_aarch64.whl (29.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_gap3-10.8.11rc2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (27.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_gap3-10.8.11rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (27.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_gap3-10.8.11rc2-cp311-cp311-macosx_13_0_x86_64.whl (27.6 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_gap3-10.8.11rc2-cp311-cp311-macosx_13_0_arm64.whl (27.6 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_gap3-10.8.11rc2.tar.gz.

File metadata

  • Download URL: passagemath_gap3-10.8.11rc2.tar.gz
  • Upload date:
  • Size: 38.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for passagemath_gap3-10.8.11rc2.tar.gz
Algorithm Hash digest
SHA256 e30ace9ec929e6e4dedd81393ae4083ffca8b0139c61df592bb8e30591bc60e4
MD5 834f733b8853a1c3e83bdef36034f7b9
BLAKE2b-256 118b6ed66d40a1ea67c93f8703cd0ebda9aa263103aaa52ba2fbd0e9c2ceb368

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4c259e09c7d4177a2a375e18471b2c35a0720c2f5fb1ba7080c62b1fdff76b16
MD5 6526ea62b273e9f77ff4a209a63f57f0
BLAKE2b-256 440769967805e97822eb1469716cd156b780f923ba83b294ea0aeba5aa9c552f

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c43171b34d19aaa64cb75deba8276dbef5bacc0ecced8fb3dff4a0179f5ef647
MD5 9ea80ab90a23b30e619793c271835459
BLAKE2b-256 a09042a32b14d5d2adb4c1a3e72efc9d7b29b5ff3136072e2c671feeba1375b0

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 285d226eb1b4549016896714ab13daf8cf71c1ab24be3af3a1a204380a249506
MD5 35eb82bfb3a782e4376187094fc630d6
BLAKE2b-256 6ec6cee1860a82b74c4767487b50c703687aac7f4c273f120a9760b9c13dbbe6

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1291d17de78607a0c3d55e4c674db438300f6913c58338223c6608d145e62039
MD5 7689b0949d1c974f465ec87d85a29c58
BLAKE2b-256 0851a4053a0ac3baf00931b9b88308f1792b2cca6e319a630ca16d548055c241

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6215fc36c4e4367688d34e4caf37d105ca652629b1b64d1c4cdc232a5008607b
MD5 83391359faf9eb2ca88f25b6d798a818
BLAKE2b-256 f4270e1b9e4cf20d6d670b930e1101ca5c7eefe502568d7be5c482361e5d75e5

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 25d405e5e4f86bd36f3e3393be84ebe8a4f92f946adb6132dfb84fc0c26ac4d7
MD5 a3dffb453baf4b04f829eb794578429f
BLAKE2b-256 ebe66916a3fb773c3633dd9bfd34b7b84d5d11d4236aa5bcdf12250aefe705b3

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b8334a1cf9b5aad8681acfd6a505a439aaee9d4b9df5969a4406e1f1efd449d2
MD5 43f44a50b744c710a14464e85eb1efe2
BLAKE2b-256 a87fb543bf3943d9d3be3f01c474fa9d084418a5645b3efd77c27b798b220104

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2c1bfa756d40f7a91ff84e597c0369a0fc38f985517af78a91bf7bd179c06d54
MD5 0e7179049ca33b6fa21ee88a71f2cc92
BLAKE2b-256 868e7ca7a0caff300b9006ab03e39f75c70d695eb927efd1539edfa3910cfdf1

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6956b750f99862b19e45aff5bf2190aa94280ef4e6c6ea735848f9e3d16f848e
MD5 6499e296b3be864013d3505e6101c85c
BLAKE2b-256 5937185f9d4248c4e52df7c50715b9f53316fe2f8bfd934f610f03e054d45a0b

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6463e96a43eb5c07bc317fcf1408d6b43d04746124db753bd9c903a4781dff1c
MD5 def6f38029f64c4b5af09f32999b772d
BLAKE2b-256 472592a77db8d0d9d80219a9bd3f77034a9c944c7cf47953e94ffa23c33da4f3

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8b90358a6c772ad679be087b3ad0b4bbda02c7bb35a787b49a5565e1b0d93282
MD5 26cd8017cdcba03ec7648c2a98f75aa4
BLAKE2b-256 4e66393fb48e8459082e1652311177360d2d26efdb793899f71e9e0ac661cbe6

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e1631bdc40587a0399da9d06825171f0398026d475ada3c2b49dec29cf7d30a4
MD5 fda67620337a9a06913429fea2db73cb
BLAKE2b-256 a37d065101a1a2e8e9f11d78b48a3226b5988e10a5808e2943fd5f21c9c7ad89

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6fea807c511f456f0a5a629f0f0f9988dec736fab166da9c843cec7fe77fdbfa
MD5 24fa36fdebc1c785afe941e6deb1213b
BLAKE2b-256 dad7143a4b4c516c3fd0c239547889d04c30aee4248e50321ba4ff6969c41967

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cf74c9d172b6fe854824af8137eee1bd100d9e0632fc3e5126d0c24b67251eee
MD5 b844a19aba71b0aee4d0b0437fe2cb0c
BLAKE2b-256 d597865c6e30f3798682f1406d0509a762779157aacefa62b21796c8fd285c61

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 58341f1bfa133267070a406ab064376ba2880cb948f0c791cdda92b3bb229e64
MD5 e6f93d42de982642a98f9c1d99a0f261
BLAKE2b-256 5c283427a5743a950bf903f93fc0931486b353e764ea7ce00d7428d4a1118c64

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5a8ace359b2869b96db38550b9cf933af97e89e63dbe9f26d82aa1664a6b8593
MD5 aa16cb50a2ed63e9e4f0d134ccf2dd9e
BLAKE2b-256 86b78e8eee8022ab2787dfc006d1379aac05759bcc19b2c5632c3e017c76f2d2

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 578092a58e2f3e64d281eb17b48e0db2ba2912a643b1377920bfa0b0afcacc2c
MD5 1dbc06560478a46d08f60c1276039996
BLAKE2b-256 d55e9c960ca825467420cbd450ce653c404f9b2c2592356f07fc9940558e1072

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5d3f9c8f6c9c32932c0bef2a30aff100a83c891ece98f8fd3566f764e50ce221
MD5 16b1044667326cd0c93d2de9bd501219
BLAKE2b-256 5dfe68519f6a416ea5418d6394ecb32f6ceca9f73b4f4696f45073eb8852ffc8

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d1f8a905dff46005dc92d1419fe01a57216acc9be09dd7a3c83177d2e518bf60
MD5 ca052d31ce3857f6546954bdc25e10c2
BLAKE2b-256 36eb1e459b3ff61c935f133be03fb678ede4d9f91e36c9da874279faec3ce475

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 87bd9ad2ede38bb9af5b84468f825461fb5f503068815603e84bf865421a3a3c
MD5 838983c4b69a83fa29c723a6cdab1f5a
BLAKE2b-256 6215f4449f267ea840ca8b5d505ad31ac1a201da4f89f5eede3a7a7ceea69604

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d8605013002377820953fecc52257f3ab9b07a29e6dd517d6a9c5d126ba1bdcf
MD5 0b7cc802b949bd719f389e164a45d59d
BLAKE2b-256 deadecb25292c360a75d1939aaab302436670add4f8ce30df9f677a3bea994ab

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8b58542b20025fdd9fc643c9ff870a94acab9194a5f3affc1edde6b2b93d24de
MD5 84f40ca754553a9cd664d2c8389348b3
BLAKE2b-256 00958f362c7c2e98a611058fefbed4d57508cc05baa74693d6a899aa185c37ed

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d1834ff5364d631daba9abfb2a66fe6f4967f9a7991316d2aa8f0be7937172af
MD5 79270bf6b27b95cd122f04261fbef57f
BLAKE2b-256 6b642dce8e7b82a20e9d3aaaa916bdd8b78d8c9d4c3ffb49f0de8d997aa84a73

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bfa0d6f41d19129353f65b20ecfeb72b0055078d306a0902795d12f05811275a
MD5 876454b3ada4ae09eee9890e578e0119
BLAKE2b-256 fbf2e3eb6f11d1cca4095e1e17290893b8a61af61ccd53ca4a3d3da08ac99d08

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6db5de7ee93520657d486f41d35d54f34280343e4109f392f9d650626eca0cdc
MD5 5e62436b7f7ce8b1544b24486b37be12
BLAKE2b-256 a6008c606a8a4d5ebd45fb6d82475fd4513f93f83665776aab22ae3525bab965

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 06ed4c4f63f369ec9a0ba9f984549e173b8ee136ac76116fc688694a8f897e30
MD5 39fb346b87543443ac06a8a5fa2f67ec
BLAKE2b-256 458b4758a81522301848f5516e378f5e6932193658a8654e6878db4fd13b167b

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 89df47e1bc9acbfc8b393060078db4402415886b5ea924189ee0c4ccd9a62870
MD5 bdea5e02f953654153d1707aba8ed889
BLAKE2b-256 0d03fe516f31d7cd0cb695ded4327462b960b5f969e48dd4b8ceb7499915edd5

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5553a6b14b8eb6d87c0f48787ac2e37561774d056ac31b8d6461b69f783b0d93
MD5 dcf6ff265da336c8c3b43920d2830e2d
BLAKE2b-256 1b56d8f8dc6828efc88868f0f2550df4e661712a990f3ebf55412495b4b76121

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 124dffc0bd00e2a8ec36284af469aeb3132fec51aad4ca1d0d81e701672c6c8e
MD5 d97978c4bfeec8d88ce5ce334cb34f53
BLAKE2b-256 25ee2f36656bd393e28af2e39e306e201aed375a10f0410c7849c3888c52063a

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc2-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 07171cf23a8d3712851127e71b4627cae9df336a4b7592fb77b3cb17c20e9f4a
MD5 0d3a0f93e665b000bbbf3a0b5bd13277
BLAKE2b-256 17bbe4da12c1fd044e081d99cf2ee746a85910325b764b6172a999b7a95fe6fc

See more details on using hashes here.

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page