macOS
brew install mypylocal Homebrew formula metadata
brew
mypy のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install mypylocal Homebrew formula metadata
nix profile install nixpkgs#mypynixpkgs package indexes · mypy · ソース: raw.githubusercontent.com
sudo pacman -S mypyArch Linux sync databases · mypy · ソース: geo.mirror.pkgbuild.com
sudo zypper install python313-mypyopenSUSE Tumbleweed package metadata · python313-mypy · ソース: download.opensuse.org
概要
Experimental optional static type checker for Python
履歴
mypy is an optional static type checker for Python. Jukka Lehtosalo began work on it in 2012 while at the University of Cambridge Computer Laboratory as a PhD student, borrowing ideas from his earlier Alore language and from gradual typing research. The project grew from an experiment in adding an optional static type system to Python-like code into the best-known standalone checker for ordinary Python programs.
The technical turning point was the standardization of Python type hints. PEP 484 defines the syntax and goals for type annotations in Python, explicitly naming offline type checkers such as mypy as a primary use case while keeping Python dynamically typed and type hints optional. The mypy blog described the first PEP 484 draft as heavily inspired by mypy, and later mypy versions implemented the PEP 484 annotation model used in Python codebases, editors, and CI systems.
Dropbox became a major adoption story and development home for mypy. A Dropbox engineering writeup describes its gradual migration to static checking across millions of lines of Python, calling mypy likely the most popular standalone Python type checker and noting that the core team was employed by Dropbox. In day-to-day use, developers add annotations in source files or stubs, run the `mypy` command to find type errors without executing the program, use `dmypy` for daemonized checks, and use helpers such as `stubgen`, `stubtest`, and `mypyc` for typing ecosystem work. Package managers ship it as a developer tool for Python projects that want static analysis without changing Python's runtime model.
セキュリティ状態
mypy に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.
mypy.ini.mypy.inipyproject.tomlsetup.cfg$XDG_CONFIG_HOME/mypy/config~/.config/mypy/config~/.mypy.ini実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
dmypy | cli | グローバル実行可能ファイル | |
mypy | cli | グローバル実行可能ファイル | |
mypyc | cli | グローバル実行可能ファイル | |
stubgen | cli | グローバル実行可能ファイル | |
stubtest | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:mypy |
|---|---|
| バージョン | 2.3.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/mypy |
| ホームページ | https://www.mypy-lang.org/ |
| リポジトリ | https://github.com/python/mypy |
| 上流ドキュメント | https://mypy-lang.org/ |
| ライセンス | MIT |
| ソースアーカイブ | https://files.pythonhosted.org/packages/12/af/4e516a05d3ca2eb9283e9ec45b2c02225c1514dd6da49fd3c9eaa6639370/mypy-2.3.0.tar.gz |
| 最終更新 | 2026-07-14T12:42:18Z |
| Pulse | updated |
| 依存関係 | python@3.14 |
| ビルド依存関係 | rust |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | mypy |
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
mypy 1.15.0-5
optional static typing for Python
sudo apt install mypymypy-doc 1.15.0-5
documentation for mypy
sudo apt install mypy-docpython3-mypy 1.15.0-5
public modules for mypy (Python 3)
sudo apt install python3-mypymypy
nix profile install nixpkgs#mypymypy 1.9.0-4ubuntu1
optional static typing for Python
sudo apt install mypymypy-doc 1.9.0-4ubuntu1
documentation for mypy
sudo apt install mypy-docpython3-mypy 1.9.0-4ubuntu1
public modules for mypy (Python 3)
sudo apt install python3-mypymypy 1.20.2-1
Optional static typing for Python (PEP484)
sudo pacman -S mypypython313-mypy 2.1.0-1.1
Optional static typing for Python
sudo zypper install python313-mypyソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.