1 مستودع
Tools that ensure deterministic installations of packages across different environments.
Distinct from Python Packages: Focuses on build reproducibility via pinning and hashing rather than general package distribution.
Explore 1 awesome GitHub repository matching development tools & productivity · Repeatable Build Tooling. Refine with filters or upvote what's useful.
pip-tools is a set of utilities for Python dependency pinning, lockfile management, and virtual environment synchronization. It functions as a requirement compiler that resolves high-level package declarations into a pinned list of specific versions and content hashes to ensure repeatable builds across different environments. The tool differentiates itself by providing a mechanism to refresh locked dependencies to their latest compatible versions without manual editing. It supports a layered dependency workflow, allowing one requirements file to act as a constraint for another to maintain com
Generates pinned requirements files with hashes to ensure installations use identical package versions and checksums.