Expand description
Structs§
- Distribution
- A built distribution, with the language its file name names.
Functions§
- discover
- The built distributions at
path, sorted: a directory is searched recursively, and any other path is the single candidate. Empty when nothing there is a recognized distribution. - inspect
- Inspect a built artifact at
pathfor files matchingglobs.pathis a directory (an already-unpacked artifact) or an archive this rule unpacks first —.whl,.tgz/.tar.gz,.crate. Offenders come back as paths relative to the artifact root. - scan
- Every file under
root— the root of an unpacked built artifact — whose name matches one ofglobs, sorted.globsare file-name globs where*matches any run of characters; each is matched against an entry’s file name, not its full path.