Acerca de
This skill provides a comprehensive framework for creating, structuring, and distributing Python packages according to modern industry standards like PEP 621 and PEP 517. It assists developers in choosing between source and flat layouts, configuring build backends such as setuptools or Hatchling, and managing project metadata within a single pyproject.toml file. Whether you are building internal libraries, public PyPI packages, or complex CLI tools, this skill ensures your project follows best practices for versioning, dependency management, and automated CI/CD distribution.