# Installer vermin avec Homebrew, apk, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de vermin pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:vermin
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install vermin
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add vermin
```

  Preuve: Alpine Linux edge package indexes: vermin from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#vermin
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ve/vermin/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:vermin
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/vermin>
- **Version:** 1.8.0
- **Résumé source:** Concurrently detect the minimum Python versions needed to run code
- **Page d'accueil:** <https://github.com/netromdk/vermin>
- **Dépôt:** <https://github.com/netromdk/vermin>
- **Licence:** MIT
- **Archive source:** <https://files.pythonhosted.org/packages/24/7b/2c1b403f2a844e1acb36694fc336e323df742f7f752edb4188311ad43f9e/vermin-1.8.0.tar.gz>
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- vermin (cli)
- vermin (alias)

## Dépendances

- python@3.14

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur all

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 1.8.0
- données locales: OK
- dépôt amont: https://github.com/netromdk/vermin
- info: No package-manager update timestamp was available.
- info: No cached GitHub release or tag data was available.
## Historique du projet et usages

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.

### Historique du projet

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 2018-02-21: GitHub repository created.
- 2018-03-03: First GitHub release, v0.1, published.
- 2025-11-20: Version 1.8.0 release notes describe Python 3.14 support and additional detection rules.

### Sources

- <https://api.github.com/repos/netromdk/vermin>
- <https://api.github.com/repos/netromdk/vermin/releases?per_page=100>
- <https://github.com/netromdk/vermin>
- <https://github.com/netromdk/vermin/releases>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

- **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:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Nix - vermin: normalized package name match | nixpkgs package indexes: pkgs/by-name/ve/vermin/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - vermin - 1.8.0-r1: normalized package name match | Alpine Linux edge package indexes: vermin from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Detect the minimum Python versions needed to run code | https://github.com/netromdk/vermin
- apk - vermin-pyc - 1.8.0-r1: normalized package name match | Alpine Linux edge package indexes: vermin-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Precompiled Python bytecode for vermin | https://github.com/netromdk/vermin


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [python@3.14](https://pkg.so/fr/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [flake8](https://pkg.so/fr/brew/flake8/) - Shares pkgdb curated category or tags: cli, developer-tools, linting, python, static-analysis.
- [vulture](https://pkg.so/fr/brew/vulture/) - Shares pkgdb curated category or tags: cli, developer-tools, linting, python, static-analysis.
- [cmake-lint](https://pkg.so/fr/brew/cmake-lint/) - Shares pkgdb curated category or tags: cli, developer-tools, linting, python, static-analysis.
- [shellcheck](https://pkg.so/fr/brew/shellcheck/) - Shares pkgdb curated category or tags: cli, developer-tools, linting, static-analysis.
- [actionlint](https://pkg.so/fr/brew/actionlint/) - Shares pkgdb curated category or tags: cli, developer-tools, linting, static-analysis.
- [golangci-lint](https://pkg.so/fr/brew/golangci-lint/) - Shares pkgdb curated category or tags: cli, developer-tools, linting, static-analysis.
- [ruff](https://pkg.so/fr/brew/ruff/) - Shares pkgdb curated category or tags: cli, developer-tools, python, static-analysis.
- [hadolint](https://pkg.so/fr/brew/hadolint/) - Shares pkgdb curated category or tags: cli, developer-tools, linting, static-analysis.
- [sarif-tools](https://pkg.so/fr/brew/sarif-tools/) - Both packages touch the same language runtime or ecosystem. Shared terms: analysis, cli, code, developer, developer-tools.

## Combined YAML source

View the package source record on GitHub. [combined/vermin.yml](https://github.com/mxcl/pkgdb/blob/main/combined/vermin.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
