# PythonCppExtension **Repository Path**: hilbertw/PythonCppExtension ## Basic Information - **Project Name**: PythonCppExtension - **Description**: https://github.com/hANSIc99/PythonCppExtension.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-15 - **Last Updated**: 2025-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PythonCppExtension ## Build To configure the build, CMake is required ### Using Python ```bash python3 setup.py build ``` ### Invoke CMake manually ```bash cmake -B build cmake --build build ``` ## Debugging ### GDB Start a GDB session ```bash ./gdb.sh ``` ### C++ application Alternatively, debug the application `pydbg.cpp` which embeds the Python interpreter and imports the module. ## Python Start an interactive Python session: ```bash ./init.sh ```