Open jgrt opened 3 years ago
First of all, thank you for creating it. it scales very well. overall nice library.
I came across this issue when currency value has E notation. Ex:
from price_parser import Price Price.fromstring("3.891506499E8") > Price(amount=Decimal('3.891506499'), currency=None)
Could you share some online examples of this, for reference?
First of all, thank you for creating it. it scales very well. overall nice library.
I came across this issue when currency value has E notation. Ex: