Metadata-Version: 1.1
Name: craftr-build
Version: 1.1.1
Summary: next generation build system based on Ninja and Python
Home-page: https://github.com/craftr-build/craftr
Author: Niklas Rosenstein
Author-email: rosensteinniklas(at)gmail.com
License: MIT
Description: Craftr
        ======
        
        |PyPI Version| |Travis CI| |Documentation Status|
        
        Craftr is a next generation build system based on
        `Ninja <https://github.com/ninja-build/ninja>`__ and
        `Python <https://www.python.org>`__ that features modular and
        cross-platform build definitions at the flexibility of a Python script
        and provides access to multiple levels of build automation abstraction.
        
        -  `Changelog (latest) <docs/changelog.rst>`__
        -  `Documentation (latest) <https://craftr.readthedocs.io/en/latest/>`__
        -  `Documentation (stable) <https://craftr.readthedocs.io/en/stable/>`__
        -  `List of third-party extension
           modules <https://github.com/craftr-build/craftr/wiki/Craftr-Extensions>`__
        -  `Projects using
           Craftr <https://github.com/craftr-build/craftr/wiki/Projects-using-Craftr>`__
        
        Currently, the Craftr standard library provides convenient interfaces
        for the following languages:
        
        -  ASM/C/C++
        -  Cython
        -  C#
        -  Java
        -  CUDA (experimental)
        -  flex/YACC
        -  protobuf
        
        Contribute
        ~~~~~~~~~~
        
        I welcome all contributions, feedback and suggestions! If you have any
        of those or just want to chat, ping me on
        `twitter <https://twitter.com/rosensteinn>`__, by
        `mail <mailto:rosensteinniklas@gmail.com>`__ or open a `new
        issue <https://github.com/craftr-build/craftr/issues/new>`__!
        
        Requirements
        ~~~~~~~~~~~~
        
        -  `Ninja <https://github.com/ninja-build/ninja>`__
        -  `Python <https://www.python.org>`__ 3.4 or higher
        -  see `requirements.txt <requirements.txt>`__
        -  `Pandoc <http://pandoc.org>`__ when installing from the Git
           repository
        
        Installation
        ~~~~~~~~~~~~
        
        ::
        
            pip install craftr-build
        
        To install from the Git repository, use the ``-e`` flag to be able to
        update Craftr by simply pulling the latest changes from the remote
        repository.
        
        ::
        
            git clone https://github.com/craftr-build/craftr.git && cd craftr
            pip install -e .
        
        --------------
        
        MIT Licensed – Copyright © 2016 Niklas Rosenstein
        
        .. |PyPI Version| image:: https://img.shields.io/pypi/v/craftr-build.svg
           :target: https://pypi.python.org/pypi/craftr-build
        .. |Travis CI| image:: https://travis-ci.org/craftr-build/craftr.svg
           :target: https://travis-ci.org/craftr-build/craftr
        .. |Documentation Status| image:: https://readthedocs.org/projects/craftr/badge/?version=latest
           :target: http://craftr.readthedocs.io/en/latest/?badge=latest
        
Platform: Windows
Platform: Mac OS
Platform: Linux
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: License :: OSI Approved :: MIT License
