Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Countries support. #103

Closed
sadan opened this issue Aug 24, 2017 · 2 comments
Closed

Countries support. #103

sadan opened this issue Aug 24, 2017 · 2 comments
Labels

Comments

@sadan
Copy link

sadan commented Aug 24, 2017

Hey,

will this package work for the phone numbers in Pakistan?

@daviddrysdale
Copy link
Owner

Yes.

>>> import phonenumbers
>>> phonenumbers.parse("2123456789", "PK")
PhoneNumber(country_code=92, national_number=2123456789, extension=None, italian_leading_zero=None, number_of_leading_zeros=None, country_code_source=0, preferred_domestic_carrier_code=None)

@sadan
Copy link
Author

sadan commented Aug 24, 2017

@daviddrysdale thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants