Uploaded Test files
This commit is contained in:
parent
f584ad9d97
commit
2e81cb7d99
16627 changed files with 2065359 additions and 102444 deletions
95
venv/Lib/site-packages/cmake-3.18.2.post1.dist-info/METADATA
Normal file
95
venv/Lib/site-packages/cmake-3.18.2.post1.dist-info/METADATA
Normal file
|
@ -0,0 +1,95 @@
|
|||
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 <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.18.2 <https://cmake.org/cmake/help/v3.18/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::
|
||||
|
||||
+---------------+------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| | 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 ? <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.
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue