{"categories":[{"label":"Financial","url":"https://skillfed.io/packages/category/office-business-financial"},{"label":"Internationalization","url":"https://skillfed.io/packages/category/software-development-internationalization"}],"enrichment":{"capability":"Provides ISO 4217 currency data as a Python enum, allowing you to look up currency codes, names, and exponent values (minor unit precision) programmatically.","skillfed_tags":["currency-data","i18n","financial"],"use_cases":["Validate or normalize currency codes in financial applications or payment systems","Determine decimal precision for currency formatting or rounding in multi-currency transactions","Build currency selection dropdowns or autocomplete fields with standard ISO codes and names","Localize or display currency names in internationalized applications"],"what_it_does":"iso4217 wraps ISO 4217 currency data into a Python enum, letting you access currency metadata by code. Each currency entry includes its three-letter code, full name, and exponent (the number of decimal places in the currency's minor units\u2014for example, USD has 2 for cents, JPY has 0). You can look up currencies by attribute (Currency.USD) or by string (Currency('USD')), and both forms return the same enum member.\n\nThe package is a thin, dependency-light data layer: it depends only on importlib-resources and works across Python 3.6 through 3.14. It's useful when you need reliable, standardized currency information without building your own lookup table or hitting an external API.","worth_installing":"Yes. This is a stable, zero-vulnerability, permissive-licensed data package with low install friction and active maintenance. Install it if you need reliable ISO 4217 currency lookups; the enum interface is clean and the dependency footprint is minimal."},"id":"iso4217","links":{"html":"https://skillfed.io/packages/iso4217","md":"https://skillfed.io/packages/iso4217.md","pypi":"https://pypi.org/project/iso4217/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-03","license_spdx":null,"license_treatment":"permissive","name":"iso4217","python_support":"supports_current","summary":"ISO 4217 currency data package for Python"},"popularity":{"monthly_downloads":701749,"position":5290,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.16.20260101"}
