Skip to content

lenddoefl/filters-iso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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