{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/9"}],"enrichment":{"capability":"Compiles multiple requirements files into locked dependency versions using pip-tools or uv, resolving transitive dependencies across files.","skillfed_tags":["dependency-locking","requirements-management","cli-tool"],"use_cases":["Lock dependencies for a multi-environment project (base, dev, test, prod) in one command.","Maintain consistent transitive dependency versions across separate requirements files.","Integrate pip-compile into CI/CD pipelines to regenerate locked files on dependency updates.","Use uv resolver for faster compilation when pip-tools is too slow on large dependency trees.","Configure requirements compilation rules in pyproject.toml for team-wide consistency."],"what_it_does":"pip-compile-multi is a command-line wrapper around pip-tools that extends its capabilities to handle multiple requirements files in a single run. Instead of manually running pip-compile on each file, you point the tool at a directory or configuration and it resolves all transitive dependencies across files, outputting locked versions to corresponding .txt files. It uses click for CLI handling and toposort to manage file dependencies, and can optionally delegate resolution to uv instead of pip-tools for faster compilation.\n\nThe tool is designed for projects with layered or environment-specific requirements\u2014such as base.txt, dev.txt, and test.txt\u2014where you need consistent locked versions across all layers. It supports features like autoresolve for conflict-free compilations, configuration via pyproject.toml, and pass-through flags for pip-tools options like backtracking and build isolation.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, low install friction, and solves a real problem for projects with multiple requirements files. It is stable (Production/Stable status) and widely used (top 15000 on PyPI). Install it if you manage multiple requirements files and want to lock versions across them efficiently."},"id":"pip-compile-multi","links":{"html":"https://skillfed.io/packages/pip-compile-multi","md":"https://skillfed.io/packages/pip-compile-multi.md","pypi":"https://pypi.org/project/pip-compile-multi/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-20","license_spdx":null,"license_treatment":"permissive","name":"pip-compile-multi","python_support":"supports_current","summary":"Compile multiple requirements files to lock dependency versions"},"popularity":{"monthly_downloads":138333,"position":11332,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.3.1"}
