schollm/check-dependencies

Check Python source dependencies against pyproject.toml.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
file-namesNewline-separated file and/or directory paths to analyze. Maps to AppConfig.from_cli_args(file_names=...). yes
output-formatOutput format for the results. One of concise, full or github nogithub
known-extraComma-separated package names known to be extra. Maps to AppConfig.from_cli_args(known_extra=...). no""
known-missingComma-separated module names known to be missing. Maps to AppConfig.from_cli_args(known_missing=...). no""
providesComma-separated mappings PACKAGE=MODULE. Maps to AppConfig.from_cli_args(provides=...). no""
include-devInclude development dependencies from pyproject.toml. Maps to AppConfig.from_cli_args(include_dev=...). nofalse
includesNewline-separated config files to include. Maps to AppConfig.from_cli_args(includes=...). no""
provides-from-venvPath to Python executable of a virtual environment. Maps to AppConfig.from_cli_args(provides_from_venv=...). no""
verboseEnable verbose output (when output-format is not github). Maps to AppConfig.from_cli_args(verbose=...). nofalse
show-allShow all dependencies including correct ones. (Deprecated and unused; use output-format: full.) Maps to AppConfig.from_cli_args(output_format=full). nounused

no outputs