Skip to main content

Module discovery

Module discovery 

Source
Expand description

PATH discovery of ready-set-<name> plugin binaries.

On Unix the dispatcher walks PATH for files named ready-set-<name>. On Windows it honors PATHEXT and matches ready-set-<name>.exe (and other declared executable extensions).

Structs§

PluginEntry
One entry on PATH that looks like a plugin.

Functions§

find_plugin
Find the first plugin on PATH whose name matches name. Returns None if no match exists.
list_all
Enumerate every ready-set-* binary on PATH, dedup by canonical path, load sidecar manifests when present.