1 个仓库
Example projects that illustrate a complete end-to-end process for specific software lifecycles.
Distinct from Python Distribution Packaging: Distinct from Python Distribution Packaging: focuses on the illustrative/demo nature of the project rather than the tool itself.
Explore 1 awesome GitHub repository matching devops & infrastructure · Workflow Demonstrations. Refine with filters or upvote what's useful.
该项目是一个参考实现和教程,旨在演示构建、版本化和上传 Python 分发包的端到端工作流。它作为一个具体的项目模板和示例,用于配置包索引的元数据和构建产物。 该仓库演示了如何通过在静态配置文件中定义项目元数据和依赖项来打包软件。它涵盖了将源代码树转换为版本化归档文件和特定平台二进制分发包的过程,特别展示了如何构建二进制 wheel 和源代码分发包。 该项目涵盖了更广泛的功能领域,包括依赖管理、命令行界面创建以及向仓库发布发布的自动化。它还演示了隔离虚拟环境的使用和二进制扩展的集成。
Serves as a project designed to illustrate the end-to-end workflow of building and uploading Python distributions.