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

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

Source distribution (sdist)

Source distribution for passagemath-gap 10.8.12rc0
File Size Uploaded
passagemath_gap-10.8.12rc0.tar.gz 376.1 kB Details

Built distributions (wheels)

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

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

Download URL passagemath_gap-10.8.12rc0-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
cb552187138aef8920d3f2234b3009dac8883c8809a658b37f1d3b8501fd41d3
BLAKE2b-256 checksum
How to use checksums
fc338c4b32438bc1380b73b2208efec14ba0721716a19fcdfa689c3224680d91
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.12rc0-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_gap-10.8.12rc0-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
35450010d7ee7d6537f9f36675a3158bdc1073a44ecb8f434a82ce7a20b9f894
BLAKE2b-256 checksum
How to use checksums
53e92d71b7ae0275c3d6a17f1959505b919789dd1de8ffee0047797885771aba
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.12rc0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap-10.8.12rc0-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
2591a7c01bd7095a5317be9b0aa3d899390bc6d5f4841ac193b96f8fe5088812
BLAKE2b-256 checksum
How to use checksums
da08d5d0ae7e34ead026461e6aaea43407ec1541a76651e63122ebf469e6c78c
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.12rc0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap-10.8.12rc0-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
b52e012ce532b93a94e8b527c95c1e8f6bbb66759360f35a71e76a75a65d826b
BLAKE2b-256 checksum
How to use checksums
211c4edbc57834ceddc3179232cfd3f2e9a2463cb3472a81b38d3039aef5b5a1
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.12rc0-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_gap-10.8.12rc0-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
bbdfb3b6f12c7a662be76f0a3585d57947a339dbe9b7fef51ce0e855e0e7eb74
BLAKE2b-256 checksum
How to use checksums
7d5fb3a588bbf5907225e5a8a470f605d6561e88f47b0c64ea1dc9b4b75e33ec
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.12rc0-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_gap-10.8.12rc0-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
7eff5dd315f7e83c6e7c15ef1bb6f16e7bb4f8c5fd286f26263db3367f810ecf
BLAKE2b-256 checksum
How to use checksums
fa5b6703fd493053698cf9340eae2fc5dd331677cc87a4de8131946b7e3d04e1
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.12rc0-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_gap-10.8.12rc0-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
3f28ff58d71fae1e6eb6e84fb4e0458ef9cb5b43c442110a1cb43c2b61da9346
BLAKE2b-256 checksum
How to use checksums
3f73a5094922e0096e185521e0ac2c23f2814a2e19a6e7221722bf7c4303a0b5
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.12rc0-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_gap-10.8.12rc0-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
2c80c09f4e4cd11b081afa19715f707cdefdb6167f55a969364e95b9292d9db3
BLAKE2b-256 checksum
How to use checksums
5a6eccfafa2d02d2e790b448fdb39135e2437b72a67c2814985c62a8c8cc4229
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.12rc0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap-10.8.12rc0-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
9b0b99e31a8ae0afa505be921bf1d918ac45eb10e7ceb47af19049f11e6d5fb7
BLAKE2b-256 checksum
How to use checksums
24285dd662f8b63fe13b70c10f44e1269a785ed6599f7745ebf7cccaeb8688e2
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.12rc0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap-10.8.12rc0-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
259bbb8d9fdc7f69c4b14a5e57f89fa0fddd7b212294ccef48ab708f430a600e
BLAKE2b-256 checksum
How to use checksums
13bb7b86d00dc276bc07ca02d129969b95f674f96b3e3d58efccc7029f8b8f6d
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.12rc0-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_gap-10.8.12rc0-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
e5864759dadf5631e90980fff0c10fb1062179336f444601fa9b56592a5357de
BLAKE2b-256 checksum
How to use checksums
f22354568d28141e58e0dcbe723b00a768590cbbd85df50ce0935724f937d87c
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.12rc0-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_gap-10.8.12rc0-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
811268dfa592002409dc96f0c047ff372be55df695bd435c9cfc01a28ae3e467
BLAKE2b-256 checksum
How to use checksums
b7c33b33f2c8575258e9e4c2c3c2f2fd1b9bc2004d46fb130ebc80a7f856f92a
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.12rc0-cp313-cp313-musllinux_1_2_x86_64.whl

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

Download URL passagemath_gap-10.8.12rc0-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
6806b0849821b8bab1db1469b05af4c84255439f34e572e8b23b630f057a0df5
BLAKE2b-256 checksum
How to use checksums
f6928e0e5ee02c03964ae08cf2a4b66f04b886718f6cb2180c766586790dbe74
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.12rc0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap-10.8.12rc0-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
59d9a26bc295ce2bc14d7963a36f10c8851ee144cca64f5e16e4466fc8d6ac30
BLAKE2b-256 checksum
How to use checksums
207122100b13f3fbbff92a3a9e0be6600653e58aed07c2337ca5118406db4218
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.12rc0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap-10.8.12rc0-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
354cce4dd02b18f12f9e76e34cd6192d0e866aeb367110f7f6c38570992b64a3
BLAKE2b-256 checksum
How to use checksums
0a326836d5047bf242d74db1bec8cfa726813796ff36bfb0953f60359178ae36
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.12rc0-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_gap-10.8.12rc0-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
025124bfdde6db32f493988996759d2da3931b39d335074346578e3136ac67a6
BLAKE2b-256 checksum
How to use checksums
05641957039dccd7d36139e25b45711f63c5bcbfa77139acff27bd36d4828279
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.12rc0-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_gap-10.8.12rc0-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
1e93e518b9aceac4300e82978c624dc96f5a97dee785e411ae4e9b87244ddeee
BLAKE2b-256 checksum
How to use checksums
6a0bb277266dedfd8fd75285e81be988cbdf5f8e311b5af48a47a83eb5514597
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.12rc0-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_gap-10.8.12rc0-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
9aa7496a330175d097ffbff96306ac396634907ce21ebc34b5fc9d1466d9e7d1
BLAKE2b-256 checksum
How to use checksums
cabdb936b72faeb86b6383eccf4cfd433d77ef5f8ab5c187afb5221738985507
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.12rc0-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_gap-10.8.12rc0-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
7a1a78b18336a043419b1e94629a4a2f6e29c1a6259c3a37a2aea18107154f7f
BLAKE2b-256 checksum
How to use checksums
edc76f6b968bee0d9f826c45754ff39e22b07f2ad3148662aa4d86c292e66446
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.12rc0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap-10.8.12rc0-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
1d238ff3e7565eb5e129f5d20864d07b523f652e8658649cd2050c03c068c408
BLAKE2b-256 checksum
How to use checksums
be09760dcaac7012ad5796e614c0f905319a6bd7fb469c2774aaadd259d51fe2
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.12rc0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap-10.8.12rc0-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
43429429c83a0f5acb6cb849ee348cb26274cb1672226b09d7ef6159444cbec1
BLAKE2b-256 checksum
How to use checksums
057e57813c1b2d0fd712b0ed4bf4baf2a75656e1d5fda61629731dc691bcfd03
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.12rc0-cp312-cp312-macosx_13_0_x86_64.whl

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

Download URL passagemath_gap-10.8.12rc0-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
dc1bc6bcb50a8b6c9c22b5607aa18c0b1c1549e84a8ec454c0cbeb56347dae9a
BLAKE2b-256 checksum
How to use checksums
a9a4ac1a882ad41918eccc6f57b8e1e85ca27b05d5b74b2c7cae4a9c552eedc0
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.12rc0-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_gap-10.8.12rc0-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
41421ed7b1895459bdaea9f439faba9f35e67c9ec7a012b74134e4299862f243
BLAKE2b-256 checksum
How to use checksums
288ff30df0f9f0d3c77b1d970d17a076b296f12ad3333b0583a74f01f053d0ce
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.12rc0-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_gap-10.8.12rc0-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
118bc94f949b8fe38117c6f5983035549fd7fc325d2e1adcd38d3e4e8754f550
BLAKE2b-256 checksum
How to use checksums
d9b9bbce97457dbedd4f576f91ff0ddf8edc88508d25bfa0f1621caba1a3c1b8
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.12rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_gap-10.8.12rc0-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
121af685d4251089ff56d2c9fcea1dc0858001f96849e6f30bd8d2601017b622
BLAKE2b-256 checksum
How to use checksums
8ea08967dd0c5fba478d11c601d7d46a63423b16123d914ce075c6bce24fc3cc
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.12rc0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_gap-10.8.12rc0-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
28ae19c177b2a5b9a3bac20147690d013accffef89cd8a6c98de00941f4c72ad
BLAKE2b-256 checksum
How to use checksums
f1b325333d39cae60cb1bc2b84b2bc108e6dbf296b9285f4681a4f13e73e3e55
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.12rc0-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_gap-10.8.12rc0-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
5d59ea6d135483cbb856eb5d1c40aa7eb35cd7312414b40014edb2d33d7f9994
BLAKE2b-256 checksum
How to use checksums
1a943a73331baab2a199c64fd1c020e85e1c9e14ce1d1ba0da5d0d58c05149d5
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.12rc0-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_gap-10.8.12rc0-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
093f65384b220f2ab4c6de06c48b814b0d710cc650eae042a30326810d00e1c9
BLAKE2b-256 checksum
How to use checksums
bb2e31f9970d2f74143b7295b490e41767536ec04b4ff06b454c0fb3cb693730
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