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

https://github.com/bewaremypower/pythonextensiondemo

The demo to build a Python extension using C++
https://github.com/bewaremypower/pythonextensiondemo

Last synced: 3 months ago
JSON representation

The demo to build a Python extension using C++

Awesome Lists containing this project

README

          

# CMakePythonExtension

Examples to build Python C/C++ extension on Windows.

* [cpython](./cpython): Use pure C API exposed by Python
* [boost-python](./boost-python): Use Boost.Python wrapper