# cpp2py **Repository Path**: aidings/cpp2py ## Basic Information - **Project Name**: cpp2py - **Description**: c++文件编译成python读取的.so文件 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-12 - **Last Updated**: 2021-02-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cpp2py > 将cpp源文件转化为.so库,方便python直接调用 ### 1. 使用 use `cpp2py -h` ### 2. todo - 多个include,source文件目录配置 - 由.a或.alib生成.so文件(便于加密源码)