macOS
brew install mypylocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für mypy in AI-Agent-Workflows.
Installation
brew install mypylocal Homebrew formula metadata
sudo apt install mypyDebian stable package indexes · mypy · Quelle: deb.debian.org
nix profile install nixpkgs#mypynixpkgs package indexes · mypy · Quelle: raw.githubusercontent.com
sudo pacman -S mypyArch Linux sync databases · mypy · Quelle: geo.mirror.pkgbuild.com
sudo zypper install python313-mypyopenSUSE Tumbleweed package metadata · python313-mypy · Quelle: download.opensuse.org
Überblick
Experimental optional static type checker for Python
Verlauf
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.
Sicherheitslage
Für mypy wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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.iniExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
dmypy | cli | globales Executable | |
mypy | cli | globales Executable | |
mypyc | cli | globales Executable | |
stubgen | cli | globales Executable | |
stubtest | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:mypy |
|---|---|
| Version | 2.3.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/mypy |
| Homepage | https://www.mypy-lang.org/ |
| Repository | https://github.com/python/mypy |
| Upstream-Dokumentation | https://mypy-lang.org/ |
| Lizenz | MIT |
| Quellarchiv | https://files.pythonhosted.org/packages/12/af/4e516a05d3ca2eb9283e9ec45b2c02225c1514dd6da49fd3c9eaa6639370/mypy-2.3.0.tar.gz |
| Zuletzt aktualisiert | 2026-07-14T12:42:18Z |
| Pulse | updated |
| Abhängigkeiten | python@3.14 |
| Build-Abhängigkeiten | rust |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-mypyQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.