소개
This skill provides comprehensive guidance for creating, structuring, and distributing Python packages according to modern PEP standards. It helps developers implement the recommended source layout, configure build backends like setuptools or hatchling, and define project metadata within pyproject.toml. Whether you are building a command-line tool with Click or publishing a complex library to PyPI, this skill ensures your project follows best practices for versioning, dependency management, and automated CI/CD publishing workflows.