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++
- Host: GitHub
- URL: https://github.com/bewaremypower/pythonextensiondemo
- Owner: BewareMyPower
- Created: 2022-09-28T18:39:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T03:22:58.000Z (over 3 years ago)
- Last Synced: 2025-03-03T13:45:29.638Z (over 1 year ago)
- Language: CMake
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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