ninja


Nameninja JSON
Version 1.11.1.3 PyPI version JSON
download
home_pageNone
SummaryNinja is a small build system with a focus on speed
upload_time2024-12-15 09:13:01
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords build c++ cross-compilation cross-platform fortran ninja
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ==========================
Ninja Python Distributions
==========================

`Ninja <http://www.ninja-build.org>`_ is a small build system with a focus on speed.

The latest Ninja python wheels provide `ninja 1.11.1.g95dee.kitware.jobserver-1 <https://ninja-build.org/manual.html>`_ executable
and `ninja_syntax.py` for generating `.ninja` files.

.. image:: https://raw.githubusercontent.com/scikit-build/ninja-python-distributions/master/ninja-python-distributions-logo.png

Latest Release
--------------

.. table::

  +----------------------------------------------------------------------+---------------------------------------------------------------------------+
  | Versions                                                             | Downloads                                                                 |
  +======================================================================+===========================================================================+
  | .. image:: https://img.shields.io/pypi/v/ninja.svg                   | .. image:: https://img.shields.io/badge/downloads-2535k%20total-green.svg |
  |     :target: https://pypi.python.org/pypi/ninja                      |     :target: https://pypi.python.org/pypi/ninja                           |
  +----------------------------------------------------------------------+---------------------------------------------------------------------------+

Build Status
------------

.. table::

  +---------------+-------------------------------------------------------------------------------------------------------------+
  |               | GitHub Actions (Windows, macOS, Linux)                                                                      |
  +===============+=============================================================================================================+
  | PyPI          | .. image:: https://github.com/scikit-build/ninja-python-distributions/actions/workflows/build.yml/badge.svg |
  |               |     :target: https://github.com/scikit-build/ninja-python-distributions/actions/workflows/build.yml         |
  +---------------+-------------------------------------------------------------------------------------------------------------+

Maintainers
-----------

* `How to update ninja version ? <https://github.com/scikit-build/ninja-python-distributions/blob/master/docs/update_ninja_version.rst>`_

* `How to make a release ? <https://github.com/scikit-build/ninja-python-distributions/blob/master/docs/make_a_release.rst>`_


Miscellaneous
-------------

* Documentation: https://github.com/scikit-build/ninja-python-distributions#readme
* Source code: https://github.com/scikit-build/ninja-python-distributions
* Mailing list: https://groups.google.com/forum/#!forum/scikit-build

Python Version Support
----------------------

Versions after 1.11.1.1 no longer support Python 2-3.6, and require manylinux2010+ on linux.

License
-------

This project is maintained by Jean-Christophe Fillion-Robin from Kitware Inc.
It is covered by the `Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_.

Ninja is also distributed under the `Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_.
For more information about Ninja, visit https://ninja-build.org

Logo was originally created by Libby Rose from Kitware Inc.
It is covered by `CC BY 4.0 <https://creativecommons.org/licenses/by/4.0/>`_.


History
-------

ninja-python-distributions was initially developed in November 2016 by
Jean-Christophe Fillion-Robin to facilitate the distribution of project using
`scikit-build <http://scikit-build.readthedocs.io/>`_ and depending on CMake
and Ninja.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ninja",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "build, c++, cross-compilation, cross-platform, fortran, ninja",
    "author": null,
    "author_email": "Jean-Christophe Fillion-Robin <scikit-build@googlegroups.com>, Henry Schreiner <henryfs@princeton.edu>",
    "download_url": "https://files.pythonhosted.org/packages/bd/8f/21a2701f95b7d0d5137736561b3427ece0c4a1e085d4a223b92d16ab7d8b/ninja-1.11.1.3.tar.gz",
    "platform": null,
    "description": "==========================\nNinja Python Distributions\n==========================\n\n`Ninja <http://www.ninja-build.org>`_ is a small build system with a focus on speed.\n\nThe latest Ninja python wheels provide `ninja 1.11.1.g95dee.kitware.jobserver-1 <https://ninja-build.org/manual.html>`_ executable\nand `ninja_syntax.py` for generating `.ninja` files.\n\n.. image:: https://raw.githubusercontent.com/scikit-build/ninja-python-distributions/master/ninja-python-distributions-logo.png\n\nLatest Release\n--------------\n\n.. table::\n\n  +----------------------------------------------------------------------+---------------------------------------------------------------------------+\n  | Versions                                                             | Downloads                                                                 |\n  +======================================================================+===========================================================================+\n  | .. image:: https://img.shields.io/pypi/v/ninja.svg                   | .. image:: https://img.shields.io/badge/downloads-2535k%20total-green.svg |\n  |     :target: https://pypi.python.org/pypi/ninja                      |     :target: https://pypi.python.org/pypi/ninja                           |\n  +----------------------------------------------------------------------+---------------------------------------------------------------------------+\n\nBuild Status\n------------\n\n.. table::\n\n  +---------------+-------------------------------------------------------------------------------------------------------------+\n  |               | GitHub Actions (Windows, macOS, Linux)                                                                      |\n  +===============+=============================================================================================================+\n  | PyPI          | .. image:: https://github.com/scikit-build/ninja-python-distributions/actions/workflows/build.yml/badge.svg |\n  |               |     :target: https://github.com/scikit-build/ninja-python-distributions/actions/workflows/build.yml         |\n  +---------------+-------------------------------------------------------------------------------------------------------------+\n\nMaintainers\n-----------\n\n* `How to update ninja version ? <https://github.com/scikit-build/ninja-python-distributions/blob/master/docs/update_ninja_version.rst>`_\n\n* `How to make a release ? <https://github.com/scikit-build/ninja-python-distributions/blob/master/docs/make_a_release.rst>`_\n\n\nMiscellaneous\n-------------\n\n* Documentation: https://github.com/scikit-build/ninja-python-distributions#readme\n* Source code: https://github.com/scikit-build/ninja-python-distributions\n* Mailing list: https://groups.google.com/forum/#!forum/scikit-build\n\nPython Version Support\n----------------------\n\nVersions after 1.11.1.1 no longer support Python 2-3.6, and require manylinux2010+ on linux.\n\nLicense\n-------\n\nThis project is maintained by Jean-Christophe Fillion-Robin from Kitware Inc.\nIt is covered by the `Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_.\n\nNinja is also distributed under the `Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_.\nFor more information about Ninja, visit https://ninja-build.org\n\nLogo was originally created by Libby Rose from Kitware Inc.\nIt is covered by `CC BY 4.0 <https://creativecommons.org/licenses/by/4.0/>`_.\n\n\nHistory\n-------\n\nninja-python-distributions was initially developed in November 2016 by\nJean-Christophe Fillion-Robin to facilitate the distribution of project using\n`scikit-build <http://scikit-build.readthedocs.io/>`_ and depending on CMake\nand Ninja.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Ninja is a small build system with a focus on speed",
    "version": "1.11.1.3",
    "project_urls": {
        "Bug tracker": "https://github.com/scikit-build/ninja-python-distributions/issues",
        "Documentation": "https://github.com/scikit-build/ninja-python-distributions#readme",
        "Download": "https://github.com/ninja-build/ninja/releases",
        "Homepage": "http://ninja-build.org/",
        "Mailing list": "https://groups.google.com/forum/#!forum/scikit-build",
        "Source code": "https://github.com/scikit-build/ninja-python-distributions"
    },
    "split_keywords": [
        "build",
        " c++",
        " cross-compilation",
        " cross-platform",
        " fortran",
        " ninja"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eaba0069cd4a83d68f7b0308be70e219b15d675e50c8ea28763a3f0373c45bfc",
                "md5": "bfdaab1efb739c331616b7cde32faaaf",
                "sha256": "2b4879ea3f1169f3d855182c57dcc84d1b5048628c8b7be0d702b81882a37237"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.3-py3-none-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "bfdaab1efb739c331616b7cde32faaaf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 279132,
            "upload_time": "2024-12-15T09:12:23",
            "upload_time_iso_8601": "2024-12-15T09:12:23.110743Z",
            "url": "https://files.pythonhosted.org/packages/ea/ba/0069cd4a83d68f7b0308be70e219b15d675e50c8ea28763a3f0373c45bfc/ninja-1.11.1.3-py3-none-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "726b3805be87df8417a0c7b21078c8045f2a1e59b34f371bfe4cb4fb0d6df7f2",
                "md5": "5a3a9534a56f37c3809bac1b8e88c076",
                "sha256": "bc3ebc8b2e47716149f3541742b5cd8e0b08f51013b825c05baca3e34854370d"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.3-py3-none-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "5a3a9534a56f37c3809bac1b8e88c076",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 472101,
            "upload_time": "2024-12-15T09:12:26",
            "upload_time_iso_8601": "2024-12-15T09:12:26.077054Z",
            "url": "https://files.pythonhosted.org/packages/72/6b/3805be87df8417a0c7b21078c8045f2a1e59b34f371bfe4cb4fb0d6df7f2/ninja-1.11.1.3-py3-none-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b35a8e38d54768e67324e365e2a41162be298f51ec93e6bd4b18d237d7250d8",
                "md5": "58db2ff5db61905d5db451f56db4e43f",
                "sha256": "a27e78ca71316c8654965ee94b286a98c83877bfebe2607db96897bbfe458af0"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.3-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "58db2ff5db61905d5db451f56db4e43f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 422884,
            "upload_time": "2024-12-15T09:12:28",
            "upload_time_iso_8601": "2024-12-15T09:12:28.643748Z",
            "url": "https://files.pythonhosted.org/packages/6b/35/a8e38d54768e67324e365e2a41162be298f51ec93e6bd4b18d237d7250d8/ninja-1.11.1.3-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f997996457319e139c02697fb2aa28e42fe32bb0752cef492edc69d56a3552e",
                "md5": "b3a11bb501a7a0490a928a616bf6ad92",
                "sha256": "2883ea46b3c5079074f56820f9989c6261fcc6fd873d914ee49010ecf283c3b2"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.3-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b3a11bb501a7a0490a928a616bf6ad92",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 157046,
            "upload_time": "2024-12-15T09:12:31",
            "upload_time_iso_8601": "2024-12-15T09:12:31.489154Z",
            "url": "https://files.pythonhosted.org/packages/2f/99/7996457319e139c02697fb2aa28e42fe32bb0752cef492edc69d56a3552e/ninja-1.11.1.3-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d8b93f38e5cddf76ccfdab70946515b554f25d2b4c95ef9b2f9cfbc43fa7cc1",
                "md5": "966d7177556a6beb93de448ba4b91839",
                "sha256": "8c4bdb9fd2d0c06501ae15abfd23407660e95659e384acd36e013b6dd7d8a8e4"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.3-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "966d7177556a6beb93de448ba4b91839",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 180014,
            "upload_time": "2024-12-15T09:12:32",
            "upload_time_iso_8601": "2024-12-15T09:12:32.864018Z",
            "url": "https://files.pythonhosted.org/packages/6d/8b/93f38e5cddf76ccfdab70946515b554f25d2b4c95ef9b2f9cfbc43fa7cc1/ninja-1.11.1.3-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d1d713884d0fa3c972164f69d552e0701d30e2bf25eba9ef160bfb3dc69926a",
                "md5": "4d0130539a9403e299ca5a73148c07a3",
                "sha256": "114ed5c61c8474df6a69ab89097a20749b769e2c219a452cb2fadc49b0d581b0"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.3-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "4d0130539a9403e299ca5a73148c07a3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 157098,
            "upload_time": "2024-12-15T09:12:35",
            "upload_time_iso_8601": "2024-12-15T09:12:35.738994Z",
            "url": "https://files.pythonhosted.org/packages/7d/1d/713884d0fa3c972164f69d552e0701d30e2bf25eba9ef160bfb3dc69926a/ninja-1.11.1.3-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c722ecb0f70e77c9e22ee250aa717a608a142756833a34d43943d7d658ee0e56",
                "md5": "d220d6d3c60f05daba0505892daf4e02",
                "sha256": "7fa2247fce98f683bc712562d82b22b8a0a5c000738a13147ca2d1b68c122298"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.3-py3-none-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl",
            "has_sig": false,
            "md5_digest": "d220d6d3c60f05daba0505892daf4e02",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 130089,
            "upload_time": "2024-12-15T09:12:38",
            "upload_time_iso_8601": "2024-12-15T09:12:38.497422Z",
            "url": "https://files.pythonhosted.org/packages/c7/22/ecb0f70e77c9e22ee250aa717a608a142756833a34d43943d7d658ee0e56/ninja-1.11.1.3-py3-none-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eca63ee846c20ab6ad95b90c5c8703c76cb1f39cc8ce2d1ae468956e3b1b2581",
                "md5": "4f723adb4a056caeb96e3bb5785d8301",
                "sha256": "a38c6c6c8032bed68b70c3b065d944c35e9f903342875d3a3218c1607987077c"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.3-py3-none-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4f723adb4a056caeb96e3bb5785d8301",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 372508,
            "upload_time": "2024-12-15T09:12:41",
            "upload_time_iso_8601": "2024-12-15T09:12:41.055217Z",
            "url": "https://files.pythonhosted.org/packages/ec/a6/3ee846c20ab6ad95b90c5c8703c76cb1f39cc8ce2d1ae468956e3b1b2581/ninja-1.11.1.3-py3-none-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "950daa44abe4141f29148ce671ac8c92045878906b18691c6f87a29711c2ff1c",
                "md5": "0792b494ba230ee57654a64a7fab33c2",
                "sha256": "56ada5d33b8741d298836644042faddebc83ee669782d661e21563034beb5aba"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.3-py3-none-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "0792b494ba230ee57654a64a7fab33c2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 419369,
            "upload_time": "2024-12-15T09:12:42",
            "upload_time_iso_8601": "2024-12-15T09:12:42.461304Z",
            "url": "https://files.pythonhosted.org/packages/95/0d/aa44abe4141f29148ce671ac8c92045878906b18691c6f87a29711c2ff1c/ninja-1.11.1.3-py3-none-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7ec48bf5105568ac9bd2016b701777bdd5000cc09a14ac837fef9f15e8d634e",
                "md5": "7f843be92efaefe0c64990f24300a041",
                "sha256": "53409151da081f3c198bb0bfc220a7f4e821e022c5b7d29719adda892ddb31bb"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.3-py3-none-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "7f843be92efaefe0c64990f24300a041",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 420304,
            "upload_time": "2024-12-15T09:12:45",
            "upload_time_iso_8601": "2024-12-15T09:12:45.326647Z",
            "url": "https://files.pythonhosted.org/packages/f7/ec/48bf5105568ac9bd2016b701777bdd5000cc09a14ac837fef9f15e8d634e/ninja-1.11.1.3-py3-none-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18e569df63976cf971a03379899f8520a036c9dbab26330b37197512aed5b3df",
                "md5": "92d74a6fe13bc3119d0954c1690d632a",
                "sha256": "1ad2112c2b0159ed7c4ae3731595191b1546ba62316fc40808edecd0306fefa3"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.3-py3-none-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "92d74a6fe13bc3119d0954c1690d632a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 416056,
            "upload_time": "2024-12-15T09:12:48",
            "upload_time_iso_8601": "2024-12-15T09:12:48.125688Z",
            "url": "https://files.pythonhosted.org/packages/18/e5/69df63976cf971a03379899f8520a036c9dbab26330b37197512aed5b3df/ninja-1.11.1.3-py3-none-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f4fbdb401af7ed0e24a3fef058e13a149f2de1ce4b176699076993615d55610",
                "md5": "f0af72b52838a6d868ae0d82eb7c1a2e",
                "sha256": "28aea3c1c280cba95b8608d50797169f3a34280e3e9a6379b6e340f0c9eaeeb0"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.3-py3-none-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f0af72b52838a6d868ae0d82eb7c1a2e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 379725,
            "upload_time": "2024-12-15T09:12:50",
            "upload_time_iso_8601": "2024-12-15T09:12:50.873458Z",
            "url": "https://files.pythonhosted.org/packages/6f/4f/bdb401af7ed0e24a3fef058e13a149f2de1ce4b176699076993615d55610/ninja-1.11.1.3-py3-none-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd6805e7863bf13128c61652eeb3ec7096c3d3a602f32f31752dbfb034e3fa07",
                "md5": "4e1ffe3f2ad805f1fcc9d1493e79eaaf",
                "sha256": "b6966f83064a88a51693073eea3decd47e08c3965241e09578ef7aa3a7738329"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.3-py3-none-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "4e1ffe3f2ad805f1fcc9d1493e79eaaf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 434881,
            "upload_time": "2024-12-15T09:12:54",
            "upload_time_iso_8601": "2024-12-15T09:12:54.754953Z",
            "url": "https://files.pythonhosted.org/packages/bd/68/05e7863bf13128c61652eeb3ec7096c3d3a602f32f31752dbfb034e3fa07/ninja-1.11.1.3-py3-none-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bdadedc0d1efe77f29f45bbca2e1dab07ef597f61a88de6e4bccffc0aec2256c",
                "md5": "4b47c22943df27be5503f549283ac5e2",
                "sha256": "a4a3b71490557e18c010cbb26bd1ea9a0c32ee67e8f105e9731515b6e0af792e"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.3-py3-none-win32.whl",
            "has_sig": false,
            "md5_digest": "4b47c22943df27be5503f549283ac5e2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 255988,
            "upload_time": "2024-12-15T09:12:56",
            "upload_time_iso_8601": "2024-12-15T09:12:56.417920Z",
            "url": "https://files.pythonhosted.org/packages/bd/ad/edc0d1efe77f29f45bbca2e1dab07ef597f61a88de6e4bccffc0aec2256c/ninja-1.11.1.3-py3-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "039309a9f7672b4f97438aca6217ac54212a63273f1cd3b46b731d0bb22c53e7",
                "md5": "e1c841edb07d1661c2daca68b18526e0",
                "sha256": "04d48d14ea7ba11951c156599ab526bdda575450797ff57c6fdf99b2554d09c7"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.3-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e1c841edb07d1661c2daca68b18526e0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 296502,
            "upload_time": "2024-12-15T09:12:57",
            "upload_time_iso_8601": "2024-12-15T09:12:57.801192Z",
            "url": "https://files.pythonhosted.org/packages/03/93/09a9f7672b4f97438aca6217ac54212a63273f1cd3b46b731d0bb22c53e7/ninja-1.11.1.3-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d99d0cc1e82849070ff3cbee69f326cb48a839407bcd15d8844443c30a5e7509",
                "md5": "fa18d320902e747f078d17119d9f289d",
                "sha256": "17978ad611d8ead578d83637f5ae80c2261b033db0b493a7ce94f88623f29e1b"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.3-py3-none-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "fa18d320902e747f078d17119d9f289d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 270571,
            "upload_time": "2024-12-15T09:12:59",
            "upload_time_iso_8601": "2024-12-15T09:12:59.230073Z",
            "url": "https://files.pythonhosted.org/packages/d9/9d/0cc1e82849070ff3cbee69f326cb48a839407bcd15d8844443c30a5e7509/ninja-1.11.1.3-py3-none-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd8f21a2701f95b7d0d5137736561b3427ece0c4a1e085d4a223b92d16ab7d8b",
                "md5": "57c08ac78b29ea64ece44c79bdacd1d4",
                "sha256": "edfa0d2e9d7ead1635b03e40a32ad56cc8f56798b6e2e9848d8300b174897076"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "57c08ac78b29ea64ece44c79bdacd1d4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 129532,
            "upload_time": "2024-12-15T09:13:01",
            "upload_time_iso_8601": "2024-12-15T09:13:01.824583Z",
            "url": "https://files.pythonhosted.org/packages/bd/8f/21a2701f95b7d0d5137736561b3427ece0c4a1e085d4a223b92d16ab7d8b/ninja-1.11.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-15 09:13:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scikit-build",
    "github_project": "ninja-python-distributions",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "ninja"
}
        
Elapsed time: 0.46756s