cmake


Namecmake JSON
Version 3.29.2 PyPI version JSON
download
home_pageNone
SummaryCMake is an open-source, cross-platform family of tools designed to build, test and package software
upload_time2024-04-12 03:12:45
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseApache 2.0
keywords cmake build c++ fortran cross-platform cross-compilation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ==========================
CMake Python Distributions
==========================

`CMake <https://cmake.org>`_ is used to control the software compilation
process using simple platform and compiler independent configuration files,
and generate native makefiles and workspaces that can be used in the
compiler environment of your choice.

The suite of CMake tools were created by Kitware in response to the need
for a powerful, cross-platform build environment for open-source projects
such as ITK and VTK.

The CMake python wheels provide `CMake 3.29.2 <https://cmake.org/cmake/help/v3.29/index.html>`_.

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

.. table::

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

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

.. table::

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

Platforms
---------

The following platforms are supported with binary wheels:

.. table::

  +---------------+--------------------------+
  | OS            | Arch                     |
  +===============+==========================+
  | Windows       | | 64-bit                 |
  |               | | 32-bit                 |
  +---------------+--------------------------+
  | Linux Intel   | | manylinux2010+ 64-bit  |
  |               | | musllinux 64-bit       |
  |               | | manylinux2010+ 32-bit  |
  |               | | musllinux 32-bit       |
  +---------------+--------------------------+
  | Linux ARM     | | manylinux2014+ AArch64 |
  |               | | musllinux AArch64      |
  +---------------+--------------------------+
  | Linux PowerPC | | manylinux2014+ ppc64le |
  |               | | musllinux ppc64le      |
  +---------------+--------------------------+
  | Linux IBM Z   | | manylinux2014+ s390x   |
  |               | | musllinux s390x        |
  +---------------+--------------------------+
  | macOS 10.10+  | Intel                    |
  +---------------+--------------------------+
  | macOS 11+     | Apple Silicon            |
  +---------------+--------------------------+

The last version to provide ``manylinux1`` wheels was ``3.22.x``.
The last version to provide Python 2 to Python 3.6 support was ``3.28.x``.

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

* `How to update CMake version? <https://cmake-python-distributions.readthedocs.io/en/latest/update_cmake_version.html>`_

* `How to make a release? <https://cmake-python-distributions.readthedocs.io/en/latest/make_a_release.html>`_

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

* Documentation: https://cmake-python-distributions.readthedocs.io/en/latest/
* Source code: https://github.com/scikit-build/cmake-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 <https://www.apache.org/licenses/LICENSE-2.0>`_.

CMake is distributed under the OSI-approved BSD 3-clause License.
For more information about CMake, visit https://cmake.org

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cmake",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "CMake build c++ fortran cross-platform cross-compilation",
    "author": null,
    "author_email": "Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>",
    "download_url": "https://files.pythonhosted.org/packages/80/bf/4f9a9f754507992be28b985d1e9b17f93a2271106b5916a212efe1d65205/cmake-3.29.2.tar.gz",
    "platform": null,
    "description": "==========================\nCMake Python Distributions\n==========================\n\n`CMake <https://cmake.org>`_ is used to control the software compilation\nprocess using simple platform and compiler independent configuration files,\nand generate native makefiles and workspaces that can be used in the\ncompiler environment of your choice.\n\nThe suite of CMake tools were created by Kitware in response to the need\nfor a powerful, cross-platform build environment for open-source projects\nsuch as ITK and VTK.\n\nThe CMake python wheels provide `CMake 3.29.2 <https://cmake.org/cmake/help/v3.29/index.html>`_.\n\nLatest Release\n--------------\n\n.. table::\n\n  +----------------------------------------------------------------------+---------------------------------------------------------------------------+\n  | Versions                                                             | Downloads                                                                 |\n  +======================================================================+===========================================================================+\n  | .. image:: https://img.shields.io/pypi/v/cmake.svg                   | .. image:: https://img.shields.io/badge/downloads-3997k%20total-green.svg |\n  |     :target: https://pypi.python.org/pypi/cmake                      |     :target: https://pypi.python.org/pypi/cmake                           |\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/cmake-python-distributions/actions/workflows/build.yml/badge.svg  |\n  |               |     :target: https://github.com/scikit-build/cmake-python-distributions/actions/workflows/build.yml          |\n  +---------------+--------------------------------------------------------------------------------------------------------------+\n\nPlatforms\n---------\n\nThe following platforms are supported with binary wheels:\n\n.. table::\n\n  +---------------+--------------------------+\n  | OS            | Arch                     |\n  +===============+==========================+\n  | Windows       | | 64-bit                 |\n  |               | | 32-bit                 |\n  +---------------+--------------------------+\n  | Linux Intel   | | manylinux2010+ 64-bit  |\n  |               | | musllinux 64-bit       |\n  |               | | manylinux2010+ 32-bit  |\n  |               | | musllinux 32-bit       |\n  +---------------+--------------------------+\n  | Linux ARM     | | manylinux2014+ AArch64 |\n  |               | | musllinux AArch64      |\n  +---------------+--------------------------+\n  | Linux PowerPC | | manylinux2014+ ppc64le |\n  |               | | musllinux ppc64le      |\n  +---------------+--------------------------+\n  | Linux IBM Z   | | manylinux2014+ s390x   |\n  |               | | musllinux s390x        |\n  +---------------+--------------------------+\n  | macOS 10.10+  | Intel                    |\n  +---------------+--------------------------+\n  | macOS 11+     | Apple Silicon            |\n  +---------------+--------------------------+\n\nThe last version to provide ``manylinux1`` wheels was ``3.22.x``.\nThe last version to provide Python 2 to Python 3.6 support was ``3.28.x``.\n\nMaintainers\n-----------\n\n* `How to update CMake version? <https://cmake-python-distributions.readthedocs.io/en/latest/update_cmake_version.html>`_\n\n* `How to make a release? <https://cmake-python-distributions.readthedocs.io/en/latest/make_a_release.html>`_\n\nMiscellaneous\n-------------\n\n* Documentation: https://cmake-python-distributions.readthedocs.io/en/latest/\n* Source code: https://github.com/scikit-build/cmake-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 <https://www.apache.org/licenses/LICENSE-2.0>`_.\n\nCMake is distributed under the OSI-approved BSD 3-clause License.\nFor more information about CMake, visit https://cmake.org\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "CMake is an open-source, cross-platform family of tools designed to build, test and package software",
    "version": "3.29.2",
    "project_urls": {
        "Bug tracker": "https://github.com/scikit-build/cmake-python-distributions/issues",
        "Documentation": "https://cmake-python-distributions.readthedocs.io",
        "Homepage": "https://cmake.org",
        "Mailing list": "https://groups.google.com/forum/#!forum/scikit-build",
        "Source": "https://github.com/scikit-build/cmake-python-distributions"
    },
    "split_keywords": [
        "cmake",
        "build",
        "c++",
        "fortran",
        "cross-platform",
        "cross-compilation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a79041cc6a56334ffa77da4ad101c2327fad6c9c0a87f3aa93178875fb138f1",
                "md5": "59c08526c37ad0aa290f9e281d73aa44",
                "sha256": "1d40c5451d6467b20a0a6015a5a6b6dc86f61b83f71f935740485b259100a34e"
            },
            "downloads": -1,
            "filename": "cmake-3.29.2-py3-none-macosx_10_10_universal2.macosx_10_10_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "59c08526c37ad0aa290f9e281d73aa44",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 50996878,
            "upload_time": "2024-04-12T03:11:34",
            "upload_time_iso_8601": "2024-04-12T03:11:34.125097Z",
            "url": "https://files.pythonhosted.org/packages/7a/79/041cc6a56334ffa77da4ad101c2327fad6c9c0a87f3aa93178875fb138f1/cmake-3.29.2-py3-none-macosx_10_10_universal2.macosx_10_10_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46a9b65bb603a116196ac347e8ec9e344fa748d0c29f6b080ea07d379bb8c6cb",
                "md5": "745181071575b110489a8751d0a33cf7",
                "sha256": "ed3108e646cd65a4e23fa1cbe8123569a29334a3f2a8ce214d871406b161bedb"
            },
            "downloads": -1,
            "filename": "cmake-3.29.2-py3-none-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "745181071575b110489a8751d0a33cf7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 26529814,
            "upload_time": "2024-04-12T03:11:39",
            "upload_time_iso_8601": "2024-04-12T03:11:39.831448Z",
            "url": "https://files.pythonhosted.org/packages/46/a9/b65bb603a116196ac347e8ec9e344fa748d0c29f6b080ea07d379bb8c6cb/cmake-3.29.2-py3-none-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5fcfdd3644ce89d07caf71af0931fcf939d7cfb169c20ab052559f07574451f",
                "md5": "e13b7a71292fd6fd41a51956557cac84",
                "sha256": "40aafe612b03a9fa140cca4024ba60b74cd92372f3f349d8062cba1f021e5001"
            },
            "downloads": -1,
            "filename": "cmake-3.29.2-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e13b7a71292fd6fd41a51956557cac84",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 25814604,
            "upload_time": "2024-04-12T03:11:44",
            "upload_time_iso_8601": "2024-04-12T03:11:44.124106Z",
            "url": "https://files.pythonhosted.org/packages/e5/fc/fdd3644ce89d07caf71af0931fcf939d7cfb169c20ab052559f07574451f/cmake-3.29.2-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66860be37acaf4778e8e219f4f228d2a558af74e346e5419abfbf8e0b4313360",
                "md5": "b424eceb8ef02044c93eee4d98fee8ab",
                "sha256": "027eebe9bb74c31759581a543f27bc1828fc76e6fc45b2b48b51f27847904669"
            },
            "downloads": -1,
            "filename": "cmake-3.29.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b424eceb8ef02044c93eee4d98fee8ab",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 26081260,
            "upload_time": "2024-04-12T03:11:48",
            "upload_time_iso_8601": "2024-04-12T03:11:48.353871Z",
            "url": "https://files.pythonhosted.org/packages/66/86/0be37acaf4778e8e219f4f228d2a558af74e346e5419abfbf8e0b4313360/cmake-3.29.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c8f5053b4fd92c52e7ea23993338eb6c704a360da27fa9a786693295067a7bc",
                "md5": "a5cdc462499ff9489e175ce7bd8aebf4",
                "sha256": "f1f087985fc2460476b0901716fbddb2fd69b7fe7bf1350e1ab5dc508d22600e"
            },
            "downloads": -1,
            "filename": "cmake-3.29.2-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "a5cdc462499ff9489e175ce7bd8aebf4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 27787257,
            "upload_time": "2024-04-12T03:11:53",
            "upload_time_iso_8601": "2024-04-12T03:11:53.753921Z",
            "url": "https://files.pythonhosted.org/packages/1c/8f/5053b4fd92c52e7ea23993338eb6c704a360da27fa9a786693295067a7bc/cmake-3.29.2-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13bb6cbda6b86863ae776372ee01522323c5a99806264d8a1f37abf2afe676a1",
                "md5": "43ea63e29a44fd414d24aede03e3a69d",
                "sha256": "df2c63ce6d504aa4c91a42fd22d3887065ab029569691deb56ec19d0decd0ae9"
            },
            "downloads": -1,
            "filename": "cmake-3.29.2-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "43ea63e29a44fd414d24aede03e3a69d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 29633655,
            "upload_time": "2024-04-12T03:11:58",
            "upload_time_iso_8601": "2024-04-12T03:11:58.105674Z",
            "url": "https://files.pythonhosted.org/packages/13/bb/6cbda6b86863ae776372ee01522323c5a99806264d8a1f37abf2afe676a1/cmake-3.29.2-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26ca391fee035294c1132ff84277a357e8b41135729a6adb18ff6585a797ad11",
                "md5": "6b117ee3b3360a6c8b0d1951928a3f50",
                "sha256": "6ea5ce007893d7d1363e13433dde1c0c7c344372213a90ff3c56e896a335301d"
            },
            "downloads": -1,
            "filename": "cmake-3.29.2-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "6b117ee3b3360a6c8b0d1951928a3f50",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 25882394,
            "upload_time": "2024-04-12T03:12:02",
            "upload_time_iso_8601": "2024-04-12T03:12:02.422905Z",
            "url": "https://files.pythonhosted.org/packages/26/ca/391fee035294c1132ff84277a357e8b41135729a6adb18ff6585a797ad11/cmake-3.29.2-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be2e8f8daa34e6d743816f852c752da544c34ead6b4fbbdf547519430bdba590",
                "md5": "71b07e34d5c02b6603c5a478b973c086",
                "sha256": "f9e941e73202cfa667ee488d1d88b8a758b516dcfa2a2728e73dbdcbfbdebf57"
            },
            "downloads": -1,
            "filename": "cmake-3.29.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "71b07e34d5c02b6603c5a478b973c086",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 26734553,
            "upload_time": "2024-04-12T03:12:06",
            "upload_time_iso_8601": "2024-04-12T03:12:06.897003Z",
            "url": "https://files.pythonhosted.org/packages/be/2e/8f8daa34e6d743816f852c752da544c34ead6b4fbbdf547519430bdba590/cmake-3.29.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35bccc8162ec43ac38a48b07f6412b94c39c08e880561681ec44c2b7ec4f9227",
                "md5": "6bfada6478f00921cf2efae826ea13fc",
                "sha256": "37222e23485338c72b7ea51f865d8c6847d519f7e2222922fb70b4896ca6e897"
            },
            "downloads": -1,
            "filename": "cmake-3.29.2-py3-none-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6bfada6478f00921cf2efae826ea13fc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 26859096,
            "upload_time": "2024-04-12T03:12:11",
            "upload_time_iso_8601": "2024-04-12T03:12:11.195665Z",
            "url": "https://files.pythonhosted.org/packages/35/bc/cc8162ec43ac38a48b07f6412b94c39c08e880561681ec44c2b7ec4f9227/cmake-3.29.2-py3-none-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d768d9244311b34fff3dd7244bf69bfd48cc4cf9b09c536b0bf563e1c1abe71",
                "md5": "46933c0aeaeeba411118bbe6c9baa81a",
                "sha256": "eeed08932c748647488280dc97ac00bcfeae5d760451105200cfe66c52ce6468"
            },
            "downloads": -1,
            "filename": "cmake-3.29.2-py3-none-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "46933c0aeaeeba411118bbe6c9baa81a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 30269903,
            "upload_time": "2024-04-12T03:12:15",
            "upload_time_iso_8601": "2024-04-12T03:12:15.582356Z",
            "url": "https://files.pythonhosted.org/packages/0d/76/8d9244311b34fff3dd7244bf69bfd48cc4cf9b09c536b0bf563e1c1abe71/cmake-3.29.2-py3-none-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d0d197de8d218cb3fa155424de0b8f6c78b80f33f1d24ba9844fcd54531482b",
                "md5": "f85552494986c620c3187cfcfd022b29",
                "sha256": "db7a05df020ba67bacd3070dd1645c76ca96fabd06d6aaa63288fd845706e47a"
            },
            "downloads": -1,
            "filename": "cmake-3.29.2-py3-none-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "f85552494986c620c3187cfcfd022b29",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 31062258,
            "upload_time": "2024-04-12T03:12:19",
            "upload_time_iso_8601": "2024-04-12T03:12:19.605440Z",
            "url": "https://files.pythonhosted.org/packages/6d/0d/197de8d218cb3fa155424de0b8f6c78b80f33f1d24ba9844fcd54531482b/cmake-3.29.2-py3-none-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e2ee4b1bb7e5d14d3f662d279415a01f6f5b7f0c060b460628b16c8188bb6c7",
                "md5": "cd29d7aa03520ab59bd3c43446619de7",
                "sha256": "83b35de822ddabaaa184a7d8f9827381350c42d627689c775b214347f57c9e41"
            },
            "downloads": -1,
            "filename": "cmake-3.29.2-py3-none-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "cd29d7aa03520ab59bd3c43446619de7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 26975863,
            "upload_time": "2024-04-12T03:12:23",
            "upload_time_iso_8601": "2024-04-12T03:12:23.777127Z",
            "url": "https://files.pythonhosted.org/packages/4e/2e/e4b1bb7e5d14d3f662d279415a01f6f5b7f0c060b460628b16c8188bb6c7/cmake-3.29.2-py3-none-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "056625109585970b9fb07bd77420a26404accdb6b029cbe792cfdad107e7ba70",
                "md5": "1c034885ae25cddc27637b0a92118790",
                "sha256": "cc0e36752e581430a93e58a268e515bb4ec1373b9e9911571f2cac1d2a6b5bec"
            },
            "downloads": -1,
            "filename": "cmake-3.29.2-py3-none-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1c034885ae25cddc27637b0a92118790",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 28416846,
            "upload_time": "2024-04-12T03:12:28",
            "upload_time_iso_8601": "2024-04-12T03:12:28.132857Z",
            "url": "https://files.pythonhosted.org/packages/05/66/25109585970b9fb07bd77420a26404accdb6b029cbe792cfdad107e7ba70/cmake-3.29.2-py3-none-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7449620a81db11fdbfeee03cd24e7554b9ad9deefcdb462ad14f980ff7f7d4a3",
                "md5": "b2350dc15a334cb11acaf70691340717",
                "sha256": "a941e26fba81cf74832c8a0e17e007452e05b6ad4941b3d2d18c75faa4a677d8"
            },
            "downloads": -1,
            "filename": "cmake-3.29.2-py3-none-win32.whl",
            "has_sig": false,
            "md5_digest": "b2350dc15a334cb11acaf70691340717",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 32590608,
            "upload_time": "2024-04-12T03:12:32",
            "upload_time_iso_8601": "2024-04-12T03:12:32.275492Z",
            "url": "https://files.pythonhosted.org/packages/74/49/620a81db11fdbfeee03cd24e7554b9ad9deefcdb462ad14f980ff7f7d4a3/cmake-3.29.2-py3-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a0c7d805ff509ee87d6d54e01dc798ed0d8bc0a6c2ecec48b10f4ebdd7ba7f9",
                "md5": "5b5d47a20e609586de367844d21b373f",
                "sha256": "23336c8ca01205d18d92ed8de6c54e570c352a58e378b7f9adc02ef00f433960"
            },
            "downloads": -1,
            "filename": "cmake-3.29.2-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5b5d47a20e609586de367844d21b373f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 36164827,
            "upload_time": "2024-04-12T03:12:36",
            "upload_time_iso_8601": "2024-04-12T03:12:36.319960Z",
            "url": "https://files.pythonhosted.org/packages/7a/0c/7d805ff509ee87d6d54e01dc798ed0d8bc0a6c2ecec48b10f4ebdd7ba7f9/cmake-3.29.2-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92fbcf4676099fd7c78916c0cc20e59ac0a4668cbc1f8c0e05fcff3b8d120291",
                "md5": "b34c98f854987a17fe423b8d1cd81e0e",
                "sha256": "e722a949f7c91084dba61f8f17a9854787182ab711ed0b84b1507b24a8e12e25"
            },
            "downloads": -1,
            "filename": "cmake-3.29.2-py3-none-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "b34c98f854987a17fe423b8d1cd81e0e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 34903659,
            "upload_time": "2024-04-12T03:12:40",
            "upload_time_iso_8601": "2024-04-12T03:12:40.440520Z",
            "url": "https://files.pythonhosted.org/packages/92/fb/cf4676099fd7c78916c0cc20e59ac0a4668cbc1f8c0e05fcff3b8d120291/cmake-3.29.2-py3-none-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80bf4f9a9f754507992be28b985d1e9b17f93a2271106b5916a212efe1d65205",
                "md5": "7a324abbcd152c93b1c5246850af9303",
                "sha256": "6a4c1185cb2eca7263190a5754d0c9edf738d9e50bff464f78f48d0c05318e7c"
            },
            "downloads": -1,
            "filename": "cmake-3.29.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7a324abbcd152c93b1c5246850af9303",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 30216,
            "upload_time": "2024-04-12T03:12:45",
            "upload_time_iso_8601": "2024-04-12T03:12:45.303462Z",
            "url": "https://files.pythonhosted.org/packages/80/bf/4f9a9f754507992be28b985d1e9b17f93a2271106b5916a212efe1d65205/cmake-3.29.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-12 03:12:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scikit-build",
    "github_project": "cmake-python-distributions",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "cmake"
}
        
Elapsed time: 0.22815s