Acerca de
This skill provides comprehensive guidance for creating, structuring, and distributing Python packages according to modern PEP standards. It helps developers implement the recommended 'src' layout, configure pyproject.toml with PEP 621 metadata, manage build backends like setuptools or hatchling, and automate the release process to PyPI. Whether you are building internal command-line tools or public library ecosystems, this skill ensures professional-grade project architecture, robust dependency management, and distribution readiness.