passagemath-combinat


Namepassagemath-combinat JSON
Version 10.5.20 PyPI version JSON
download
home_pageNone
Summarypassagemath: Algebraic combinatorics, combinatorial representation theory
upload_time2025-01-12 19:08:03
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.20",
    "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": "42e91834384f7c7a6530f2b3a25bf8f6816f029ec02650ce2972e6ae73832a26",
                "md5": "a29f8c93abc61cdb019731f09ce3468d",
                "sha256": "25705657d84a22bf47eb8d1658c17de666e25fc5f4a650b0d3c9e0f5907f4753"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp310-cp310-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a29f8c93abc61cdb019731f09ce3468d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 7990929,
            "upload_time": "2025-01-12T19:08:03",
            "upload_time_iso_8601": "2025-01-12T19:08:03.863333Z",
            "url": "https://files.pythonhosted.org/packages/42/e9/1834384f7c7a6530f2b3a25bf8f6816f029ec02650ce2972e6ae73832a26/passagemath_combinat-10.5.20-cp310-cp310-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f229e8634d0cbd2baed8f0a329343a2fde0b9cd78e7789ba1d7b297d703aa94",
                "md5": "3c46733deee9c9c3e6a50d0ce72f1c69",
                "sha256": "99b4cd6ceae4cf50e73d6db6d46be27d3b6f4be6d3ea1eed963ccd8d1a03c8fb"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp310-cp310-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "3c46733deee9c9c3e6a50d0ce72f1c69",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 6961345,
            "upload_time": "2025-01-12T19:08:06",
            "upload_time_iso_8601": "2025-01-12T19:08:06.617463Z",
            "url": "https://files.pythonhosted.org/packages/8f/22/9e8634d0cbd2baed8f0a329343a2fde0b9cd78e7789ba1d7b297d703aa94/passagemath_combinat-10.5.20-cp310-cp310-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d610f029d1405397df0c356f8fcbc85475c0b02ec94caf506f1d69725fcf389f",
                "md5": "c0a49d11b33512bf1eeca7d418cc092e",
                "sha256": "d5e0adb3fb351c7e24501e6c4145721f0e8905696e3af9e4a044ace7c43bb0b4"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "c0a49d11b33512bf1eeca7d418cc092e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 19157823,
            "upload_time": "2025-01-12T19:08:09",
            "upload_time_iso_8601": "2025-01-12T19:08:09.243002Z",
            "url": "https://files.pythonhosted.org/packages/d6/10/f029d1405397df0c356f8fcbc85475c0b02ec94caf506f1d69725fcf389f/passagemath_combinat-10.5.20-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5312d6cf050ffe6d5842959de5595758ffd5753b034930d2093bf2f3e142bdab",
                "md5": "13d33c4bbf827b361af8eb9f5c8dac1d",
                "sha256": "76bc2bef4bbc3972d002fc865412555bc410801ec69e26c0a31312787b5a8308"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp310-cp310-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "13d33c4bbf827b361af8eb9f5c8dac1d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 20349146,
            "upload_time": "2025-01-12T19:08:13",
            "upload_time_iso_8601": "2025-01-12T19:08:13.674528Z",
            "url": "https://files.pythonhosted.org/packages/53/12/d6cf050ffe6d5842959de5595758ffd5753b034930d2093bf2f3e142bdab/passagemath_combinat-10.5.20-cp310-cp310-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07f83e5e43c51803f3eb5455e96ff1090c7d34970040ef2e3d83ef2e2acc7d29",
                "md5": "ddc07ef3660376d53b6377d92e851036",
                "sha256": "b01b7b92085a0d12c9c802ae8494659ef39b122c9bed1284176476c945046dee"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "ddc07ef3660376d53b6377d92e851036",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 20046717,
            "upload_time": "2025-01-12T19:08:20",
            "upload_time_iso_8601": "2025-01-12T19:08:20.250142Z",
            "url": "https://files.pythonhosted.org/packages/07/f8/3e5e43c51803f3eb5455e96ff1090c7d34970040ef2e3d83ef2e2acc7d29/passagemath_combinat-10.5.20-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fafdedc0a4ec8a00ff1fee7f0679e1c78902cd1d548b896411ec29a970e691b",
                "md5": "06cbaee07bb3190f9bc732a695cf0558",
                "sha256": "52218c58f58ba3c8a09f415170e4a3450a5d3ef79f8035ea5fdb9a71a3015e24"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "06cbaee07bb3190f9bc732a695cf0558",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 20219337,
            "upload_time": "2025-01-12T19:08:25",
            "upload_time_iso_8601": "2025-01-12T19:08:25.286059Z",
            "url": "https://files.pythonhosted.org/packages/5f/af/dedc0a4ec8a00ff1fee7f0679e1c78902cd1d548b896411ec29a970e691b/passagemath_combinat-10.5.20-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11e3faf0232ec50ca3b6baeba102fb6d5ddbfb0d8a16642ee4635f508c5b6171",
                "md5": "1e77b56c416be6424cf7a9ae41ab36c5",
                "sha256": "d537cde3a1e697510db47c079c52d93e34db6d1ddd5329375f56dd8481249be2"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp311-cp311-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1e77b56c416be6424cf7a9ae41ab36c5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 7992002,
            "upload_time": "2025-01-12T19:08:28",
            "upload_time_iso_8601": "2025-01-12T19:08:28.636357Z",
            "url": "https://files.pythonhosted.org/packages/11/e3/faf0232ec50ca3b6baeba102fb6d5ddbfb0d8a16642ee4635f508c5b6171/passagemath_combinat-10.5.20-cp311-cp311-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cc37e2c603c302f26dcb5f1865d53906c4d950fddcba38c54bc033ac5a91a75",
                "md5": "a81fd974c372999b5171587290e61d96",
                "sha256": "3a525d180745a1e2a58873db7c78177006f24d2d51e1d19c87aa6be7e6820d68"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp311-cp311-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a81fd974c372999b5171587290e61d96",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 6961321,
            "upload_time": "2025-01-12T19:08:31",
            "upload_time_iso_8601": "2025-01-12T19:08:31.219903Z",
            "url": "https://files.pythonhosted.org/packages/1c/c3/7e2c603c302f26dcb5f1865d53906c4d950fddcba38c54bc033ac5a91a75/passagemath_combinat-10.5.20-cp311-cp311-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d7983a30a2ae7eb00060ca0b5d5ba23cae1789c0d5f5c439bdd9fe03ab8bac7",
                "md5": "10745578bb183aa591b9e5a67e888f20",
                "sha256": "b9ff5cbd26fcd3177ffe5aff38912d6cae56e9030b29830385ad28bedc9ede75"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "10745578bb183aa591b9e5a67e888f20",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 19657168,
            "upload_time": "2025-01-12T19:08:34",
            "upload_time_iso_8601": "2025-01-12T19:08:34.588624Z",
            "url": "https://files.pythonhosted.org/packages/5d/79/83a30a2ae7eb00060ca0b5d5ba23cae1789c0d5f5c439bdd9fe03ab8bac7/passagemath_combinat-10.5.20-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8507120e7ba560bfd94c9e85e573b45e2aff66321c4b86706e31b030c8060183",
                "md5": "0235549b4ad93cc5c7b870b03cfe911f",
                "sha256": "bf3b2bdcca21a76f0efeaf26fb64fb24eda5cc65d6421d925747647954050409"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp311-cp311-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0235549b4ad93cc5c7b870b03cfe911f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 20941841,
            "upload_time": "2025-01-12T19:08:38",
            "upload_time_iso_8601": "2025-01-12T19:08:38.661478Z",
            "url": "https://files.pythonhosted.org/packages/85/07/120e7ba560bfd94c9e85e573b45e2aff66321c4b86706e31b030c8060183/passagemath_combinat-10.5.20-cp311-cp311-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6176c01584ad638a73dfdf5e3aca344a08ccd7ad3f6e73f76146abbb14166a5",
                "md5": "7fcfa16cc9ea24c52a59cb5a39ca2a7d",
                "sha256": "0bf81a6cf8569132ae0d91865e46896e77ad44d0259c3fa609ec6b2b6baf1576"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "7fcfa16cc9ea24c52a59cb5a39ca2a7d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 20574358,
            "upload_time": "2025-01-12T19:08:43",
            "upload_time_iso_8601": "2025-01-12T19:08:43.137935Z",
            "url": "https://files.pythonhosted.org/packages/f6/17/6c01584ad638a73dfdf5e3aca344a08ccd7ad3f6e73f76146abbb14166a5/passagemath_combinat-10.5.20-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba0e3bbaa8ec18ed684e7b5468464a459c8532d038b50be1ed939cd3d2c83571",
                "md5": "599cd687b34d65a47dd034ae3780b7ab",
                "sha256": "e58ad2cae06ddaa1ce24ffc7a7265ba9a8623e1b1f04168dc7b13de65fbf2746"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "599cd687b34d65a47dd034ae3780b7ab",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 20817222,
            "upload_time": "2025-01-12T19:08:48",
            "upload_time_iso_8601": "2025-01-12T19:08:48.603400Z",
            "url": "https://files.pythonhosted.org/packages/ba/0e/3bbaa8ec18ed684e7b5468464a459c8532d038b50be1ed939cd3d2c83571/passagemath_combinat-10.5.20-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69b9bb7911c10dc5310dd18b2cc279c50bebe6ff3036c8bbaeac5ec9e51f6ab0",
                "md5": "ad897c2176906276c38ce9621080068a",
                "sha256": "80245c48b10d73129baabdc0d5baf61d1267fa4848bd197b57248cb62a7217ef"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp312-cp312-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ad897c2176906276c38ce9621080068a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 8002972,
            "upload_time": "2025-01-12T19:08:52",
            "upload_time_iso_8601": "2025-01-12T19:08:52.118193Z",
            "url": "https://files.pythonhosted.org/packages/69/b9/bb7911c10dc5310dd18b2cc279c50bebe6ff3036c8bbaeac5ec9e51f6ab0/passagemath_combinat-10.5.20-cp312-cp312-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8104ee942c1fab2ba497df06791b89c7506c4a72896ac3178693f8cb5cabb1d6",
                "md5": "ced234fac982d63a44f4a893eae5ffc2",
                "sha256": "59b6b64d099eaa51f256330be9d2363cc0943d31d3c518da31f850f5d35b2285"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp312-cp312-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ced234fac982d63a44f4a893eae5ffc2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 6961201,
            "upload_time": "2025-01-12T19:08:54",
            "upload_time_iso_8601": "2025-01-12T19:08:54.581981Z",
            "url": "https://files.pythonhosted.org/packages/81/04/ee942c1fab2ba497df06791b89c7506c4a72896ac3178693f8cb5cabb1d6/passagemath_combinat-10.5.20-cp312-cp312-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f69f536d588312a798209056bcad872892e377288c7011ff4a46d8dd06f19920",
                "md5": "b7f116ee8b96ea551e0162179da688bd",
                "sha256": "b6157dce1982ed013df1a011aabbee3546747803d892f0bb7a34b48b3de1d489"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "b7f116ee8b96ea551e0162179da688bd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 19717563,
            "upload_time": "2025-01-12T19:08:57",
            "upload_time_iso_8601": "2025-01-12T19:08:57.449504Z",
            "url": "https://files.pythonhosted.org/packages/f6/9f/536d588312a798209056bcad872892e377288c7011ff4a46d8dd06f19920/passagemath_combinat-10.5.20-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb3f1cb0b65908a6eaff275e061cb554989b4ece9ce0fae27fbbb3764cbd1f54",
                "md5": "586832343afcae2fcb9b2a2f220f4e0e",
                "sha256": "e2a4d5924126f9ce913c42685dc99f2be2020191eeb4bca8de45d33ab3d5fd79"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp312-cp312-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "586832343afcae2fcb9b2a2f220f4e0e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 21072067,
            "upload_time": "2025-01-12T19:09:05",
            "upload_time_iso_8601": "2025-01-12T19:09:05.166382Z",
            "url": "https://files.pythonhosted.org/packages/eb/3f/1cb0b65908a6eaff275e061cb554989b4ece9ce0fae27fbbb3764cbd1f54/passagemath_combinat-10.5.20-cp312-cp312-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ffd55b85477a43226686dabf8fab63c0faaae502626cffca78c24294a5b4d308",
                "md5": "7102621392fb0c0ba126aa29780c5456",
                "sha256": "61e9a07564e1c0b9c8a065aea0f2f42efc001c8d96f31c8ea11c6cf5308d3546"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "7102621392fb0c0ba126aa29780c5456",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 20615094,
            "upload_time": "2025-01-12T19:09:11",
            "upload_time_iso_8601": "2025-01-12T19:09:11.523999Z",
            "url": "https://files.pythonhosted.org/packages/ff/d5/5b85477a43226686dabf8fab63c0faaae502626cffca78c24294a5b4d308/passagemath_combinat-10.5.20-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45756ad5ea782a6bb2536258f11823de755d4d0320dd33764f440be01523c583",
                "md5": "28848e3c71a9a0f2d337c19540133169",
                "sha256": "f314e6723b316da7c2cb80c3764c5a5863621d13f7b25d6679169e9647a79164"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "28848e3c71a9a0f2d337c19540133169",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 20878491,
            "upload_time": "2025-01-12T19:09:15",
            "upload_time_iso_8601": "2025-01-12T19:09:15.949186Z",
            "url": "https://files.pythonhosted.org/packages/45/75/6ad5ea782a6bb2536258f11823de755d4d0320dd33764f440be01523c583/passagemath_combinat-10.5.20-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ea021f98ec679aba4646af333d68f43c8393c832646f727febc800aa9bf1a40",
                "md5": "afdf85bfe75bcd334ec0a1c67506781a",
                "sha256": "8dadb6fbfbec768c12fd98426154cdf84261b14160c3e60cabf51896c144e3c7"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp39-cp39-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "afdf85bfe75bcd334ec0a1c67506781a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 7997095,
            "upload_time": "2025-01-12T19:09:19",
            "upload_time_iso_8601": "2025-01-12T19:09:19.301831Z",
            "url": "https://files.pythonhosted.org/packages/0e/a0/21f98ec679aba4646af333d68f43c8393c832646f727febc800aa9bf1a40/passagemath_combinat-10.5.20-cp39-cp39-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "925084a435af744f5bc75f65f0f58a29bf794ca3bf97938121cf9c64c37bae81",
                "md5": "72daebbb7a31118bbfea859d28e0436b",
                "sha256": "05fe63df77f5f03056468b0eced6c2e7c8684c8b94670a4ad5b9dcc49373019f"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp39-cp39-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "72daebbb7a31118bbfea859d28e0436b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 6967030,
            "upload_time": "2025-01-12T19:09:22",
            "upload_time_iso_8601": "2025-01-12T19:09:22.215871Z",
            "url": "https://files.pythonhosted.org/packages/92/50/84a435af744f5bc75f65f0f58a29bf794ca3bf97938121cf9c64c37bae81/passagemath_combinat-10.5.20-cp39-cp39-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5de7ecd92d05cf983288f53dbbf4ac22d4bd1456c2d855cb0e03d2b03b86b22f",
                "md5": "308623f65aa33051af247b437f33cf24",
                "sha256": "e47a7bf425ded845d4b20dae9cf977a70afc186aa4f7402cb06e2536cee857ff"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "308623f65aa33051af247b437f33cf24",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 19176916,
            "upload_time": "2025-01-12T19:09:25",
            "upload_time_iso_8601": "2025-01-12T19:09:25.321911Z",
            "url": "https://files.pythonhosted.org/packages/5d/e7/ecd92d05cf983288f53dbbf4ac22d4bd1456c2d855cb0e03d2b03b86b22f/passagemath_combinat-10.5.20-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4cf23a64009478f2dd6147c989675dedde10f255da9efcda7cab13f8b75bd783",
                "md5": "26596be4acb7cfd614acbf2630602e68",
                "sha256": "2327957c3c01df5f252d34faf89110502f78d6f45f1152f4abba5a1c8f149235"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp39-cp39-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "26596be4acb7cfd614acbf2630602e68",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 20370802,
            "upload_time": "2025-01-12T19:09:29",
            "upload_time_iso_8601": "2025-01-12T19:09:29.412441Z",
            "url": "https://files.pythonhosted.org/packages/4c/f2/3a64009478f2dd6147c989675dedde10f255da9efcda7cab13f8b75bd783/passagemath_combinat-10.5.20-cp39-cp39-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "606bcea45a581cf58fd3397116c7cda6c2fbad6dd571034c8800860c87c59802",
                "md5": "e8eefd68ed9b1e911296fe39f8135aa8",
                "sha256": "f60dbec38e8fc100169026c58104b730c0d38bfb2923bf8dea7be40f2ac5ce6d"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "e8eefd68ed9b1e911296fe39f8135aa8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 20057086,
            "upload_time": "2025-01-12T19:09:33",
            "upload_time_iso_8601": "2025-01-12T19:09:33.789259Z",
            "url": "https://files.pythonhosted.org/packages/60/6b/cea45a581cf58fd3397116c7cda6c2fbad6dd571034c8800860c87c59802/passagemath_combinat-10.5.20-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce630edccfd655732b731546ffd6c9319c6935f97c035272b185d84a8354138c",
                "md5": "f2f50afe1fd78cdbc28c065f9befe103",
                "sha256": "ccf7ccf245ea903264077d9aae06e8ad290287b1ac5e8e323fe95b8c67666610"
            },
            "downloads": -1,
            "filename": "passagemath_combinat-10.5.20-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f2f50afe1fd78cdbc28c065f9befe103",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 20234591,
            "upload_time": "2025-01-12T19:09:38",
            "upload_time_iso_8601": "2025-01-12T19:09:38.195099Z",
            "url": "https://files.pythonhosted.org/packages/ce/63/0edccfd655732b731546ffd6c9319c6935f97c035272b185d84a8354138c/passagemath_combinat-10.5.20-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-12 19:08:03",
    "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.39051s