Skip to content
 
 

Repository files navigation

PyCMake

https://badge.fury.io/py/PyCMake.png https://travis-ci.org/PyCMake/PyCMake.png?branch=master https://pypip.in/d/PyCMake/badge.png

Simplify building Python extensions with CMake. PyCMake is fundamentally just glue between distutils and CMake. It wraps distutils.setup so that a CMake build step occurs before calling distutils.setup, and automatically appends CMake-built output into the distutils package_data as appropriate.

Features

  • (TODO) Wraps distutils so that CMake build step occurs automatically before distutils setup
  • (TODO) Passes command line options through to both CMake and distutils (tries to be smart)
  • (TODO) Creates simple CMakeLists.txt files for source files that you specify, allowing you to leverage CMake's cross-platform build scripting with less effort.

About

Simplify building Python extensions with CMake

Resources

Contributing

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages