# py2so **Repository Path**: ghma/py2so ## Basic Information - **Project Name**: py2so - **Description**: 编译py为so文件,更好的隐藏源码 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # py2so 编译py为so文件,更好的隐藏源码 调用方式 将setup.py放到要编译文件夹上层或根目录 编译当前文件夹: python setup.py 编译某个文件夹: python setup.py mydir 生成的文件 build文件夹下即为结果