ninja


Nameninja JSON
Version 1.11.1.1 PyPI version JSON
download
home_pagehttp://ninja-build.org/
SummaryNinja is a small build system with a focus on speed
upload_time2023-10-09 18:00:13
maintainer
docs_urlNone
authorJean-Christophe Fillion-Robin
requires_python
licenseApache 2.0
keywords ninja build c++ fortran cross-platform cross-compilation
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

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": "http://ninja-build.org/",
    "name": "ninja",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ninja build c++ fortran cross-platform cross-compilation",
    "author": "Jean-Christophe Fillion-Robin",
    "author_email": "scikit-build@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/37/2c/d717d13a413d6f7579cdaa1e28e6e2c98de95461549b08d311c8a5bf4c51/ninja-1.11.1.1.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\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\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": "Apache 2.0",
    "summary": "Ninja is a small build system with a focus on speed",
    "version": "1.11.1.1",
    "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": [
        "ninja",
        "build",
        "c++",
        "fortran",
        "cross-platform",
        "cross-compilation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d6e04ed11bb244039908f6f212cb5f3e97933e238655248e4ce307c1687ba1f",
                "md5": "02b0488d34a0feb2fddb5ea99376cc02",
                "sha256": "376889c76d87b95b5719fdd61dd7db193aa7fd4432e5d52d2e44e4c497bdbbee"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.1-py2.py3-none-macosx_10_9_universal2.macosx_10_9_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "02b0488d34a0feb2fddb5ea99376cc02",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 270611,
            "upload_time": "2023-10-09T17:59:49",
            "upload_time_iso_8601": "2023-10-09T17:59:49.264492Z",
            "url": "https://files.pythonhosted.org/packages/3d/6e/04ed11bb244039908f6f212cb5f3e97933e238655248e4ce307c1687ba1f/ninja-1.11.1.1-py2.py3-none-macosx_10_9_universal2.macosx_10_9_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c520e5423311eb9939b6f9354059a6d88a6211eb4fa1c7a4ef303ecee1c1fe0",
                "md5": "f25fe6a396ca5a68304e66c7534b272e",
                "sha256": "ecf80cf5afd09f14dcceff28cb3f11dc90fb97c999c89307aea435889cb66877"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.1-py2.py3-none-manylinux1_i686.manylinux_2_5_i686.whl",
            "has_sig": false,
            "md5_digest": "f25fe6a396ca5a68304e66c7534b272e",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 324256,
            "upload_time": "2023-10-09T17:59:51",
            "upload_time_iso_8601": "2023-10-09T17:59:51.204666Z",
            "url": "https://files.pythonhosted.org/packages/2c/52/0e5423311eb9939b6f9354059a6d88a6211eb4fa1c7a4ef303ecee1c1fe0/ninja-1.11.1.1-py2.py3-none-manylinux1_i686.manylinux_2_5_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d928d7aebd4430ab5ff65df2bfee6d5745f95c004284db2d8ca76dcbfd9de47",
                "md5": "c49ca68424ebc292926d58d8839a5fa2",
                "sha256": "84502ec98f02a037a169c4b0d5d86075eaf6afc55e1879003d6cab51ced2ea4b"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c49ca68424ebc292926d58d8839a5fa2",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 307194,
            "upload_time": "2023-10-09T17:59:52",
            "upload_time_iso_8601": "2023-10-09T17:59:52.869933Z",
            "url": "https://files.pythonhosted.org/packages/6d/92/8d7aebd4430ab5ff65df2bfee6d5745f95c004284db2d8ca76dcbfd9de47/ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01c896424839fd127b4492229acf50763ed9940d864ca35d17d151934aef1f6f",
                "md5": "95a83f3cfecbfe3a031213183e078843",
                "sha256": "73b93c14046447c7c5cc892433d4fae65d6364bec6685411cb97a8bcf815f93a"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.1-py2.py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl",
            "has_sig": false,
            "md5_digest": "95a83f3cfecbfe3a031213183e078843",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 155643,
            "upload_time": "2023-10-09T17:59:54",
            "upload_time_iso_8601": "2023-10-09T17:59:54.570089Z",
            "url": "https://files.pythonhosted.org/packages/01/c8/96424839fd127b4492229acf50763ed9940d864ca35d17d151934aef1f6f/ninja-1.11.1.1-py2.py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6bfa5ca8e65a98cdb9a71d4f1e38cac7bd757bbb9555a5aef5a4d293aa890e5c",
                "md5": "4eee2f9ac766461e58ad6682844a15bf",
                "sha256": "18302d96a5467ea98b68e1cae1ae4b4fb2b2a56a82b955193c637557c7273dbd"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.1-py2.py3-none-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "4eee2f9ac766461e58ad6682844a15bf",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 179538,
            "upload_time": "2023-10-09T17:59:55",
            "upload_time_iso_8601": "2023-10-09T17:59:55.818087Z",
            "url": "https://files.pythonhosted.org/packages/6b/fa/5ca8e65a98cdb9a71d4f1e38cac7bd757bbb9555a5aef5a4d293aa890e5c/ninja-1.11.1.1-py2.py3-none-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45ef60086f02cbc6882da00a02c81d645cefd8d2d65b01fade41b873d8dd85a2",
                "md5": "e38bccdd5a51ecce50594d20667a8e02",
                "sha256": "aad34a70ef15b12519946c5633344bc775a7656d789d9ed5fdb0d456383716ef"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.1-py2.py3-none-manylinux2014_s390x.manylinux_2_17_s390x.whl",
            "has_sig": false,
            "md5_digest": "e38bccdd5a51ecce50594d20667a8e02",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 156217,
            "upload_time": "2023-10-09T17:59:56",
            "upload_time_iso_8601": "2023-10-09T17:59:56.900178Z",
            "url": "https://files.pythonhosted.org/packages/45/ef/60086f02cbc6882da00a02c81d645cefd8d2d65b01fade41b873d8dd85a2/ninja-1.11.1.1-py2.py3-none-manylinux2014_s390x.manylinux_2_17_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c002fd13ac6aafdb566f00d6b541101fca54e58ae58bf96c00f9780df019607",
                "md5": "af10cb93c1c30b04fe05e7d3a68f0727",
                "sha256": "d491fc8d89cdcb416107c349ad1e3a735d4c4af5e1cb8f5f727baca6350fdaea"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.1-py2.py3-none-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "af10cb93c1c30b04fe05e7d3a68f0727",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 372069,
            "upload_time": "2023-10-09T17:59:58",
            "upload_time_iso_8601": "2023-10-09T17:59:58.386775Z",
            "url": "https://files.pythonhosted.org/packages/1c/00/2fd13ac6aafdb566f00d6b541101fca54e58ae58bf96c00f9780df019607/ninja-1.11.1.1-py2.py3-none-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad5d6e97c8a25167d4867694c7fb0b9bdbc9b096d6479c8e56c5bd41b49613f6",
                "md5": "16c71169139729e5efa4e375ae6037c7",
                "sha256": "7563ce1d9fe6ed5af0b8dd9ab4a214bf4ff1f2f6fd6dc29f480981f0f8b8b249"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.1-py2.py3-none-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "16c71169139729e5efa4e375ae6037c7",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 418859,
            "upload_time": "2023-10-09T18:00:00",
            "upload_time_iso_8601": "2023-10-09T18:00:00.136689Z",
            "url": "https://files.pythonhosted.org/packages/ad/5d/6e97c8a25167d4867694c7fb0b9bdbc9b096d6479c8e56c5bd41b49613f6/ninja-1.11.1.1-py2.py3-none-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "437834af88d753389a9412438d16142c77e587e0d69152faf0bbf99701063dd8",
                "md5": "b59d172ff1e7cc338e08f26cad790524",
                "sha256": "9df724344202b83018abb45cb1efc22efd337a1496514e7e6b3b59655be85205"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.1-py2.py3-none-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b59d172ff1e7cc338e08f26cad790524",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 419782,
            "upload_time": "2023-10-09T18:00:02",
            "upload_time_iso_8601": "2023-10-09T18:00:02.316573Z",
            "url": "https://files.pythonhosted.org/packages/43/78/34af88d753389a9412438d16142c77e587e0d69152faf0bbf99701063dd8/ninja-1.11.1.1-py2.py3-none-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b74de0633f8bced3b188942fca64a950e8f2206c60c10c97af465b356ae9b25",
                "md5": "4afbedfb688a9f1dcdebc653c766b95b",
                "sha256": "3e0f9be5bb20d74d58c66cc1c414c3e6aeb45c35b0d0e41e8d739c2c0d57784f"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.1-py2.py3-none-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "4afbedfb688a9f1dcdebc653c766b95b",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 415476,
            "upload_time": "2023-10-09T18:00:04",
            "upload_time_iso_8601": "2023-10-09T18:00:04.270171Z",
            "url": "https://files.pythonhosted.org/packages/3b/74/de0633f8bced3b188942fca64a950e8f2206c60c10c97af465b356ae9b25/ninja-1.11.1.1-py2.py3-none-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9af33e4a56ff77739d1582749b93497bdebf11e003fbc7a66363ef6c772ebd0a",
                "md5": "24292bfe03bd86d41cd6cf215cee6fea",
                "sha256": "76482ba746a2618eecf89d5253c0d1e4f1da1270d41e9f54dfbd91831b0f6885"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.1-py2.py3-none-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "24292bfe03bd86d41cd6cf215cee6fea",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 379229,
            "upload_time": "2023-10-09T18:00:06",
            "upload_time_iso_8601": "2023-10-09T18:00:06.087470Z",
            "url": "https://files.pythonhosted.org/packages/9a/f3/3e4a56ff77739d1582749b93497bdebf11e003fbc7a66363ef6c772ebd0a/ninja-1.11.1.1-py2.py3-none-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5ee53df34fcc9c0b1db62b2f2e2c848e28d9354e1c7f0dce029ee50b16ca157",
                "md5": "f618c653c32675e085829b2b34f06ea7",
                "sha256": "fa2ba9d74acfdfbfbcf06fad1b8282de8a7a8c481d9dee45c859a8c93fcc1082"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.1-py2.py3-none-win32.whl",
            "has_sig": false,
            "md5_digest": "f618c653c32675e085829b2b34f06ea7",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 265049,
            "upload_time": "2023-10-09T18:00:08",
            "upload_time_iso_8601": "2023-10-09T18:00:08.294621Z",
            "url": "https://files.pythonhosted.org/packages/c5/ee/53df34fcc9c0b1db62b2f2e2c848e28d9354e1c7f0dce029ee50b16ca157/ninja-1.11.1.1-py2.py3-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b62fa3bc50fa63fc4fe9348e15b53dc8c87febfd4e0c660fcf250c4b19a3aa3b",
                "md5": "d09eebd9afc969beb29951499a705398",
                "sha256": "95da904130bfa02ea74ff9c0116b4ad266174fafb1c707aa50212bc7859aebf1"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.1-py2.py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d09eebd9afc969beb29951499a705398",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 312958,
            "upload_time": "2023-10-09T18:00:10",
            "upload_time_iso_8601": "2023-10-09T18:00:10.278286Z",
            "url": "https://files.pythonhosted.org/packages/b6/2f/a3bc50fa63fc4fe9348e15b53dc8c87febfd4e0c660fcf250c4b19a3aa3b/ninja-1.11.1.1-py2.py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "732af5b7b3b7ecd5cf4e31375580bf5c6a01a328ed1ebdfff90fab463e3f4bc7",
                "md5": "af0df99cef61b9ce8fb5a76453e95e19",
                "sha256": "185e0641bde601e53841525c4196278e9aaf4463758da6dd1e752c0a0f54136a"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.1-py2.py3-none-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "af0df99cef61b9ce8fb5a76453e95e19",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 272686,
            "upload_time": "2023-10-09T18:00:11",
            "upload_time_iso_8601": "2023-10-09T18:00:11.964852Z",
            "url": "https://files.pythonhosted.org/packages/73/2a/f5b7b3b7ecd5cf4e31375580bf5c6a01a328ed1ebdfff90fab463e3f4bc7/ninja-1.11.1.1-py2.py3-none-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "372cd717d13a413d6f7579cdaa1e28e6e2c98de95461549b08d311c8a5bf4c51",
                "md5": "1fa26b13284c57aa9b1083ea5c70a9cb",
                "sha256": "9d793b08dd857e38d0b6ffe9e6b7145d7c485a42dcfea04905ca0cdb6017cc3c"
            },
            "downloads": -1,
            "filename": "ninja-1.11.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1fa26b13284c57aa9b1083ea5c70a9cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 132392,
            "upload_time": "2023-10-09T18:00:13",
            "upload_time_iso_8601": "2023-10-09T18:00:13.868884Z",
            "url": "https://files.pythonhosted.org/packages/37/2c/d717d13a413d6f7579cdaa1e28e6e2c98de95461549b08d311c8a5bf4c51/ninja-1.11.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-09 18:00:13",
    "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.15016s