module documentation

Undocumented

Class FSType Filesystem backend type.
Class PutFile Protocol for the put_file plugins.
Function _check_package_installed Undocumented
Function _get_protocol_and_path Get the protocol and absolute path from a full path.
Function _pip_install Undocumented
def _check_package_installed(protocol: str):

Undocumented

def _get_protocol_and_path(path: str) -> tuple[str, str | None]:

Get the protocol and absolute path from a full path.

Parameters
path:strFull path optionally containing the protocol. If no protocol is specified, the entire path is treated as an absolute path and the protocol defaults to "file".
Returns
tuple[str, str | None]Detected protocol and absolute path. The path is None when no path is present.
def _pip_install(protocol: str, package: str):

Undocumented