Skip to main content

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

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

Built distributions (wheels)

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

Total release size: 710.0 MB

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

Download URL passagemath_gap3-10.8.12-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
9bf39b044d0c85d882ab92eb8a3ddaa32c3c3400301379c284f74a50855354f2
BLAKE2b-256 checksum
How to use checksums
a1cedbd562837c682e1f747f2fcf844d6cf0866e41969cbc8f806f78feefd7c2
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.12-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_gap3-10.8.12-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
41e1985c29baeb0a6fd48bc786beea0053ec269d84742c66aab6addcf5cf8d91
BLAKE2b-256 checksum
How to use checksums
b5d71bcd5acc6abc507ab0c57973aae3b5d10ea8d63c1d7e3d80e428c7971bf1
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.12-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap3-10.8.12-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
917b2e4979b306f49307db01a514a7d46520fb58a1d7c616c5fe9db2d8a8d10a
BLAKE2b-256 checksum
How to use checksums
2afd0fc675ec48a5ad189f502e6828db8af7aeebab0163964676e15347ff19db
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.12-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_gap3-10.8.12-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
8c76debdf316a5a174721490c96eb0e3d42695db7101b424ec29c1c0eea30e7b
BLAKE2b-256 checksum
How to use checksums
f6512ca8c3db8321ae0aefddccbe24541329d6946e801e6a7a5aacc8c80d0885
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.12-cp314-cp314t-macosx_13_0_arm64.whl

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

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

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

Download URL passagemath_gap3-10.8.12-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
b6779c81a4bb6f002529970e3fbd9fc1801bb3a68e42c3ba94f2a87d0be63e67
BLAKE2b-256 checksum
How to use checksums
42156ad7c43af9d5a88c40495b456ae86ad71e8e88f13d0dee3fefcb11493bbe
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.12-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_gap3-10.8.12-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
bcb2de67593716e1af47c15fdd5bb46bfe6fef54cdaf64a0e104b7b59568fe8f
BLAKE2b-256 checksum
How to use checksums
8fa0fc2dfbc5779a225a7522f144a01eab3ce215ed1c5af4792e9824601ffbbe
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.12-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_gap3-10.8.12-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
75b45428bb45649c236266d50f9617d71432d78f44670273b5be332333f97933
BLAKE2b-256 checksum
How to use checksums
1fe42d7d3dbb3b058c6966947117c776f691217389492a9f9b7a19e31ed718a1
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.12-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_gap3-10.8.12-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
e9758c0d7ba888b2906475fc63d610ac629d8f7c55f529d27499a1e3e0155060
BLAKE2b-256 checksum
How to use checksums
63b6d09e108607a0b75e38a1e24574199eb01008eb75bdf611047a722c34944a
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.12-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_gap3-10.8.12-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
ccf4ba6da8550c3b4fcf2c43db26ea9306ae270b731c8b05b8fa02cc1911eca2
BLAKE2b-256 checksum
How to use checksums
4a90b043fd11df9f748936882656d715eb9550ed111e235d0f0070e5c6445cbb
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.12-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap3-10.8.12-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
4d0a0297c8d7ffd53803fec466456aa46644807dfd5b337ecc4837abd7c03164
BLAKE2b-256 checksum
How to use checksums
05b7d5d81d6ca5369213960097214ccff01ff434386e1208ae7f65a613a7a51b
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.12-cp313-cp313-macosx_13_0_x86_64.whl

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

Download URL passagemath_gap3-10.8.12-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
8a28dca68c0af0df458346396dfc6a3906911f7138a4543b8b127cdb4056a677
BLAKE2b-256 checksum
How to use checksums
fd4dedbb26b5ffe5026f1fe94e4d547bbdfe10dd97d3820f41abd13b40789a33
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.12-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_gap3-10.8.12-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
293d4699c4b6bda2f381a91803636ee8144a10ce1549540987a4230ad6816b65
BLAKE2b-256 checksum
How to use checksums
5e6fe2038a42117a220f5a9107fc87ffd69bc544323bdc51d9c7abe973b9255c
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.12-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_gap3-10.8.12-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
87829cc547e5ea2759b7cf6c140a50685d5b0f8fea251d456d4e49422374d20c
BLAKE2b-256 checksum
How to use checksums
9ebb7c3d4984beae37912203c287a6855f641d11f7ecaf9d21c9129b316aac26
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.12-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

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

Download URL passagemath_gap3-10.8.12-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
dfe9bb57af1e4241f9a8b0fc701673e6dac788f5cc4dffb4ff36b17685c48610
BLAKE2b-256 checksum
How to use checksums
289864f5ddfbc2a6f5f2916f5cea3537e8a07cf8f22b6a12c0a56fce1a9d72f6
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.12-cp312-cp312-macosx_13_0_arm64.whl

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

Download URL passagemath_gap3-10.8.12-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
9051cc6769e28176b30191ce890db96f680baf026d2f34c0bf2c547fb66736a3
BLAKE2b-256 checksum
How to use checksums
44df91bb4cdca8f70be7a08c7e859550e1924aed647cbf4ae4f498f4cbdf3c9a
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.12-cp311-cp311-musllinux_1_2_aarch64.whl

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

Download URL passagemath_gap3-10.8.12-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
3d4e26a1d58864a09f9e0cd1cc3bc4870d0e6585c42e453f9465831b92ad5824
BLAKE2b-256 checksum
How to use checksums
928276adab1e4dedbb397097030fb901fe34429a2b04fc79c64bface2de81b5d
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.12-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_gap3-10.8.12-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
c297d6bef8bca4e57d23b41e6752f981a96c046fe52a7825ee37afb5e18f507a
BLAKE2b-256 checksum
How to use checksums
8771c92f70cbf336ab2b160cf987c204b9ad2abf1e2d068ea66290d4b0bd7747
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.12-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_gap3-10.8.12-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
47b8db01c51c506761b8fe0666df676070d47bbb0d395b30900f4ef4ef664e7c
BLAKE2b-256 checksum
How to use checksums
e81cc419704d493b0fca25c291bfa3a27877d7719c82dde89824cf59d906d469
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