phonenumbers¶
Python version of Google’s common library for parsing, formatting, storing and validating international phone numbers.
| Home | https://github.com/daviddrysdale/python-phonenumbers | 
| Versions | 7.2.4 | 
| License | Apache Software License | 
| Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/phonenumbers | 
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install phonenumbers
and update with:
conda update phonenumbers