.deps.check
Liatir.deps.check() checks whether one command-line binary is available in PATH.
Signature
Example
DepCheckResult
| Field | Type | Description |
|---|---|---|
available | boolean / bool | true if the binary is found in PATH. |
binary | string / str | The name of the binary that was checked. |
path | string | null / str | None | Full path to the binary, or null. |
version | string | null / str | None | Detected version string, or null. |
IMPORTANT
DepCheckResult fields are always camelCase in both Node and Python, because they come from the JSON response of the Liatir bridge.