Unum icon indicating copy to clipboard operation
Unum copied to clipboard

Units in python

Results 3 Unum issues
Sort by recently updated
recently updated
newest added

Hello, I've recently started looking for an open source project to contribute to, and I found this library when looking for unit support for something I'm doing at my work....

I was a contributor to the previous repo over on bitbucket, I will see if I can find my code for this. I remember running into an precision issue and...

Would you be willing to entertain a patch to make unit conversions easier? I've experimented with two possibilities. 1. Overriding `__getitem__` to enable a bracket syntax for conversions: ```python def...