1 रिपॉजिटरी
Reference implementations showing the correct way to define metadata and build artifacts.
Distinct from Python Distribution Packaging: Distinct from Python Distribution Packaging: focuses on the reference implementation for configuration rather than the packaging tool.
Explore 1 awesome GitHub repository matching devops & infrastructure · Configuration Examples. Refine with filters or upvote what's useful.
This project is a reference implementation and tutorial designed to demonstrate the end-to-end workflow of building, versioning, and uploading Python distributions. It serves as a concrete project template and example for configuring metadata and build artifacts for package indices. The repository illustrates how to package software by defining project metadata and dependencies in static configuration files. It covers the process of transforming source trees into versioned archives and platform-specific binary distributions, specifically showing how to build binary wheels and source distribut
Provides a reference implementation for configuring metadata and build artifacts for package indices.