Django Phonenumber Field Save

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

Project README

======================== django-phonenumber-field

.. image:: https://github.com/stefanfoulis/django-phonenumber-field/workflows/Test/badge.svg :target: https://github.com/stefanfoulis/django-phonenumber-field/workflows/Test/badge.svg .. image:: https://img.shields.io/coveralls/stefanfoulis/django-phonenumber-field/develop.svg :target: https://coveralls.io/github/stefanfoulis/django-phonenumber-field?branch=main

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.

.. _python-phonenumbers: https://github.com/daviddrysdale/python-phonenumbers .. _libphonenumber: https://github.com/google/libphonenumber

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
Open Source Agenda is not affiliated with "Django Phonenumber Field" Project. README Source: stefanfoulis/django-phonenumber-field
Stars
1,446
Open Issues
9
Last Commit
1 month ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating