Metadata-Version: 2.1
Name: cmake
Version: 3.28.3
Summary: CMake is an open-source, cross-platform family of tools designed to build, test and package software
Home-page: https://cmake.org/
Download-URL: https://cmake.org/download
Author: Jean-Christophe Fillion-Robin
Author-email: jchris.fillionr@kitware.com
License: Apache 2.0
Project-URL: Documentation, https://cmake-python-distributions.readthedocs.io/
Project-URL: Source Code, https://github.com/scikit-build/cmake-python-distributions
Project-URL: Mailing list, https://groups.google.com/forum/#!forum/scikit-build
Project-URL: Bug Tracker, https://github.com/scikit-build/cmake-python-distributions/issues
Keywords: CMake build c++ fortran cross-platform cross-compilation
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Fortran
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Typing :: Typed
Description-Content-Type: text/x-rst
License-File: LICENSE_Apache_20
License-File: LICENSE_BSD_3
License-File: AUTHORS.rst
Provides-Extra: test
Requires-Dist: coverage >=4.2 ; extra == 'test'
Requires-Dist: importlib-metadata >=2.0 ; extra == 'test'
Requires-Dist: pytest >=3.0.3 ; extra == 'test'
Requires-Dist: pytest-cov >=2.4.0 ; extra == 'test'

==========================
CMake Python Distributions
==========================

`CMake <http://www.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.28.3 <https://cmake.org/cmake/help/v3.28/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``.

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

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

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

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

* Documentation: http://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 <http://www.apache.org/licenses/LICENSE-2.0>`_.

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




History
-------

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