Строка Python с суффиксом SI, чтобы номер

from quantiphy import Quantity
v = Quantity('800m').real
# output = 0.8
Blushing Butterfly