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

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

Built distributions (wheels)

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

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

Download URL passagemath_gap3-10.8.12rc1-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
abb4325d335c169f49c0749d77ba8030ccf89c6463adbd6b26e7e7beea44ee8c
BLAKE2b-256 checksum
How to use checksums
3729e75956ee79cccd33d9e0f070e45d55f78be0a5a2485dee5542c61aa98e87
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.12rc1-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_gap3-10.8.12rc1-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
8614a9b92c80504bd334761270635a4dfbc997c230e5d9f81d4d68fdfe446067
BLAKE2b-256 checksum
How to use checksums
a0c65758b45b2338f60ce4c21c3dbf71574c747fa1091ccfbff54c544e5ee22d
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.12rc1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap3-10.8.12rc1-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
8bd6e11a2b22d3113669f776df95644437c5385d996c556e4426edd90db40f24
BLAKE2b-256 checksum
How to use checksums
228c0e74232b8517088ef45c243e21f044e8923fa184703c00589583a6fa954c
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.12rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap3-10.8.12rc1-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
7de865fa5c6403823d518329de3821ce8bbf2ada004811ff30432bd1cfbe0196
BLAKE2b-256 checksum
How to use checksums
dcc88a551d2ac509359f63582dfe1c376dd6e6a62fe009fdcf80b4c7e30f3734
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.12rc1-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_gap3-10.8.12rc1-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
3e4b4bb0780ed5d9145d557564e3d2fe5996f3dac904d1a847697e85d312ea43
BLAKE2b-256 checksum
How to use checksums
286c3997bcd33b9c036f696912eee6aee7c74977d64995e6f16108d6edd28e0a
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.12rc1-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_gap3-10.8.12rc1-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
006cf20d1f31708c8348f0ff37275506fc9340faaf8ab0ad5eeffe5a1ff43416
BLAKE2b-256 checksum
How to use checksums
5c023f0e569dcda58e0c82a81e57f8ed36c2ce9cb1cf9d192834ee2fd2f7123d
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.12rc1-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_gap3-10.8.12rc1-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
54517ea334693a17523ccbbe255ef64de7be2d5512194d3c6c593fcaf8610e1a
BLAKE2b-256 checksum
How to use checksums
f276fef1dd14962938a67498e8a30794c2330b88214841f038a4e0f334f87a21
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.12rc1-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_gap3-10.8.12rc1-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
d6496a5f30fe65945a8c85b1f5cd4b9d10bd91158c566313ba9f4d0f0e7fad89
BLAKE2b-256 checksum
How to use checksums
a8d471590d1ffaff792db685d5458058c1b209869b3f077448f0d0dfd05ef0ae
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.12rc1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap3-10.8.12rc1-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
3868ed36877a8c770091352e0ae2f79651c8aecb646931fe36ae473a8ab7ae9f
BLAKE2b-256 checksum
How to use checksums
879889965bed310a713c8720e86add755eaf8116a2b5eb364493109954aba55f
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.12rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap3-10.8.12rc1-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
ecbb3fcd7d298562c0b2d70e80d474ae63cd20c39a54d4e03e4420c5f80f6776
BLAKE2b-256 checksum
How to use checksums
8618da6c388b9224cde4a2c3589c0c00fb4228da2e162da1fe921f87d658e96a
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.12rc1-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_gap3-10.8.12rc1-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
93aa06faf7b214cf7e14373530af0dbe6024722ea75d444ea46305c47c67c06a
BLAKE2b-256 checksum
How to use checksums
faacc5927167b3d929c466b2ef4943cff2467d84285fb65f3c472250f5aaa10a
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.12rc1-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_gap3-10.8.12rc1-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
433b2a1b9103c394930d4cfa5fdcc226cdfbe3e45e6ce4a724fbdf3316a1a7cb
BLAKE2b-256 checksum
How to use checksums
69f12167ad249d1a2fd3f65588a5c5eeb8d5cacbfddd02a9c175e097cf07624f
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.12rc1-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_gap3-10.8.12rc1-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
b4d60cc01ccf76f558809c283f6f847900c6448ccc6090a9b6bf4074248d295a
BLAKE2b-256 checksum
How to use checksums
655ac918b8d7e59688953497dc2bcef28b54ba38345fe33e07f5332c18a62745
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.12rc1-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_gap3-10.8.12rc1-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
a78c8c6adb7659d80264ae4ce434d7bc656848f372a07ede6fa4c9bea537a07f
BLAKE2b-256 checksum
How to use checksums
aa5bc367f3572d461541c8daf14f0ef06d372172669ad8dcfb6b39bc200dd68a
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.12rc1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap3-10.8.12rc1-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
7cc420b85b7e788178cffa12937f6decc4b3853b5ccaebe41df4e55168ce704a
BLAKE2b-256 checksum
How to use checksums
437eec068016073026684972ab28ce98f9e1ae28d4cc22dad3fdbf80da5c9ad1
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.12rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap3-10.8.12rc1-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
c4009a82bec68118231efaf06a1a590979b7292f96bb494a40833c14dd567c22
BLAKE2b-256 checksum
How to use checksums
9201d33f58954b94924ec5765e6069524e441682c86fb1f71f35e79a029ed418
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.12rc1-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_gap3-10.8.12rc1-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
a80c3d2297f980ec74519a0a99cc4d1ffe36b6079b647600fa278e01793b64d5
BLAKE2b-256 checksum
How to use checksums
81858bfcba1a2f0e2016755bc0067632b764b0f9a7eb85bb4df914a0cc66cfd0
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.12rc1-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_gap3-10.8.12rc1-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
3ca8fe842c250856b3d165ac15386a3dfc10d169a7e4ad612534227ab636554b
BLAKE2b-256 checksum
How to use checksums
0e01b589d44eb7f996ebcafc8674cb37924d08dcfd34f47888518f2b83c8ef71
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.12rc1-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_gap3-10.8.12rc1-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
a2bc5a0d9a99c221b57b4f93e0127529424c879f19197702a497892365467269
BLAKE2b-256 checksum
How to use checksums
f85ccb0fa7c45b8c61f56b025923d341da6d49b7694c6c90efee88cc78d60d67
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.12rc1-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_gap3-10.8.12rc1-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
27e4c078b3821ae757cd49bab36b6bcdedbc547367a227aad6e3b5292a9c7ec3
BLAKE2b-256 checksum
How to use checksums
06db68a3b742f4ccda8231d4261d3184cdcf7a6dac6aae4dac97092b196ed5c9
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.12rc1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap3-10.8.12rc1-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
570550af37f0273d583be60f7093417768395093e08e79d9134ec7020a6f83a0
BLAKE2b-256 checksum
How to use checksums
3f20fe5bea0043ffb41a3d32309b4b4bc9534108b729ec21e67d9e894b7c0a96
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.12rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap3-10.8.12rc1-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
e2385f96e4ff1acbbf42156715d49dac6f0a1facf210733933b5c51102bb2332
BLAKE2b-256 checksum
How to use checksums
aa66da2af958390d578214b4e7f394c45e5c5e4d98b66dcd2ca011cf80bcd331
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.12rc1-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_gap3-10.8.12rc1-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
560b9a548218a3fe0b8333d6b1ae1e4f64920065b7726813e0519e71ebf97d92
BLAKE2b-256 checksum
How to use checksums
a6d5b845ec69ae3f29e5b742f41f5ef2a03b4c7b4827f38de5d3d35569bba1a3
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.12rc1-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_gap3-10.8.12rc1-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
568bea19684cb40599e7200ba8dc56a38ca294bb8c4a5a176a7b59ffadfd50c3
BLAKE2b-256 checksum
How to use checksums
63a45003b64273bb5358357179483409442648f26125ade0cb4a24ec29d9d8f0
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.12rc1-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_gap3-10.8.12rc1-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
fd4e18b1d6c0c94cf1e6a3d827b80037b4de8a13467462f71984e8ebc0cf014a
BLAKE2b-256 checksum
How to use checksums
e6b678a6aac76558df93d52efbdbfbd3cc20d86e7bd34117eefb4caf3caf58f4
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.12rc1-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_gap3-10.8.12rc1-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
fda682c226067a8806068d71ed2a46a1386189331527c02efc9fbddd25cbe87f
BLAKE2b-256 checksum
How to use checksums
a33b90a7b5982a7c5db31222175769bb714d27f19b1f25830742a01017c0aa8b
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.12rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap3-10.8.12rc1-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
c7175f18a0f886f4ed2f721dbb81a095dc9607f9fef0e192501d912fb542d28b
BLAKE2b-256 checksum
How to use checksums
971b51ccab996998d2bf0c3cd35306a048cfed70948cb27ef7b81dccd4091154
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.12rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap3-10.8.12rc1-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
a47442ad6abb329592c25d1d63fb8cf94560c802e33dd627172359676235e8e6
BLAKE2b-256 checksum
How to use checksums
6371c2e8b1e24b430edaac424e14ff0db12d92a2cff4c6b8c705cadf14f40253
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.12rc1-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_gap3-10.8.12rc1-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
91744b489bdc43e8861679b7afb11fb709a9b3923550135a74f7455f98fffcd4
BLAKE2b-256 checksum
How to use checksums
f5501d628e3c03404d595025bf3141461c893a3772f43a71efd42da4e8fb956a
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.12rc1-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_gap3-10.8.12rc1-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
a70be139ec579f53140884e9c9217683113e0f0f6b9146d6eb22a313b149db06
BLAKE2b-256 checksum
How to use checksums
03d37ad222d4f8c922f000d541f9552f117d2581b74960a63ab6333734828386
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