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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_gap3-10.8.11rc3.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.11rc3.tar.gz
Algorithm Hash digest
SHA256 1aa4c1d823c091cedebd484260722cfbcb0d7678b907e8a905cbc7ce27ce80b5
MD5 1dd063f163a0ad5d91b241c3ab7fb587
BLAKE2b-256 9bc8b3671b3890ee885854f2a485298804818b66296d0237b918a5bba432da4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0eb677d728d5e1a5624fb3745619945c5ddfeea065ceacae2db58f98cb700d0
MD5 eee1d4252d13e23ce149930671708ffe
BLAKE2b-256 39267d23d01b907ce99c2fd1d08fda9c55d9ff7de7141f2a27d864d0bf566dce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4a06c4495f21fa387fa121fd203ad066cc459362db8a30b69a0f4185a63b61bf
MD5 1e173527db735ba9f9b1f42621e2af48
BLAKE2b-256 7ab8262c37c7bb7f9f084971a49431418cd63e1847f0640beff28c08753ba543

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc3-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.11rc3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 387c659c36c7004262332df6942d182873ae9a0c92d18f01a645e50211accd99
MD5 d6500bc25129372c7e2ed761b1349658
BLAKE2b-256 554ed6d438c339518fddb52280cb77b1c8271d52b42ba831209e9a502238bb81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 69e3cb719a640acc89e6a0592a0ebc3e9cd55befda7a652c912dcde47b97c078
MD5 dfe42ede140f6cb145c3f224d61c238c
BLAKE2b-256 5e3bac769c10dacc5d2dd4efcf0b989ebb8326fc52081c4a7bb963554a0bdc8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b933432b53f4aa792859ba64bf9456f76b3d35c2be6caf46593c5d2ef0d4e8da
MD5 37f7f205891ba97b972c0edd71ca2c24
BLAKE2b-256 4b59cc54a7890334366fd237b6b4d8677c43167367f4c183a89bdc347fcea306

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 dc38f1980d686749ad034b11ad7a6e1f92d45cde2e56c5dd9aa77204f2caf972
MD5 f47457c01d965ee63e34d9348c79d7fe
BLAKE2b-256 f143d11905140bf187811a585ee19756248be62e87b2b071378737fc314b986f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 122c7f0d1b06480d567c506be41021359bc75722845378343bbb1a00aef8d9d8
MD5 7de0c57169f484c989fc35a901ad69bf
BLAKE2b-256 45aa5dadf2f5b091de0414a060c5ef8793518a0da09dbf40ddd018acf48db35f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 97172bb0616aa67d66aa25fd5deccb1b33ade905d07fa8bdb82624c3e37fa13d
MD5 0bb73a6903091747cbf3f252981becdf
BLAKE2b-256 0156a7ac8878bdbf31eeb98e1a28eb2237dbac6a529d0a2aeaa4ca0eaf5897b7

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc3-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.11rc3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 68997ecf948336908bf2da297e0fa0434599153c23d270b2ca1192adaf13bb43
MD5 2494506062416214dc7097deb4665c25
BLAKE2b-256 5e304cdcb26bc281519ea620a47a2906778507aaa1ebbaa4d900c2f9862acdea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 57346e913647a31d62c657d2f09feeb67d3727a1f7372dd03fa6eb80c4ed9f88
MD5 d6dc019fe7e2e275f73ab0df2f6e7626
BLAKE2b-256 987af45341c86ee41ae8a3842316c21abfa0f5663abf28678a54283986901f7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e2d866abd677115b71822ef137339d3d1f5e0a8998aa4fca3f2f382ac93886d3
MD5 cef4574be10a72cd2c4ba6189ddd8294
BLAKE2b-256 f1391c05dbd6c7d52188bcf8b3f17f4903d3f117e14866f14bcf097b25965e37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2c424bc5c49214278b88532db7d092b7f8c515d4193cd5a8a32a369f25538da8
MD5 b8ab696dd54b7aed4f733ab22bc9899b
BLAKE2b-256 54e25c163667a1e18439e0ac1816f953b7e4ba400ec082844138e3eaf11942f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cc8c456e0532c32ef5e7f12d1beaa7fe2c34c5eb2f131c7722663b6bc37825e6
MD5 ebf1239bee57011a65a4d4409b83a19a
BLAKE2b-256 5a10ec05cf7da9337f1da9300eb19576539c693996a57589076b776e438a8e1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d332f6ce28837080d8daa0361f4d55409602d60def3149b5edc96061ac56add7
MD5 57227ba5de85e373704ece9d3a270d32
BLAKE2b-256 3a16f0e03333a869aedbe2ec89622afb2d3a8328da7a6fdbf8e25869b08f0c4c

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc3-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.11rc3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c30315e8e5834cf407c9a86ae8c107d6efb9420b92e040bf5d3b666bd5c7b611
MD5 e8c22310bdfe7896abf2f5441e267436
BLAKE2b-256 7ffbdd3436ed57c38c78a8469234bf8bfd93e6a674ebfdb28e0f4af705d649b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0837d78add43abfbbf711bdf4c9ec0fbf4e0e9ff11e6932bb475875b99665029
MD5 0e96ed4dee4272edfa4e5882aa3eef3d
BLAKE2b-256 8ad7b7c378ea1eb63f22513a5e0b5ee4b93a786c0b5f162b385f9380e50e036d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2034b4aa2f2616b76ba8c3f86074772a28d20864fa1848f0518324d79199cc07
MD5 d33d608090e70a685257f5c723812a83
BLAKE2b-256 6873e5aee41250eb0711ca482b8ffa18ce1e7ca20b5bb4034c3d7db28a815e60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f44bee753155a5e1db0c6d5e9297cfb239270d777290f1fbdb29717bb1b078b4
MD5 ccffb351ee1dac486358d9a36e28f7da
BLAKE2b-256 32b4785ef3638a3f1b03ad4f90e125df3dd2746443c5c1591c3c4d32af09c283

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1dab9b0327cc934b6bdb1f21bcf294dd05c5e749974fe41f4d544f7fabfa1022
MD5 0e4654c1948d32248394df2ddc14df32
BLAKE2b-256 e344fbe954085ab3c1024f8e878bd01f80a6a69dc29a771ac2f235af018b5d65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 347323de1a4126eb512c54d3eb7c1d5e76bf4af2d127ccfb135b3aac39df283f
MD5 e2e9d89de16ee31d200bb80bc2d8b7e1
BLAKE2b-256 af8b7295a5dcce1742fcd6a1495d612154aa84789963a5fced9e9f95b9fd2ff0

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc3-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.11rc3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1a12e3622ddc165040b3f0559c8a1b6b2bf4e0cbe32a1b9251614c703ba0855c
MD5 4129befe08bcdd0fced564a1ac944f99
BLAKE2b-256 3b7075cc1fade7dfdf762771c1be22fda46c77d3d01b404cafa42ec0cc0451a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 26d71d9a363b05d43d803e8e07f978c360109eb02e14cddcfeb7a265af276f73
MD5 f5821cc884adfad3c49c69dbad978a4a
BLAKE2b-256 a8f21949ec71e4dc616fbce0f5dd68408e2e25dcc80654b4f51a388af098d1f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 774005b87821ab94e309d69e5d53267a26e3c722e9adf9d690929610639fb5c2
MD5 31d8420aa222345ea493639120d81af9
BLAKE2b-256 ea63ddc6b926788878c3d17b1db8312c50acc48bee158d56ffd4507f9872ef07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ff385db11f902718fd6e417eb25b2faec54d2b37b8dd86e98f615b28a0c2b385
MD5 343f93f4eb000b3bbe76697d0db27091
BLAKE2b-256 8ea3248a7de16c2e46285b2dbe24f0c8399e6e36506f6fada2d4e8c01f7f8a26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ddce852ec1e9bdd8eeb61bd0ecbddcc618449b7e0be3777e184f0b569d4d05ed
MD5 e05e28844dbc3c23d71a2242b221f008
BLAKE2b-256 ca19756fef84dc24354f8b3866310fa5652b610164c22711869b186295ade554

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c1780eefbf267cd85d9e61ba9cde08393c5f434e0b42dfa6ce4c8c9d180bfdec
MD5 35ab3916c7e37d6e4d40af26bcfd240e
BLAKE2b-256 ae2da7f0193398ba1de6cda26afe7b927e951a5a19f8af791d3b75a0af0f32b8

See more details on using hashes here.

File details

Details for the file passagemath_gap3-10.8.11rc3-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.11rc3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 49ef96976e15c2fc1d58efa4b44d69f49926f8a70024d32ddc8be0e4818a1c0d
MD5 06b7fe39477cf2a54caf781902908e26
BLAKE2b-256 519723d734d1951ce2705b7b8269cebd4aae1b13850c74c5d16c17279310e155

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 591bbf1bda2e48d5440e04ed7352db6479d364f682cf14b40b49685f57aae089
MD5 a5fd94bf562786d58fa3e72531acc000
BLAKE2b-256 983842c016d94ef5476143df74ce11df066bcb2c095e599de39ccbca66979f6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 275699597a26fbce11a8d3c651cbd16eae09e77642dfabf8cbb9fd7097fdeb44
MD5 1f38772e4324b3fc784b2938028c1035
BLAKE2b-256 9a4a7a229c0c1d5038c9b3ac6471279f11109e8ecc5798a1cf5f76a3739e5734

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_gap3-10.8.11rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1aa7cebfda2719c68843041d638a4a12c2ec6ce981b68c595763d393bf65a868
MD5 5d29fd317f209ade9b353a0735bf8706
BLAKE2b-256 8a36244a406801db915f80b451b1ee2f4843e1d11d6c7f2eaa12c23df3a7903c

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