passagemath-combinat


Namepassagemath-combinat JSON
Version 10.5.11 PyPI version JSON
download
home_pageNone
Summarypassagemath: Algebraic combinatorics, combinatorial representation theory
upload_time2024-12-21 12:34:09
maintainerMatthias Köppe, passagemath contributors
docs_urlNone
authorNone
requires_python<3.13,>=3.9
licenseGNU General Public License (GPL) v2 or later
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ======================================================================================================
 passagemath: Algebraic combinatorics, combinatorial representation theory
======================================================================================================

About SageMath
--------------

   "Creating a Viable Open Source Alternative to
    Magma, Maple, Mathematica, and MATLAB"

   Copyright (C) 2005-2024 The Sage Development Team

   https://www.sagemath.org

SageMath fully supports all major Linux distributions, recent versions of
macOS, and Windows (Windows Subsystem for Linux).

See https://doc.sagemath.org/html/en/installation/index.html
for general installation instructions.


About this pip-installable source distribution
----------------------------------------------

This pip-installable source distribution ``passagemath-combinat`` is a distribution of a part of the Sage library.  It provides a small subset of the modules of the Sage library ("sagelib", ``sagemath-standard``).


What is included
----------------

* `Enumerative Combinatorics <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/enumerated_sets.html#sage-combinat-enumerated-sets>`_: `Partitions, Tableaux <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/catalog_partitions.html>`_

* `Combinatorics on Words <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/words/all.html#sage-combinat-words-all>`_, `Free Monoids <https://doc.sagemath.org/html/en/reference/monoids/index.html>`_, `Automatic Semigroups <https://doc.sagemath.org/html/en/reference/monoids/sage/monoids/automatic_semigroup.html>`_

* `Symmetric Functions <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/sf/all.html#sage-combinat-sf-all>`_, other `Algebras with combinatorial bases <https://doc.sagemath.org/html/en/reference/algebras/index.html>`_

* see https://github.com/passagemath/passagemath/blob/main/pkgs/sagemath-combinat/MANIFEST.in


Examples
--------

A quick way to try it out interactively::

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

    In [1]: from sage.all__sagemath_combinat import *

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


Available as extras, from other distribution packages
-----------------------------------------------------

* `passagemath-graphs <https://pypi.org/project/passagemath-graphs>`_:
  Graphs, posets, finite state machines, combinatorial designs, incidence structures, quivers

* `passagemath-modules <https://pypi.org/project/passagemath-modules>`_:
  Modules and algebras, root systems, coding theory

* `passagemath-polyhedra <https://pypi.org/project/passagemath-polyhedra>`_:
  Polyhedra, lattice points, hyperplane arrangements


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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "passagemath-combinat",
    "maintainer": "Matthias K\u00f6ppe, passagemath contributors",
    "docs_url": null,
    "requires_python": "<3.13,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "The Sage Developers <sage-support@googlegroups.com>",
    "download_url": null,
    "platform": null,
    "description": "======================================================================================================\n passagemath: Algebraic combinatorics, combinatorial representation theory\n======================================================================================================\n\nAbout SageMath\n--------------\n\n   \"Creating a Viable Open Source Alternative to\n    Magma, Maple, Mathematica, and MATLAB\"\n\n   Copyright (C) 2005-2024 The Sage Development Team\n\n   https://www.sagemath.org\n\nSageMath fully supports all major Linux distributions, recent versions of\nmacOS, and Windows (Windows Subsystem for Linux).\n\nSee https://doc.sagemath.org/html/en/installation/index.html\nfor general installation instructions.\n\n\nAbout this pip-installable source distribution\n----------------------------------------------\n\nThis pip-installable source distribution ``passagemath-combinat`` is a distribution of a part of the Sage library.  It provides a small subset of the modules of the Sage library (\"sagelib\", ``sagemath-standard``).\n\n\nWhat is included\n----------------\n\n* `Enumerative Combinatorics <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/enumerated_sets.html#sage-combinat-enumerated-sets>`_: `Partitions, Tableaux <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/catalog_partitions.html>`_\n\n* `Combinatorics on Words <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/words/all.html#sage-combinat-words-all>`_, `Free Monoids <https://doc.sagemath.org/html/en/reference/monoids/index.html>`_, `Automatic Semigroups <https://doc.sagemath.org/html/en/reference/monoids/sage/monoids/automatic_semigroup.html>`_\n\n* `Symmetric Functions <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/sf/all.html#sage-combinat-sf-all>`_, other `Algebras with combinatorial bases <https://doc.sagemath.org/html/en/reference/algebras/index.html>`_\n\n* see https://github.com/passagemath/passagemath/blob/main/pkgs/sagemath-combinat/MANIFEST.in\n\n\nExamples\n--------\n\nA quick way to try it out interactively::\n\n    $ pipx run --pip-args=\"--prefer-binary\" --spec \"passagemath-combinat[test]\" ipython\n\n    In [1]: from sage.all__sagemath_combinat import *\n\n    In [2]: RowStandardTableaux([3,2,1]).cardinality()\n    Out[2]: 60\n\n\nAvailable as extras, from other distribution packages\n-----------------------------------------------------\n\n* `passagemath-graphs <https://pypi.org/project/passagemath-graphs>`_:\n  Graphs, posets, finite state machines, combinatorial designs, incidence structures, quivers\n\n* `passagemath-modules <https://pypi.org/project/passagemath-modules>`_:\n  Modules and algebras, root systems, coding theory\n\n* `passagemath-polyhedra <https://pypi.org/project/passagemath-polyhedra>`_:\n  Polyhedra, lattice points, hyperplane arrangements\n\n\nDevelopment\n-----------\n\n::\n\n    $ git clone --origin passagemath https://github.com/passagemath/passagemath.git\n    $ cd passagemath\n    passagemath $ ./bootstrap\n    passagemath $ python3 -m venv combinat-venv\n    passagemath $ source combinat-venv/bin/activate\n    (combinat-venv) passagemath $ pip install -v -e pkgs/sagemath-combinat\n",
    "bugtrack_url": null,
    "license": "GNU General Public License (GPL) v2 or later",
    "summary": "passagemath: Algebraic combinatorics, combinatorial representation theory",
    "version": "10.5.11",
    "project_urls": {
        "discourse": "https://passagemath.discourse.group",
        "documentation": "https://doc.sagemath.org",
        "homepage (upstream)": "https://www.sagemath.org",
        "release notes": "https://github.com/passagemath/passagemath/releases",
        "repo": "https://github.com/passagemath/passagemath",
        "repo (upstream)": "https://github.com/sagemath/sage",
        "tracker": "https://github.com/passagemath/passagemath/issues",
        "tracker (upstream)": "https://github.com/sagemath/sage/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f9cd6d46ad2552c0aad5747400a16b9dce509872669d590b3080e55d68e87c5",
                "md5": "f663b4a87862caf9c53bd60a16c54b19",
                "sha256": "0350b21cb259146e4dc52417582431a4af048e486fb3d49165d21e7ae8eb746b"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp310-cp310-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f663b4a87862caf9c53bd60a16c54b19",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 8019539,
            "upload_time": "2024-12-21T12:34:09",
            "upload_time_iso_8601": "2024-12-21T12:34:09.865724Z",
            "url": "https://files.pythonhosted.org/packages/2f/9c/d6d46ad2552c0aad5747400a16b9dce509872669d590b3080e55d68e87c5/passagemath_combinat-10.5.11-cp310-cp310-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b4d64aae9f2a94de9f4056c58b97d015e9d0d8bb67318d6359cfdfe6efd168b",
                "md5": "ac57b2a6e0a96ad03f687603207608f5",
                "sha256": "07ece251cc585768383afe3610be6fbe49daceb409adb527098941c292ee56a8"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp310-cp310-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ac57b2a6e0a96ad03f687603207608f5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 6989998,
            "upload_time": "2024-12-21T12:34:12",
            "upload_time_iso_8601": "2024-12-21T12:34:12.969671Z",
            "url": "https://files.pythonhosted.org/packages/9b/4d/64aae9f2a94de9f4056c58b97d015e9d0d8bb67318d6359cfdfe6efd168b/passagemath_combinat-10.5.11-cp310-cp310-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3781ed4460012dab9214de9a80c4de36570a56997bae93209e4c5e124561aa9c",
                "md5": "0b7e90799297d9d42ddba9a8f4b62ab1",
                "sha256": "39d9ebc2d38b97ced798fff865f7bc0759ad76235cf50987b9ede9c35ffddcda"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "0b7e90799297d9d42ddba9a8f4b62ab1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 19768598,
            "upload_time": "2024-12-21T12:34:15",
            "upload_time_iso_8601": "2024-12-21T12:34:15.843058Z",
            "url": "https://files.pythonhosted.org/packages/37/81/ed4460012dab9214de9a80c4de36570a56997bae93209e4c5e124561aa9c/passagemath_combinat-10.5.11-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "795d14142b2dbff11d8473956b93678a911cf28630c7f8b38bea688582f3ef3f",
                "md5": "9966b5715f2d6b60fe05e2acacef0154",
                "sha256": "ad05bf650bd91ca01ced62d30ebc9c180121b4b177d5608442a05162628e723b"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp310-cp310-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9966b5715f2d6b60fe05e2acacef0154",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 21035499,
            "upload_time": "2024-12-21T12:34:19",
            "upload_time_iso_8601": "2024-12-21T12:34:19.759730Z",
            "url": "https://files.pythonhosted.org/packages/79/5d/14142b2dbff11d8473956b93678a911cf28630c7f8b38bea688582f3ef3f/passagemath_combinat-10.5.11-cp310-cp310-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19a63d272c46a762977dc9bc4a0b4321777e3e5c74b04a0a5e97bf24e708f12e",
                "md5": "872520d9508347c2df9bc3deaaeebe68",
                "sha256": "8effcbed5c5155e3d9c4134b9f0032dda3ce93401deaf5d0124b5d50503067da"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "872520d9508347c2df9bc3deaaeebe68",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 20658607,
            "upload_time": "2024-12-21T12:34:23",
            "upload_time_iso_8601": "2024-12-21T12:34:23.907019Z",
            "url": "https://files.pythonhosted.org/packages/19/a6/3d272c46a762977dc9bc4a0b4321777e3e5c74b04a0a5e97bf24e708f12e/passagemath_combinat-10.5.11-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63d87e669d91ee45375f49c6993d284749eb9664c0199843b1741f652069629e",
                "md5": "679d2cacd9911d34b24dc3e039191b10",
                "sha256": "62b0412336ce91ed4d4c97071bb36489ddf0a5efa753fcd06af0c3a625c0fbcb"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "679d2cacd9911d34b24dc3e039191b10",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 20887756,
            "upload_time": "2024-12-21T12:34:28",
            "upload_time_iso_8601": "2024-12-21T12:34:28.667323Z",
            "url": "https://files.pythonhosted.org/packages/63/d8/7e669d91ee45375f49c6993d284749eb9664c0199843b1741f652069629e/passagemath_combinat-10.5.11-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc96bc1f97beb3db0807575ec0e28bfed3edef2c50c992462683ab46d51c929f",
                "md5": "5b2b4e3821a42ff821a890e5b368263d",
                "sha256": "162106fab5be462086d395b976f96c5ce239263a6f07e5600505a448acb9b93d"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp311-cp311-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5b2b4e3821a42ff821a890e5b368263d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 8020565,
            "upload_time": "2024-12-21T12:34:33",
            "upload_time_iso_8601": "2024-12-21T12:34:33.063573Z",
            "url": "https://files.pythonhosted.org/packages/cc/96/bc1f97beb3db0807575ec0e28bfed3edef2c50c992462683ab46d51c929f/passagemath_combinat-10.5.11-cp311-cp311-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87c7ecb77628bc209df402466b31441b37242eef4d70087b59d312497d31f13f",
                "md5": "13dc31c969452a74cade04c401980984",
                "sha256": "40703bcd569c49c29e51863c2f5f30db5089ca4a6133e4bbd60af2c929bcdd6b"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp311-cp311-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "13dc31c969452a74cade04c401980984",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 6989905,
            "upload_time": "2024-12-21T12:34:36",
            "upload_time_iso_8601": "2024-12-21T12:34:36.375939Z",
            "url": "https://files.pythonhosted.org/packages/87/c7/ecb77628bc209df402466b31441b37242eef4d70087b59d312497d31f13f/passagemath_combinat-10.5.11-cp311-cp311-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "558a62de04356f344cb1beae49285d0a9ef9bebf96d704adebda1cf5cff7e44c",
                "md5": "3bd18b38b0ea237aae6e321e7d7c6d10",
                "sha256": "b62f057723df9351756ccf5822f435cc6ad8576cf6e563ec7605ba27c9c35d0d"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "3bd18b38b0ea237aae6e321e7d7c6d10",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 20267830,
            "upload_time": "2024-12-21T12:34:39",
            "upload_time_iso_8601": "2024-12-21T12:34:39.959356Z",
            "url": "https://files.pythonhosted.org/packages/55/8a/62de04356f344cb1beae49285d0a9ef9bebf96d704adebda1cf5cff7e44c/passagemath_combinat-10.5.11-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ce29514093701ae7891abd88b4ecb491abce804053e965fe9d2ebee53f7af5f",
                "md5": "d73627928c89be5b9845f6ba51615821",
                "sha256": "3d8030aed4d19e3126d3ab268dd779e5ba74c864dc62da5d6e4c63b12893d744"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp311-cp311-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d73627928c89be5b9845f6ba51615821",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 21627475,
            "upload_time": "2024-12-21T12:34:45",
            "upload_time_iso_8601": "2024-12-21T12:34:45.452598Z",
            "url": "https://files.pythonhosted.org/packages/9c/e2/9514093701ae7891abd88b4ecb491abce804053e965fe9d2ebee53f7af5f/passagemath_combinat-10.5.11-cp311-cp311-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9aa3554011c9749f21324c60257d4c8e6cd9df3f91d67029ddf4d4ee9d2fd34",
                "md5": "d9e27e0d0ea07c930e1f344f35964ee3",
                "sha256": "ee0e0482a4209415ff040dd545678190d91a6058e4a5c9f193fd7877eaaa2e79"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "d9e27e0d0ea07c930e1f344f35964ee3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 21185758,
            "upload_time": "2024-12-21T12:34:49",
            "upload_time_iso_8601": "2024-12-21T12:34:49.157462Z",
            "url": "https://files.pythonhosted.org/packages/b9/aa/3554011c9749f21324c60257d4c8e6cd9df3f91d67029ddf4d4ee9d2fd34/passagemath_combinat-10.5.11-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8385a5c1b68ceab0d565559da8c279fe0d09213983ef8d645d966161c9c93bf8",
                "md5": "602a52bcaa998c80f5f8ff80b0d2712e",
                "sha256": "31229095f129db391cb209425434da4a19f7938ed378ab70b09b0df2fd4975a0"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "602a52bcaa998c80f5f8ff80b0d2712e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 21485422,
            "upload_time": "2024-12-21T12:34:52",
            "upload_time_iso_8601": "2024-12-21T12:34:52.726338Z",
            "url": "https://files.pythonhosted.org/packages/83/85/a5c1b68ceab0d565559da8c279fe0d09213983ef8d645d966161c9c93bf8/passagemath_combinat-10.5.11-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "017198f28adb8d5f8cce7976c22ae5253247db77bcf8c458af9f9243828dfb55",
                "md5": "e09d85f8618c7da7d0bc1692649b3dc7",
                "sha256": "dec825cdd65582fe024d250db5384f54a8784b845fded2073b87d71c84653452"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp312-cp312-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e09d85f8618c7da7d0bc1692649b3dc7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 8031569,
            "upload_time": "2024-12-21T12:34:55",
            "upload_time_iso_8601": "2024-12-21T12:34:55.460820Z",
            "url": "https://files.pythonhosted.org/packages/01/71/98f28adb8d5f8cce7976c22ae5253247db77bcf8c458af9f9243828dfb55/passagemath_combinat-10.5.11-cp312-cp312-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "135bc9f0ca68858804e3ddb586facdb4e01f961689ad63957a2f93ebddc3ea51",
                "md5": "8dda551deac8b291be41a3abd4840531",
                "sha256": "462db7b2f4aa71d1d3a9585dd5ed0884a49295d7c3ae18bf3b5e96774755271d"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp312-cp312-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8dda551deac8b291be41a3abd4840531",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 6989812,
            "upload_time": "2024-12-21T12:34:58",
            "upload_time_iso_8601": "2024-12-21T12:34:58.729177Z",
            "url": "https://files.pythonhosted.org/packages/13/5b/c9f0ca68858804e3ddb586facdb4e01f961689ad63957a2f93ebddc3ea51/passagemath_combinat-10.5.11-cp312-cp312-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc096f8b415a2382a99b2c3ad2572da945ea0a0bf9d06003aa2748dc33484ff2",
                "md5": "461348d745eace73e23634c352eebba4",
                "sha256": "22f504899a0b293bb13b4283668b7c3a009f850b7b86fae11a742077121e0b82"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "461348d745eace73e23634c352eebba4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 20328063,
            "upload_time": "2024-12-21T12:35:02",
            "upload_time_iso_8601": "2024-12-21T12:35:02.632112Z",
            "url": "https://files.pythonhosted.org/packages/bc/09/6f8b415a2382a99b2c3ad2572da945ea0a0bf9d06003aa2748dc33484ff2/passagemath_combinat-10.5.11-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08286d0a89119f91f429cc763cbfb8ce48b799e7bec4550daa9f37d9e61604bc",
                "md5": "633d5a2babc865044e6ee319d9a95e38",
                "sha256": "7fc553de07d5e75bb3ec1de43de95dc08d99b809698286cbebebe3e4fda7c1a9"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp312-cp312-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "633d5a2babc865044e6ee319d9a95e38",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 21757612,
            "upload_time": "2024-12-21T12:35:07",
            "upload_time_iso_8601": "2024-12-21T12:35:07.841314Z",
            "url": "https://files.pythonhosted.org/packages/08/28/6d0a89119f91f429cc763cbfb8ce48b799e7bec4550daa9f37d9e61604bc/passagemath_combinat-10.5.11-cp312-cp312-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70d6d35414cd50005909341ee1278bdedd87846141fae87e15ed9dbd36c12684",
                "md5": "124b178ee2be6c31c16f793fb36bfdb7",
                "sha256": "5cc804b8d86a0a5de25721ff64e5c67db9d44d9b5ac0d7e0e979e82e21e83373"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "124b178ee2be6c31c16f793fb36bfdb7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 21226683,
            "upload_time": "2024-12-21T12:35:11",
            "upload_time_iso_8601": "2024-12-21T12:35:11.256492Z",
            "url": "https://files.pythonhosted.org/packages/70/d6/d35414cd50005909341ee1278bdedd87846141fae87e15ed9dbd36c12684/passagemath_combinat-10.5.11-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac2ca224793d0b1c5476c40f5f58092f26aea3ce2405f7d92b1bce6ae8c132e4",
                "md5": "5c4498ae5da147d170d81a02201e4e94",
                "sha256": "01c14b6ec67e912a854d618083e9e0429829705cb3cf6b49b1a5bc5ef7d62748"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5c4498ae5da147d170d81a02201e4e94",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 21547001,
            "upload_time": "2024-12-21T12:35:15",
            "upload_time_iso_8601": "2024-12-21T12:35:15.644372Z",
            "url": "https://files.pythonhosted.org/packages/ac/2c/a224793d0b1c5476c40f5f58092f26aea3ce2405f7d92b1bce6ae8c132e4/passagemath_combinat-10.5.11-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f6d9be4d28915cb56495ffc7d31c3d683bfeb80756687e91148bba77e0f4ec5",
                "md5": "6e144370763886e3a36aacd5f4f367b5",
                "sha256": "d37c19c0da77e4b2ffcdca254dca984df314ef3e26c4f0ca4350422fc2c56e68"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp39-cp39-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6e144370763886e3a36aacd5f4f367b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 8025680,
            "upload_time": "2024-12-21T12:35:18",
            "upload_time_iso_8601": "2024-12-21T12:35:18.720949Z",
            "url": "https://files.pythonhosted.org/packages/3f/6d/9be4d28915cb56495ffc7d31c3d683bfeb80756687e91148bba77e0f4ec5/passagemath_combinat-10.5.11-cp39-cp39-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a18d89108a3e8e7640d6d0c457aa88c6f0b8008eb379da37c455a7cdf807f9c",
                "md5": "c54df7a381c8a7fb6f772bcd1e7f9a33",
                "sha256": "3c6a17d5c49add038083f31ab01f9553a26274968c14149ae096d9507039d4eb"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp39-cp39-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c54df7a381c8a7fb6f772bcd1e7f9a33",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 6995654,
            "upload_time": "2024-12-21T12:35:21",
            "upload_time_iso_8601": "2024-12-21T12:35:21.886334Z",
            "url": "https://files.pythonhosted.org/packages/8a/18/d89108a3e8e7640d6d0c457aa88c6f0b8008eb379da37c455a7cdf807f9c/passagemath_combinat-10.5.11-cp39-cp39-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8180d43adaca0c442730e5725820c2ae102ed661742fd872ec3560d8b39667b7",
                "md5": "1c24a1772eac8916a724da350a234944",
                "sha256": "a2a9bdbb8a25552124c488fde3f176982819c7ec51bf25c8126cf24b97abf0d5"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1c24a1772eac8916a724da350a234944",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 19787382,
            "upload_time": "2024-12-21T12:35:24",
            "upload_time_iso_8601": "2024-12-21T12:35:24.544344Z",
            "url": "https://files.pythonhosted.org/packages/81/80/d43adaca0c442730e5725820c2ae102ed661742fd872ec3560d8b39667b7/passagemath_combinat-10.5.11-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26e71dd31b1560adfd2596ea8b0aa1c0bd27fa6a9e39e2f1cc266d9b70213866",
                "md5": "6b2cc947ea1cba8f35bc2b859418ff90",
                "sha256": "802622ddff741f6272c458e33b34285878a7e6d3d31538e51512d31b8810df1e"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp39-cp39-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6b2cc947ea1cba8f35bc2b859418ff90",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 21057082,
            "upload_time": "2024-12-21T12:35:29",
            "upload_time_iso_8601": "2024-12-21T12:35:29.253695Z",
            "url": "https://files.pythonhosted.org/packages/26/e7/1dd31b1560adfd2596ea8b0aa1c0bd27fa6a9e39e2f1cc266d9b70213866/passagemath_combinat-10.5.11-cp39-cp39-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e47b572df57eedf4c3a64c1c23d189bdcf4a4b66bd8a82905950e69aeab722b",
                "md5": "8cc91e9e33e97f845cce972bb77c979b",
                "sha256": "42625b26739dd4d9dd909332e8c60e8a3ba5c8ee508d878c4d11e3a75a0e95cd"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "8cc91e9e33e97f845cce972bb77c979b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 20668878,
            "upload_time": "2024-12-21T12:35:36",
            "upload_time_iso_8601": "2024-12-21T12:35:36.245902Z",
            "url": "https://files.pythonhosted.org/packages/8e/47/b572df57eedf4c3a64c1c23d189bdcf4a4b66bd8a82905950e69aeab722b/passagemath_combinat-10.5.11-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "833e66929ee6d09ecbd113de13f1fc69944996838db97dd64cfc0c3168aee46f",
                "md5": "bf225f3339e28c3912aa979863bdeb07",
                "sha256": "360d0ad0844b2ec41460bfa943297e5f5a51f987098fc8f0d891c91a3999aa0c"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.11-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bf225f3339e28c3912aa979863bdeb07",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 20902443,
            "upload_time": "2024-12-21T12:35:39",
            "upload_time_iso_8601": "2024-12-21T12:35:39.749393Z",
            "url": "https://files.pythonhosted.org/packages/83/3e/66929ee6d09ecbd113de13f1fc69944996838db97dd64cfc0c3168aee46f/passagemath_combinat-10.5.11-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-21 12:34:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "passagemath",
    "github_project": "passagemath",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "passagemath-combinat"
}
        
Elapsed time: 0.41952s