emmi_data_management.cli_utils¶
Functions¶
|
|
|
Converts a number of bytes to a human-readable string. |
|
|
|
Module Contents¶
- emmi_data_management.cli_utils.resolve_dir(path)¶
- Parameters:
path (pathlib.Path)
- Return type:
- emmi_data_management.cli_utils.fmt_bytes(num)¶
Converts a number of bytes to a human-readable string.
- emmi_data_management.cli_utils.run_cli(fn)¶
- Parameters:
fn (collections.abc.Callable[[], None])
- Return type:
None