scrapinghub / price-parser

Extract price amount and currency symbol from a raw text string
BSD 3-Clause "New" or "Revised" License
316 stars 50 forks source link

Feature update to convert from one currency to another #34

Closed debdutgoswami closed 4 years ago

debdutgoswami commented 4 years ago

Currently the price-parser library call only extract prices and store them with it's currency tag. I would like to propose the ability of converting one price to another. If this proposal is approved I would start working on the idea.

Gallaecio commented 4 years ago

I’m not sure this falls within the scope of price-parser. And there seem to be already projects covering this use case, which can be used together with price-parser if desired, such as https://pypi.org/project/CurrencyConverter/.

debdutgoswami commented 4 years ago

Okay got it. Thanks for clarifying.