Skip to main content
Pre-release

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

passagemath: Computational group theory with GAP3

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

Release files for passagemath-gap3 10.8.12rc2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for passagemath-gap3 10.8.12rc2
File Size Uploaded
passagemath_gap3-10.8.12rc2.tar.gz 39.2 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for passagemath-gap3 10.8.12rc2
File
passagemath_gap3-10.8.12rc2-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
passagemath_gap3-10.8.12rc2-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
passagemath_gap3-10.8.12rc2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
passagemath_gap3-10.8.12rc2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_gap3-10.8.12rc2-cp314-cp314t-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64 Details
passagemath_gap3-10.8.12rc2-cp314-cp314t-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64 Details
passagemath_gap3-10.8.12rc2-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
passagemath_gap3-10.8.12rc2-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
passagemath_gap3-10.8.12rc2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
passagemath_gap3-10.8.12rc2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_gap3-10.8.12rc2-cp314-cp314-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 macOS 13.0+ x86-64 Details
passagemath_gap3-10.8.12rc2-cp314-cp314-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 macOS 13.0+ ARM64 Details
passagemath_gap3-10.8.12rc2-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
passagemath_gap3-10.8.12rc2-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
passagemath_gap3-10.8.12rc2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_gap3-10.8.12rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_gap3-10.8.12rc2-cp313-cp313-macosx_13_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 13.0+ x86-64 Details
passagemath_gap3-10.8.12rc2-cp313-cp313-macosx_13_0_arm64.whl CPython 3.13 CPython 3.13 macOS 13.0+ ARM64 Details
passagemath_gap3-10.8.12rc2-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
passagemath_gap3-10.8.12rc2-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
passagemath_gap3-10.8.12rc2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_gap3-10.8.12rc2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_gap3-10.8.12rc2-cp312-cp312-macosx_13_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 13.0+ x86-64 Details
passagemath_gap3-10.8.12rc2-cp312-cp312-macosx_13_0_arm64.whl CPython 3.12 CPython 3.12 macOS 13.0+ ARM64 Details
passagemath_gap3-10.8.12rc2-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
passagemath_gap3-10.8.12rc2-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
passagemath_gap3-10.8.12rc2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_gap3-10.8.12rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_gap3-10.8.12rc2-cp311-cp311-macosx_13_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 13.0+ x86-64 Details
passagemath_gap3-10.8.12rc2-cp311-cp311-macosx_13_0_arm64.whl CPython 3.11 CPython 3.11 macOS 13.0+ ARM64 Details

Total release size: 847.8 MB

Release files / passagemath_gap3-10.8.12rc2.tar.gz

Download URL passagemath_gap3-10.8.12rc2.tar.gz
Size 39.2 kB
Tags Source
SHA-256 checksum
How to use checksums
e5ebefc1c001e2f81ba98ab5d5cc663f7564003ac6dbb25122dfc1a023ede826
BLAKE2b-256 checksum
How to use checksums
cfd7c136b249df774aa07fa3ba5b29cc5a9df6a6c89ffb9b61c5f231ea43a2bb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_gap3-10.8.12rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 29.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
0fed3605f7b4e1c31e2bce228a5bc82b8a4ae2a0ac137a93e75bc06aa42d49cd
BLAKE2b-256 checksum
How to use checksums
8cf9ffa5fb8bfed8bb2181319ba5bce0498fcb354dc7ec2c8af9067cc5681f2e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_gap3-10.8.12rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 29.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
a5569a89ff7e6ca5182b2f7b1df657492be4498f5133ba9057a55a273454ef3a
BLAKE2b-256 checksum
How to use checksums
e852cf9b47ab44f11dd72256365301a07dd4025d4ef6c860f5907111d08422cf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap3-10.8.12rc2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 27.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
7c2aca9fb974752a86d4d43d09071e8c2e5daa73aa2ebea74ef37cb186491a39
BLAKE2b-256 checksum
How to use checksums
e5887374f64007f8102e8b9c3709f821cd4c7ffc6ddaef9c6ed610667ed76d2d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap3-10.8.12rc2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 27.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
4f3c5cc91d40b4b4c78341461d3caec102ddcba3dcd7970cd693eee917461297
BLAKE2b-256 checksum
How to use checksums
979742070554433d001730f71681bebee307b109e8b10fe2d4b3d8aaf0cbaf94
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_gap3-10.8.12rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Size 27.6 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
fcb0901fdfb28e6318488fcd1442026d18afd3e8187ab723405971d005706a96
BLAKE2b-256 checksum
How to use checksums
cdcb32dfdcc36ecd344804b8e6d471d9494c296d4556b904b64d80db9a8ff7a7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_gap3-10.8.12rc2-cp314-cp314t-macosx_13_0_arm64.whl
Size 27.6 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
ba9b2e3873c903f85057744b04543e1ef73d4248a0a53761059fbc4275fe6a9d
BLAKE2b-256 checksum
How to use checksums
8742a3efd2df1c79b032e50a9564dc25d7c61dc0415d3ee9d798d9acfb19c383
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_gap3-10.8.12rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Size 29.6 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
61cb1cbae91592d70a2fc33b7181ca631560a3e63fb3e9f9ea7c58ed92a90cfb
BLAKE2b-256 checksum
How to use checksums
4cca305f38ba5f15a879e321e3dbcb779efe293bf8bae44612fa5565ea3291a7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_gap3-10.8.12rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Size 29.6 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
bf73ec9a26ef22abde28a68928c2f27c884cd2cee16918c6e1f9cbac3f06c1bd
BLAKE2b-256 checksum
How to use checksums
2142c26b8b63adafb510929d2f76206c67dc41db2162cc312dab0274d066b04e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap3-10.8.12rc2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 27.6 MB
Tags CPython 3.14 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
33197d9f57d04e50a05c02704d7da99fb9ec0ae617d70460eb47466aad704877
BLAKE2b-256 checksum
How to use checksums
8e3a7149d3de75c4fba5b07bdfae4a629c19712109ee0fa934c3715bbf2d82cd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap3-10.8.12rc2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 27.6 MB
Tags CPython 3.14 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
22feec4bd8105440472321b01d51ff95f7162fdfda58e9b399eb0b875fb61b69
BLAKE2b-256 checksum
How to use checksums
6cac44a779e32f619f08882e4ef3b01f374b03010a2fa1c6678da806310be140
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_gap3-10.8.12rc2-cp314-cp314-macosx_13_0_x86_64.whl
Size 27.6 MB
Tags CPython 3.14 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
1ef3a0660df11f0011dd6d62c228fbf1394e6d34254b638ab8886cd045548fcd
BLAKE2b-256 checksum
How to use checksums
57e00beae37d50e3db4da022c7edccd10bb1a38889950a14c3c47910b08700d3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_gap3-10.8.12rc2-cp314-cp314-macosx_13_0_arm64.whl
Size 27.6 MB
Tags CPython 3.14 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
9006c7a3e9c4b03629509506d39d5727b8110d7a36f69a4dc8c9bafa8e36506f
BLAKE2b-256 checksum
How to use checksums
136056119c71b339e0db94b66d4064072d097e1c179765eb1524fb699aedd138
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_gap3-10.8.12rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Size 29.6 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
bb1ba2db8079a4d2d57ad34f8e84209bce15d73f1a0a5ba589ebf7fb4a310de9
BLAKE2b-256 checksum
How to use checksums
7ec7f668893aa28f07454ab89047943b0ad11a35e6e720b598d52fe5e91c0ee9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_gap3-10.8.12rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Size 29.6 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
06a014c8879d01854c563eec96c185e92a78deada4d90198a8b1cce1e58b36ee
BLAKE2b-256 checksum
How to use checksums
b24d42be4cac0b861d443994093317e998580aa44dd4475787498ccc561a9f2e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap3-10.8.12rc2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 27.6 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
48700b68cee08cf8630569e4abce722aa2d0824f0eacad89eb5c018f09e5598a
BLAKE2b-256 checksum
How to use checksums
c5132ec314b9ee8e8cf881a4cda5a01a5cb19b88e984d7b45ec41ad807d78524
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap3-10.8.12rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 27.6 MB
Tags CPython 3.13 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
4bb06e57018ff42602326fa8bb1d159818458319b9ff7f9c43b0d38c49523d0e
BLAKE2b-256 checksum
How to use checksums
55c22d1822c1158873dd315957a32884f92021358c6e274ad4b5a157d793702b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_gap3-10.8.12rc2-cp313-cp313-macosx_13_0_x86_64.whl
Size 27.6 MB
Tags CPython 3.13 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
1d814914fcddcee4c9ea6a862e7f6aa180afb854bd4f4fd12e3c0c8c60497cb8
BLAKE2b-256 checksum
How to use checksums
a346574740973ecc9bf467d0e4e6bb16fa41d68caedf8de3b12aa643e21bb94a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_gap3-10.8.12rc2-cp313-cp313-macosx_13_0_arm64.whl
Size 27.6 MB
Tags CPython 3.13 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
e73c2f599be401926537788b21d8ed7a3dcbd7e14a189600e30c0518ae0b5d2a
BLAKE2b-256 checksum
How to use checksums
e30f65f1760c1bf22c045e6c2877fe8be6c380056af39652321c4c228646c5d6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_gap3-10.8.12rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Size 29.6 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
1bfb793655e14b203669b76e006d74a0f0009aeff73327788a214217178fa802
BLAKE2b-256 checksum
How to use checksums
320dd753d285d3f5446cfb81445d227dc8b1361860aa98c0ca166fd95b2a84c7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_gap3-10.8.12rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Size 29.6 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
898bde5990f7cf749c7b4f1a40fac45514bfc73f5edd28a95a192f083a7e5fcb
BLAKE2b-256 checksum
How to use checksums
542ceaefa0653fc45c02a5221593e3ae178bd4f5a471ce9433a29168ecde96e4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap3-10.8.12rc2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 27.6 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
3d401161d78346d6c2045f02d1668eeaabc9aecc07c88122c38c3b1dffeabe90
BLAKE2b-256 checksum
How to use checksums
871acb54335c4b5b6c80605a586a17aa67a415acd3b5e323459bfd697fc4a4f9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap3-10.8.12rc2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 27.6 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
9bf36a9edb1d9678982d7bb44e5181908b49fc8c067697daa6ca017bbc2b773a
BLAKE2b-256 checksum
How to use checksums
1651e457e1230535e210337503242ce45d88000650684de5ea9ccafaa8e9b29a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_gap3-10.8.12rc2-cp312-cp312-macosx_13_0_x86_64.whl
Size 27.6 MB
Tags CPython 3.12 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
fdfb37463f7aace1f040bd7f8222daa38abcb06bbae2e4ebe259d3871ea1907b
BLAKE2b-256 checksum
How to use checksums
44fec7953db791efb79e372c054d253aa81255ee6d62930d837c1e1f08adf4fa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_gap3-10.8.12rc2-cp312-cp312-macosx_13_0_arm64.whl
Size 27.6 MB
Tags CPython 3.12 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
414dfe5371b8a1c513236a3bece04bf490294e12c70c69938785c79ca4c8ba37
BLAKE2b-256 checksum
How to use checksums
4883481958da5c66bd1e6b21232efa41419795563e1c74a20e6efcc72c050e40
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_gap3-10.8.12rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Size 29.6 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
6fbbc5bd5f0d361e67ff94de2159cb4f732fc38319967ce5db88fa218f308509
BLAKE2b-256 checksum
How to use checksums
60acafedc69fc964d086a4615ce6aafc4499088570b8e2762117a67db362cc8c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_gap3-10.8.12rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Size 29.6 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
174c878cb785e28522203be97953c2ee891a7ff37aee6a5fc7f6461dfa6306b2
BLAKE2b-256 checksum
How to use checksums
8fb8feb46b5dcb27e4ab2c2f1618f3726c4bb9ebf45bb34b3d45ca52af9ea100
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap3-10.8.12rc2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 27.6 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
880cbee48036b6255d20ed9586dd98c5b475439df7e90bc67f21214018dbba9c
BLAKE2b-256 checksum
How to use checksums
cea9a24e9c28802d88388c428129f83015590e0e74ee93f6c314900d67d711a4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap3-10.8.12rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 27.6 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
04427e9ca98ba268457ccdc6f76fcecc9a3e992a1905290b891bc9efe8c3f43f
BLAKE2b-256 checksum
How to use checksums
2c8f36986a35e327f1e19fa185940cfe92d54f7c51b1b6233df4e580923f2ebe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_gap3-10.8.12rc2-cp311-cp311-macosx_13_0_x86_64.whl
Size 27.6 MB
Tags CPython 3.11 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
ea0dbf88c0cd9a72d101a4debf29a6ae4c353c37610be00b88167ac6b99f45bd
BLAKE2b-256 checksum
How to use checksums
45e1a668862d9e565e86ecd4c47420941214c9006eee1c1f07b3db2996afc258
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap3-10.8.12rc2-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_gap3-10.8.12rc2-cp311-cp311-macosx_13_0_arm64.whl
Size 27.6 MB
Tags CPython 3.11 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
2a8686d72c4bec47497a123fb29a46b7b3682fa0f37232e5783633377122166e
BLAKE2b-256 checksum
How to use checksums
bb447315bcf6cd654920004a9adbae28e204d6bf0cf250489ea35a6870f25aa2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14
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