Skip to content

sharthZ23/countries_library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work in progress!

Changes

normalize_country_name -> match
match_country_name -> add
del_country_name -> del

Install

git clone .../country_normalizer.git
cd country_normalizer
python3 setup.py sdist --formats=gztar
pip3 install dist/country_normalizer-{VERSION}.tar.gz

Usage

from country_normalizer.country import CountryNormalizer

with CountryNormalizer() as country_norm:
    ...
    country_norm.add(..)
    ...
    country_norm.match(..)

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%