phonenumbers 8.13.47
0
Python version of Google's common library for parsing, formatting, storing and validating internatio
Contents
Python version of Google's common library for parsing, formatting, storing and validating international phone numbers.
Stars: 3501, Watchers: 3501, Forks: 414, Open Issues: 10The daviddrysdale/python-phonenumbers
repo was created 13 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 3501 github stars!
How to Install phonenumbers
You can install phonenumbers using pip
pip install phonenumbers
or add it to a project with poetry
poetry add phonenumbers
Package Details
- Author
- David Drysdale
- License
- Apache License 2.0
- Homepage
- https://github.com/daviddrysdale/python-phonenumbers
- PyPi:
- https://pypi.org/project/phonenumbers/
- GitHub Repo:
- https://github.com/daviddrysdale/python-phonenumbers
Classifiers
- Communications/Telephony
Related Packages
Errors
A list of common phonenumbers errors.
Code Examples
Here are some phonenumbers
code examples and snippets.
GitHub Issues
The phonenumbers package has 10 open issues on GitHub
- Drop mypy version pin
- Typing Improvement: Use IntEnum for PhoneNumberFormat, PhoneNumberType, etc.