A lightweight Python library for working with currency information, including ISO 4217 codes, numeric codes, and minor unit exponents. The current version is 2.0.0, which requires Python >=3.11 and introduces breaking changes from v1.x. Release cadence is sporadic.
pip install ccyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Get currency metadata using the Currency class.
Use `from ccy import Currency` instead.
Upgrade to Python 3.11+ or stay on v1.x.
Use `Currency(code)` instead of `currency(code)`.
Use `Currency.instances()` to get all currencies.
No dependency data recorded yet.
No resource links recorded.