{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/2"}],"enrichment":{"capability":"Provides a Django model field for storing, validating, and formatting international phone numbers using Google's libphonenumber library.","skillfed_tags":["django-integration","phone-validation","internationalization"],"use_cases":["Store validated international phone numbers in Django models for user profiles or contact records.","Validate phone numbers during form submission to catch invalid formats before saving to the database.","Format phone numbers for display in templates using the field's built-in pretty-printing capabilities.","Build multi-country applications where phone number formats vary by region and need standardized handling."],"what_it_does":"django-phonenumber-field is a Django model field that wraps Google's libphonenumber library to handle international phone numbers. It validates phone numbers according to international standards, formats them for display, and stores them in a standardized way within Django models. The field integrates seamlessly with Django's ORM and admin interface, allowing developers to treat phone numbers as a first-class data type rather than plain text strings.\n\nThe package is built on top of python-phonenumbers, which is a port of the same libphonenumber library that powers Android's phone handling. This means it inherits battle-tested validation logic from Google's implementation. It's useful in any Django application that needs to accept, store, or display phone numbers from users around the world, ensuring data consistency and correctness across different international formats.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, carries a permissive MIT license, and solves a concrete problem for Django applications handling international phone numbers. Its single dependency on Django and low install friction make it a straightforward addition to any Django project that needs reliable phone number handling."},"id":"django-phonenumber-field","links":{"html":"https://skillfed.io/packages/django-phonenumber-field","md":"https://skillfed.io/packages/django-phonenumber-field.md","pypi":"https://pypi.org/project/django-phonenumber-field/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-23","license_spdx":null,"license_treatment":"permissive","name":"django-phonenumber-field","python_support":"supports_current","summary":"An international phone number field for django models."},"popularity":{"monthly_downloads":6563551,"position":1887,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"8.5.0"}
