Metadata-Version: 1.1
Name: django-localflavor
Version: 1.2
Summary: Country-specific Django helpers
Home-page: http://django-localflavor.readthedocs.org/en/latest/
Author: Django Software Foundation
Author-email: foundation@djangoproject.com
License: BSD
Description: ==================
        django-localflavor
        ==================
        
        .. image:: https://img.shields.io/pypi/v/django-localflavor.svg
           :target: https://pypi.python.org/pypi/django-localflavor
        
        .. image:: https://img.shields.io/travis/django/django-localflavor.svg
            :target: http://travis-ci.org/django/django-localflavor
        
        .. image:: https://img.shields.io/codecov/c/github/django/django-localflavor/master.svg
           :target: http://codecov.io/github/django/django-localflavor?branch=master
        
        .. image:: https://readthedocs.org/projects/django-localflavor/badge/?version=latest&style=plastic
           :target: http://django-localflavor.readthedocs.org/en/latest/
        
        Django's "localflavor" packages offer additional functionality for particular
        countries or cultures. For example, these might include form fields for your
        country's postal codes, phone number formats or government ID numbers.
        
        This code used to live in Django proper -- in ``django.contrib.localflavor``
        -- but was separated into a standalone package in Django 1.5 to keep the
        framework's core clean.
        
        For a full list of available localflavors, see
        http://django-localflavor.readthedocs.org/
        
        django-localflavor can also be found on and installed from the Python
        Package Index: https://pypi.python.org/pypi/django-localflavor
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
