money is a Python class for representing and manipulating monetary amounts with precision. It supports currency-aware arithmetic, formatting, and exchange rates. Current version 1.3.0. Release cadence is low; no recent updates.
pip install moneyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a Money object with amount string and ISO currency code.
Always use a string for the amount: Money(amount='19.99', currency='USD')
Assign result: new_m = m + Money(amount='10', currency='USD')
See documentation for updated provider interface.
No dependency data recorded yet.