Skip to content

A django model and form field for normalised phone numbers using python-phonenumbers

License

Notifications You must be signed in to change notification settings

dokla/django-phonenumber-field

 
 

Repository files navigation

django-phonenumber-field

A Django library which interfaces with python-phonenumbers to validate, pretty print and convert phone numbers. python-phonenumbers is a port of Google's libphonenumber library, which powers Android's phone number handling.

Documentation

https://django-phonenumber-field.readthedocs.io/

Running tests

tox needs to be installed. To run the whole test matrix with the locally available Python interpreters and generate a combined coverage report:

tox

run a specific combination:

tox -e py310-djmain,py39-djmain

About

A django model and form field for normalised phone numbers using python-phonenumbers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%