Metadata-Version: 1.1
Name: django-countries-with-calling-codes
Version: 0.1.1
Summary: Django-countries fork with calling codes and geoip2 integration added
Home-page: https://github.com/rondebu/django-countries-with-calling-codes
Author: Rondebu Software
Author-email: info@rondebu.com
License: MIT
Description: ===================================
        Django Countries with Calling Codes
        ===================================
        
        A django-countries fork with calling codes and geoip2 integration added.
        
        .. contents::
            :local:
            :backlinks: none
        
        
        Installation
        ============
        
        1. ``pip install django-countries-with-calling-codes``
        2. Add ``django_countries`` to ``INSTALLED_APPS``
        
        For more accurate sorting of translated country names, install the optional
        pyuca_ package.
        
        .. _pyuca: https://pypi.python.org/pypi/pyuca/
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Django
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
