jaraco/inflect

Feature: currency mode

Offen

#213 geöffnet am 20.06.2024

 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (125 Forks)github user discovery
featurehelp wanted

Repository-Metriken

Stars
 (1.082 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Hello @jaraco, would you accept a currency mode as an contribution, in scope for this library?

Possible API:

>>> from inflect import engine
>>> engine().number_to_words(100_020.56, decimal="and", decimal_format="currency")
'one hundred thousand and twenty and 56/100'

Contributor Guide