vimeo / py-money

Money class for Python 3
MIT License
125 stars 27 forks source link

Rounding Changes #2

Open guy-10e opened 6 years ago

guy-10e commented 6 years ago

Hi @nickyr, thanks for your work on this,

Out of curiosity, would you be open to including a change to the per-arithmetic operation rounding (https://github.com/vimeo/py-money/blob/master/money/money.py#L170)? If possible, I'd like to contribute a change back in to make that configurable.

Thanks!

nickyr commented 6 years ago

Absolutely! Thanks!

guy-10e commented 6 years ago

Thanks for your quick response. Here's the PR: https://github.com/vimeo/py-money/pull/3 Let me know if you see any issues with it!