Metadata-Version: 2.1
Name: cmake-file-api
Version: 0.0.5b0
Summary: Read and interpret CMake's file-based API
Home-page: http://github.com/madebr/python-cmake-file-api
Author: Anonymous Maarten
Author-email: anonymous.maarten@gmail.com
License: MIT
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: COPYING

# cmake-file-api

This library reads and interprets the files generated by [cmake's file-based API](https://cmake.org/cmake/help/git-stage/manual/cmake-file-api.7.html).

## Requirements

- python 3
- CMake 3.14+

## Example

An example can be found in the [example](example/script.py) subdirectory.

## License

This project is licensed using the MIT license.
