wheel
Package — PackagingPython 3.7+Intermediate
Built-package format for faster installs
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (usually pre-installed with pip)
- Install
pip install wheel
Learn by Difficulty
Quick Example
python
# Install: pip install wheel import wheel # Basic wheel usage print(f"Using wheel") # See documentation for detailed examples
wheel is a third-party package. Built-package format for faster installs. Install with: pip install wheel
Try in PlaygroundTags
packagepackagingdistributionbuild