Name | passagemath-combinat JSON |
Version |
10.6.22
JSON |
| download |
home_page | None |
Summary | passagemath: Algebraic combinatorics, combinatorial representation theory |
upload_time | 2025-09-14 11:18:51 |
maintainer | Matthias Köppe, passagemath contributors |
docs_url | None |
author | None |
requires_python | <3.14,>=3.10 |
license | None |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
======================================================================================================
passagemath: Algebraic combinatorics, combinatorial representation theory
======================================================================================================
`passagemath <https://github.com/passagemath/passagemath>`__ is open
source mathematical software in Python, released under the GNU General
Public Licence GPLv2+.
It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
developed 2005-2025 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:
- providing modularized installation with pip,
- establishing first-class membership in the scientific Python
ecosystem,
- giving `clear attribution of upstream
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
- providing independently usable Python interfaces to upstream
libraries,
- offering `platform portability and integration testing
services <https://github.com/passagemath/passagemath/issues/704>`__
to upstream projects,
- inviting collaborations with upstream projects,
- `building a professional, respectful, inclusive
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
- `empowering Sage users to participate in the scientific Python ecosystem
<https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
serverless deployment with Javascript,
- developing a native Windows port.
`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ 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) 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.6.x series are 3.10.x-3.13.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
----------------
* `Enumerative Combinatorics <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/enumerated_sets.html#sage-combinat-enumerated-sets>`_: `Partitions, Tableaux <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/catalog_partitions.html>`_
* `Combinatorics on Words <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/words/all.html#sage-combinat-words-all>`_, `Free Monoids <https://passagemath.org/docs/latest/html/en/reference/monoids/index.html>`_, `Automatic Semigroups <https://passagemath.org/docs/latest/html/en/reference/monoids/sage/monoids/automatic_semigroup.html>`_
* `Symmetric Functions <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/sf/all.html#sage-combinat-sf-all>`_, other `Algebras with combinatorial bases <https://passagemath.org/docs/latest/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.14,>=3.10",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "The Sage Developers <sage-support@googlegroups.com>",
"download_url": null,
"platform": null,
"description": "======================================================================================================\r\n passagemath: Algebraic combinatorics, combinatorial representation theory\r\n======================================================================================================\r\n\r\n`passagemath <https://github.com/passagemath/passagemath>`__ is open\r\nsource mathematical software in Python, released under the GNU General\r\nPublic Licence GPLv2+.\r\n\r\nIt is a fork of `SageMath <https://www.sagemath.org/>`__, which has been\r\ndeveloped 2005-2025 under the motto \u201cCreating a Viable Open Source\r\nAlternative to Magma, Maple, Mathematica, and MATLAB\u201d.\r\n\r\nThe passagemath fork uses the motto \"Creating a Free Passage Between the\r\nScientific Python Ecosystem and Mathematical Software Communities.\"\r\nIt was created in October 2024 with the following goals:\r\n\r\n- providing modularized installation with pip,\r\n- establishing first-class membership in the scientific Python\r\n ecosystem,\r\n- giving `clear attribution of upstream\r\n projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,\r\n- providing independently usable Python interfaces to upstream\r\n libraries,\r\n- offering `platform portability and integration testing\r\n services <https://github.com/passagemath/passagemath/issues/704>`__\r\n to upstream projects,\r\n- inviting collaborations with upstream projects,\r\n- `building a professional, respectful, inclusive\r\n community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,\r\n- `empowering Sage users to participate in the scientific Python ecosystem\r\n <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,\r\n- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for\r\n serverless deployment with Javascript,\r\n- developing a native Windows port.\r\n\r\n`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is\r\navailable online.\r\n\r\npassagemath attempts to support and provides binary wheels suitable for\r\nall major Linux distributions and recent versions of macOS.\r\n\r\nBinary wheels for native Windows (x86_64) are are available for a subset of\r\nthe passagemath distributions. Use of the full functionality of passagemath\r\non Windows currently requires the use of Windows Subsystem for Linux (WSL)\r\nor virtualization.\r\n\r\nThe supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.\r\n\r\n\r\nAbout this pip-installable distribution package\r\n-----------------------------------------------\r\n\r\nThis 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``).\r\n\r\n\r\nWhat is included\r\n----------------\r\n\r\n* `Enumerative Combinatorics <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/enumerated_sets.html#sage-combinat-enumerated-sets>`_: `Partitions, Tableaux <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/catalog_partitions.html>`_\r\n\r\n* `Combinatorics on Words <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/words/all.html#sage-combinat-words-all>`_, `Free Monoids <https://passagemath.org/docs/latest/html/en/reference/monoids/index.html>`_, `Automatic Semigroups <https://passagemath.org/docs/latest/html/en/reference/monoids/sage/monoids/automatic_semigroup.html>`_\r\n\r\n* `Symmetric Functions <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/sf/all.html#sage-combinat-sf-all>`_, other `Algebras with combinatorial bases <https://passagemath.org/docs/latest/html/en/reference/algebras/index.html>`_\r\n\r\n* see https://github.com/passagemath/passagemath/blob/main/pkgs/sagemath-combinat/MANIFEST.in\r\n\r\n\r\nExamples\r\n--------\r\n\r\nA quick way to try it out interactively::\r\n\r\n $ pipx run --pip-args=\"--prefer-binary\" --spec \"passagemath-combinat[test]\" ipython\r\n\r\n In [1]: from sage.all__sagemath_combinat import *\r\n\r\n In [2]: RowStandardTableaux([3,2,1]).cardinality()\r\n Out[2]: 60\r\n\r\n\r\nAvailable as extras, from other distribution packages\r\n-----------------------------------------------------\r\n\r\n* `passagemath-graphs <https://pypi.org/project/passagemath-graphs>`_:\r\n Graphs, posets, finite state machines, combinatorial designs, incidence structures, quivers\r\n\r\n* `passagemath-modules <https://pypi.org/project/passagemath-modules>`_:\r\n Modules and algebras, root systems, coding theory\r\n\r\n* `passagemath-polyhedra <https://pypi.org/project/passagemath-polyhedra>`_:\r\n Polyhedra, lattice points, hyperplane arrangements\r\n\r\n\r\nDevelopment\r\n-----------\r\n\r\n::\r\n\r\n $ git clone --origin passagemath https://github.com/passagemath/passagemath.git\r\n $ cd passagemath\r\n passagemath $ ./bootstrap\r\n passagemath $ python3 -m venv combinat-venv\r\n passagemath $ source combinat-venv/bin/activate\r\n (combinat-venv) passagemath $ pip install -v -e pkgs/sagemath-combinat\r\n",
"bugtrack_url": null,
"license": null,
"summary": "passagemath: Algebraic combinatorics, combinatorial representation theory",
"version": "10.6.22",
"project_urls": {
"discourse": "https://passagemath.discourse.group",
"documentation": "https://passagemath.org/docs/latest",
"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": null,
"digests": {
"blake2b_256": "2beb88292a12bcbefc680f15f358bef8ffab805d5e7ada5222501159406729a2",
"md5": "d9ae4a439b64a7afd1667fc3249c8678",
"sha256": "a8f57b26b30241c5cc13747b129c2310f5b02c1dd487ff69243eda605e0ba174"
},
"downloads": -1,
"filename": "passagemath_combinat-10.6.22-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "d9ae4a439b64a7afd1667fc3249c8678",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.10",
"size": 14942050,
"upload_time": "2025-09-14T11:18:51",
"upload_time_iso_8601": "2025-09-14T11:18:51.516391Z",
"url": "https://files.pythonhosted.org/packages/2b/eb/88292a12bcbefc680f15f358bef8ffab805d5e7ada5222501159406729a2/passagemath_combinat-10.6.22-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "775ba2dd57adedfd4e24e80fee73d8389e3c5c33b8b13873eaa1e9f119095472",
"md5": "a2a5c5ccac1047d98421b72450858658",
"sha256": "d988a2fcb0a579ab5446ec66ea10b3bbff9536761fc2db820a51d90b17c175b9"
},
"downloads": -1,
"filename": "passagemath_combinat-10.6.22-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "a2a5c5ccac1047d98421b72450858658",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.10",
"size": 14944254,
"upload_time": "2025-09-14T11:18:54",
"upload_time_iso_8601": "2025-09-14T11:18:54.623059Z",
"url": "https://files.pythonhosted.org/packages/77/5b/a2dd57adedfd4e24e80fee73d8389e3c5c33b8b13873eaa1e9f119095472/passagemath_combinat-10.6.22-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f0a4a685d3de8bcf7182f1735f7dc5f0763db79e8b65c3abd562fd027589f736",
"md5": "1dffc1a9081e8b034ba5828e59ff17ff",
"sha256": "799a354d673fd6edc87947eff4540e2c5e05983b5ef3be589f1aa71561c66981"
},
"downloads": -1,
"filename": "passagemath_combinat-10.6.22-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "1dffc1a9081e8b034ba5828e59ff17ff",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.10",
"size": 14941351,
"upload_time": "2025-09-14T11:18:56",
"upload_time_iso_8601": "2025-09-14T11:18:56.796038Z",
"url": "https://files.pythonhosted.org/packages/f0/a4/a685d3de8bcf7182f1735f7dc5f0763db79e8b65c3abd562fd027589f736/passagemath_combinat-10.6.22-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cc1debcabfb8a5be9346743171c738847fceb28c64e62593f8425e82068d9683",
"md5": "2ff907b17168143673cefa8a49d3010d",
"sha256": "9c56f467631486e405b1fb23c1ee21db72c2efb0553be313a1cc58875c776bd2"
},
"downloads": -1,
"filename": "passagemath_combinat-10.6.22-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "2ff907b17168143673cefa8a49d3010d",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<3.14,>=3.10",
"size": 14930310,
"upload_time": "2025-09-14T11:18:59",
"upload_time_iso_8601": "2025-09-14T11:18:59.340930Z",
"url": "https://files.pythonhosted.org/packages/cc/1d/ebcabfb8a5be9346743171c738847fceb28c64e62593f8425e82068d9683/passagemath_combinat-10.6.22-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-14 11:18:51",
"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"
}