Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 287 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 287 Bytes

Indonesia Phonenumber Parser

Installation

pip install id_phonenumbers

Quickstart

from id_phonenumbers import parse

number = parse('025221123456')

number.is_mobile
number.regional_number
number.carrier

Test

python -m unittest discover