# pypacker **Repository Path**: gooker_young/pypacker ## Basic Information - **Project Name**: pypacker - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-20 - **Last Updated**: 2024-11-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python, distribution, win64 ## README # gkpypacker python 独立打包工具,目标平台: win7 ~ win11. 支持特性: - [ ] 分析源码依赖库, 并自动下载和打包 - [ ] 对源码及依赖进行 nuitka 编译 - [x] 打包多个项目到统一目录[-s/--shared], 共享依赖文件 - [x] 分析可独立发布的源代码(包含 'def main' 或者 '__main__') - [x] 对打包文件进行 zip 格式压缩[-z/--zipped] 使用方法: ```bash pip install pypacker pypacker path_to_src [-s] [-z] ```