Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support cents and other units smaller than main currency unit #6

Open
kmike opened this issue May 28, 2019 · 3 comments
Open

Support cents and other units smaller than main currency unit #6

kmike opened this issue May 28, 2019 · 3 comments

Comments

@kmike
Copy link
Member

kmike commented May 28, 2019

E.g.

price_parser.parse_price('0.99¢')  # currency is not returned
price_parser.parse_price('0.99c')  # currency is not returned
manycoding added a commit to manycoding/price-parser that referenced this issue Jul 5, 2019
@manycoding
Copy link
Contributor

But 0.99¢ is not correct, there's nothing less than 1 cent?
Meanwhile, I added the cent

@pradeepinmar
Copy link

pradeepinmar commented Mar 17, 2020

There can be less than 1 cent in many contexts for e.g. coupons are quoted in less than cent e.g. When You Buy TWO Oreo Buy TWO 19-20-oz. Family size Oreo & get .05¢ OFF Lucerne or....

@Gallaecio
Copy link
Member

I assume 0.99¢ and 0.05¢ means, at least usually, the same as 99¢ and .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants