datasize
datasize copied to clipboard
Format string support for spaces between number and data unit designation
DataSize can produce strings like "1.47MiB" by format strings like '{:.2MiB}' but there is no way to specify that it should print the slightly prettier "1.47 MiB" with a space between the number and the "MiB" data size unit designation.