#dependency-resolution

[ follow ]
Python
fromMedium
3 weeks 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
20 hours 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.
Software development
fromMedium
3 weeks ago

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

uv is a Rust-based Python tool combining fast dependency resolution, installation, environment and Python version management into a single, high-performance binary.
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 ]