Say I have a set of strings like the following:
\"5 m^2\" \"17 sq feet\" \"3 inches\" \"89 meters\"
Is there a Python package which will read s
More recently, pint is a good place to start for most of these.