# PyPKG **Repository Path**: dance-monkey/pypkg ## Basic Information - **Project Name**: PyPKG - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2024-12-26 - **Last Updated**: 2025-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PyPKG 一键创建 Python 工程,自动生成Python包目录结果、PyPI发布相关配置文件,支持一键发布。 ## 安装 ```bash pip3 install pypkg-tpl ``` ## 使用 ```bash mkdir my_python_pkg cd my_python_pkg pypkg ``` ## 发布到PyPI ```bash bash publish.sh ```