An open API service indexing awesome lists of open source software.

https://github.com/algorys/pycmake

Library to help create, manage and build CMake projects
https://github.com/algorys/pycmake

Last synced: 10 months ago
JSON representation

Library to help create, manage and build CMake projects

Awesome Lists containing this project

README

          

=====================
About PyCMake project
=====================

Build status
============

Master
------

.. image:: https://travis-ci.org/algorys/pycmake.svg?branch=master
:target: https://travis-ci.org/algorys/pycmake

.. image:: https://coveralls.io/repos/github/algorys/pycmake/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/algorys/pycmake

.. image:: https://readthedocs.org/projects/pycmake/badge/?version=latest
:target: http://pycmake.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

Development
-----------

.. image:: https://travis-ci.org/algorys/pycmake.svg?branch=develop
:target: https://travis-ci.org/algorys/pycmake

.. image:: https://coveralls.io/repos/github/algorys/pycmake/badge.svg?branch=develop&service=github
:target: https://coveralls.io/github/algorys/pycmake

.. image:: https://readthedocs.org/projects/pycmake/badge/?version=develop
:target: http://pycmake.readthedocs.io/en/develop/?badge=develop
:alt: Documentation Status

Introduction
============

PyCMake is a Python module to create, manage and build CMake projects. He tries to cover up the features of CMake.

Documentation
=============

Documentation is available on `Read The Docs `_

Status
======

**WARNING:** actually this module is not ready for production and can undergo many changes. If you install it, you do it at your own risk !