Module dentist.common.external

This package holds function for easy verification of external tools' existence.

See also

ExternalDependency, externalDependencies

Structs

NameDescription
ExternalDependency Used as a decorator to mark external dependencies. External dependencies are executable that are expected to be on the PATH.

Manifest constants

NameTypeDescription
externalDependencies All external dependencies in DENTIST. Note that the actual list depends on the build config (testing or not). You can get a valid list by calling dentist -d.