virtuelle Umgebung teil20b
This commit is contained in:
@@ -0,0 +1,110 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: ninja
|
||||
Version: 1.11.1
|
||||
Summary: Ninja is a small build system with a focus on speed
|
||||
Home-page: http://ninja-build.org/
|
||||
Download-URL: https://github.com/ninja-build/ninja/releases
|
||||
Author: Jean-Christophe Fillion-Robin
|
||||
Author-email: scikit-build@googlegroups.com
|
||||
License: Apache 2.0
|
||||
Project-URL: Documentation, https://github.com/scikit-build/ninja-python-distributions#readme
|
||||
Project-URL: Source Code, https://github.com/scikit-build/ninja-python-distributions
|
||||
Project-URL: Mailing list, https://groups.google.com/forum/#!forum/scikit-build
|
||||
Project-URL: Bug Tracker, https://github.com/scikit-build/ninja-python-distributions/issues
|
||||
Keywords: ninja 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: AUTHORS.rst
|
||||
Provides-Extra: test
|
||||
Requires-Dist: codecov >=2.0.5 ; extra == 'test'
|
||||
Requires-Dist: coverage >=4.2 ; extra == 'test'
|
||||
Requires-Dist: flake8 >=3.0.4 ; extra == 'test'
|
||||
Requires-Dist: pytest >=4.5.0 ; extra == 'test'
|
||||
Requires-Dist: pytest-cov >=2.7.1 ; extra == 'test'
|
||||
Requires-Dist: pytest-runner >=5.1 ; extra == 'test'
|
||||
Requires-Dist: pytest-virtualenv >=1.7.0 ; extra == 'test'
|
||||
Requires-Dist: virtualenv >=15.0.3 ; extra == 'test'
|
||||
|
||||
==========================
|
||||
Ninja Python Distributions
|
||||
==========================
|
||||
|
||||
`Ninja <http://www.ninja-build.org>`_ is a small build system with a focus on speed.
|
||||
|
||||
The latest Ninja python wheels provide `ninja 1.11.1.g95dee.kitware.jobserver-1 <https://ninja-build.org/manual.html>`_ executable
|
||||
and `ninja_syntax.py` for generating `.ninja` files.
|
||||
|
||||
.. image:: https://raw.githubusercontent.com/scikit-build/ninja-python-distributions/master/ninja-python-distributions-logo.png
|
||||
|
||||
Latest Release
|
||||
--------------
|
||||
|
||||
.. table::
|
||||
|
||||
+----------------------------------------------------------------------+---------------------------------------------------------------------------+
|
||||
| Versions | Downloads |
|
||||
+======================================================================+===========================================================================+
|
||||
| .. image:: https://img.shields.io/pypi/v/ninja.svg | .. image:: https://img.shields.io/badge/downloads-2535k%20total-green.svg |
|
||||
| :target: https://pypi.python.org/pypi/ninja | :target: https://pypi.python.org/pypi/ninja |
|
||||
+----------------------------------------------------------------------+---------------------------------------------------------------------------+
|
||||
|
||||
Build Status
|
||||
------------
|
||||
|
||||
.. table::
|
||||
|
||||
+---------------+-------------------------------------------------------------------------------------------------------------+
|
||||
| | GitHub Actions (Windows, macOS, Linux) |
|
||||
+===============+=============================================================================================================+
|
||||
| PyPI | .. image:: https://github.com/scikit-build/ninja-python-distributions/actions/workflows/build.yml/badge.svg |
|
||||
| | :target: https://github.com/scikit-build/ninja-python-distributions/actions/workflows/build.yml |
|
||||
+---------------+-------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Maintainers
|
||||
-----------
|
||||
|
||||
* `How to update ninja version ? <https://github.com/scikit-build/ninja-python-distributions/blob/master/docs/update_ninja_version.rst>`_
|
||||
|
||||
* `How to make a release ? <https://github.com/scikit-build/ninja-python-distributions/blob/master/docs/make_a_release.rst>`_
|
||||
|
||||
|
||||
Miscellaneous
|
||||
-------------
|
||||
|
||||
* 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
|
||||
|
||||
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>`_.
|
||||
|
||||
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
|
||||
|
||||
Logo was originally created by Libby Rose from Kitware Inc.
|
||||
It is covered by `CC BY 4.0 <https://creativecommons.org/licenses/by/4.0/>`_.
|
||||
|
||||
|
||||
|
||||
|
||||
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.
|
Reference in New Issue
Block a user