passagemath-categories


Namepassagemath-categories JSON
Version 10.5.11 PyPI version JSON
download
home_pageNone
Summarypassagemath: Sage categories and basic rings
upload_time2024-12-21 12:31:02
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: Sage categories, basic rings, polynomials, functions
=========================================================================

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 distribution package
-----------------------------------------------

The pip-installable distribution package `sagemath-categories` is a
distribution of a small part of the Sage Library.

It provides a small subset of the modules of the Sage library
("sagelib", `sagemath-standard`) that is a superset of `sagemath-objects`
(providing Sage objects, the element/parent framework, categories, the coercion
system and the related metaclasses), making various additional categories
available without introducing dependencies on additional mathematical
libraries.


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

* `Structure <https://doc.sagemath.org/html/en/reference/structure/index.html>`_, `Coercion framework <https://doc.sagemath.org/html/en/reference/coercion/index.html>`_, `Base Classes, Metaclasses <https://doc.sagemath.org/html/en/reference/misc/index.html#special-base-classes-decorators-etc>`_

* `Categories and functorial constructions <https://doc.sagemath.org/html/en/reference/categories/index.html>`_

* `Sets <https://doc.sagemath.org/html/en/reference/sets/index.html>`_

* Basic Combinatorial and Data Structures: `Binary trees <https://doc.sagemath.org/html/en/reference/data_structures/sage/misc/binary_tree.html>`_, `Bitsets <https://doc.sagemath.org/html/en/reference/data_structures/sage/data_structures/bitset.html>`_, `Permutations <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/permutation.html>`_, Combinations

* Basic Rings and Fields: `Integers, Rationals <https://doc.sagemath.org/html/en/reference/rings_standard/index.html>`_, `Double Precision Reals <https://doc.sagemath.org/html/en/reference/rings_numerical/sage/rings/real_double.html>`_, `Z/nZ <https://doc.sagemath.org/html/en/reference/finite_rings/sage/rings/finite_rings/integer_mod_ring.html>`_

* `Commutative Polynomials <https://doc.sagemath.org/html/en/reference/polynomial_rings/index.html>`_, `Power Series and Laurent Series <https://doc.sagemath.org/html/en/reference/power_series/index.html>`_, `Rational Function Fields <https://doc.sagemath.org/html/en/reference/function_fields/index.html>`_

* Arithmetic Functions, `Elementary and Special Functions <https://doc.sagemath.org/html/en/reference/functions/index.html>`_ as generic entry points

* Base classes for Groups, Rings, `Finite Fields <https://doc.sagemath.org/html/en/reference/finite_rings/sage/rings/finite_rings/finite_field_constructor.html>`_, `Number Fields <https://doc.sagemath.org/html/en/reference/number_fields/sage/rings/number_field/number_field_base.html>`_, `Schemes <https://doc.sagemath.org/html/en/reference/schemes/index.html>`_

* Facilities for `Parallel Computing <https://doc.sagemath.org/html/en/reference/parallel/index.html>`_, `Formatted Output <https://doc.sagemath.org/html/en/reference/misc/index.html#formatted-output>`_

Available in other distribution packages
----------------------------------------

* `sagemath-combinat <https://pypi.org/project/sagemath-combinat>`_:
  Algebraic combinatorics, combinatorial representation theory

* `sagemath-graphs <https://pypi.org/project/sagemath-graphs>`_:
  Graphs, posets, hypergraphs, designs, abstract complexes, combinatorial polyhedra, abelian sandpiles, quivers

* `sagemath-groups <https://pypi.org/project/sagemath-groups>`_:
  Groups, invariant theory

* `sagemath-modules <https://pypi.org/project/sagemath-modules>`_:
  Vectors, matrices, tensors, vector spaces, affine spaces,
  modules and algebras, additive groups, quadratic forms, root systems, homology, coding theory, matroids

* `sagemath-plot <https://pypi.org/project/sagemath-plot>`_:
  Plotting and graphics with Matplotlib, Three.JS, etc.

* `sagemath-polyhedra <https://pypi.org/project/sagemath-polyhedra>`_:
  Convex polyhedra in arbitrary dimension, triangulations, polyhedral fans, lattice points, geometric complexes, hyperplane arrangements

* `sagemath-repl <https://pypi.org/project/sagemath-repl>`_:
  IPython REPL, the interactive language of SageMath (preparser), interacts, development tools

* `sagemath-schemes <https://pypi.org/project/sagemath-schemes>`_:
  Schemes, varieties, Groebner bases, elliptic curves, algebraic Riemann surfaces, modular forms, arithmetic dynamics

* `sagemath-symbolics <https://pypi.org/project/sagemath-symbolics>`_:
  Symbolic expressions, calculus, differentiable manifolds, asymptotics


Dependencies
------------

When building from source, development packages of `gmp`, `mpfr`, and `mpc` are needed.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "passagemath-categories",
    "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: Sage categories, basic rings, polynomials, functions\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 distribution package\n-----------------------------------------------\n\nThe pip-installable distribution package `sagemath-categories` is a\ndistribution of a small part of the Sage Library.\n\nIt provides a small subset of the modules of the Sage library\n(\"sagelib\", `sagemath-standard`) that is a superset of `sagemath-objects`\n(providing Sage objects, the element/parent framework, categories, the coercion\nsystem and the related metaclasses), making various additional categories\navailable without introducing dependencies on additional mathematical\nlibraries.\n\n\nWhat is included\n----------------\n\n* `Structure <https://doc.sagemath.org/html/en/reference/structure/index.html>`_, `Coercion framework <https://doc.sagemath.org/html/en/reference/coercion/index.html>`_, `Base Classes, Metaclasses <https://doc.sagemath.org/html/en/reference/misc/index.html#special-base-classes-decorators-etc>`_\n\n* `Categories and functorial constructions <https://doc.sagemath.org/html/en/reference/categories/index.html>`_\n\n* `Sets <https://doc.sagemath.org/html/en/reference/sets/index.html>`_\n\n* Basic Combinatorial and Data Structures: `Binary trees <https://doc.sagemath.org/html/en/reference/data_structures/sage/misc/binary_tree.html>`_, `Bitsets <https://doc.sagemath.org/html/en/reference/data_structures/sage/data_structures/bitset.html>`_, `Permutations <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/permutation.html>`_, Combinations\n\n* Basic Rings and Fields: `Integers, Rationals <https://doc.sagemath.org/html/en/reference/rings_standard/index.html>`_, `Double Precision Reals <https://doc.sagemath.org/html/en/reference/rings_numerical/sage/rings/real_double.html>`_, `Z/nZ <https://doc.sagemath.org/html/en/reference/finite_rings/sage/rings/finite_rings/integer_mod_ring.html>`_\n\n* `Commutative Polynomials <https://doc.sagemath.org/html/en/reference/polynomial_rings/index.html>`_, `Power Series and Laurent Series <https://doc.sagemath.org/html/en/reference/power_series/index.html>`_, `Rational Function Fields <https://doc.sagemath.org/html/en/reference/function_fields/index.html>`_\n\n* Arithmetic Functions, `Elementary and Special Functions <https://doc.sagemath.org/html/en/reference/functions/index.html>`_ as generic entry points\n\n* Base classes for Groups, Rings, `Finite Fields <https://doc.sagemath.org/html/en/reference/finite_rings/sage/rings/finite_rings/finite_field_constructor.html>`_, `Number Fields <https://doc.sagemath.org/html/en/reference/number_fields/sage/rings/number_field/number_field_base.html>`_, `Schemes <https://doc.sagemath.org/html/en/reference/schemes/index.html>`_\n\n* Facilities for `Parallel Computing <https://doc.sagemath.org/html/en/reference/parallel/index.html>`_, `Formatted Output <https://doc.sagemath.org/html/en/reference/misc/index.html#formatted-output>`_\n\nAvailable in other distribution packages\n----------------------------------------\n\n* `sagemath-combinat <https://pypi.org/project/sagemath-combinat>`_:\n  Algebraic combinatorics, combinatorial representation theory\n\n* `sagemath-graphs <https://pypi.org/project/sagemath-graphs>`_:\n  Graphs, posets, hypergraphs, designs, abstract complexes, combinatorial polyhedra, abelian sandpiles, quivers\n\n* `sagemath-groups <https://pypi.org/project/sagemath-groups>`_:\n  Groups, invariant theory\n\n* `sagemath-modules <https://pypi.org/project/sagemath-modules>`_:\n  Vectors, matrices, tensors, vector spaces, affine spaces,\n  modules and algebras, additive groups, quadratic forms, root systems, homology, coding theory, matroids\n\n* `sagemath-plot <https://pypi.org/project/sagemath-plot>`_:\n  Plotting and graphics with Matplotlib, Three.JS, etc.\n\n* `sagemath-polyhedra <https://pypi.org/project/sagemath-polyhedra>`_:\n  Convex polyhedra in arbitrary dimension, triangulations, polyhedral fans, lattice points, geometric complexes, hyperplane arrangements\n\n* `sagemath-repl <https://pypi.org/project/sagemath-repl>`_:\n  IPython REPL, the interactive language of SageMath (preparser), interacts, development tools\n\n* `sagemath-schemes <https://pypi.org/project/sagemath-schemes>`_:\n  Schemes, varieties, Groebner bases, elliptic curves, algebraic Riemann surfaces, modular forms, arithmetic dynamics\n\n* `sagemath-symbolics <https://pypi.org/project/sagemath-symbolics>`_:\n  Symbolic expressions, calculus, differentiable manifolds, asymptotics\n\n\nDependencies\n------------\n\nWhen building from source, development packages of `gmp`, `mpfr`, and `mpc` are needed.\n",
    "bugtrack_url": null,
    "license": "GNU General Public License (GPL) v2 or later",
    "summary": "passagemath: Sage categories and basic rings",
    "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": "d5287d267448712babd380d1ae78573f1cfe3132c9c0384b956c3bbcd2bee282",
                "md5": "6740d683a813b5955e570905a632b3e0",
                "sha256": "69426f6bdb1e409dccb0a7015fc30c835008d22a3eee3531b293fe2e31d74fbb"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp310-cp310-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6740d683a813b5955e570905a632b3e0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 9991353,
            "upload_time": "2024-12-21T12:31:02",
            "upload_time_iso_8601": "2024-12-21T12:31:02.395389Z",
            "url": "https://files.pythonhosted.org/packages/d5/28/7d267448712babd380d1ae78573f1cfe3132c9c0384b956c3bbcd2bee282/passagemath_categories-10.5.11-cp310-cp310-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "003bd339a16d2926b2b6ccfe479c5c6d37daba08aa72b010546ae4e93cdb3439",
                "md5": "6c5fbe6039690a9996f32748b1b05379",
                "sha256": "126b71b6985d8ebd72c52a5395564f2269f04031c62a531c639f7201a84f7dfd"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp310-cp310-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6c5fbe6039690a9996f32748b1b05379",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 9567504,
            "upload_time": "2024-12-21T12:31:05",
            "upload_time_iso_8601": "2024-12-21T12:31:05.500667Z",
            "url": "https://files.pythonhosted.org/packages/00/3b/d339a16d2926b2b6ccfe479c5c6d37daba08aa72b010546ae4e93cdb3439/passagemath_categories-10.5.11-cp310-cp310-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6ae9bb43e6a8ee28c3331968c82f32ccfc1964eed5239ee96a835431a25824d",
                "md5": "f26d01142b7dbec36e1038f6ef8ad88f",
                "sha256": "f8048fc3106609de6370584b457244b06d83ebdd16f895719fee644c8826e8b1"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f26d01142b7dbec36e1038f6ef8ad88f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 40338382,
            "upload_time": "2024-12-21T12:31:12",
            "upload_time_iso_8601": "2024-12-21T12:31:12.166135Z",
            "url": "https://files.pythonhosted.org/packages/c6/ae/9bb43e6a8ee28c3331968c82f32ccfc1964eed5239ee96a835431a25824d/passagemath_categories-10.5.11-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbf61e4ae67ab36fbf2d1dad1cf5cc9784eac62088ae706b33fb5892d3e6c690",
                "md5": "8015abcbfb49fb04e90ac38bbfc1f645",
                "sha256": "80db767717c057b30873339d06d4cf52bd4b588776ca23ead40605eed490b87f"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp310-cp310-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8015abcbfb49fb04e90ac38bbfc1f645",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 42105558,
            "upload_time": "2024-12-21T12:31:18",
            "upload_time_iso_8601": "2024-12-21T12:31:18.507268Z",
            "url": "https://files.pythonhosted.org/packages/cb/f6/1e4ae67ab36fbf2d1dad1cf5cc9784eac62088ae706b33fb5892d3e6c690/passagemath_categories-10.5.11-cp310-cp310-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "178f04615e00a8dbddd02a6e991e6862edf7c3b01fa975a174a4cf9154493405",
                "md5": "ff589f2ba4ae45f036a068c91a402e06",
                "sha256": "023c69e8b185c867fa2dbc081e83ee1c121dbbbc97fed81f70331e9fd0b41081"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "ff589f2ba4ae45f036a068c91a402e06",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 42141711,
            "upload_time": "2024-12-21T12:31:24",
            "upload_time_iso_8601": "2024-12-21T12:31:24.863297Z",
            "url": "https://files.pythonhosted.org/packages/17/8f/04615e00a8dbddd02a6e991e6862edf7c3b01fa975a174a4cf9154493405/passagemath_categories-10.5.11-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5dd8c548728960d1efd08481debc0e8bed1304db3acb4fd7a0e8d48a0ab538fd",
                "md5": "c39e76af60e66cef5be013df19ef4092",
                "sha256": "70af52cd7730f70f83e884361ba18835dd8300e8c2933a61addcd5ead7bd1ca8"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c39e76af60e66cef5be013df19ef4092",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 43036187,
            "upload_time": "2024-12-21T12:31:32",
            "upload_time_iso_8601": "2024-12-21T12:31:32.895532Z",
            "url": "https://files.pythonhosted.org/packages/5d/d8/c548728960d1efd08481debc0e8bed1304db3acb4fd7a0e8d48a0ab538fd/passagemath_categories-10.5.11-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e0b45cffa0bc36bf666e5516345cdf4ab3ab822da2661cd111ea41a4909c5b4",
                "md5": "cf6b67f6f807cf57ae6587183ebc423a",
                "sha256": "a36be0188fbe4b4e2cea76113f0f06e21731bf6407763e85e0a4910b995c7617"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp311-cp311-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cf6b67f6f807cf57ae6587183ebc423a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 9978622,
            "upload_time": "2024-12-21T12:31:37",
            "upload_time_iso_8601": "2024-12-21T12:31:37.041448Z",
            "url": "https://files.pythonhosted.org/packages/5e/0b/45cffa0bc36bf666e5516345cdf4ab3ab822da2661cd111ea41a4909c5b4/passagemath_categories-10.5.11-cp311-cp311-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "353e0e57772da5437d88cb03f7eb2a5f5a93b9da0193fb057cdc8eb524b8d3ee",
                "md5": "58e3cb8db3e97e93570cebcde33f01cf",
                "sha256": "e2a47519375cf0f5bef854f7563ec26765a459c0ca5f3e7793ba88854d0b9417"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp311-cp311-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "58e3cb8db3e97e93570cebcde33f01cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 9554372,
            "upload_time": "2024-12-21T12:31:40",
            "upload_time_iso_8601": "2024-12-21T12:31:40.294036Z",
            "url": "https://files.pythonhosted.org/packages/35/3e/0e57772da5437d88cb03f7eb2a5f5a93b9da0193fb057cdc8eb524b8d3ee/passagemath_categories-10.5.11-cp311-cp311-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb623ad1da26de726e9c49aae5d16b6a43b3f8f220fa14a458b21729ddd529fc",
                "md5": "4e096f38a289abf8afad0a8fe77f2093",
                "sha256": "3c20e9710808fe65f938df1e552faba0bfd89f694252f4578d54303e2186300e"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "4e096f38a289abf8afad0a8fe77f2093",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 42819538,
            "upload_time": "2024-12-21T12:31:45",
            "upload_time_iso_8601": "2024-12-21T12:31:45.030785Z",
            "url": "https://files.pythonhosted.org/packages/eb/62/3ad1da26de726e9c49aae5d16b6a43b3f8f220fa14a458b21729ddd529fc/passagemath_categories-10.5.11-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5131ba29a93ea5b3b798c2dcb48ecf5b0c155f8ba6b9e2281515ff1a52388590",
                "md5": "de449ccb503ccaa330d2d64034fdfbb3",
                "sha256": "df7e4e9442fd4e906571113ce2ceaa3adae2a6d71d26880d642c9193d0f044bc"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp311-cp311-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "de449ccb503ccaa330d2d64034fdfbb3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 45095853,
            "upload_time": "2024-12-21T12:31:52",
            "upload_time_iso_8601": "2024-12-21T12:31:52.127786Z",
            "url": "https://files.pythonhosted.org/packages/51/31/ba29a93ea5b3b798c2dcb48ecf5b0c155f8ba6b9e2281515ff1a52388590/passagemath_categories-10.5.11-cp311-cp311-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3634487907d0adb829eb765e80e08a0465256f503a80eca970af9c1e003e831",
                "md5": "17c6fead98716845591c90daff7d3897",
                "sha256": "8bf9ecb7d2a38eb0eafeaa68675682a39c371059c9866e80e04e3c579c5db75b"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "17c6fead98716845591c90daff7d3897",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 45039734,
            "upload_time": "2024-12-21T12:31:58",
            "upload_time_iso_8601": "2024-12-21T12:31:58.705601Z",
            "url": "https://files.pythonhosted.org/packages/e3/63/4487907d0adb829eb765e80e08a0465256f503a80eca970af9c1e003e831/passagemath_categories-10.5.11-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74589ccdf69c816d3030f20e4ae149c5f8e79a057e13fb9e60b3ca903c73f0f8",
                "md5": "1f05b9c9e20fafb0331973c3eeb14712",
                "sha256": "812641f1cf0beb13d91548eb7408bd3249e7b32a0747de38021d13a49352dfbe"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1f05b9c9e20fafb0331973c3eeb14712",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 46087054,
            "upload_time": "2024-12-21T12:32:06",
            "upload_time_iso_8601": "2024-12-21T12:32:06.559102Z",
            "url": "https://files.pythonhosted.org/packages/74/58/9ccdf69c816d3030f20e4ae149c5f8e79a057e13fb9e60b3ca903c73f0f8/passagemath_categories-10.5.11-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fb05b88b277a9af3c1f4c1d7047bed037363d6cc7ed93c0062ae90d8243a022",
                "md5": "8975fa986b6d3e50d56b2ec073e211bf",
                "sha256": "a37e8429af8be6f198e6db54dcad6fcc76fc9e2c02bf0d6d4ecb3a63aa898398"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp312-cp312-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8975fa986b6d3e50d56b2ec073e211bf",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 10009606,
            "upload_time": "2024-12-21T12:32:11",
            "upload_time_iso_8601": "2024-12-21T12:32:11.373289Z",
            "url": "https://files.pythonhosted.org/packages/1f/b0/5b88b277a9af3c1f4c1d7047bed037363d6cc7ed93c0062ae90d8243a022/passagemath_categories-10.5.11-cp312-cp312-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac23e905ebb6af57039e2fc8083bf3f4f76f7e6868d81d264b15706d85d7f423",
                "md5": "70e0b71fbf4e00b62a500d9c8d870a0f",
                "sha256": "4a5fe5b45517b1de94796ece92220f442067a2013dcc948cac3ee1184f553960"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp312-cp312-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "70e0b71fbf4e00b62a500d9c8d870a0f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 9578575,
            "upload_time": "2024-12-21T12:32:15",
            "upload_time_iso_8601": "2024-12-21T12:32:15.136079Z",
            "url": "https://files.pythonhosted.org/packages/ac/23/e905ebb6af57039e2fc8083bf3f4f76f7e6868d81d264b15706d85d7f423/passagemath_categories-10.5.11-cp312-cp312-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbfd77a43a1184dea0e7967e703774d9a492ef7c3fc588b91196bd2fd051f5df",
                "md5": "347a03e32bd54726d08166c820c65b42",
                "sha256": "d77141996a1c7710814b7a1cbe3fd730987edd588ab15a82f36e6be382e6b5ca"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "347a03e32bd54726d08166c820c65b42",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 42699151,
            "upload_time": "2024-12-21T12:32:20",
            "upload_time_iso_8601": "2024-12-21T12:32:20.930197Z",
            "url": "https://files.pythonhosted.org/packages/cb/fd/77a43a1184dea0e7967e703774d9a492ef7c3fc588b91196bd2fd051f5df/passagemath_categories-10.5.11-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97754ab76a983f6bad71915eb168957a670394e6bec55a4813be727e73427f1c",
                "md5": "5ff061780f19796b4715f453836562f6",
                "sha256": "4a9af63010bbc887e34a71852abc8105123dc0709a0a5143a9db9aaa2bee8309"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp312-cp312-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5ff061780f19796b4715f453836562f6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 45629011,
            "upload_time": "2024-12-21T12:32:28",
            "upload_time_iso_8601": "2024-12-21T12:32:28.818174Z",
            "url": "https://files.pythonhosted.org/packages/97/75/4ab76a983f6bad71915eb168957a670394e6bec55a4813be727e73427f1c/passagemath_categories-10.5.11-cp312-cp312-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90081357d23b69b7f73b822e55049b790ed139000a73ac786f2d54451652f6ef",
                "md5": "1fda83bba1eae9ee24df572a9c2d047b",
                "sha256": "c3a61309f63890abf21a35b1ee453d6b2598ee021f8c0ce0012241bfda14ffdc"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "1fda83bba1eae9ee24df572a9c2d047b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 44839602,
            "upload_time": "2024-12-21T12:32:36",
            "upload_time_iso_8601": "2024-12-21T12:32:36.258198Z",
            "url": "https://files.pythonhosted.org/packages/90/08/1357d23b69b7f73b822e55049b790ed139000a73ac786f2d54451652f6ef/passagemath_categories-10.5.11-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8675ca37a651ca9688f3891d3d6658baf8d920b5541a7a8a041511f5745ed965",
                "md5": "c070c1611bcd04c503801d6bdf272eeb",
                "sha256": "e6b73d0d2f24764a56b88cd23e35251b62dbcc33951cc7eae0aaba10e8f4a144"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c070c1611bcd04c503801d6bdf272eeb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 46157062,
            "upload_time": "2024-12-21T12:32:43",
            "upload_time_iso_8601": "2024-12-21T12:32:43.726976Z",
            "url": "https://files.pythonhosted.org/packages/86/75/ca37a651ca9688f3891d3d6658baf8d920b5541a7a8a041511f5745ed965/passagemath_categories-10.5.11-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "783631ebe0ea2343a534f02ba1ad0bc786a139e40ccf05a9bc73689a9b28031e",
                "md5": "2a2b6c147349dc757bd1f912f2519542",
                "sha256": "2cfe04aa30cd0ea0765dca461d224738e49d3e251c7b005d0aa7925b8a519b58"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp39-cp39-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2a2b6c147349dc757bd1f912f2519542",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 10027540,
            "upload_time": "2024-12-21T12:32:47",
            "upload_time_iso_8601": "2024-12-21T12:32:47.932306Z",
            "url": "https://files.pythonhosted.org/packages/78/36/31ebe0ea2343a534f02ba1ad0bc786a139e40ccf05a9bc73689a9b28031e/passagemath_categories-10.5.11-cp39-cp39-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fbd75742498c37a86fb93b71fbf1701b1fb62e6e2ca5394d55706dd744148d0",
                "md5": "dea9b1a2d7d017e96dae2fd93c5f0b85",
                "sha256": "b4adde6a1790e6e86db77ed32662a322cd06e0179b9352f0e581a28008b72994"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp39-cp39-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "dea9b1a2d7d017e96dae2fd93c5f0b85",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 9601437,
            "upload_time": "2024-12-21T12:32:51",
            "upload_time_iso_8601": "2024-12-21T12:32:51.587530Z",
            "url": "https://files.pythonhosted.org/packages/8f/bd/75742498c37a86fb93b71fbf1701b1fb62e6e2ca5394d55706dd744148d0/passagemath_categories-10.5.11-cp39-cp39-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "999f79d48f0786faec8805ef66c667b428e07d8fc642e921d04a4a46af2f48d0",
                "md5": "4236f1ad35c41b7da3be9ba11153a635",
                "sha256": "f24493691cf1edd6286bb8451436ebf28a62fe4d27bd72627b22d6969b26e66d"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "4236f1ad35c41b7da3be9ba11153a635",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 40425638,
            "upload_time": "2024-12-21T12:32:58",
            "upload_time_iso_8601": "2024-12-21T12:32:58.167401Z",
            "url": "https://files.pythonhosted.org/packages/99/9f/79d48f0786faec8805ef66c667b428e07d8fc642e921d04a4a46af2f48d0/passagemath_categories-10.5.11-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a56ff3dff7e556876912b4011e9aecd34926c730e31823baabd1e70fef37a23",
                "md5": "dbfc6e8e3d0c2639c8b8378748f54f7e",
                "sha256": "787f64a50e4d449d936cb0ea08ac9bba7d461edb2d304533834cbd0935758e7b"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp39-cp39-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dbfc6e8e3d0c2639c8b8378748f54f7e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 42179412,
            "upload_time": "2024-12-21T12:33:04",
            "upload_time_iso_8601": "2024-12-21T12:33:04.423814Z",
            "url": "https://files.pythonhosted.org/packages/7a/56/ff3dff7e556876912b4011e9aecd34926c730e31823baabd1e70fef37a23/passagemath_categories-10.5.11-cp39-cp39-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40c18067ff488488c3dcd1a6cee8a403b55cc5ee3451d8d1c4646d4ed68d8250",
                "md5": "2fa582d3e1cbfb5a6bbe46369305ef38",
                "sha256": "3a83ff674c2a65fd0a5251e59033b78b64b4e313ec3a8d665bdcd8632d7c3616"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "2fa582d3e1cbfb5a6bbe46369305ef38",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 42229206,
            "upload_time": "2024-12-21T12:33:11",
            "upload_time_iso_8601": "2024-12-21T12:33:11.895564Z",
            "url": "https://files.pythonhosted.org/packages/40/c1/8067ff488488c3dcd1a6cee8a403b55cc5ee3451d8d1c4646d4ed68d8250/passagemath_categories-10.5.11-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5170e5b213505030b311e0e909b10aa5bba51eaf750465e82d489db2d41a83b4",
                "md5": "ea4427b45a08422cf623e6574a441c83",
                "sha256": "6423bd1121c74dce307f6ff30bc5ef4a62389ed740a30a284aaea52cff0addd7"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.11-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ea4427b45a08422cf623e6574a441c83",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 43096311,
            "upload_time": "2024-12-21T12:33:18",
            "upload_time_iso_8601": "2024-12-21T12:33:18.011048Z",
            "url": "https://files.pythonhosted.org/packages/51/70/e5b213505030b311e0e909b10aa5bba51eaf750465e82d489db2d41a83b4/passagemath_categories-10.5.11-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-21 12:31:02",
    "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-categories"
}
        
Elapsed time: 0.41319s