Crate uv_shell
Source - runnable
- Utilities for running executables and scripts. Particularly in Windows.
- windows
- Windows-specific utilities for manipulating the environment.
- Shell
- Shells for which virtualenv activation scripts are available.
- escape_posix_for_single_quotes
- Escape a string for being used in single quotes in a POSIX-compatible shell command.
- shlex_posix
- Quote a path, if necessary, for safe use in a POSIX-compatible shell command.
- shlex_windows
- Quote a path, if necessary, for safe use in
PowerShell and cmd.