macOS
brew install pip-toolslocal Homebrew formula metadata
brew / 順位 2565
pip-tools のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install pip-toolslocal Homebrew formula metadata
概要
Locking and sync for Pip requirements files
履歴
pip-tools is a community-maintained set of Python command-line tools for producing pinned requirements and synchronizing installed environments.
pip-tools evolved as a pair of focused commands around pip: pip-compile resolves abstract dependency declarations into pinned requirements, while pip-sync makes an environment match compiled files. The project is now maintained in the Jazzband organization.
pip-tools became a widely packaged companion to pip and is listed by the Python Packaging Authority among key packaging projects. Stewardship under Jazzband gives it a community-maintained project home, while integrations such as pre-commit support place dependency compilation in routine development workflows.
pip-compile reads dependencies from pyproject.toml, setup.cfg, setup.py, or requirements.in and writes pinned requirements files. pip-sync then installs, upgrades, or removes packages so an environment matches those compiled files. Compilation should be performed for each target Python environment when dependency markers can produce platform-specific results.
pip-tools popularized a lightweight input-versus-lock workflow before Python standardized a universal application lock file: developers declare broad requirements, compile exact transitive pins, and synchronize environments to those pins. It remains attractive because its output is ordinary pip-compatible requirements files.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
<input-directory>/.pip-tools.toml<input-directory>/pyproject.toml<input-directory>\.pip-tools.toml<input-directory>\pyproject.toml実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
pip-compile | cli | グローバル実行可能ファイル | |
pip-sync | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://pip-tools.readthedocs.io
インストールメタデータ
| パッケージキー | brew:pip-tools |
|---|---|
| バージョン | 7.6.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/pip-tools |
| ホームページ | https://pip-tools.readthedocs.io |
| リポジトリ | https://github.com/jazzband/pip-tools |
| 上流ドキュメント | https://pip-tools.readthedocs.io |
| ライセンス | BSD-3-Clause |
| ソースアーカイブ | https://files.pythonhosted.org/packages/b4/07/a0e89bfdb5ec55b8d6ae28c3edf22a2331909325c9b01c364acc4448f6df/pip_tools-7.6.1.tar.gz |
| 最終更新 | 2026-08-13T04:08:09Z |
| Pulse | updated |
| 依存関係 | python@3.14 |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | pip-tools |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.