build
Package — PackagingPython 3.7+Intermediate
PEP 517 frontend: build sdists and wheels
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- packaging, pyproject-hooks, tomli
- Install
pip install build
Learn by Difficulty
Quick Example
python
# Install: pip install build import build # Basic build usage print(f"Using build") # See documentation for detailed examples
build is a third-party package. PEP 517 frontend: build sdists and wheels. Install with: pip install build
Try in PlaygroundTags
packagepackagingdistributionbuild