Adds filters for interpreting standard codes and identifiers, including:
- ISO 3166-1 alpha-2 and alpha-3 country codes.
- ISO 4217 currency codes.
- IETF Language Tags (aka BCP 47).
This package is an extension for the Filters library, so you can install it
as an extra to filters
:
pip install filters[iso]
If desired, you can install this package separately. This allows you to control
the package version separately from filters
.
pip install filters-iso