Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanfoulis/django-phonenumber-field
A django model and form field for normalised phone numbers using python-phonenumbers
https://github.com/stefanfoulis/django-phonenumber-field
Last synced: 20 days ago
JSON representation
A django model and form field for normalised phone numbers using python-phonenumbers
- Host: GitHub
- URL: https://github.com/stefanfoulis/django-phonenumber-field
- Owner: stefanfoulis
- License: mit
- Created: 2011-08-31T17:52:05.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T09:22:55.000Z (7 months ago)
- Last Synced: 2024-04-15T07:26:23.815Z (7 months ago)
- Language: Python
- Homepage:
- Size: 518 KB
- Stars: 1,447
- Watchers: 24
- Forks: 315
- Open Issues: 9
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- -awesome-django - django-phonenumber-field - Model/form field for normalized phone numbers. (Third-Party Packages / Models)
- awesome-django - django-phonenumber-field - Model/form field for normalized phone numbers. (Third-Party Packages / Model Fields)
- starred-awesome - django-phonenumber-field - A django model and form field for normalised phone numbers using python-phonenumbers (Python)
- best-of-web-python - GitHub - 4% open · ⏱️ 05.04.2024): (Django Utilities)
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=mainA 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/libphonenumberDocumentation
=============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