Python tools
uv is a package manager like pip which is written in Rust and is ultrafast.
Pypi:
Documentation:
What is a wheel in python?
Package Formats - Python Packaging User Guide
Wheel is used during installing package. Egg was used in the earlier version.
Comments
Post a Comment