Operate and manipulate physical quantities in Python
Pint is a Python package to define, operate and manipulate physical quantities: the product of a numerical value and a unit of measurement. It allows arithmetic operations between them and conversions from and to different units. It supports a lot of numpy mathematical operations without monkey patching or wrapping numpy.