Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_gap-10.8.10rc3.tar.gz (375.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

passagemath_gap-10.8.10rc3-cp314-cp314t-musllinux_1_2_x86_64.whl (103.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_gap-10.8.10rc3-cp314-cp314t-musllinux_1_2_aarch64.whl (102.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_gap-10.8.10rc3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (103.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_gap-10.8.10rc3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (102.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_gap-10.8.10rc3-cp314-cp314t-macosx_13_0_x86_64.whl (76.2 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_gap-10.8.10rc3-cp314-cp314t-macosx_13_0_arm64.whl (75.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_gap-10.8.10rc3-cp314-cp314-musllinux_1_2_x86_64.whl (103.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_gap-10.8.10rc3-cp314-cp314-musllinux_1_2_aarch64.whl (102.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_gap-10.8.10rc3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (102.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_gap-10.8.10rc3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (102.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_gap-10.8.10rc3-cp314-cp314-macosx_13_0_x86_64.whl (76.1 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_gap-10.8.10rc3-cp314-cp314-macosx_13_0_arm64.whl (75.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_gap-10.8.10rc3-cp313-cp313-musllinux_1_2_x86_64.whl (103.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_gap-10.8.10rc3-cp313-cp313-musllinux_1_2_aarch64.whl (102.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_gap-10.8.10rc3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (102.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_gap-10.8.10rc3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (102.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_gap-10.8.10rc3-cp313-cp313-macosx_13_0_x86_64.whl (76.1 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_gap-10.8.10rc3-cp313-cp313-macosx_13_0_arm64.whl (75.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_gap-10.8.10rc3-cp312-cp312-musllinux_1_2_x86_64.whl (103.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_gap-10.8.10rc3-cp312-cp312-musllinux_1_2_aarch64.whl (102.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_gap-10.8.10rc3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (102.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_gap-10.8.10rc3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (102.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_gap-10.8.10rc3-cp312-cp312-macosx_13_0_x86_64.whl (76.1 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_gap-10.8.10rc3-cp312-cp312-macosx_13_0_arm64.whl (75.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_gap-10.8.10rc3-cp311-cp311-musllinux_1_2_x86_64.whl (103.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_gap-10.8.10rc3-cp311-cp311-musllinux_1_2_aarch64.whl (102.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_gap-10.8.10rc3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (102.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_gap-10.8.10rc3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (102.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_gap-10.8.10rc3-cp311-cp311-macosx_13_0_x86_64.whl (76.1 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_gap-10.8.10rc3-cp311-cp311-macosx_13_0_arm64.whl (75.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_gap-10.8.10rc3.tar.gz.

File metadata

  • Download URL: passagemath_gap-10.8.10rc3.tar.gz
  • Upload date:
  • Size: 375.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for passagemath_gap-10.8.10rc3.tar.gz
Algorithm Hash digest
SHA256 38766a296524cb77ce64088b14828beda45aead6fabe44272048e7827c0cdd22
MD5 d0b3406e9fd02607adf8a1543e01865c
BLAKE2b-256 9bf5a3ff65ab777f289b9c97fd378695dcc87ae7bdf6514282cbb60662c9f31d

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b6a94f064f7cc76e684d47c7551224b2fffc2ec11b3800e7ad48b1b977382ff
MD5 9d8c50cc241d1aa45900a4a2d0371957
BLAKE2b-256 6c03b700a48e58aaed35bb7ecfc6a4a5be621ce23eeecf078b14698191cbfe35

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dff6b7056be9317f7c3d9db5b62cd36389fe93e68262ef3d32cde6ee27d28227
MD5 58b6ee846f6977d92a116634aee2c344
BLAKE2b-256 c06a8252d977da940a3df6755657268cf1ee33590b53efd17924e480c7251de5

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 85169ce2b6598efda03f69a348fc0e791d3c90993aef5851644fa8a9c02b0070
MD5 ea9e38f9f4d23304f0adf95271206535
BLAKE2b-256 c13d7eb6058adc6a97ab4edc760a6c31e1efa320889254dc062d266b55bbc9ad

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2d67225d32e028039168434fcd865407d290de08bb0a733ec55caffbe7718df0
MD5 1e974be9e87f44896b42cde6bafdc7a8
BLAKE2b-256 7572f6685fe991a9be61bc715543ed68e1a186735b98e284af1e291f51b28f5d

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c6f4b980910f9eed77f6075fb58f4ce4d8493c3689e33d03f78a955c53c90122
MD5 7be79327d8d44ac4e0dac63c3094ef67
BLAKE2b-256 2ba62576bc6cc195cd407dbf2781b00701b184217db2bd050be478bd143a507f

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 25c40d1ec5d08d42f474cacfdf414fd1f0072e48d31b3b5e3382902d2486cb2e
MD5 882d4e3568774dcda3205b3ef9ae3aa7
BLAKE2b-256 df304953026b215f4ff5bde094a0544e81aecffbd7e5530faadb3d73390aacab

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67281cd4fe344e328f2d1270d0e63cf0cd5ca390d1364c999d498cd7b9cd8bb1
MD5 d39006c6f33a6d535b195037aaebb04c
BLAKE2b-256 08faa669d35563c8c22d52bed5ee9ef470f67361cd5192f428cf57415c69304e

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0aefaf584f35c8c2dbaff43f9f9f70769487ea3dadfb2347f6e304cc045d80a6
MD5 858123fff19171edfe2d692f7569176d
BLAKE2b-256 3212c65f9565ad1d4f6fd9622d65bd920a33adc108ca9caf7687f484f9fb091f

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 390b1557afa757e21a832dd6663a7a6dbdafa76df6079fafe149e28f4945d72d
MD5 b0bd47f8f30a1d8e65f5ea7f918f56bb
BLAKE2b-256 3f5a3a3b274763005d2e33b1de2b359e2320075daf633a31f61161b35a0377b4

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f94538e44a07c666b66e1e77f92ed20f0f2fbc431086603daffe22bf3daed777
MD5 32063c537955dbe092c5112c786627d2
BLAKE2b-256 87d3555393f1a97e593720b115e07035cbdf5f262131e66732701745090ad7fd

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4d67240a37d226ca8e0d32f6bc161e34297b1e3df6d3ec9ef9d926daa36e055b
MD5 55283c03b24887ba60bc7c8a0237126f
BLAKE2b-256 e550ac16bbc88a2fa763c1b4a4f86fb21b6d7828ab4eac3a6bb4a61e7155fa7a

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3b172c68042429cf87b1c6c331cc7fd54ad2db45f641303ad936cb5eb1c19de7
MD5 54cb8cf092fb7d493562041ca342a9bc
BLAKE2b-256 a7e6744245445627c2afc98c024fef6651fa30dbb85651101eb8cec2e5403a19

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f6c5d1959c0ae9fd69e809b23f859e097728fa29d5356e36677b73f7ce3ec9ac
MD5 a3ab8c5e90c874cf677f32e6244f6732
BLAKE2b-256 e52737a94d260635abd73fb6b2f320c1af3da644d28d302347fb89415d30ccf4

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 66b2ab6015089a978d7df8cb91cf5e49491ffc505a0d4851f4c86abaace8612e
MD5 2f27d478e0d5e55a17e98430c2284837
BLAKE2b-256 879f2e08329a1c11891e833fddaac9d14519669acd16122aa0caf4e0244845e0

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5a8754970f45e712626b10b4c4d9dbe791a1096334395db0721ddd119d360950
MD5 315106b1924eaa4f403c7325fab79af5
BLAKE2b-256 b2855411fdaba0b87b89b465f71f04627839b7cb55342f5e79d3af736f898a96

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 385e9c32b5032f730cc329d14160af74765a827f22b8f32bde939abde78266b9
MD5 1ba1d8c60cc03b2cc44f5a324785050e
BLAKE2b-256 e56ad7d61dc1642eea17ee03e4d6d7c403671f95be71a55fb9d6916b26238e3f

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3d884a28a943c3941e8e9f24125d5b54827b2aa0b1f56e2d38d099132e1c3b1d
MD5 14f7a650bde5c339ccc9e8e0dbc95c32
BLAKE2b-256 79daafd37f0a990081fdeef73e13d3fc58eb16fc2605a603719d4f80b7d78b01

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 dfd474b135e381d923f3c8d8aca95c8eca1fc438193acbb676fb7e866cddac84
MD5 156cc5e4ff71becc4983fc56387357bd
BLAKE2b-256 211e0832b0de8ae3f92e80a40cb71e4d8ae1150ba89bddb79af42ffb774bd0b5

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 29187bd3608ee3cc9819b66932a06943f15d7b1fb4846d9ad923812cba628992
MD5 eb0b3e40c0754e2b2cb28471ef7c0416
BLAKE2b-256 7e044b0795c5ecd56ad183db8c59b41a11a2c50d97c1928fa1c5d86ddce9ce19

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 529402f18415952c3aeeb6affb6f0e82a5088efb321af97aa00b4344472dec7c
MD5 5b404c2c2936662a46ce312ea823fcb2
BLAKE2b-256 8509b71e8cee3f5e35cfc30a95e6182bbde25e081398801b2b1d3f38c00d97a1

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 307f3d41d3bdbc62657fd9a071f4e33e1863405d068df40b453a8a3df4000418
MD5 873df102e5cade1c1904ef299986eb29
BLAKE2b-256 f32aa95da13fc31983a98c458027938de21916beec81ff4d3dfa95196f427693

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eb464a52ee4dc1b07369a56d1ef96a377b349a8aa8f44a2142e5bf2be4ab1965
MD5 5548554ee98ffbf5304f990833b3d859
BLAKE2b-256 1bebffef12fb7149f1e415f9cf813ba900bcf86561737f4831a9ebc852737d33

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a3e25b1531e264132c02fa972a594a56d289464da378dee08b445a30911cc717
MD5 af2af53a351a039d634cf2a5ab3078d7
BLAKE2b-256 a38888f3b2fade5a9fb48d0f4202a9c48cab189586c38909dadc5c342cadcb35

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 12870ca19dfb80b09e380eec3e1c6b83ef75fefe15a7c72c766bde9e22b2d287
MD5 303bdcba0e0a09079fc12b98faae871f
BLAKE2b-256 3bc2f9ce85530d8acc2e214c768de94da8b35c5f452caf775c02274efe0529de

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 613c4852b612ea6c06bf50948c43e4539495ffe09d0633c328901d1b43e1417a
MD5 7e23987498333f6502100cb9fdfc99c2
BLAKE2b-256 df28891c68a6d13071bc13e9616d98a7cdf2439645a86c771d6a910dffa3529d

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 970f90853b185dfd1f05551cc7222649c824382133ca2af4edd2b6636c288fce
MD5 5ffd3bf74194d7c06ee60528d35a383c
BLAKE2b-256 1bf2047d6717ff2dab3605f42d441a379d24bffc9d54d830d87d7e0045852bb3

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 95e760b533a91163704d75f8edecd2295491da83f38e0ad31074883a1f259d65
MD5 8425d6861871b609ec8ac846392994be
BLAKE2b-256 b08d1bc4800cfeaf1bf30c5c6168b65d352504a14f59d91a3049497540285e7a

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ef0a0c481e20f8d8f970c9a169d6fd0311c35adc424eeb90ffaa92e672763a7c
MD5 bd9126d53da246090b1e3f79a0064f54
BLAKE2b-256 1fc471414012a52b4d39087633cc9f6864f0b7f4254d15e3b7cd4882c088ccf1

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0d9c6376f17469a40aee3ed7d8ba584ffd6c05b4cbaf940e8d50e08477f3231b
MD5 a61fb85c4029c71d906efa5ea72b0e98
BLAKE2b-256 7c87add32d2d7ff7bb46ad9044f351f7c163bfd031927d031cd85ca20b51526f

See more details on using hashes here.

File details

Details for the file passagemath_gap-10.8.10rc3-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_gap-10.8.10rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c8a58b9ed2a32a679fb469484357ae3029956da609bdf1418d4fb58acd0c7699
MD5 7ec49b7f22ef2e53662d2b693ea19d32
BLAKE2b-256 b5ec543483d60c65876d3749017f533eb72f86779d9d493a26339b6939acf402

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

10.8.10rc3 This release

31 files

10.8.9

31 files

10.8.8

31 files

10.8.7

31 files

10.8.6

31 files

10.8.5

31 files

10.8.4

31 files

10.8.3

31 files

10.8.2

31 files

10.6.48

37 files

10.5.49

21 files

10.4.68

9 files

10.4.11

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page