nielstron / quantulum3

Library for unit extraction - fork of quantulum for python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Correct incorrect bracket parsing

nielstron opened this issue · comments

Example:

>>> quantulum.parser.parse("0.25 W/(m*k)")
[Quantity(0.25, "watt")]

See this issue for details