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.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-gap 10.8.12rc1
File Size Uploaded
passagemath_gap-10.8.12rc1.tar.gz 376.1 kB Details

Built distributions (wheels)

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

Download URL passagemath_gap-10.8.12rc1.tar.gz
Size 376.1 kB
Tags Source
SHA-256 checksum
How to use checksums
c2f4db3233fe4544f4b7f0d42a452cf73799489fcb41183ed4b1964ef100faf9
BLAKE2b-256 checksum
How to use checksums
838138d7fb4b9098ff26a6a478718d008a5f2f7ca0956ba0d7e3277e1e8cf67e
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.12rc1-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_gap-10.8.12rc1-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
3229dd37377fb8df6a7561047c0a68f100c49b70e7bba2dade6494e297ab7296
BLAKE2b-256 checksum
How to use checksums
45b9e049a7234af7fb40e51a8c81e19df99083f92fd3acf9d9bc4d43a6792735
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.12rc1-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_gap-10.8.12rc1-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
578db55c62f8baf255862d80f7d10ba412433a9b151343cc2e630466f1fd16e8
BLAKE2b-256 checksum
How to use checksums
845567af723febb7510c1b6878b57d669e49413fecbd66e0042983a3f28af90c
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.12rc1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap-10.8.12rc1-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
dd47e7de4ae712aba9c310dedde447014c214ce64a28926128deffb93b359d8f
BLAKE2b-256 checksum
How to use checksums
186538e1d1d4495a49dbf149505e2887c81ba93797cf03de5a34fbb29b1c3fda
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.12rc1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap-10.8.12rc1-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
4c2ea45bff2fd06c8458c62b78e288028a1b3bb99f74142ce5ee8c288b9a4191
BLAKE2b-256 checksum
How to use checksums
e8bd051890b8a7cb524f52e4c6862a3d17f5c84049d44de9dbbbd005c978e7cf
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.12rc1-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_gap-10.8.12rc1-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
d20601234fc5561363a5350c64656221b1cc182d79bda74723550bcf50353e73
BLAKE2b-256 checksum
How to use checksums
5570f72a60f3d2bb07055f0eec12303f653f6e4efd55b50ac201575e2c6b17be
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.12rc1-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_gap-10.8.12rc1-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
9d2d84df7e6e01209d87ebe72bd597644d0799cc093ce0005963cf65324ed858
BLAKE2b-256 checksum
How to use checksums
243ffaa8a92743e9ac4a8955500877a7a68e83d541c1c775c006680c5e3d1cdb
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.12rc1-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_gap-10.8.12rc1-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
a8d2e0a61c7815ecf6329f34a80782557764c345a9319f6ebdadfe778d7c161f
BLAKE2b-256 checksum
How to use checksums
d9e26d348898cc6c11b92c29fbb9725c68689dead8f9367148a99104f94d2a75
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.12rc1-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_gap-10.8.12rc1-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
75f8e7d25ff5ffb79cd2b5a05e7b56d44e9a99d8c779d249cf047987da5a9a29
BLAKE2b-256 checksum
How to use checksums
1b9d9532f752ff7dceb76fde0b6e151a42f53ab7bac901961a8c0ecabbeb98ca
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.12rc1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap-10.8.12rc1-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
66aa46c7e04fbbcefaf8e87cdb627ce0a1ac23faec773b99efc4a7a78f27def1
BLAKE2b-256 checksum
How to use checksums
aff66ed1d2d61796d82e70486a18e8914ac1256af97e94c7903caf68aefff009
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.12rc1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap-10.8.12rc1-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
7738f7a70e01f784ea6c2a8acd0857950525d8dc42b85206b1157ec3a75a3be6
BLAKE2b-256 checksum
How to use checksums
80aa225d1977d9f40bfd1edc80a2f96c94ebcab530b2aff9b66b64d39a686637
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.12rc1-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_gap-10.8.12rc1-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
054b0a00895660d3357ca8a13bf7e66d65dc8b996b88e7f3077efc45dfda2263
BLAKE2b-256 checksum
How to use checksums
f9323a59e8426d3fadb042f2e3ba987d3b7662936278d6c292d7fa8ef0358e31
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.12rc1-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_gap-10.8.12rc1-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
c7fcd4ab8de5207b8f8e25d0233702fb44963a2b2e2314fcd7cf3ca0bb5dc48d
BLAKE2b-256 checksum
How to use checksums
a3cdf5b56be290c9e3f5faec1ddd601173e9f5a1d3850a9add7c4c3e13dce859
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.12rc1-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_gap-10.8.12rc1-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
d4393dcd3ca473bbfb999d8d18c2fab2e5a66b82f3e6876c6fe8358ab32f93ff
BLAKE2b-256 checksum
How to use checksums
ca02f25c957c383636e996d36f816e7487ba872d55052e7c0ee0406885e5b6f7
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.12rc1-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_gap-10.8.12rc1-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
43464eaf41fcb3ecd1591167501ef01f73b9150dfb05aa710b42c8fd860f0e0a
BLAKE2b-256 checksum
How to use checksums
cff8350ade4e754df0e98d544d55296cb4b96fb8395da6101021a42d72c8134f
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.12rc1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap-10.8.12rc1-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
7f00ae61f118950748f124c199d511cff1643e11857c288213b57b3bc0b0e3d2
BLAKE2b-256 checksum
How to use checksums
c448d6a9d1549accb7d38a9176d8431a5243bb055d1bdbf5dc1d0470b391bce5
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.12rc1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap-10.8.12rc1-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
c5a16fcff25c75aa748d3b6ff24842b1625dfa33a3251572abcf6aa485e30bef
BLAKE2b-256 checksum
How to use checksums
2aa51665f5dce553aec525732b2ca79f92a1c18e38d42325340ff9457d33fadb
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.12rc1-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_gap-10.8.12rc1-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
3f3b8cfc32b6dfdd47fa3e1287ee31013b4c44dabd6787b93bd0edb9c0f5920f
BLAKE2b-256 checksum
How to use checksums
cd37e3cd102fb53b5c17f5b4621c68ace09092311c3957605e87bb1e6878b550
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.12rc1-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_gap-10.8.12rc1-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
d899f1320259fce58c0ac6cbe3e9137d8ec17890f16f770c7f6338b50bae2801
BLAKE2b-256 checksum
How to use checksums
9849d9a7f1d5acc6ee3154f534f4619b3fc290bf106c21cf181a5ed66323769d
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.12rc1-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_gap-10.8.12rc1-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
a3ed61f12f825d51d4a832edb4599f3c09c53dccbd5bdce17802ba3d38873330
BLAKE2b-256 checksum
How to use checksums
68a79068c3e8c9c1559aa9cdfa32a4055426962630f453670c8797263ac59feb
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.12rc1-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_gap-10.8.12rc1-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
f11648898ab85aa27a81c95eda6fc6400f50fcf4917446ef22f76e2ae8f0e616
BLAKE2b-256 checksum
How to use checksums
144247c428a9f907b2ea93860179e2383c3b0dbb59947d100262e690f2b3a921
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.12rc1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap-10.8.12rc1-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
278affc279934fe68206cc2943735e6aeb8e4f5dbba558e429b5306dead030d1
BLAKE2b-256 checksum
How to use checksums
4e8643d76a808be3e27b1faddd57de751f25fe10abeaa34cd0307b78bea768a6
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.12rc1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

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

Download URL passagemath_gap-10.8.12rc1-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
a315bcf9544b7e8bed60c3ea2bff9fe6afe250596043824cfb22103fc3f9de77
BLAKE2b-256 checksum
How to use checksums
8b6bbc54bf802287bf7b89d0c6d4b9f48a673083b564aa48aea2e7f0c00a78f4
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.12rc1-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_gap-10.8.12rc1-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
580185d3baec0f4bb6964b688b9582385ef24bbaea03077d8864a0e0b6d57a60
BLAKE2b-256 checksum
How to use checksums
a3066b2651a3c2c4c2c724e642440d011ef6684f4fb4c4f9b3001a7ce2842d59
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.12rc1-cp311-cp311-musllinux_1_2_x86_64.whl

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

Download URL passagemath_gap-10.8.12rc1-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
2703ed110d49c5d4cca613f41bd2b3a0d322b7480191a2865b9582804298705a
BLAKE2b-256 checksum
How to use checksums
c3f3f57a28aab02dcdfcdf8564d383091d2a8f170e07960515ce79d2bd30c606
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.12rc1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap-10.8.12rc1-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
932975759d9703f1e3799ba1e9f4d130c66aecaf0098fff582ed3e3ea1073ded
BLAKE2b-256 checksum
How to use checksums
7bf1b73a458c7f3a713a8996ec3912420134317656cec645901de53a0f9c1f4b
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.12rc1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap-10.8.12rc1-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
87d723c74ed8864c536fac95ace380af2bb2dfacf46a24b9f16dcf267ee5083c
BLAKE2b-256 checksum
How to use checksums
c4c5eb464d399664c439659e5a0266ab027166fceeef23233a7737d87659df35
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.12rc1-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_gap-10.8.12rc1-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
a0e0e6e58b5ccecb7a66d01bd38873bedf36e44aa21a2b580447cf1bd0670283
BLAKE2b-256 checksum
How to use checksums
65ee4bfb8778bb36d3beb7ce429d8be4412b1355a660df406d7da86046656a90
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.12rc1-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_gap-10.8.12rc1-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
307a13366f6c7c6b477c50384dbe49f8e42b944acee64f0eba3109a72511c17f
BLAKE2b-256 checksum
How to use checksums
756719940b36794dacd9c68f68c14646ffc0b19debdf09de7a1e87f0962efecf
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