Skip to main content

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.10.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.10-cp314-cp314t-musllinux_1_2_x86_64.whl (27.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_gap3-10.8.10-cp314-cp314t-musllinux_1_2_aarch64.whl (27.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_gap3-10.8.10-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (27.3 MB view details)

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

passagemath_gap3-10.8.10-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (27.3 MB view details)

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

passagemath_gap3-10.8.10-cp314-cp314t-macosx_13_0_x86_64.whl (27.3 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_gap3-10.8.10-cp314-cp314t-macosx_13_0_arm64.whl (27.3 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_gap3-10.8.10-cp314-cp314-musllinux_1_2_x86_64.whl (27.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_gap3-10.8.10-cp314-cp314-musllinux_1_2_aarch64.whl (27.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_gap3-10.8.10-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (27.3 MB view details)

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

passagemath_gap3-10.8.10-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (27.3 MB view details)

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

passagemath_gap3-10.8.10-cp314-cp314-macosx_13_0_x86_64.whl (27.3 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_gap3-10.8.10-cp314-cp314-macosx_13_0_arm64.whl (27.3 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_gap3-10.8.10-cp313-cp313-musllinux_1_2_x86_64.whl (27.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_gap3-10.8.10-cp313-cp313-musllinux_1_2_aarch64.whl (27.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_gap3-10.8.10-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (27.3 MB view details)

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

passagemath_gap3-10.8.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (27.3 MB view details)

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

passagemath_gap3-10.8.10-cp313-cp313-macosx_13_0_x86_64.whl (27.3 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_gap3-10.8.10-cp313-cp313-macosx_13_0_arm64.whl (27.3 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_gap3-10.8.10-cp312-cp312-musllinux_1_2_x86_64.whl (27.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_gap3-10.8.10-cp312-cp312-musllinux_1_2_aarch64.whl (27.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_gap3-10.8.10-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (27.3 MB view details)

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

passagemath_gap3-10.8.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (27.3 MB view details)

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

passagemath_gap3-10.8.10-cp312-cp312-macosx_13_0_x86_64.whl (27.3 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_gap3-10.8.10-cp312-cp312-macosx_13_0_arm64.whl (27.3 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_gap3-10.8.10-cp311-cp311-musllinux_1_2_x86_64.whl (27.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_gap3-10.8.10-cp311-cp311-musllinux_1_2_aarch64.whl (27.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_gap3-10.8.10-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (27.3 MB view details)

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

passagemath_gap3-10.8.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (27.3 MB view details)

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

passagemath_gap3-10.8.10-cp311-cp311-macosx_13_0_x86_64.whl (27.3 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_gap3-10.8.10-cp311-cp311-macosx_13_0_arm64.whl (27.3 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_gap3-10.8.10.tar.gz.

File metadata

  • Download URL: passagemath_gap3-10.8.10.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.10.tar.gz
Algorithm Hash digest
SHA256 e22c70e890cc6b1eb633baf9ce8a8cd0dc061cb03a19aabbba11540f0400913a
MD5 d22d6db6111833fdd40d6a9bfaef9bfa
BLAKE2b-256 8a438f649afff39b09737a16b94b732f1fdf0b049c8037a4d6b584021b2b9ac9

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 45170df1db6ffcdd1d11b97c8aa8b92bbca71dc572c17ca5fa53d5468e620d16
MD5 46e4178edc0636ce93c8a97201a461ea
BLAKE2b-256 6ae1ab8b96e48049e5466faf56fe0e35d7a7eb7153ef3f6d6485d6d7db2d571d

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3829e4c21425a5c7a0ceb2ac9161ac05b553501f901679b297ab2a61d6304e34
MD5 2baf5e73895b8424ced1b85868ece77c
BLAKE2b-256 4e68e5911ea0c2970ee7a957b8d305a88d20a429568de56b56afafc988d5d4d7

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-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.10-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a3c0d32aadfd3b51cdc80394a91b9eccfbdf6facb978f5f7c22291b74741d555
MD5 9b59d2db4ae5b4b52db68fd8ae53f3bc
BLAKE2b-256 a6bb28d66f65eb3ef3971b8db22c423c403cb1ee10dee4ffeba2c649c9db02dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 99529341981e65a8c14cd52fede5e10e8ef8540d9d3d1b3397f9c935eb4356f8
MD5 b108387625b61a36657efd54923cf01c
BLAKE2b-256 f274c0c464a04d951bde1eb1fe4426b6c1f6dc91ccc62992ed750754fb30d711

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 464cd471116e4258fe23df39d46475341a81b974626c2a5bee9743d81f00dde7
MD5 1433fb5aa7499220b12b152e3ece7bdb
BLAKE2b-256 ec1aff464c09335d1d06189fdcb5e9c2f503d8cd7571b75b20ce21452d016623

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 aa2665a2016b58d2bdb0b8b67df70034a70863f5fececf01c10b229b38fc1add
MD5 e3eb2c658efd67d42762f7bc62601146
BLAKE2b-256 a1f51b6991d213c113563ae9814204f2cb53797346405ba2c52a992a6cc82c7b

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e34f0ac60a3e407d275fdba9d72978fcc8470aa00d35136be769d475a5ccdc14
MD5 154f867110a06bce81fca2c450ee31ae
BLAKE2b-256 20058a0de70bddf651502b5907eef68df734ff0515bb86db2e8e3e0ac6e00b60

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6d749166c5ee05d2297c84a1123604031fc246607ce2f57e189577d378c75918
MD5 0fad44e037aa62e8075a6f70367367be
BLAKE2b-256 d15b618e64201824326bb5377f33fd038b20e82aced12bb71abe6e5efc0b8c85

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-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.10-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 36390378d7b9a3d6d49cdf2f06d843ac3e432f42f7721dc8c3dfed88258ba34e
MD5 083c58389c4ba3d5f3770204794e2f75
BLAKE2b-256 5bc3cc3ef234e331874955f57211a96f2ac5c5ad2565f6f104419fa06bad6e69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 498a72ace7e60f7b99a73b8e4a0ebbffdf302f7b42e865d98901914a6ae8be88
MD5 543c8857ecb794d5752300da6ba6580d
BLAKE2b-256 dd8ba7fa3c8e0592b2801333a94e3804071c775bf6e6731f0bafbdf23b05ed9c

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 714dfda1d67b48b945ab7dcd866af40f7f6385769ac52dcb869ba223ee80067b
MD5 bdda1ea833442dc535d4fd99d6917cbb
BLAKE2b-256 41eb18c4d1f7c53d0aad3618c5b330a60da7bed77e9e65b87ac19482cccf2779

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 51cd669a31363a1692017c6d869e81875032839428bdf9877aea1cd022395b62
MD5 69366bc2810be78cc8f2b43f383abaa9
BLAKE2b-256 2cedee1c3df0cfd400ddadc5c3d3610ec1473e81b83d7d6a32e2c77fba04fe6c

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 08d364201eee1463d7e582cbdc7140a5f8077c3282f5dcb7ae862d249ff38515
MD5 017ebf48843c5bbc04b6cf4c48ea4b8b
BLAKE2b-256 0d98c43b09692f8c1b969047618f2b3277e843f9f3e36a7e2a541ff798e58d53

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 705a145ec1d3f14661a6fcd5fab55202614fd846242253f19094d7d2f06d8746
MD5 909c71f49735021072b70278218f3610
BLAKE2b-256 1a617faa58e289a8c800a327d653cad9efab368913133f18201cf9d19cc597b7

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-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.10-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e661132b9546abc05e7733ff6009bb50a3289aac82c5f31c32016b23e4c135ef
MD5 d24253a00dc1b80fdbfe40428dead23f
BLAKE2b-256 5e14dfeb7b5de197c548dd5d78f8c7986c7e7cfaa67eac884f6185a28c2a6ca5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 79dc018edd728f57652927764fd4b15d206772707ed866a8512c2a1beebfb04b
MD5 f15054809123b62d7cdbf19c94c377de
BLAKE2b-256 911e662853ee8d6cbb30d82393d8807742bc03dd9129008aba2330956ded6d45

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cd7ee76c028d50937bd0a0b49d09f8b55168727c32af7eb9fd01b37bfc0e96e9
MD5 9685bc86df5931d3cbb1c425ac26806b
BLAKE2b-256 db4718e79f2112935da63bd81dbdafc28b0504e6787d6939044e8da33d8858a0

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 46e1476e6945c12d47cfed61db47774dec453e8d103148a42e697ec90fc6ff94
MD5 ffd9a071a6a4e67ffe1a47efcee610e0
BLAKE2b-256 743a7666c344c12d7773d0b900bc14eefe3fce08ee04f505076e605a76582d79

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ec3cf4e9e3346c5e181f50f0b0d079727dd4c68461f0d12aa976acda242f853e
MD5 22ccac05e0260265972a45289d98ac9a
BLAKE2b-256 eb648759bd9faf31d5b6aac3d768dffc74cc42537b2423d5495b22751b600f88

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 17fb1b83a32fb7d245ddf974b8a9bae5df3c847d2049845650423f98061f73bc
MD5 dcf01a64a1ca4f042c89fe384027db41
BLAKE2b-256 9336f23c7babe9c84b102826b27cce171b44e721c6591c4ac1b9f571e14a67f6

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-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.10-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 882d790e2f9229db5ef2bd32db224e57602bc985282d7f58e5b419e3cde6292b
MD5 bc25e4ed361f07aa749ff4ad8362da10
BLAKE2b-256 bae1682cd5f6422f4c73c7a4feb34dce69fde2d3a064ee2ad594040becea4e07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b861efd27da54f77caf58ca4f488b028d6f5f304be71da8709ec223c203ed54b
MD5 9281d1540f8af5a61eb92815562c4d84
BLAKE2b-256 959566a588cfeea95ee24f12ad18533b85e02aaa2ad6de8e0ef4944e91408300

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7cbc3b3192b6c0b7b1c74881d9724177f8a9fbff2452e8febb460cc5b0458b60
MD5 889602e980bd5e620e76c2f3ba066c83
BLAKE2b-256 af2f27c0228a16e888825809a7b7c46c239996bf7ca19542c5f3c1dab8378a02

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 63763e8623937dcef2497c29de1bfa1793008a1526abd8f2245a135c9242816b
MD5 12bfbf84cceb77a9b0dc690ccb568186
BLAKE2b-256 950833ddc2e2d016da8ba83d1f05e641ebdc16ceead61e90fe50cfd800c256b6

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e11ac90ece1dc1832f1f7194c5fd24f2ee53fb61476686b8160c5d74b973d2d1
MD5 1ad01b3eb1f144f30689d1f9e8137f26
BLAKE2b-256 f27432b315a84784c9e174bde2c4c0d3ae3dc78d0faa279e72f2f8c710b7ebf7

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4a4bd5104c2a52a3bad43bc125aef1366abec8d3e5696977a6231f18e37203af
MD5 2ef6ee2880e37c5ecca43285cf98a58c
BLAKE2b-256 e2cabd22952f78829a90231965ad4778ee3ea8f9941b41120e0ff02d1246a06b

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-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.10-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6a3ddc2d7234b2184e2692c7aa01e90676cb09b9e522074d7794e7d8c77473ad
MD5 9fad355d72bbf082ad7a8cbde73fc093
BLAKE2b-256 6a64b9b7baee2fb03e6594c128865589cd55936d89c8f82128f8fb64d434f1fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bcfba124f14982730f8b75c56480ed1ff23dc96d9b50f71d09464d5b965e435f
MD5 ab2e72b93044d8627289f1ac9f0d6652
BLAKE2b-256 edda4e2b8ae6add396fbc7d2ea76a4c5077dbc4e1f172e5bb81c6588e503c46f

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 25177b65dcc002d9b52bc8d583e162873dc6b42096111bc4a598c9c5465fcc32
MD5 1be129df7237044295cdf3f22d98e192
BLAKE2b-256 b0748fb1f74d16160bdf1a6e6789eeaf28401019d4dd508b5c785fd3c3bf5ce0

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.10-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_gap3-10.8.10-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0f7163905e170c7ec12da8483bc4c8e8afb6d623085917d23e1ced0d08aeb4d5
MD5 cae9d11be5a717e5bb649000503a14e7
BLAKE2b-256 be6113d01b28ae9b81bc624c4195860f4c8a7afb32193f24acc9156eef83e151

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