python-build

Simple, correct PEP 517 build frontend for Python packages

brewmacoslinux
Try with needOr install directly
Source

About

Simple, correct PEP 517 build frontend

Commands

pyproject-build

Examples

Build a wheel distribution from current directory$ pyproject-build --wheel
Build a source distribution (sdist)$ pyproject-build --sdist
Build both wheel and sdist distributions$ pyproject-build