macOS
brew install verminlocal Homebrew formula metadata
brew
Concurrently detect the minimum Python versions needed to run code. Version 1.8.0 via Homebrew; verified from local package data.
install
brew install verminlocal Homebrew formula metadata
sudo apk add verminAlpine Linux edge package indexes · vermin · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#verminnixpkgs package indexes · pkgs/by-name/ve/vermin/package.nix · source: api.github.com
overview
Concurrently detect the minimum Python versions needed to run code
history
Vermin is a Python static-analysis command-line tool for finding the minimum Python versions needed by a codebase. Its niche is compatibility maintenance: instead of formatting code or checking style, it parses source into Python's AST and matches detected syntax and library usage against version rules.
The public GitHub repository was created on February 21, 2018, and early GitHub releases began in March 2018. The project has continued to track Python-version evolution; for example, its release stream later added support for newer language releases such as Python 3.11, 3.12, 3.13, and 3.14.
Vermin is typically run over a project path to report minimum required Python versions and, when target versions are provided, to fail when code no longer satisfies a declared compatibility floor. The README also documents CI and pre-commit use, making it useful for maintainers who still support multiple Python branches or need visible evidence before dropping old interpreter support.
For package maintainers, Vermin occupies the small but practical space between trove classifiers and real syntax/API usage. It helps keep a package's declared Python support honest by deriving version requirements from code rather than relying only on manually maintained metadata.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
vermin | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/netromdk/vermin
install metadata
| Package key | brew:vermin |
|---|---|
| Version | 1.8.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/vermin |
| Homepage | https://github.com/netromdk/vermin |
| Repository | https://github.com/netromdk/vermin |
| Upstream docs | https://github.com/netromdk/vermin |
| License | MIT |
| Source archive | https://files.pythonhosted.org/packages/24/7b/2c1b403f2a844e1acb36694fc336e323df742f7f752edb4188311ad43f9e/vermin-1.8.0.tar.gz |
| Dependencies | python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | vermin |
| 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 database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
vermin
nix profile install nixpkgs#verminvermin 1.8.0-r1
Detect the minimum Python versions needed to run code
https://github.com/netromdk/vermin
sudo apk add verminvermin-pyc 1.8.0-r1
Precompiled Python bytecode for vermin
https://github.com/netromdk/vermin
sudo apk add vermin-pycsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.