I like this library but it doesn't seem to work well for negative numbers ``` >>> convert_units(Decimal('-149250113536')) (Decimal('-149250113536'), 'B') >>> convert_units(Decimal('149250113536')) (Decimal('139'), 'GiB') ```