Mobile Number Validation

This is a simple library to validate mobile numbers. It is based on the list of mobile number ranges published by the ITU-T E.164. The list is updated

from sanatio import Validator

val = Validator()

isMobilePhone(value, locale) - checks if the string is a valid mobile phone number.

>>> val.isMobilePhone('987654321', 'IN')