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
- Host: GitHub
- URL: https://github.com/algorys/pycmake
- Owner: algorys
- License: agpl-3.0
- Created: 2016-07-28T10:03:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-08T09:41:24.000Z (almost 10 years ago)
- Last Synced: 2025-06-13T19:05:25.497Z (about 1 year ago)
- Language: Python
- Size: 104 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
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 !