#dependency-resolution

[ follow ]
#python-package-management
fromMedium
1 month ago

uv: The Blazing-Fast Python Package Manager Changing the Game

Blazing-fast installs uv is routinely 10-100× faster than pip (and often faster than Poetry or pipenv too). Dependency resolution and wheel installation that used to take seconds or minutes now finish in the blink of an eye. One tool to rule them all uv replaces pip + venv + pip-tools + pipx + virtualenv + pyenv in a single binary. You get dependency resolution, lockfiles, virtual-environment management, isolated global tool installation, Python version management, and even script running - all through the same uv command.
Software development
Python
fromMedium
1 month ago

uv: The Blazing-Fast Python Package Manager Changing the Game

uv delivers extremely fast, Rust-based Python dependency resolution and installation with aggressive caching, automatic virtual environments, and integrated Python version and tool management.
Python
fromMedium
1 month ago

uv: The Blazing-Fast Python Package Manager Changing the Game

uv provides extremely fast Python dependency resolution and environment management using a Rust-based installer, aggressive caching, parallel downloads, and integrated tooling replacing multiple tools.
Software development
fromZDNET
3 weeks ago

I've tried nearly every Linux package manager - these remain my favorite

Linux uses multiple package managers—command-line and GUI tools—with varying capabilities; good package managers resolve dependencies and centralize software installation.
Python
fromTall, Snarky Canadian
2 months ago

Why it took 4 years to get a lock files specification

A lock file must unambiguously record where and how to obtain and install every dependency, handling source trees, sdists, wheels, specifiers, and dependency graphs.
[ Load more ]