Iso4217
ISO 4217 currency data package for Python
Install / Use
/learn @dahlia/Iso4217README
iso4217: Currency data package for Python
.. image:: https://badge.fury.io/py/iso4217.svg? :target: https://pypi.python.org/pypi/iso4217 .. image:: https://github.com/dahlia/iso4217/actions/workflows/main.yaml/badge.svg :target: https://github.com/dahlia/iso4217/actions/workflows/main.yaml
This Python package contains ISO 4217_ currency data, represented as
enum_ module which was introduced in 3.4.
from iso4217 import Currency Currency.USD <Currency.USD: 'USD'> Currency.USD.code 'USD' Currency.USD.currency_name 'US Dollar' Currency.USD.exponent # USD has cents 2 Currency.JPY <Currency.JPY: 'JPY'> Currency.JPY.currency_name 'Yen' Currency.JPY.exponent # JPY has no minor units 0 Currency('KRW') # Get by the code string <Currency.KRW: 'KRW'> Currency.KRW is Currency('KRW') True Currency.krw is Currency.KRW # Lower enumerants are also available
Written by Hong Minhee_. Distributed under Public Domain.
.. _ISO 4217: http://www.iso.org/iso/home/standards/currency_codes.htm .. _enum: https://docs.python.org/3/library/enum.html .. _enum34: https://pypi.python.org/pypi/enum34 .. _Hong Minhee: https://hongminhee.org/
Related Skills
node-connect
339.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
83.8kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
83.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
339.1kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
