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.12rc0

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.12rc0
File Size Uploaded
passagemath_gap3-10.8.12rc0.tar.gz 39.2 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for passagemath-gap3 10.8.12rc0
File
passagemath_gap3-10.8.12rc0-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.12rc0-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.12rc0-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.12rc0-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.12rc0-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.12rc0-cp314-cp314t-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64 Details
passagemath_gap3-10.8.12rc0-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.12rc0-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
passagemath_gap3-10.8.12rc0-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.17+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_gap3-10.8.12rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
passagemath_gap3-10.8.12rc0-cp314-cp314-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 macOS 13.0+ x86-64 Details
passagemath_gap3-10.8.12rc0-cp314-cp314-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 macOS 13.0+ ARM64 Details
passagemath_gap3-10.8.12rc0-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.12rc0-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
passagemath_gap3-10.8.12rc0-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.12rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
passagemath_gap3-10.8.12rc0-cp313-cp313-macosx_13_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 13.0+ x86-64 Details
passagemath_gap3-10.8.12rc0-cp313-cp313-macosx_13_0_arm64.whl CPython 3.13 CPython 3.13 macOS 13.0+ ARM64 Details
passagemath_gap3-10.8.12rc0-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.12rc0-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
passagemath_gap3-10.8.12rc0-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.12rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
passagemath_gap3-10.8.12rc0-cp312-cp312-macosx_13_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 13.0+ x86-64 Details
passagemath_gap3-10.8.12rc0-cp312-cp312-macosx_13_0_arm64.whl CPython 3.12 CPython 3.12 macOS 13.0+ ARM64 Details
passagemath_gap3-10.8.12rc0-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.12rc0-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
passagemath_gap3-10.8.12rc0-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.12rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
passagemath_gap3-10.8.12rc0-cp311-cp311-macosx_13_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 13.0+ x86-64 Details
passagemath_gap3-10.8.12rc0-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.12rc0.tar.gz

Download URL passagemath_gap3-10.8.12rc0.tar.gz
Size 39.2 kB
Tags Source
SHA-256 checksum
How to use checksums
e01b142f4b1aeaa6f22ae0b6a1607d4bd8cb3d5c99d13010ba660bd6c5f954a3
BLAKE2b-256 checksum
How to use checksums
9630f686974f1b8aef16ff86c76c5e9d3f56d2503b09c30fb61fbe2b0991a26d
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.12rc0-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_gap3-10.8.12rc0-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
f52c33bfd5f9de416ed5b77e734e7e5ed1dcb6c9e274dcaf1edf3d2041d4cb16
BLAKE2b-256 checksum
How to use checksums
15e7e160db42b2df05fb475bd9bf32104e2e86e836ccfef9cb589b2adacb0eec
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.12rc0-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_gap3-10.8.12rc0-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
818cfc3123018225e00b0e2a820902fce4610c225b3beed468617a735103e448
BLAKE2b-256 checksum
How to use checksums
e630f7f56a80ec1da181636ef6aac9917e8f84915792144da4133c9925261b10
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.12rc0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap3-10.8.12rc0-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
ac78a2ae5e88a021cb7d161bde45ef2b8c66b46a72690602b572faac985f6677
BLAKE2b-256 checksum
How to use checksums
72ba4594f4f47082d80df498612e757d44c270dd2aa0d08b5b713fc11937bfd3
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.12rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap3-10.8.12rc0-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
6bec696e7dab9586fff5695781cdb15861fac5b34f5b85a625958bb3065da053
BLAKE2b-256 checksum
How to use checksums
afbfb286c8d4bb663deb39fa136c7d320cf7616cbc930b42129169603a3eab7a
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.12rc0-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_gap3-10.8.12rc0-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
37b50c67fc24e04e43e9300d08f9094e21e3497ee56e5ce13eab0a9f96d7eb9e
BLAKE2b-256 checksum
How to use checksums
ab50b617a0ea7dd5dd0ce482caaa24790749beea6c80d120bdf04f1810737a58
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.12rc0-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_gap3-10.8.12rc0-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
b8cbf69c8f47eab975bf80e507b6f2301cfeda0cd174d02eae4b03e0979560a7
BLAKE2b-256 checksum
How to use checksums
1b96a99bc6c5a3693f8849dd980fb7c721b4ba5eed458434605c30ab130bf4ba
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.12rc0-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_gap3-10.8.12rc0-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
d73b2443669dc720c0cc2ffb44d658c11830c5ef0ac46d4361e7c98601c5b992
BLAKE2b-256 checksum
How to use checksums
c1063b56d224a37a8dbb27759abad2833cae937a2d88aa04ec659df580fb172f
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.12rc0-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_gap3-10.8.12rc0-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
be776bb34219f761fddddf204501cffd3a024b0ac32862af4d5b7e77593262e9
BLAKE2b-256 checksum
How to use checksums
6dfe433d7475e6db477f03781e3358eaa23e1aec51062a0099143d838392d7a7
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.12rc0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap3-10.8.12rc0-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
f04af32372dc0daa9e1dcf82204b9847798e243c2292654cc318443c9aac1503
BLAKE2b-256 checksum
How to use checksums
cf6f0e53870445b2731e4bf59eabe20e0a3278f7dc018b1dcf4609ddead69add
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.12rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap3-10.8.12rc0-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
ea9342d4a44a76095e53bb307ced95dd1a1710291bf4d18f80d0ede463cf78ad
BLAKE2b-256 checksum
How to use checksums
3b184b3c863292d0a6bbd8081d736f58b973c566b2e487578c0758c707900873
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.12rc0-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_gap3-10.8.12rc0-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
31aadc9e48ce241794fa2cb8565fa67f8d52260331b47e31ab06c82a058bc963
BLAKE2b-256 checksum
How to use checksums
9bd5611278f0e72f6c1644cd6d4cb93f6334c5f063eeb6ae40994eeb4e24dc1d
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.12rc0-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_gap3-10.8.12rc0-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
396cabb9ecfdb956f0dec6f1ffce7b204afab0136d4e1144f086fa354c8d3eff
BLAKE2b-256 checksum
How to use checksums
e854b1c1be0efe7867aacdc999e4de501555a01404272901f6ea944e47d253af
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.12rc0-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_gap3-10.8.12rc0-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
86947f12d82e71dce6a51b923dd7506dad374dd7edf7742b5f887db4fda17478
BLAKE2b-256 checksum
How to use checksums
3394c0b4fd567e9399488be8f33936c91c9ca17c6bec6afe924e86e5082f0708
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.12rc0-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_gap3-10.8.12rc0-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
0d54a8564484482739689aeb22275f5420e62bdeee5d80b24f4a2694972674c1
BLAKE2b-256 checksum
How to use checksums
0c8dbaec11328a8eb37244c9e0d374d171f2d8f3a7291c27f26f24b1d97b8806
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.12rc0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap3-10.8.12rc0-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
90e823f87dfc6a267d2f8cc192c6270d3ce1c956bdd4d7c5c22fa1325cad4f22
BLAKE2b-256 checksum
How to use checksums
7341ad807d9fab771fc80c6c5a43197cf7a2bbdad3a18bd7b58edccf8cf566da
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.12rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap3-10.8.12rc0-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
d1673d99dea9a0011a4040e3e83109f0b791aa5c442b598edfa92e5438360fbd
BLAKE2b-256 checksum
How to use checksums
9dde5430f543e948ede70914fd7ab84f97d9340805266b3bd7b58402c63a4321
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.12rc0-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_gap3-10.8.12rc0-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
6bc23455ef67014b1d16160b5a954875e7c30b6b6b2f04096f803012a7d59494
BLAKE2b-256 checksum
How to use checksums
75446b0cc05a60ae44d48cec4514da8a3a20250898df85be467df224640a8550
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.12rc0-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_gap3-10.8.12rc0-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
e91d5828d8d6c0df4c5233d3db48406f04a0df2feb1445185470d4fddafd8e05
BLAKE2b-256 checksum
How to use checksums
92ba7cff263a910e07e803e4a09f333103285c28f02a1284c7a7b084d1623578
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.12rc0-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_gap3-10.8.12rc0-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
81c99a20c56e3e2db1f736886ce924751d5ef1e173b4278556626bbc7d310db7
BLAKE2b-256 checksum
How to use checksums
622af6d2e9523db71562bdd7f153c5469f2460294df7fff12c185c56bd7d7f76
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.12rc0-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_gap3-10.8.12rc0-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
96556267d3e44eeab75897f780a3cfff5b54050a1dc07462fe10868abd557a0a
BLAKE2b-256 checksum
How to use checksums
763948e8739d2fec96af574023bc5549084c653cd625f7831c012f593ba1221a
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.12rc0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap3-10.8.12rc0-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
8dd3468de0d419a26b440f7122fa3dee2038810994a43dfdf20116e5f45a2104
BLAKE2b-256 checksum
How to use checksums
193a42e5cb0aaf568d72f6637d583a11bff0a2e2322e6161c4076d29b0862767
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.12rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap3-10.8.12rc0-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
26285e1e84b5839fc25328702eefbfe81757206860ddfd70bce8374a93d482a5
BLAKE2b-256 checksum
How to use checksums
50eafbc894fed5467099cadf9b900665f98170a6f14b586135bfae7e8e767e6a
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.12rc0-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_gap3-10.8.12rc0-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
26fdf6823747ac92af719ae7e09e22e5769205f3bdfab7b6607bee24fc69db32
BLAKE2b-256 checksum
How to use checksums
53c573ae77b925875bdab7ff0190c082d6419cae65c73cb9a6fd7a5a63f35a8f
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.12rc0-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_gap3-10.8.12rc0-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
274a2242a198ee4f441f99d54e438c709cd1cc4fd761db601217dc1ab0281fdf
BLAKE2b-256 checksum
How to use checksums
f449bf5fa786e3e16062b6fc4f56f0c52a7a0acb7f69fd87b411bea21656578e
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.12rc0-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_gap3-10.8.12rc0-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
697aab9d5c166e204ff4753d25096f8316ab584c41053011f1745d7abd29cef0
BLAKE2b-256 checksum
How to use checksums
b9021374dca43c9b9c204f2bbfca19648fcccf4318db67388d135e4c596790a1
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.12rc0-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_gap3-10.8.12rc0-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
fa192338d9c75519d285438d743d7dfd276ce0ff971ac00da9e1d15081d6f87c
BLAKE2b-256 checksum
How to use checksums
0ea2323d6f6101e7673af377f6717651fe572a3abe450c2b03c3c44d89c9f2bd
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.12rc0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap3-10.8.12rc0-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
7b3e25bdbf7f51634649bc294ce43084c34aa8ac8c8a8dd3638a55e1ba1e83e6
BLAKE2b-256 checksum
How to use checksums
e54a0ad67871c81a7ea87956c59c2ebc0d344def4c11463dfe020c7a65ee67a3
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.12rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap3-10.8.12rc0-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
83ed5f12740430dfdb18b57fe60c8394abcf3cb47e1efcdb5b503ceccab2edf1
BLAKE2b-256 checksum
How to use checksums
7b816187e53aa4369eb9cd0ff381e76aa21cb2b76859af25fb788f5fa0a0bad9
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.12rc0-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_gap3-10.8.12rc0-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
5b426314cb1a2e52be67aa36315db9e2a11ceccee130354e2647fab4c5729b28
BLAKE2b-256 checksum
How to use checksums
bf9b9c2e16ffc91732e2a10da8c68173e94ddf0548d827928233cbd1ff70cea8
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.12rc0-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_gap3-10.8.12rc0-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
e942b43d9388113178d706349765ffbdf0260baffbfdff9b453496cfacabb5cf
BLAKE2b-256 checksum
How to use checksums
353b80a859163545a7213db394648f6565c7d77e3b2b1a41563e3762b361adbc
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