vimeo / py-money

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

Refactor currency enum, add currency format method #18

Open KunjPrasad opened 3 years ago

KunjPrasad commented 3 years ago
  1. Refactored currency enum to have fields, rather than using a helper method
  2. Added a currency symbol helper method, that delegates the functionality to babel
  3. Added test
  4. Ran black for formatting