소개
The Python Packaging skill provides comprehensive guidance for developers to build production-grade Python libraries and CLI tools. It automates the setup of standardized project structures (like the recommended 'src' layout), configures build systems via pyproject.toml, manages dependencies, and streamlines the process of publishing to PyPI or private repositories. Whether you're creating a simple utility or a complex multi-package project, this skill ensures compliance with modern packaging standards and best practices for versioning, metadata management, and distribution.