Metadata-Version: 2.1 Name: cmake Version: 3.18.2.post1 Summary: CMake is an open-source, cross-platform family of tools designed to build, test and package software Home-page: http://cmake.org/ Author: Jean-Christophe Fillion-Robin Author-email: jchris.fillionr@kitware.com License: Apache 2.0 Download-URL: https://cmake.org/download Keywords: CMake build c++ fortran cross-platform cross-compilation Platform: UNKNOWN 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 ========================== CMake Python Distributions ========================== `CMake `_ 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.18.2 `_. 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:: +---------------+------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+ | | Linux | macOS | Windows | +===============+==========================================================================================+============================================================================================+===========================================================================================================+ | PyPI | .. image:: https://circleci.com/gh/scikit-build/cmake-python-distributions.svg?style=svg | .. image:: https://travis-ci.org/scikit-build/cmake-python-distributions.svg?branch=master | .. image:: https://ci.appveyor.com/api/projects/status/439ila0jk7v6uqrr/branch/master?svg=true | | | :target: https://circleci.com/gh/scikit-build/cmake-python-distributions | :target: https://travis-ci.org/scikit-build/cmake-python-distributions | :target: https://ci.appveyor.com/project/scikit-build/cmake-python-distributions-f3rbb/branch/master | +---------------+------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+ Maintainers ----------- * `How to update CMake version ? `_ * `How to make a release ? `_ 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 `_. 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 `_ and depending on CMake.