Metadata-Version: 2.0
Name: ninja
Version: 1.7.2
Summary: Ninja is a small build system with a focus on speed
Home-page: http://ninja-build.org/
Author: Jean-Christophe Fillion-Robin
Author-email: scikit-build@googlegroups.com
License: Apache 2.0
Download-URL: https://github.com/ninja-build/ninja/releases
Keywords: ninja 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

==========================
Ninja Python Distributions
==========================

.. image:: https://ci.appveyor.com/api/projects/status/cvgsgfo2rsyq2ej8/branch/master?svg=true
    :target: https://ci.appveyor.com/project/scikit-build/ninja-python-distributions/branch/master

.. image:: https://circleci.com/gh/scikit-build/ninja-python-distributions.svg?style=svg
    :target: https://circleci.com/gh/scikit-build/ninja-python-distributions

.. image:: https://travis-ci.org/scikit-build/ninja-python-distributions.svg?branch=master
    :target: https://travis-ci.org/scikit-build/ninja-python-distributions

`Ninja <http://www.ninja-build.org>`_ is a small build system with a focus on speed.

The Ninja python wheels provide `ninja 1.7.2 <https://ninja-build.org/manual.html>`_ executable
and `ninja_syntax.py` for generating .ninja files.

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

* 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




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.


