Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 894 Bytes

README.rst

File metadata and controls

34 lines (23 loc) · 894 Bytes
https://travis-ci.org/eflglobal/filters-iso.svg?branch=master https://readthedocs.org/projects/filters/badge/?version=latest

ISO Filters

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).

Installation

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