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.11rc1.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.11rc1-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.11rc1-cp314-cp314t-musllinux_1_2_aarch64.whl (29.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_gap3-10.8.11rc1-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.11rc1-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.11rc1-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.11rc1-cp314-cp314t-macosx_13_0_arm64.whl (27.6 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_gap3-10.8.11rc1-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.11rc1-cp314-cp314-musllinux_1_2_aarch64.whl (29.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_gap3-10.8.11rc1-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.11rc1-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.11rc1-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.11rc1-cp314-cp314-macosx_13_0_arm64.whl (27.6 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_gap3-10.8.11rc1-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.11rc1-cp313-cp313-musllinux_1_2_aarch64.whl (29.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_gap3-10.8.11rc1-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.11rc1-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.11rc1-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.11rc1-cp313-cp313-macosx_13_0_arm64.whl (27.6 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_gap3-10.8.11rc1-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.11rc1-cp312-cp312-musllinux_1_2_aarch64.whl (29.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_gap3-10.8.11rc1-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.11rc1-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.11rc1-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.11rc1-cp312-cp312-macosx_13_0_arm64.whl (27.6 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_gap3-10.8.11rc1-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.11rc1-cp311-cp311-musllinux_1_2_aarch64.whl (29.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_gap3-10.8.11rc1-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.11rc1-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.11rc1-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.11rc1-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.11rc1.tar.gz.

File metadata

  • Download URL: passagemath_gap3-10.8.11rc1.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.11rc1.tar.gz
Algorithm Hash digest
SHA256 4ce9a76e8be9858d9c10d5291674ac56495f1191048ff5114883eb9f45dc1f1c
MD5 fd672d610829306b2cbcce02251b6c45
BLAKE2b-256 e25ac67e7040aa710b3bade1a6ae4ec0cd6392493cd6175efc73705035993f1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 640f5ffd468d1d18e4f335f080927fe3a5ebd8f67732f8cbc58d9fd590a08994
MD5 7e98fa33ec477882ef8b775f30518fd7
BLAKE2b-256 cd6e7335629ec7cb2e1a7cc8fd86d8a1052dcd5b73c0c49a7e3e99b7a6de10de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dad34ae17fca932403139ca39c0fd99f76dda870f594641f0f0efe74567618bb
MD5 f9a35c5924974454406ea21d299208c8
BLAKE2b-256 5a5f71e578f6c4b004b6a0c875869c2a2066ae576bc1552ec877b51ca5d43093

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc1-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.11rc1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e44085fa9b77119814902b38fd8104bfef4dbc49fa88468d7e0f570aac161af0
MD5 cdce493b529da6945308f59266ef18c2
BLAKE2b-256 e295b1487e56aa88bb99d9b06835e5f1ba5cb283dbf1fb95cd18c472e1514592

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a87eb27f8569f951acf35291520f14e91db8e74e1cf9f7a3e77b3cea9fed0efe
MD5 27208fdee44722bab2085bbaf3503aa5
BLAKE2b-256 660710d76d54ef638fbfd62dc994bd62fd82eec8aa5d7a9abc213e4fddb39e95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d94f67ad4e51b7c13004843a0ac585b7c6fb78ccb0f56cc7f8c3136bfe9fb30b
MD5 9763881022bb9df2e720f5586e21e283
BLAKE2b-256 9249d8d726061921ca78c666235e8e6f3948cc13fe3d9314f9a8572bad197a0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0ee23a478e25dcf51dc002aad55a945d27065fff0ed60f859f25941838354229
MD5 cf74fd23da76da523f914350fab1dc5a
BLAKE2b-256 3c94929eb6fecdb9ca71df2ab29f506cfde962f831db521ea2fd015e1a8b7dc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2b27e720ccbd75928b3b51ea5c3dc6b7a0e06fe34a4c044687d9690f344a2c0a
MD5 e58e35ae1f4347352f43ac8ae1ac917b
BLAKE2b-256 2db7d5471a967c4b8c11716bbdddcab891b84b648207139c4a513f586b2bf8e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dcbc17e1af8169bd89d4670858941928979652bea1049e805786492dc9c3480c
MD5 77e4bb6f4607e6b9fe13fa8ba367e637
BLAKE2b-256 aac4c469881753594f515d0e544e85a5ae0873eee6223b82792f60f7d8aceac4

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc1-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.11rc1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 771ca2bfbf998aa643b4dea7fb605fa82a17257921a62e0320c595801d281833
MD5 583744e8bd6523d8dc980ebe87d0444b
BLAKE2b-256 6818303ff492439a41f638966aee0c127571f2764c9bab8a53b01fe1baee336c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f8c400ac0e3a98ba1b77f9a1422d954ed26f06826c14e3f2c2d756ba19fca18c
MD5 bcc5ca985a10fd73c982bac261648a97
BLAKE2b-256 6dad8f61122366546b873ad9ee8b98e454c823f327623601fdbbd50664c5728e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b1d3b1bc7922a64978689d3fda3bcff9565306d561e408809edadee22f017344
MD5 6d2d2f05b33634a4798604ee4654f86e
BLAKE2b-256 f63ebdea67a66981fc426b039bed8079e4ed6610c1adef9221f9fd517cb3ccfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 70e3f941110093e65ea824f886da8aec2aaa8124333154a5aa8678effb36c118
MD5 5ac006bfc85f98cfd1a1377de198dada
BLAKE2b-256 e3987e2166f0cbfb3b24a1fe8d0074765357fd49b91e290480440added82962e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 37d331aa64814f5af51e2186add1eca2714e6c9206fd52d4b72bc21ae0f9c19c
MD5 8c48d47a1633ad240f7dfb08eba682a3
BLAKE2b-256 f3091d78f60b9b40605cb569b42bd026f770213da522c95efb54a4d68ea1c9ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 331f4c32d8067662e0e871f3e96d1fa5f4404c599ef03df148a3d484d05ce170
MD5 7d2fcc5428207d5f0153e4c2ed0d5112
BLAKE2b-256 f4fc93646ce9f8b5269cc3a9babc6b3d53e6610582f5b25b05e0b9fe446b941f

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc1-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.11rc1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b27940658186e9839fd380b71d16e0d046104f48d1c2a1813c0f1c03cf4d7c16
MD5 268fefc026ffcc981c9541f3fae2f5b2
BLAKE2b-256 3b2be7410467ad485fe592e7c43726c1829a77c4e0b985de6db840f18b6c09a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1713bc4a44e0ddc8b29f67d42f310604aafa863e0644f688b4f34dde8cc72dcb
MD5 b24a48c428e3a3364b7667bf439dd8f5
BLAKE2b-256 a095a5342a372f9100bcf2b6f923598675ba7ecc11596e8cc5b683c0695dd6a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 26ec02f0006522d8af059f3546285f01280813f75c25f1f5ab1b906a46245163
MD5 b6e36cd056c7b7d2eca1c5af14b06788
BLAKE2b-256 d1cb2592e8b35f81b13f7240fe93945dc4674b1e6c42d35dbf3a9df055797a6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8a006864e48f8de60482485ac0af72a170060c9e8d3f780715911d575cccd5d3
MD5 ff23998380be7f05afe593e63c54c95e
BLAKE2b-256 0332ec2c7337f32b4b898069c0be3503ac39b8db01892f8e8c2dafdcf0b540c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b547dbe1a58329ccef06833a8a8eac67995be9ac187486f8768354975dd65ab3
MD5 0f9130e75a8b3d467f8929894c948ee2
BLAKE2b-256 438645f882c03ce7facba47a195fa6770ab03ff87240e0df27c6c184c2f59f0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 352bb50403efc55eb3ebbb9ce820f25f774e8280c2c5ac028b8a6f593b45124d
MD5 3e6396892170cf7450398423a9b98e6b
BLAKE2b-256 4b399dd5db080a23e47c2c1a80e1d36ed697d29114a2018d5e1ce4520cc3d803

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc1-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.11rc1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dbdc4283d797b59894bfa5d5393e1969c49b13df61178632c224578c25089461
MD5 37f39a20fa5efc3944894dadcf4c3e14
BLAKE2b-256 508d5a714d5d591d9bcef76badba4da724c4b95af3d81e8881f8177559db4638

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 418df8c9835fcdd032d233a4ee0db578ea9840cc277fbb06d9191ebaeabf9800
MD5 a8db972057c521844bdc5a74d40906a1
BLAKE2b-256 76283ad7aa5880496506c09e1d05183113bd88b4f3e8b1d098eb6348a324fb6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2a0d2650e5df9f55d455931fb615860bf338ec76e00af70d817d8649885d555b
MD5 c850e0173a6062e35a8f69a19feea06b
BLAKE2b-256 22bd3af311ed5579f462eff11dc37f5b755ee75473d4bb7da9e26843d12120bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 88db00060a4c6aa0210a1ce9df096e2fa6951f0f93f63248b6f99a4323a5d7f5
MD5 270c865f6d5f34ba3fb1b434e09a4f38
BLAKE2b-256 92a79976b278138365d3ddb4241d2ecdac211ec3337a2e4b1c8580635c776eb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 999956d9f4fcc99f7fd0bf0b98ecb5ef9aeb6628664c80f93c83f1a7196d7c45
MD5 a202acbce88ed4bfbeb36d63971d51e2
BLAKE2b-256 c90d28f61ea177a906f7c15d2f4f0452bdbb314daeb87ec529dd52cbf4500b8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f07c2c301aaeef6250ab300231363e8237531953b8f6daf120300073f215bea0
MD5 2c2bb174cbd22f4162f6141dc18ca211
BLAKE2b-256 7534c375cdbf77030b0419f2acaeeaa7f6eaaba4ea948cfaadd757a0710a5f46

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc1-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.11rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4b447167f9c6bed45bdf347ddcdf6fe35b3534ae3776f4fb60608cc36fcb3e67
MD5 f3f23a265b24fab0c332687352511aa2
BLAKE2b-256 0aecd4590cdd5e88d0fb36259034c3c0bb21faf962cae66a7081d5cc40f42e2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1d7793bc8fafc31ee2901545179df9bb92b73b5b7e9b12e1a641d0ef9c3298c3
MD5 579a9b0fea95df313154b202242bcd7c
BLAKE2b-256 b362df5ee7b20ad7e8f11896fd183475440cc4e91b465af0f1cf0296b8d1c382

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b4eeda995b7a46a99f6a2bea4f18fa02949044b979fd48cd695948e4d8a82172
MD5 bd81779f6137b1b2ba54115863331285
BLAKE2b-256 fbce2e7c3a665fda02b1e8a4d014fc28b01c8f6bda0b76034e2600f142ffd1b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 faf63bf58543199384617f16f79504518b42d90a618056c4bbd08fb3e012a35b
MD5 7f408f45d55b0185b92a61d3a42309c4
BLAKE2b-256 e7810c953145667ab4971d5b3c9bd7e97a1224f7a07be65930d09c001111a5ce

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