schollm/check-dependencies
Check Python source dependencies against pyproject.toml.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file-names | Newline-separated file and/or directory paths to analyze. Maps to AppConfig.from_cli_args(file_names=...). | yes | — |
| output-format | Output format for the results. One of concise, full or github | no | github |
| known-extra | Comma-separated package names known to be extra. Maps to AppConfig.from_cli_args(known_extra=...). | no | "" |
| known-missing | Comma-separated module names known to be missing. Maps to AppConfig.from_cli_args(known_missing=...). | no | "" |
| provides | Comma-separated mappings PACKAGE=MODULE. Maps to AppConfig.from_cli_args(provides=...). | no | "" |
| include-dev | Include development dependencies from pyproject.toml. Maps to AppConfig.from_cli_args(include_dev=...). | no | false |
| includes | Newline-separated config files to include. Maps to AppConfig.from_cli_args(includes=...). | no | "" |
| provides-from-venv | Path to Python executable of a virtual environment. Maps to AppConfig.from_cli_args(provides_from_venv=...). | no | "" |
| verbose | Enable verbose output (when output-format is not github). Maps to AppConfig.from_cli_args(verbose=...). | no | false |
| show-all | Show all dependencies including correct ones. (Deprecated and unused; use output-format: full.) Maps to AppConfig.from_cli_args(output_format=full). | no | unused |
Outputs
no outputs