Description
Build Python packages using the standard project metadata instead of custom setup commands. It creates source distributions and wheels in the way modern Python packaging tools expect.
Developers use it from the terminal when preparing a library or application for testing, publishing, or distribution packaging. It does not edit project code by itself, but the generated artifacts should still be checked before upload or release.