Skip to main content

passagemath: Algebraic combinatorics, combinatorial representation theory

Project description

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 source distribution passagemath-combinat is a distribution of a part of the Sage library. It provides a subset of the modules of the Sage library (“sagelib”, passagemath-standard).

What is included

Examples

A quick way to try it out interactively:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-combinat[test]" ipython

In [1]: from passagemath_combinat import *

In [2]: RowStandardTableaux([3,2,1]).cardinality()
Out[2]: 60

Available as extras, from other distribution packages

Development

$ git clone --origin passagemath https://github.com/passagemath/passagemath.git
$ cd passagemath
passagemath $ ./bootstrap
passagemath $ python3 -m venv combinat-venv
passagemath $ source combinat-venv/bin/activate
(combinat-venv) passagemath $ pip install -v -e pkgs/sagemath-combinat

Project details


Download files

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

Source Distribution

passagemath_combinat-10.8.6rc0.tar.gz (2.4 MB view details)

Uploaded Source

Built Distributions

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

passagemath_combinat-10.8.6rc0-cp314-cp314t-win_amd64.whl (15.5 MB view details)

Uploaded CPython 3.14tWindows x86-64

passagemath_combinat-10.8.6rc0-cp314-cp314t-musllinux_1_2_x86_64.whl (21.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_combinat-10.8.6rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (20.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_combinat-10.8.6rc0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (21.4 MB view details)

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

passagemath_combinat-10.8.6rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (20.9 MB view details)

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

passagemath_combinat-10.8.6rc0-cp314-cp314t-macosx_13_0_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_combinat-10.8.6rc0-cp314-cp314t-macosx_13_0_arm64.whl (7.0 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_combinat-10.8.6rc0-cp314-cp314-win_arm64.whl (10.1 MB view details)

Uploaded CPython 3.14Windows ARM64

passagemath_combinat-10.8.6rc0-cp314-cp314-win_amd64.whl (15.3 MB view details)

Uploaded CPython 3.14Windows x86-64

passagemath_combinat-10.8.6rc0-cp314-cp314-musllinux_1_2_x86_64.whl (20.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_combinat-10.8.6rc0-cp314-cp314-musllinux_1_2_aarch64.whl (19.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_combinat-10.8.6rc0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (20.7 MB view details)

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

passagemath_combinat-10.8.6rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (19.9 MB view details)

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

passagemath_combinat-10.8.6rc0-cp314-cp314-macosx_13_0_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_combinat-10.8.6rc0-cp314-cp314-macosx_13_0_arm64.whl (6.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_combinat-10.8.6rc0-cp313-cp313-win_arm64.whl (10.0 MB view details)

Uploaded CPython 3.13Windows ARM64

passagemath_combinat-10.8.6rc0-cp313-cp313-win_amd64.whl (14.9 MB view details)

Uploaded CPython 3.13Windows x86-64

passagemath_combinat-10.8.6rc0-cp313-cp313-musllinux_1_2_x86_64.whl (20.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_combinat-10.8.6rc0-cp313-cp313-musllinux_1_2_aarch64.whl (19.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_combinat-10.8.6rc0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (20.7 MB view details)

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

passagemath_combinat-10.8.6rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (19.9 MB view details)

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

passagemath_combinat-10.8.6rc0-cp313-cp313-macosx_13_0_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_combinat-10.8.6rc0-cp313-cp313-macosx_13_0_arm64.whl (6.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_combinat-10.8.6rc0-cp312-cp312-win_arm64.whl (10.0 MB view details)

Uploaded CPython 3.12Windows ARM64

passagemath_combinat-10.8.6rc0-cp312-cp312-win_amd64.whl (15.0 MB view details)

Uploaded CPython 3.12Windows x86-64

passagemath_combinat-10.8.6rc0-cp312-cp312-musllinux_1_2_x86_64.whl (20.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_combinat-10.8.6rc0-cp312-cp312-musllinux_1_2_aarch64.whl (19.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_combinat-10.8.6rc0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (20.8 MB view details)

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

passagemath_combinat-10.8.6rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (20.0 MB view details)

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

passagemath_combinat-10.8.6rc0-cp312-cp312-macosx_13_0_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_combinat-10.8.6rc0-cp312-cp312-macosx_13_0_arm64.whl (6.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_combinat-10.8.6rc0-cp311-cp311-win_arm64.whl (10.0 MB view details)

Uploaded CPython 3.11Windows ARM64

passagemath_combinat-10.8.6rc0-cp311-cp311-win_amd64.whl (15.0 MB view details)

Uploaded CPython 3.11Windows x86-64

passagemath_combinat-10.8.6rc0-cp311-cp311-musllinux_1_2_x86_64.whl (20.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_combinat-10.8.6rc0-cp311-cp311-musllinux_1_2_aarch64.whl (19.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_combinat-10.8.6rc0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (20.8 MB view details)

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

passagemath_combinat-10.8.6rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (20.0 MB view details)

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

passagemath_combinat-10.8.6rc0-cp311-cp311-macosx_13_0_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_combinat-10.8.6rc0-cp311-cp311-macosx_13_0_arm64.whl (6.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_combinat-10.8.6rc0.tar.gz.

File metadata

  • Download URL: passagemath_combinat-10.8.6rc0.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for passagemath_combinat-10.8.6rc0.tar.gz
Algorithm Hash digest
SHA256 24cfe09f9b83ad0fb98c4fbb67c07eb1594875503813f7bc4f8cf622e529c3a5
MD5 e938192e1e750f010a8852251d5dbb62
BLAKE2b-256 6b51695c19cf4eb4ff8788f59e9787df00b598a0473b34dd97f2848eeba92898

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 72662bc55886358fc427a5144d6498e6a3e199a714ebaa52015039dea782d85e
MD5 e4f9743a69215371d14abead26f9daaa
BLAKE2b-256 e4f9630ca7256fa03eb8925e16a5f950d3319e663a7c9ec117115f66536e9b72

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dad391c6a6d3327a53af4ba6044eaffcf476d6f2f21ecfccdda53814060d99a9
MD5 12adc1b2ffe5e0fc27710be8013d75a6
BLAKE2b-256 09c538db4c3e74564646bc1d8e945444cc028e16248b9e74c0b67347406656c2

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fdec21bc91d46ae3dd1ec344ebb8e0fbc9b5cc65cd64d7e01ece206f7b8537c7
MD5 1e08f122762eb506bc776d5e76576ce6
BLAKE2b-256 66e83badddb7241f28ce40e1627ce8e4827f223fc232b18e7efe17cb79e9afa3

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b06bda240f31a4213d9668cea78edf327600647b905c132fe914e2bff3745505
MD5 fc4594081d0688fd8bddb88207a0487d
BLAKE2b-256 2c3f9783c4b8f7ffe594197b3084fca6c7372537dba503571ffbd669a9302a00

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5196ef1dea68f6c6eb39b7ae3b387450795c2f9a9eff2996e1187aeb8aaa7ed4
MD5 33795ff2120ec5b7139d462b0342b8fc
BLAKE2b-256 dbf63632535bfd69418fa9d09023296a4985175a0f8339a20698e813197a1f86

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b104f119c01522871fcb6402582da64bc9043bf36782f7caaad95eaec05fa8e7
MD5 6abba2980d8245e7a973c86487a46e31
BLAKE2b-256 1bb2893d2bc3227c7c7aeb391895e1395a86bf0e62d0b23c6ace1b022c8f3f91

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 de9cfc388a8b1f21313ef62072237458e8ad92420e552375b3093cb84322ea4e
MD5 1638603861d19e55ba622f580242bca5
BLAKE2b-256 32945d88d050c5695352f48e7384046bc081095b900c6f07b29b8f2c18614604

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 6db54ae2badd7e2cfaa0bba3b4a6e5bf3c447e15953bfb4e11f694e534c259e0
MD5 95bc7d8a70f06c190213ce9c55d1e9c4
BLAKE2b-256 3c17c64071848f0d51cc43da91a2d09e8f8fdb63013b519e070b2119c7bf1de0

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f965e9be4594c86a0ef2e10a9a6357d9b8f6ac8454c035f8723d7e886d5ede97
MD5 5ea909ca14e32d2880ced5c5f79c9de4
BLAKE2b-256 5214e97696b7ee430cfc89e8ff8dfc7dd726eaeb12d52c166880a2e21b306162

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d3c32dd033cfcbafc014ec675a186b12fb9acb812bf645bd4fc280dd8c8d1f3c
MD5 bd78b292918876e32dec3157bc27e5c0
BLAKE2b-256 abb691594487270d12f45e9eab81c230283ac568f9d5705c2e41ac6ce217703c

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fd1d76fe1c09e477df61c0bed605546f20706a70b4a33bf340da1d59c585d58a
MD5 7e609992e97f43305dc653857147cdb2
BLAKE2b-256 2b9784ec53599bfa19fe771579f834a10a39b0851f82c51ec74ceea043da5e13

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 052e57ca2742c047d6a78a58d06433637188eebbecf362570408011b294547e7
MD5 e792a78dae53482daefbfc70aface232
BLAKE2b-256 73dbbbf1b66c7b35b8856597564fa4d278a27b8b3c27efaad74b953dad3f5dd3

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bcc2ef26302ccdb535fce769ffcf1c4d6b5c84ca973632e1ec5561fbc7f79144
MD5 dbabe83625b75c2f97aad67bdaf81c48
BLAKE2b-256 26ffc5aa3b2fe8e83f2e1714f3ed0f48df1066e529dac0490e17a49896e86a4d

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0d2830b478200d42a559e80f6535424805e13dd26ecddea3f96bab66f4dad720
MD5 7c5b2461ebb50c1197d2da2afa590c74
BLAKE2b-256 49ac82b418aab13617d04a2cc2ca99d2c508ceb68a089ce1b22ce043a756c5f6

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fab19a59705299081d4143a852ab5553a6c5f1744f9f6086978fe905b91923b1
MD5 0f5b9907c6ba5162f8d03588e42c8df8
BLAKE2b-256 0c4918535233f8c7f1cf4b7af51e92f672daeced08f1e68de0801264c057643c

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 de4876a99f64c13dbffdeeba44d3b638475d4743b7aec8e761e82384728b156d
MD5 90af39e3c7407f5e22fbfc0aad85a24c
BLAKE2b-256 7a8f2dcbe2306f66764f52c2726414884f709ec801fbbcc7e8f78938cbe80d2d

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4246b6f3c06b8836567d1990ec7515bf83bb5312114ae51dda27e470161d7695
MD5 4f5f1ca95c40b092c3d9019c5be067ee
BLAKE2b-256 70eb59060169ea27bb848974b12902a2966ad8648a599116cbac4561bdd8d8d2

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 228b9ff276eb86e12b58a0a6a91c509e980c08b246ced6084828d97d14283b07
MD5 14ad5d2188cff80320a5b641f81907e1
BLAKE2b-256 ad015fa2abf4c8e9892cd33c27a1fd1a5ba60a4d1182ca3f5340760696671bf6

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 15a7fc7122cfb393736e995b6d223d1cbd50181b4a72251350414a6f6096bbd9
MD5 e0a1d9f2bf67a63ab80dbe11bfb44a21
BLAKE2b-256 f61d4b4bbb547e0e4621838ab8e0857114e6f70c52a7fd4de4446d9ba86ddea6

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 31def5c36dcc83534e085935e5882b693eddc8f6dc0e16001fde3bc2ee9b92e7
MD5 b4298507d5a32d66f8a116b72282a504
BLAKE2b-256 6aefabfb6cf1bf392bc5f43fbde75c67353866ec2c3c3950e50283230d079498

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e95f9f110877870348f61e0b90c24437f5d23e5170db0270db41dd42c7f7b823
MD5 def81a0a49612757e1353d7ee307fe77
BLAKE2b-256 169423c8178b897acb8a984ebdf3956838ec7b0f3b4c1ba8fc0c49b74dea4320

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5c136d6dd92b339dfdfc553cf459c5e03e775ec5ea388642bc94ef22f621fc4c
MD5 2d29d9cd6a3d45b099238a0662ad3ff5
BLAKE2b-256 d892640ac774d4c338dbb200f1679d4dc58c4e6e1420f0961050c6c6c0322417

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b3a501d9f9000f47a6923ef6e059d83428000de16fb80025521e27b72aed9a88
MD5 c5bffd3200245329b4d5f07e3a794e10
BLAKE2b-256 d80e005a87ab08e1bb63a32755cbb635b109d3991962dd836bdbee9e236a1e31

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 bb7a0930c4379686508d59dfe4105074ca7fd9826aa85f93b1fc44724a26371c
MD5 cdea676281c7eed553492766ceb795ec
BLAKE2b-256 4be69860b5cebe043b27cc6767749f82d23cc82628110c6316361c9f7d58426e

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3bcad0e529d25f09ddafe313cfe5cf282a623c7d0a47017a5384426cdeb20c19
MD5 1ae7dc7d30dbb91ce7a1c1bd06fdd192
BLAKE2b-256 a64ecc4025662c21bd0d35655b71787b4e5ab71a771032e9b619497d05cbe9fc

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae56251f505c850a0a9b4fa10f0f5bc4d07e2c34d0288de27b61c7f14db1e847
MD5 881964e350d57aa0812799adfa29a747
BLAKE2b-256 d75485999146f93e3d0eb97d67bf364f26292521aaaeb931e0bc48d50d0ca9f8

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 14f841e326827f2bbf0fc462af195c1e37733826a35398dc60191e4e5a26915d
MD5 d29b5f7cf493a7904dbd3c31efd4c7ed
BLAKE2b-256 ffaeba84ab52c5b0ddbe51edcfc833f52f273582a478961927b463d500049a29

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d348fc2c76fb4b077d0b19c566003f32dbd700cfa8f7af648a0fcef167ed71ea
MD5 98f788ad82c7cab9734d163dfa29f0d9
BLAKE2b-256 35abb9105b757d43ce1ab846fd0f40fb1c5ffaff1bc18653f0464df9a5008499

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 28cff30a4dedce352ff375221b28cff0ae379516c7fc4ed0b73bca068ca19674
MD5 a836a69da55b65670c4253786c9fa13a
BLAKE2b-256 32f9437295fea98b702e3e6be790e6d1cf6ebf3f546ef59df5c108185066f143

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a6919339f8ab6eca332163fab7e6d3d7f11b69c25eb7811cb11dd9249f28bdab
MD5 c9588caab5b65d210f634d538ebcbf8f
BLAKE2b-256 a91ac6fb601874d4f0cb38b460e8f85f9a789f19b290b1801ae2093220e9cdd2

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 01f8efa66e7542a25e285de00e4494033dff6b2fc2eeb492e8bcff30bd9963c8
MD5 f2f0ceca85ee1143a82f035cf1559aed
BLAKE2b-256 78e3d923eb6d499445c4edf4276e43fb7af76c34a3e25533d41efa307c1ac3db

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 96b331bb801b032acb6a8bd34b6e3d8dfe4572903209f17bde88b547926a4c59
MD5 68ab85e4315acccb45369e595abeb3c6
BLAKE2b-256 e890678fc34569416cef37b07a636683c3f69c8069106d2ec435fead318cc8d2

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8c7e417648d72158f4ccf299c4aff3bc83472e1f0de8ea1407ca7f2b9a79b5ce
MD5 b1bc1716e8a2ea135c5373205705f50f
BLAKE2b-256 17a2cb90f70a7ec875655c7a42036c0741c80a4294e3ae3c1bfe944b87c09b00

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9cd6d85a8f5c202d7c0558ac11de8e8c5225625cdf057557582abd679853e898
MD5 05c16870ac4da353eae8783394385a75
BLAKE2b-256 bbe6152039c1224993d50a4e3cd300880e3fdd0b297638f63acfa71e90920be5

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 173b5c650b0204f88b7ecb7cd9037c82ec7e1ff21fe26fd711940847347ff771
MD5 14904f47e4e498bd7507eecefbb9996b
BLAKE2b-256 cf9e4ed8cd1315637e64c208927f6281b58affc18575ef7fa70c2193e6c2915b

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 203f354c65b517e6591fbf7b5d9ff9d75e555fd98221595003634bd5e7e75456
MD5 7c0ecef20fdecd0f18a33aa77955ddcd
BLAKE2b-256 f8071f08606ad0321f99ba4cb3fc02b92377ea50204d38b381eebf5a16691da2

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 187f397d78510fc8dee4c89fe7992e9bc59678a487c9fbc2874d72910d928c08
MD5 06983288ce57f8e082e64f501d584526
BLAKE2b-256 c9b090666fda89659f836465c6ff36db707407d502cc02d86e24423800083ad6

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b828d2cc90786a71980c651abebafb52ec54366598e671cd9e359df23f2b8511
MD5 df1623ef95cdac9649db96801ee75342
BLAKE2b-256 d32194fed797fac2568ec4430052918c289038edf63071c1c28f0629ec7a57e6

See more details on using hashes here.

File details

Details for the file passagemath_combinat-10.8.6rc0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_combinat-10.8.6rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a4ff2543a32eeedfdddbb0366e898e57526c648daeec78d6c7bc6fbeb768868f
MD5 4099a87b81c1f733bb1703fd1a09723c
BLAKE2b-256 75589ff3ecd4d01388a1f05deec188fac4249434323ec86630084e2b62e2e8d6

See more details on using hashes here.

Supported by

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