1 रिपॉजिटरी
Defining scripts within a package to be installed as system-wide commands.
Distinct from Command-Line Installers: None of the candidates cover the specific Python packaging concept of defining scripts in metadata for installation.
Explore 1 awesome GitHub repository matching development tools & productivity · Executable Script Definitions. 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
Shows how to configure package metadata so that scripts are installed as executable system commands.