Bug 1 :
bitmath.parse_string('7.5KB')
ValueError: The unit KB is not a valid bitmath unit
Bug 2:
Please add a fix to parse strings with only SI units. e.g. 10K, 10M etc.
example:
bitmath.parse_string("4.7MB")
MB(4.7)
bitmath.parse_string("4.7M")
ValueError: The unit M is not a valid bitmath unit
Bug 1 :
bitmath.parse_string('7.5KB')
ValueError: The unit KB is not a valid bitmath unit
Bug 2:
Please add a fix to parse strings with only SI units. e.g. 10K, 10M etc.
example:
bitmath.parse_string("4.7MB")
MB(4.7)
bitmath.parse_string("4.7M")
ValueError: The unit M is not a valid bitmath unit