passagemath-categories


Namepassagemath-categories JSON
Version 10.5.20 PyPI version JSON
download
home_pageNone
Summarypassagemath: Sage categories and basic rings
upload_time2025-01-12 13:04:39
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.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": "fbd1255efb5f2587f7d92da46b0285bd62733cfae0fa756871038ae27062ee8c",
                "md5": "52b65916a1bfb1bde3fba549e796eb2e",
                "sha256": "bdedee0e525b77c83cf44eaf7593ccff19c15b0774d410a4e25c0564fbf78e8e"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp310-cp310-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "52b65916a1bfb1bde3fba549e796eb2e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 10146614,
            "upload_time": "2025-01-12T13:04:39",
            "upload_time_iso_8601": "2025-01-12T13:04:39.376247Z",
            "url": "https://files.pythonhosted.org/packages/fb/d1/255efb5f2587f7d92da46b0285bd62733cfae0fa756871038ae27062ee8c/passagemath_categories-10.5.20-cp310-cp310-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04d16c95823491e3b660e593c5c024705c10dac33fbec324e0f0f82343fcdf34",
                "md5": "55ff01655a3d60802ddfaa731a12ac2a",
                "sha256": "9d18c041eb214544b81599b33f9f7f87eca77663bfe514048cbc4b686f16a88a"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp310-cp310-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "55ff01655a3d60802ddfaa731a12ac2a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 9710579,
            "upload_time": "2025-01-12T13:04:42",
            "upload_time_iso_8601": "2025-01-12T13:04:42.467275Z",
            "url": "https://files.pythonhosted.org/packages/04/d1/6c95823491e3b660e593c5c024705c10dac33fbec324e0f0f82343fcdf34/passagemath_categories-10.5.20-cp310-cp310-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e148f20dbf5c6619f079cdc18b437bdc4b885a59eb956efe624984c126b0798",
                "md5": "8da4ab5d0fd760734bd3df2a0ec8e4d9",
                "sha256": "ebb86a751db2ca113811d7fa82175b4b97a55d7a014e33b3c743f45d9055c2ac"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "8da4ab5d0fd760734bd3df2a0ec8e4d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 40669389,
            "upload_time": "2025-01-12T13:04:47",
            "upload_time_iso_8601": "2025-01-12T13:04:47.913206Z",
            "url": "https://files.pythonhosted.org/packages/0e/14/8f20dbf5c6619f079cdc18b437bdc4b885a59eb956efe624984c126b0798/passagemath_categories-10.5.20-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "423c6f82e8518214626b503bf1415c3c0c66d753ebfbd69468ef8b4c84233243",
                "md5": "6657690113b3fcbd58e0f2f4c630a93d",
                "sha256": "ade38da89049c9a2abbd6af21136e2a193c17abe323b3856ed373ba8a48406f4"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp310-cp310-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6657690113b3fcbd58e0f2f4c630a93d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 42369474,
            "upload_time": "2025-01-12T13:04:55",
            "upload_time_iso_8601": "2025-01-12T13:04:55.708962Z",
            "url": "https://files.pythonhosted.org/packages/42/3c/6f82e8518214626b503bf1415c3c0c66d753ebfbd69468ef8b4c84233243/passagemath_categories-10.5.20-cp310-cp310-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d99b4e90124062064a8535e526db887429458bb10bbed79b224a8edd628b0aa",
                "md5": "3442e29778ac7579f3d7c24684d91d17",
                "sha256": "08a6cb9c88fe72bbbcea60003b1aa846e93890c9dfe39180d924c12eb23d3e02"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "3442e29778ac7579f3d7c24684d91d17",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 42464312,
            "upload_time": "2025-01-12T13:05:02",
            "upload_time_iso_8601": "2025-01-12T13:05:02.526012Z",
            "url": "https://files.pythonhosted.org/packages/3d/99/b4e90124062064a8535e526db887429458bb10bbed79b224a8edd628b0aa/passagemath_categories-10.5.20-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74db7593ebfbef6edabb739e6d67b03dc52a34427f778b572d2b375093e36a06",
                "md5": "31aff6113f1431c6e6a6b6cbcb739080",
                "sha256": "aaf9d1aa21925760eb1d672b0f56e26befdea3f8c8f6527f7f7cd4ca2ffbb524"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "31aff6113f1431c6e6a6b6cbcb739080",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 43301467,
            "upload_time": "2025-01-12T13:05:09",
            "upload_time_iso_8601": "2025-01-12T13:05:09.082323Z",
            "url": "https://files.pythonhosted.org/packages/74/db/7593ebfbef6edabb739e6d67b03dc52a34427f778b572d2b375093e36a06/passagemath_categories-10.5.20-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "daeb87b733a6ee9b22e482e8a4e4bd42004de1c11f631b5b2f0aefb5ab9559a9",
                "md5": "5672963aae5c98fbf50041796afcf203",
                "sha256": "77bbe2c909ac36718553b32a8639731850831cccd1cfb77f3a467cdbd64fccd2"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp311-cp311-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5672963aae5c98fbf50041796afcf203",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 10134080,
            "upload_time": "2025-01-12T13:05:13",
            "upload_time_iso_8601": "2025-01-12T13:05:13.416536Z",
            "url": "https://files.pythonhosted.org/packages/da/eb/87b733a6ee9b22e482e8a4e4bd42004de1c11f631b5b2f0aefb5ab9559a9/passagemath_categories-10.5.20-cp311-cp311-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2b04bd6e62e3c78a905a3222ccc9ecce5d2441ebae6c904e6cb38fc0071dff2",
                "md5": "b2ea373412232a42254cd5104fd34b72",
                "sha256": "a78eed003ea76a28d99af51b35267feb2c4ab887c11297cc8973568ae99d2dcd"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp311-cp311-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "b2ea373412232a42254cd5104fd34b72",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 9697799,
            "upload_time": "2025-01-12T13:05:16",
            "upload_time_iso_8601": "2025-01-12T13:05:16.132506Z",
            "url": "https://files.pythonhosted.org/packages/d2/b0/4bd6e62e3c78a905a3222ccc9ecce5d2441ebae6c904e6cb38fc0071dff2/passagemath_categories-10.5.20-cp311-cp311-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0b039be84cda840de46b611eb23c1210643cc2e49036ee5c4d0dfe459dc8d97",
                "md5": "1b95e7dd7a65c4a26a9bca1c6be4d53a",
                "sha256": "59e1e924c3a544b455ca6ee256ba8b4834f5cf5333e4ade669e1233e7ad56ab3"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1b95e7dd7a65c4a26a9bca1c6be4d53a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 43214472,
            "upload_time": "2025-01-12T13:05:22",
            "upload_time_iso_8601": "2025-01-12T13:05:22.440110Z",
            "url": "https://files.pythonhosted.org/packages/e0/b0/39be84cda840de46b611eb23c1210643cc2e49036ee5c4d0dfe459dc8d97/passagemath_categories-10.5.20-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4be94adc87b34446c233517d16fc14904889749b1c25e7825c4944ab22264a37",
                "md5": "f33a651d9a4b31ef505eff0088626dda",
                "sha256": "a5ad4eb97b2f497d968dfc3cca2af9213b19cc2278cd25b8683fba27d073ff74"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp311-cp311-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f33a651d9a4b31ef505eff0088626dda",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 45409821,
            "upload_time": "2025-01-12T13:05:30",
            "upload_time_iso_8601": "2025-01-12T13:05:30.365006Z",
            "url": "https://files.pythonhosted.org/packages/4b/e9/4adc87b34446c233517d16fc14904889749b1c25e7825c4944ab22264a37/passagemath_categories-10.5.20-cp311-cp311-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3a1277912b989d008b723632ff91613b6ac7b085619da2dba135d484a8054b1",
                "md5": "46da6500f0821d019a7eac9d9043e40d",
                "sha256": "be6373714218e5df7f623abf1dfbfafe07dae19cd6a2ed7761ce17f6c81cc0d5"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "46da6500f0821d019a7eac9d9043e40d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 45426861,
            "upload_time": "2025-01-12T13:05:37",
            "upload_time_iso_8601": "2025-01-12T13:05:37.395779Z",
            "url": "https://files.pythonhosted.org/packages/c3/a1/277912b989d008b723632ff91613b6ac7b085619da2dba135d484a8054b1/passagemath_categories-10.5.20-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6fb82a15943dfc4ca4612718e8920f8bd9609615aa1fc5e01c847193599d509f",
                "md5": "1c71facff00dda8ae8d48b10563499ff",
                "sha256": "9fd3cd10c3c9010d0b5892a5f377fe27f49726a66311a3c38cdf8b6da5fd7a69"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1c71facff00dda8ae8d48b10563499ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 46423238,
            "upload_time": "2025-01-12T13:05:45",
            "upload_time_iso_8601": "2025-01-12T13:05:45.521818Z",
            "url": "https://files.pythonhosted.org/packages/6f/b8/2a15943dfc4ca4612718e8920f8bd9609615aa1fc5e01c847193599d509f/passagemath_categories-10.5.20-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5cf69bcc70436630180c1c16df5eb2a8518da2797a5cf15c8512c7b305f73da",
                "md5": "44b08b852271ac922cbdfee9c43ee5d0",
                "sha256": "ad0a44dcb5e511781fbae81a8901c4c75078f503c96003ea532a580db06f4ed3"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp312-cp312-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "44b08b852271ac922cbdfee9c43ee5d0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 10165901,
            "upload_time": "2025-01-12T13:05:51",
            "upload_time_iso_8601": "2025-01-12T13:05:51.340316Z",
            "url": "https://files.pythonhosted.org/packages/c5/cf/69bcc70436630180c1c16df5eb2a8518da2797a5cf15c8512c7b305f73da/passagemath_categories-10.5.20-cp312-cp312-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ffa7c4af55060d06e3b015c0b7ed50d54fa907803ccb4ec328caf8ddc2f915e",
                "md5": "8c7840e407bc28aaf00ff248ef2eb753",
                "sha256": "0778dd38b2fc4daab039b33caf9336ef1bfeba26407f66a21450fd0e35639d51"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp312-cp312-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8c7840e407bc28aaf00ff248ef2eb753",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 9722838,
            "upload_time": "2025-01-12T13:05:53",
            "upload_time_iso_8601": "2025-01-12T13:05:53.968326Z",
            "url": "https://files.pythonhosted.org/packages/8f/fa/7c4af55060d06e3b015c0b7ed50d54fa907803ccb4ec328caf8ddc2f915e/passagemath_categories-10.5.20-cp312-cp312-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70aa193e86c3e0af6aa878991edb2b2740eb825dbb092d3121ad392e15344c45",
                "md5": "f90fcb5adc88a7d8297ddebbd5239481",
                "sha256": "db6d8a7989b6a9b9d58d8ab433c6fb1ea44c1eeaad227a1b1ad93cb1e8643ec5"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f90fcb5adc88a7d8297ddebbd5239481",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 43033580,
            "upload_time": "2025-01-12T13:05:59",
            "upload_time_iso_8601": "2025-01-12T13:05:59.889128Z",
            "url": "https://files.pythonhosted.org/packages/70/aa/193e86c3e0af6aa878991edb2b2740eb825dbb092d3121ad392e15344c45/passagemath_categories-10.5.20-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f0eb762d9a6d02947b155f706c553b5da353916bc2d147f9a7459a2319983b1",
                "md5": "0b0175f8f2ee8e954ad2af21e8941d02",
                "sha256": "16fcac1bc995b86ebf93d5cef76b3ab4cef10a3a5b4d168b078190215ca7a495"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp312-cp312-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0b0175f8f2ee8e954ad2af21e8941d02",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 45898578,
            "upload_time": "2025-01-12T13:06:08",
            "upload_time_iso_8601": "2025-01-12T13:06:08.192955Z",
            "url": "https://files.pythonhosted.org/packages/4f/0e/b762d9a6d02947b155f706c553b5da353916bc2d147f9a7459a2319983b1/passagemath_categories-10.5.20-cp312-cp312-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd681b6eb63692a42f4faf260b535fd64b6f99356ae9e11987b867f9276d8a50",
                "md5": "e0b106afd12998b9da2c3866d68e64fd",
                "sha256": "5eafc1b9664918470dcdf375b0015c22b6bb22e0b2fe7d82ededaac08ae1c91b"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "e0b106afd12998b9da2c3866d68e64fd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 45156274,
            "upload_time": "2025-01-12T13:06:16",
            "upload_time_iso_8601": "2025-01-12T13:06:16.257457Z",
            "url": "https://files.pythonhosted.org/packages/cd/68/1b6eb63692a42f4faf260b535fd64b6f99356ae9e11987b867f9276d8a50/passagemath_categories-10.5.20-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3c0b396e27f26b932fa7c1fe311ebb092c0ce9615ea3b2017d03731f6c8a336",
                "md5": "f076c38b7c7f4dcca8a6476bad4bc500",
                "sha256": "71e12850a2163580643eaf57d6fdbc41c9d124b05aff2fb6ff9676c82771d5c9"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f076c38b7c7f4dcca8a6476bad4bc500",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 46428243,
            "upload_time": "2025-01-12T13:06:24",
            "upload_time_iso_8601": "2025-01-12T13:06:24.419072Z",
            "url": "https://files.pythonhosted.org/packages/d3/c0/b396e27f26b932fa7c1fe311ebb092c0ce9615ea3b2017d03731f6c8a336/passagemath_categories-10.5.20-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da1f43d8dd576d35d380b267e1d281100ba5886f7bf9ac80512f54746dbb476d",
                "md5": "7265aa09d8ac566a3376012cbfe22a12",
                "sha256": "44271464b0698f73309d4023755bfd536dd3a44d1baf7dd9c4857193a8b98eea"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp39-cp39-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7265aa09d8ac566a3376012cbfe22a12",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 10185558,
            "upload_time": "2025-01-12T13:06:28",
            "upload_time_iso_8601": "2025-01-12T13:06:28.576293Z",
            "url": "https://files.pythonhosted.org/packages/da/1f/43d8dd576d35d380b267e1d281100ba5886f7bf9ac80512f54746dbb476d/passagemath_categories-10.5.20-cp39-cp39-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3cb70d3536b818e5e56c73570c552a0f7ab3b5d8b0f834340ec18b5d13785caf",
                "md5": "d0f4fdf9cb4143a2195ceea1fd75c612",
                "sha256": "eace39c1cf0502e6281e03348a7593c710c936065f7520c9aabafe4c3513ec62"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp39-cp39-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d0f4fdf9cb4143a2195ceea1fd75c612",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 9747509,
            "upload_time": "2025-01-12T13:06:32",
            "upload_time_iso_8601": "2025-01-12T13:06:32.872262Z",
            "url": "https://files.pythonhosted.org/packages/3c/b7/0d3536b818e5e56c73570c552a0f7ab3b5d8b0f834340ec18b5d13785caf/passagemath_categories-10.5.20-cp39-cp39-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10f7acd46ca8919a0c80d5dcad492806cea3fd994ad0fbaf9b284e27fd132b25",
                "md5": "137d52fb4f2ac0f56db1989ee2a2851e",
                "sha256": "4d45a5652421b65bfd606f0e8ee05645d457dbea2d9f181cf9d92e78113a50cd"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "137d52fb4f2ac0f56db1989ee2a2851e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 40768307,
            "upload_time": "2025-01-12T13:06:39",
            "upload_time_iso_8601": "2025-01-12T13:06:39.120091Z",
            "url": "https://files.pythonhosted.org/packages/10/f7/acd46ca8919a0c80d5dcad492806cea3fd994ad0fbaf9b284e27fd132b25/passagemath_categories-10.5.20-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28515bf7a1c603e7c3678db86507f7bf4751d1c2b1ae00a29b2c68bb13a36cd2",
                "md5": "fe9e365596d813e63322155e5b1e8e33",
                "sha256": "9d026dce867780eca048e9b778df2611a15ad9d8907539167d78f7d14480e560"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp39-cp39-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fe9e365596d813e63322155e5b1e8e33",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 42451414,
            "upload_time": "2025-01-12T13:06:45",
            "upload_time_iso_8601": "2025-01-12T13:06:45.181421Z",
            "url": "https://files.pythonhosted.org/packages/28/51/5bf7a1c603e7c3678db86507f7bf4751d1c2b1ae00a29b2c68bb13a36cd2/passagemath_categories-10.5.20-cp39-cp39-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efa87495a3b5989ade4f2e843263f9f40b19d836b964885e74808c8f5d467d45",
                "md5": "f19501e5206e8af02b211d0efadaf044",
                "sha256": "a0f694afe95126844b40ee54c9a03625b62464a79b271f6d56d3b4523911dbbd"
            },
            "downloads": -1,
            "filename": "passagemath_categories-10.5.20-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "f19501e5206e8af02b211d0efadaf044",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 42560204,
            "upload_time": "2025-01-12T13:06:51",
            "upload_time_iso_8601": "2025-01-12T13:06:51.830761Z",
            "url": "https://files.pythonhosted.org/packages/ef/a8/7495a3b5989ade4f2e843263f9f40b19d836b964885e74808c8f5d467d45/passagemath_categories-10.5.20-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-12 13:04:39",
    "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: 1.67772s