runway.compat module¶
Python dependency compatibility handling.
- exception runway.compat.PackageNotFoundError[source]¶
Bases:
ModuleNotFoundError
The package was not found.
- property name¶
module name
- runway.compat.shlex_join(split_command)¶
Return a shell-escaped string from split_command.