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-gap3 provides an interface to GAP3.

It can be installed as an extra of the distribution passagemath-groups:

$ pip install "passagemath-groups[gap3]"

What is included

Examples

Starting GAP3 from the command line without explicit installation:

$ pipx run --spec "passagemath-gap3" sage -gap3
             ########            Lehrstuhl D fuer Mathematik, RWTH Aachen
           ###    ####             #######            #########
          ##         ##           #      ##          ## #     ##
         ##          #           #       ##             #      ##
        ##           #           ##       #             #      ##
        ####        ##            #########             #######
         #####     ###  Version 3 Release 4.4 18 Apr 97 #
           ######### #                                  # Martin Schoenert
                    ##  Alice Niemeyer, Werner Nickel   # Erzsebet Horvath
                   ###  Bettina Eick,   Frank Celler,   # Udo Polis
                  ## #  Johannes Meier, Alex Wegner,    # Goetz Pfeiffer
                 ##  #  Juergen Mnich,  Thomas Breuer   # Heiko Theissen
                ##   #  Hans U. Besche, Volkmar Felsch  # Ansgar Kaup
               ##    #  Akos Seress,    Alexander Hulpke, Thomas Bischops
              ##    ##
               ######   For help enter: ?<return>
 lib: 29 May 2017, src: 22 feb 2017, sys: macosx gcc64
 for this GAP3 distribution see webusers.imj-prg.fr/~jmichel/gap3
...
gap>

Using the pexpect interface:

$ pipx run --spec "passagemath-gap3" sage
...
sage: from sage.interfaces.gap3 import gap3
sage: gap3.load_package("chevie")
sage: m = gap3([[1,2,3],[4,5,6]]); m
[ [ 1, 2, 3 ], [ 4, 5, 6 ] ]

Using sage.combinat.root_system:

$ pipx run --spec "passagemath-gap3" python
...
>>> from passagemath_gap3 import *
>>> W = ReflectionGroup(['H',4]); W
Irreducible real reflection group of rank 4 and type H4

Download files

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

Source Distribution

passagemath_gap3-10.8.11rc0.tar.gz (38.9 kB view details)

Uploaded Source

Built Distributions

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

passagemath_gap3-10.8.11rc0-cp314-cp314t-musllinux_1_2_x86_64.whl (29.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_gap3-10.8.11rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (29.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_gap3-10.8.11rc0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (27.6 MB view details)

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

passagemath_gap3-10.8.11rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (27.6 MB view details)

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

passagemath_gap3-10.8.11rc0-cp314-cp314t-macosx_13_0_x86_64.whl (27.6 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_gap3-10.8.11rc0-cp314-cp314t-macosx_13_0_arm64.whl (27.6 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_gap3-10.8.11rc0-cp314-cp314-musllinux_1_2_x86_64.whl (29.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_gap3-10.8.11rc0-cp314-cp314-musllinux_1_2_aarch64.whl (29.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_gap3-10.8.11rc0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (27.6 MB view details)

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

passagemath_gap3-10.8.11rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (27.6 MB view details)

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

passagemath_gap3-10.8.11rc0-cp314-cp314-macosx_13_0_x86_64.whl (27.6 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_gap3-10.8.11rc0-cp314-cp314-macosx_13_0_arm64.whl (27.6 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_gap3-10.8.11rc0-cp313-cp313-musllinux_1_2_x86_64.whl (29.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_gap3-10.8.11rc0-cp313-cp313-musllinux_1_2_aarch64.whl (29.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_gap3-10.8.11rc0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (27.6 MB view details)

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

passagemath_gap3-10.8.11rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (27.6 MB view details)

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

passagemath_gap3-10.8.11rc0-cp313-cp313-macosx_13_0_x86_64.whl (27.6 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_gap3-10.8.11rc0-cp313-cp313-macosx_13_0_arm64.whl (27.6 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_gap3-10.8.11rc0-cp312-cp312-musllinux_1_2_x86_64.whl (29.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_gap3-10.8.11rc0-cp312-cp312-musllinux_1_2_aarch64.whl (29.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_gap3-10.8.11rc0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (27.6 MB view details)

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

passagemath_gap3-10.8.11rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (27.6 MB view details)

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

passagemath_gap3-10.8.11rc0-cp312-cp312-macosx_13_0_x86_64.whl (27.6 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_gap3-10.8.11rc0-cp312-cp312-macosx_13_0_arm64.whl (27.6 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_gap3-10.8.11rc0-cp311-cp311-musllinux_1_2_x86_64.whl (29.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_gap3-10.8.11rc0-cp311-cp311-musllinux_1_2_aarch64.whl (29.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_gap3-10.8.11rc0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (27.6 MB view details)

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

passagemath_gap3-10.8.11rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (27.6 MB view details)

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

passagemath_gap3-10.8.11rc0-cp311-cp311-macosx_13_0_x86_64.whl (27.6 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_gap3-10.8.11rc0-cp311-cp311-macosx_13_0_arm64.whl (27.6 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_gap3-10.8.11rc0.tar.gz.

File metadata

  • Download URL: passagemath_gap3-10.8.11rc0.tar.gz
  • Upload date:
  • Size: 38.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for passagemath_gap3-10.8.11rc0.tar.gz
Algorithm Hash digest
SHA256 d34ce9d43a33eea0bdf61d7f93247a35df237c5d4016bfd2801537ef8bdfa698
MD5 018b24b1808ea2dea6eee1e2b2b6c8e0
BLAKE2b-256 249c289f8bee4d9adf67b219f8ebdb7f11dd1c02dd0e2d02780ee5ed9628f849

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea40d2a7584bf688f7973cff3bfc7328db06933a043f56106fe6c5a1d341f2a6
MD5 cb2e1ff417a3beb74f8fea0bc256f41f
BLAKE2b-256 4460516f83f6aa3cce16cd60b695e0bdef685fa2576000480c4e08515beb5444

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ce02905ed38d4c0d13bb79ed63b0a3134afcd2ee4b1c3b3a0da3bd51e2304a7a
MD5 63093caea897f3a8b7802d5ac9ff0df4
BLAKE2b-256 881dcce3e80a4a9423956981bbe46d9ad2a3745a322d52a9fe6c35be8aa7b646

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6ecc6e338f682d47ead845471ce1f86a6523282f78272b03cc4bd675f6d08c19
MD5 4399614b761937df4ba001e23cf65763
BLAKE2b-256 af0bc7f0bb1647d84cb7e85929532bc02f14dd1367798a5570ad89ef6fefacdf

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c0f6e1951e6b7b7efd0df8f4156788742036218245ef18ac343612e34bfe938b
MD5 940eafc3d6b633df50a29a4583aff19c
BLAKE2b-256 ec8f4246f2e49c839c91fb656ae47f46dcee52a862e2a6a390ddfa7fbbee33ac

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 86878ce324bb9fe33d2de682aea48a205c7ce9496caf4ee6a42ee1d1cb3af4fd
MD5 47cd509316afb668611103ee500e0678
BLAKE2b-256 8136d6a95885edb2ec44c39ac2f8cfa2c83109bb3d59dc4cbfd70db543f12b6e

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 aadd3bfefd0ab4e21a9e16fda3b7f80594a65dd1c2c80a00943f43cfa45cc2c1
MD5 897a367bee05772d5aee4411b43a71d2
BLAKE2b-256 17edbef150df23f35fdb6f294656a70cc79fc2cc73dc332958dc0a2cf3c640a0

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 19054e9e2e84e1fef90a577dd4d2d50ee6051cae1ef5348a65ccc1e79a76c889
MD5 c8edf8417992fa90f5b83d1e71a6fb53
BLAKE2b-256 99afbba5d651e9cc823b127366ece664942efee29cbad6fe3fd7d84edb23fa19

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 759e12730ce15d45a607e1fff4624e478559102ed61a3a693cfb349813a065c0
MD5 bedfd9f9c9ccaf29080179537a31873c
BLAKE2b-256 f1979b695d8f4d6bf3ec9327f6e9f01f89c0b86eaab5337d9c64ba4f3bd47e59

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 76eba6ebe614cde76c715fc3d5250c74826e0393ef95626c3f2f9c9baa6fae0e
MD5 b0293af269b95413ebf72cfae9f3f056
BLAKE2b-256 8b6d4d8870a348f1e818d082d4f62686ade6a888537ffbc663046eefe2f828b4

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 09aded51e94ddbac4da1be635951e46e37a28b77ee46ee2a6149ba6ce6eddfec
MD5 7066d90a2aa2b07b48e6c3ab390a664e
BLAKE2b-256 fed46b927ce372c9d26c494321a9ef88d3a20120ceffbf5957634bcb6101de9c

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9f1bc585d19341ba21ed4df3a4a92a6147c696c4477c96860494f132cd992f08
MD5 06cbd828207e15844f523e1aa875114c
BLAKE2b-256 82af46b70596d8bc1e9eb088fd20331e2086cf7e4fbb8ac893437b1a7d08b077

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 82f9ac63b9baa0f852ed3a6ccd1692d728736174b0c68718155ba226425a2d6f
MD5 7b0c38957168ddbdbc063fdb9c0eadba
BLAKE2b-256 bc6fb32b68e4b1b6fe1bab9ba072797be23bccb414eb3daefdcaea9655cfb082

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 485c718e73b2d212e64b6cc13a527de1c4a4e7fd670b11ac5f4cc669057c2e22
MD5 ad00867ec48b915211edd803dd6bb699
BLAKE2b-256 409e6402504bff8b1df0a08511d8ae45f55e6a7f3e4eb364e3619f91828a5df9

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 41690f9b6bf97001b53c60f543e62628f9e3d2bf9aa7e2627ebf5d8d8ac8fb5b
MD5 d56dfef1150d206b6ca99d75f6b377f8
BLAKE2b-256 7dede61a60e588f06e7ac30799a4ebd943ce0fd69836ec3855985f23bcf1dc12

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 483ce6b215710879129163ac0fa00c0d265c89ae9dbf463c0fdcb77b112d2ef9
MD5 787909ebbe2f3bd1a1a2f7c2447ec3b6
BLAKE2b-256 6e471f0e3556ea946e44e181fc0ac8ede1ff4dd8208d2a46f5f8b289bfbeb07e

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a9cb24612616e514196c4d9e55b85b318d0204e8762aed88b0cbc08af291f1ad
MD5 6d4d2cba44ba117e1908fdbf4d9fed4b
BLAKE2b-256 28aa4d1fcf50737fd529125b9e4d81b837342efc1f27aa2dd6d6c4f8eeac4cf3

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8f80ca1c9e0f5f8a0c06918c808c0f93625ed1b79ab6616328512e716d527947
MD5 7a96f80e85f056dd58785f5fffe8fd26
BLAKE2b-256 bf15519df9a1c880b9f16bfb31909b04daf5c27069886ffcc047a7e3625f4d29

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 738fc001211e0c116e261f2314d376e02d836888ccf45d0b13969cfc91747ce8
MD5 8e043a16263fb94ef4cf39231c7bdd69
BLAKE2b-256 5b0179ae8e048ae60c2ce6e73d30b267f4e19bae583fb4b6d4e743bb7c7f6fdf

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b69e32af6bbb503634a55285ff4f9db862a728d642fde85007b5197a7588d947
MD5 038fd3ed5884d142244f7c0352ac4af7
BLAKE2b-256 f28c598f56d1aa25d07fdfda91531881e483df1fd698be033867d9d4516feae7

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7a3cf21f85d22b0460500edecb2a345abdef998564e867764769c9286c24bc44
MD5 97d44d040822e03c7ad84de93adb02d2
BLAKE2b-256 3d6d9fef0a5d15e837abee1846980b575f276d7b6e1641df80dd410e10bd6d03

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 651f3ed60d0625cc0813982b5a3b8805dd7343e153309f12e5503859b8194781
MD5 3cd9d557c3ce7f7022916331d51a88e0
BLAKE2b-256 6be5f6f458d6ec5084aa2b5f79f0015657b991abcdc47b5db74235ccb02deabb

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 384c736e56f82cd7ef7488ecd450b2eaf5d0b849b6978acedfdfd26519c20e18
MD5 0893418e4c1485619ac9ca21c4e89259
BLAKE2b-256 cd2ca8a5b913e9745d499b71e1cd589a4bd661a0951b2667d399a84ded474be0

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2cd52232a4e230ffee273cb2840aa3a91a8fe5a1ab5a5e10c22feb8a364d87dd
MD5 c45d2254e8aa0561c0e07b82f019f838
BLAKE2b-256 93cceb36b13ede6e4f6303333a57620f4de28b5bc3397a85720c08a0c56e0e29

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cda1e533c8e17facada0052cc7fa174d7f9ea222fa4f3541e91527cd21b05136
MD5 33cb700f53b6e194924930811dc4c4ce
BLAKE2b-256 a212f6f03c780ecb9bc45be316855880926a8aa453a12a92867c258e7822f111

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f9bb9dae41f38cff5ca119fcf8a6e30fd72f292fc6325113d53df23dac6d99f8
MD5 640286bc1cc27a44ccab370a8cfbf00e
BLAKE2b-256 3450c627557caa91140e97299ca0b7ba14f88ad4614b6aef3f52f3e5f3e5f4ee

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea622389a64b1f35c2bfca36fff4ef4c9cf9c66b7812e25d86e0a898d49a9f2d
MD5 645bed456f8c163dca5996c58644db47
BLAKE2b-256 9f81ed8f3347251122ed276c3d198315c1214c7f012e020c75327c23deb47610

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 343c6e578d76912523f1715d0e54a138a5c2c441fded698a60e807e6b0aa563c
MD5 7fd78f9e625a055d4bfa04de5e29abec
BLAKE2b-256 866b48780430d905476fafb651738e349752c8fe6d9e784bce092e9907d21ce4

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 75da365d764bd9a3f7018c780da02a2a3e0295f507ae23d534cfad18287644e8
MD5 5e2f985ba21be3c2f0fcc9cfaa0cb538
BLAKE2b-256 6daa5a6610ecbd27f395e8ff8950f5ff2520378fed3bf153b9c14089bc7f6333

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2afa6105edc8fdae3ed639558e3a1f92952fa3dae9ae9f26870884af3ff5c8d4
MD5 f922ea8e774e27f70704524653b565c5
BLAKE2b-256 14ec8909d5d96fd912d2ff429d040785459df36f2d8d30c43949cc8ed878bcba

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e0f87dd2b22871fa0ad982d9b7c0fd48d9f89cf93f2f9121f8b8b070ccd86f67
MD5 e50f249dffa02fded5f4a70df28a0192
BLAKE2b-256 c43215423ee1917dd71ece76d114f69ebd71aa35059dac7126896c58d860a0e5

See more details on using hashes here.

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