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 GAP

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-gap is a small distribution that provides modules that depend on the GAP system.

What is included

  • Cython interface to libgap

  • Pexpect interface to GAP

  • numerous modules with build-time dependencies on GAP, see MANIFEST

  • the binary wheels on PyPI ship a prebuilt copy of GAP and at least the following GAP packages:

    • atlasrep: Interface to the Atlas of Group Representations

    • autodoc: Generate documentation from GAP source code

    • autpgrp: Computing the automorphism group of a p-group

    • cohomolo: Cohomology groups of finite groups on finite modules

    • corelg: Computing with real Lie algebras

    • crime: Group cohomology and Massey products

    • crisp: Computing with radicals, injectors, Schunck classes and projectors

    • crypting: Hashes and crypto

    • datastructures: Collection of standard data structures

    • design: Constructing, classifying, partitioning, and studying block designs

    • digraphs: Graphs, digraphs, and multidigraphs

    • factint: Advanced methods for factoring integers

    • fga: Free group algorithms

    • gapdoc: Meta package for GAP documentation

    • gbnp: Gröbner bases of noncommutative polynomials

    • genss: Generic Schreier-Sims

    • grape: GRaph Algorithms using PErmutation groups

    • guava: Computing with error-correcting codes

    • hecke: Calculating decomposition matrices of Hecke algebras

    • images: Minimal and canonical images

    • jupyterviz: Visualization Tools for Jupyter and the GAP REPL

    • io: Bindings for low level C library I/O routines

    • json: Reading and Writing JSON

    • laguna: Lie AlGebras and UNits of group Algebras

    • liealgdb: Database of Lie algebras

    • liepring: Database and algorithms for Lie p-rings

    • liering: Computing with finitely presented Lie rings

    • lins: Computing the normal subgroups of a finitely presented group

    • loops: Computing with quasigroups and loops

    • mapclass: Mapping class orbit computation

    • orb: Methods to enumerate orbits

    • packagemanager: Easily download and install GAP packages

    • primgrp: Primitive permutation groups library

    • quagroup: Computations with quantum groups

    • qpa: Quivers and path algebras

    • repsn: Constructing representations of finite groups

    • sla: Simple Lie algebras

    • smallgrp: The GAP Small Groups Library

    • sonata: System of nearrings and their applications

    • sophus: Computing in nilpotent Lie algebras

    • toric: Toric varieties and some combinatorial geometry computations

    • utils: Utility functions

    • uuid: RFC 4122 UUIDs

    • ZeroMQInterface: ZeroMQ bindings

  • the binary wheels on PyPI ship a prebuilt copy of the native Jupyter kernel for GAP

Examples

Running GAP from the command line:

$ pipx run --spec "passagemath-gap" sage -gap
 ┌───────┐   GAP 4.14.0 of 2024-12-05
 │  GAP  │   https://www.gap-system.org
 └───────┘   Architecture: x86_64-apple-darwin22-default64-kv9
 Configuration:  gmp 6.3.0, GASMAN, readline
 Loading the library and packages ...
 Packages:   GAPDoc 1.6.7, PrimGrp 3.4.4, SmallGrp 1.5.4, TransGrp 3.6.5
 Try '??help' for help. See also '?copyright', '?cite' and '?authors'
gap>

Using the library interface from Python:

$ pipx run --spec "passagemath-gap[test]" IPython

In [1]: from passagemath_modules import *

In [2]: from passagemath_gap import *

In [3]: G = libgap.eval("Group([(1,2,3), (1,2)(3,4), (1,7)])")

In [4]: CG = G.ConjugacyClasses()

In [5]: gamma = CG[2]

In [6]: g = gamma.Representative()

In [7]: CG; gamma; g
[ ()^G, (4,7)^G, (3,4,7)^G, (2,3)(4,7)^G, (2,3,4,7)^G, (1,2)(3,4,7)^G, (1,2,3,4,7)^G ]
(3,4,7)^G
(3,4,7)

Available as extras, from other distributions

Jupyter kernel spec

pip install "passagemath-gap[jupyterkernel]"

installs the kernel spec for use in the Jupyter notebook and JupyterLab

pip install "passagemath-gap[notebook]"

installs the kernel spec and the Jupyter notebook

pip install "passagemath-gap[jupyterlab]"

installs the kernel spec and JupyterLab

GAP packages

pip install "passagemath-gap[4ti2interface]"

installs 4ti2interface

pip install "passagemath-gap[aclib]"

installs aclib: Almost crystallographic groups

pip install "passagemath-gap[agt]"

installs agt

pip install "passagemath-gap[alnuth]"

installs alnuth: Algebraic number theory, interface to PARI/GP

pip install "passagemath-gap[caratinterface]"

installs caratinterface

pip install "passagemath-gap[corefreesub]"

installs corefreesub

pip install "passagemath-gap[cryst]"

installs cryst: Computing with crystallographic groups

pip install "passagemath-gap[crystcat]"

installs crystcat: Crystallographic groups catalog

pip install "passagemath-gap[ctbllib]"

installs ctbllib: The GAP Character Table Library

pip install "passagemath-gap[cubefree]"

installs cubefree

pip install "passagemath-gap[cddinterface]"

installs cddinterface

pip install "passagemath-gap[curlinterface]"

installs curlinterface

pip install "passagemath-gap[deepthought]"

installs deepthought

pip install "passagemath-gap[difsets]"

installs difsets

pip install "passagemath-gap[float]"

installs float

pip install "passagemath-gap[fr]"

installs fr

pip install "passagemath-gap[fwtree]"

installs fwtree

pip install "passagemath-gap[grpconst]"

installs grpconst

pip install "passagemath-gap[guarana]"

installs guarana

pip install "passagemath-gap[hap]"

installs hap: Homological algebra programming

pip install "passagemath-gap[hapcryst]"

installs hapcryst: HAP extension for crystallographic groups

pip install "passagemath-gap[help]"

installs help

pip install "passagemath-gap[irredsol]"

installs irredsol: Library of irreducible soluble linear groups over finite fields and of finite primivite soluble groups

pip install "passagemath-gap[lpres]"

installs lpres

pip install "passagemath-gap[modisom]"

installs modisom

pip install "passagemath-gap[nilmat]"

installs nilmat

pip install "passagemath-gap[nq]"

installs nq: Nilpotent quotients of finitely presented groups

pip install "passagemath-gap[numericalsgps]"

installs numericalsgps

pip install "passagemath-gap[polenta]"

installs polenta: Polycyclic presentations for matrix groups

pip install "passagemath-gap[polycyclic]"

installs polycyclic: Computation with polycyclic groups

pip install "passagemath-gap[polymaking]"

installs polymaking: Interfacing the geometry software polymake

pip install "passagemath-gap[radiroot]"

installs radiroot: Roots of a polynomial as radicals

pip install "passagemath-gap[rcwa]"

installs rcwa

pip install "passagemath-gap[resclasses]"

installs resclasses: Set-theoretic computations with residue classes

pip install "passagemath-gap[semigroups]"

installs semigroups

pip install "passagemath-gap[sglppow]"

installs sglppow

pip install "passagemath-gap[simpcomp]"

installs simpcomp

pip install "passagemath-gap[singular]"

installs singular: Interface to Singular

pip install "passagemath-gap[smallsemi]"

installs smallsemi

pip install "passagemath-gap[sonata]"

installs sonata

pip install "passagemath-gap[symbcompcc]"

installs symbcompcc

pip install "passagemath-gap[tomllib]"

installs tomlib: The GAP Library of Tables of Marks

pip install "passagemath-gap[transgrp]"

installs transgrp: Transitive Groups Library

pip install "passagemath-gap[xmod]"

installs xmod

pip install "passagemath-gap[unitlib]"

installs unitlib

pip install "passagemath-gap[yangbaxter]"

installs yangbaxter

Collections

pip install "passagemath-gap[standard]"

installs all GAP packages present in a standard installation of Sage and their dependencies

pip install "passagemath-gap[full]"

installs the full set of GAP packages shipped by the GAP distribution and their dependencies

Release files for passagemath-gap 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-gap 10.8.12rc2
File Size Uploaded
passagemath_gap-10.8.12rc2.tar.gz 376.2 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for passagemath-gap 10.8.12rc2
File
passagemath_gap-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_gap-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_gap-10.8.12rc2-cp314-cp314t-manylinux_2_24_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.24+ x86-64 Details
passagemath_gap-10.8.12rc2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
passagemath_gap-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_gap-10.8.12rc2-cp314-cp314t-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64 Details
passagemath_gap-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_gap-10.8.12rc2-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
passagemath_gap-10.8.12rc2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
passagemath_gap-10.8.12rc2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
passagemath_gap-10.8.12rc2-cp314-cp314-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 macOS 13.0+ x86-64 Details
passagemath_gap-10.8.12rc2-cp314-cp314-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 macOS 13.0+ ARM64 Details
passagemath_gap-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_gap-10.8.12rc2-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
passagemath_gap-10.8.12rc2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_gap-10.8.12rc2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.24+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_gap-10.8.12rc2-cp313-cp313-macosx_13_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 13.0+ x86-64 Details
passagemath_gap-10.8.12rc2-cp313-cp313-macosx_13_0_arm64.whl CPython 3.13 CPython 3.13 macOS 13.0+ ARM64 Details
passagemath_gap-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_gap-10.8.12rc2-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
passagemath_gap-10.8.12rc2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
passagemath_gap-10.8.12rc2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
passagemath_gap-10.8.12rc2-cp312-cp312-macosx_13_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 13.0+ x86-64 Details
passagemath_gap-10.8.12rc2-cp312-cp312-macosx_13_0_arm64.whl CPython 3.12 CPython 3.12 macOS 13.0+ ARM64 Details
passagemath_gap-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_gap-10.8.12rc2-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
passagemath_gap-10.8.12rc2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_gap-10.8.12rc2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
passagemath_gap-10.8.12rc2-cp311-cp311-macosx_13_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 13.0+ x86-64 Details
passagemath_gap-10.8.12rc2-cp311-cp311-macosx_13_0_arm64.whl CPython 3.11 CPython 3.11 macOS 13.0+ ARM64 Details

Total release size: 2.6 GB

Release files / passagemath_gap-10.8.12rc2.tar.gz

Download URL passagemath_gap-10.8.12rc2.tar.gz
Size 376.2 kB
Tags Source
SHA-256 checksum
How to use checksums
765f3c1e552095019ce9ae8629c0943007669f2fef3cff62c46253f26f0974b5
BLAKE2b-256 checksum
How to use checksums
01f7206690b3ada3c8d9969a4da45ca80e0f6b93b271c6da0459b796e3971b1c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

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

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

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

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

Release files / passagemath_gap-10.8.12rc2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap-10.8.12rc2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 91.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
9f5dc68f7274be9acb49260d048bd6206221a41751f5fce920dd1d465135cc0f
BLAKE2b-256 checksum
How to use checksums
5b68fda99674e460b4b5d7473f34c9740d6701402bf1eb761c8d69a9dc09e203
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap-10.8.12rc2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap-10.8.12rc2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 91.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
9cbc08a4f5f03d88c2c9324b5dea827c81ef91eef67ad83620fb8905642c4ba9
BLAKE2b-256 checksum
How to use checksums
7cf19309da1bb2b86e8d91fa08b2b0e86d9b699178b5616ba4d0af0b93c2a46f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

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

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

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

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

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

Download URL passagemath_gap-10.8.12rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Size 91.5 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
04e851c6b83e15b37dcaac7d1d35966f2d7adc76a07702b3fa7ed37676aaf992
BLAKE2b-256 checksum
How to use checksums
8f8ac0895cf14220a688b582dcc5c3d874b32e546762c3b0504ec0dd487826aa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

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

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

Release files / passagemath_gap-10.8.12rc2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap-10.8.12rc2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 90.6 MB
Tags CPython 3.14 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
bb6ff9ebe038a45f68e6c0f81391bda9e92391150caa6560836f068873b6035b
BLAKE2b-256 checksum
How to use checksums
756b5175e736e7e1e9121cb6fe57f8a5c4cead532ab89c84dcef390fbeb7853c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap-10.8.12rc2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap-10.8.12rc2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 90.4 MB
Tags CPython 3.14 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
1fa73455bb26ad0c5038c9f64012ec827ee858333622c2b7f7682b59bcdd082a
BLAKE2b-256 checksum
How to use checksums
07a8ff5f1f35e9ab289f27a9b92080f6dc1fd68fb670ab5e290e441e5a50e18a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

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

Download URL passagemath_gap-10.8.12rc2-cp314-cp314-macosx_13_0_x86_64.whl
Size 75.9 MB
Tags CPython 3.14 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
41690fb9cbe5cc6694bc62d7f3a4ae66aeb877163e8bbf10534eb7c812e16ecd
BLAKE2b-256 checksum
How to use checksums
546153e9918d103224218ed3d4a7cde0f762cd30197a1e55cf75e619ef1bf589
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

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

Download URL passagemath_gap-10.8.12rc2-cp314-cp314-macosx_13_0_arm64.whl
Size 75.6 MB
Tags CPython 3.14 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
b1882a9b4a287d30ea4c4b6f3242b99f9de818f661188695982a5092743cd441
BLAKE2b-256 checksum
How to use checksums
73141a76c578a1b9c3fef8bb807c86da58274c34977c5e4ced40f609a6e413b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

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

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

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

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

Release files / passagemath_gap-10.8.12rc2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap-10.8.12rc2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 90.7 MB
Tags CPython 3.13 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
35830677ad4b81b62f972601f9a08b407147b5418e3ae02a19266dda65391e1f
BLAKE2b-256 checksum
How to use checksums
297027534eeeb83688c1b4cba24bfe26062455dc45b21efb7a34a5375d0ab1f6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap-10.8.12rc2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap-10.8.12rc2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 90.4 MB
Tags CPython 3.13 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
5c0d9091ed26f36dcb4511681957ab09a12dcb805651da17e9c4557777ffe570
BLAKE2b-256 checksum
How to use checksums
5c112b81bf95ae32496732bb18ae0c590daaed3f136bb6e9c20c4208328bf877
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

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

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

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

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

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

Download URL passagemath_gap-10.8.12rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Size 91.6 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
9658df3fda53eeaed313adf62dcca13d56fa805bad07eddaed019a8a1b6ba2f6
BLAKE2b-256 checksum
How to use checksums
72fdcff3d2fb6c9f73680f1ae4bd279b609e6134025d03af806bcd078ffe6a92
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

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

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

Release files / passagemath_gap-10.8.12rc2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap-10.8.12rc2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 90.8 MB
Tags CPython 3.12 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
ab2313411bf4701fb2026dd76b8a73d46bb50362d732ddf9aba0e98136d87418
BLAKE2b-256 checksum
How to use checksums
5aea06285feb24e6b8159d6e6af301f6f623c5a77eb96244c0eafd89b09b530d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap-10.8.12rc2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap-10.8.12rc2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 90.5 MB
Tags CPython 3.12 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
15ac7fee5530c09d2063c4bbc35a31f1941c3421ff44b25e9059218993b76915
BLAKE2b-256 checksum
How to use checksums
3568e75206bf593c2f0602d80f8c9e06c8d73d345928a3b86d41cf22f61c600e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

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

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

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

Download URL passagemath_gap-10.8.12rc2-cp312-cp312-macosx_13_0_arm64.whl
Size 75.6 MB
Tags CPython 3.12 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
950f91f8e685d80d6b990e02a04f2853caae19156bad312579aa3c60ca379bd0
BLAKE2b-256 checksum
How to use checksums
278f872157566bfe6edcaf7e29820088aba00eb7cdf5a80c4a0a47cb907a185b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

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

Download URL passagemath_gap-10.8.12rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Size 91.8 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
62dabcc6a35b97e71931a86209528a3cba2689641bb650a282e809b45fbd900d
BLAKE2b-256 checksum
How to use checksums
984b3fdae379da199362dfecfc1a5d844a54608ce6519eca2c76343ccb8c8437
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

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

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

Release files / passagemath_gap-10.8.12rc2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap-10.8.12rc2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 90.8 MB
Tags CPython 3.11 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
65243cfe572038006602231680e9fa576aa4086f894cb7961f571c3538ca3fa9
BLAKE2b-256 checksum
How to use checksums
b1f7dab7efced42be9fb25bb3b5cb33ce42f71f07db5cba21e5b854e2444afaa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_gap-10.8.12rc2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap-10.8.12rc2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 90.6 MB
Tags CPython 3.11 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
ace76b0adb57a73c7491b3147aaacb4dd4c3c8cddf30730bb077ebde6f82bec5
BLAKE2b-256 checksum
How to use checksums
86bd39cd428f42678af2ecadc518eff6e05604229c7ee3f035ead2a7d561bf6c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

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

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

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

Download URL passagemath_gap-10.8.12rc2-cp311-cp311-macosx_13_0_arm64.whl
Size 75.6 MB
Tags CPython 3.11 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
f619d0801963b5a8cf0e184ec38cfef889c69c1ca9fb45bb550ffb30b2560ff2
BLAKE2b-256 checksum
How to use checksums
b28327cd2e97ab9021b6e6045149067efa128bcfc1ed76b6e5ffc8f712444f5c
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