Metadata-Version: 1.1
Name: django-internationalflavor
Version: 0.4.0
Summary: Complementing django-localflavor with fields that are applicable to multiple countries
Home-page: https://github.com/ralphje/django-internationalflavor
Author: Ralph Broenink
Author-email: ralph@ralphbroenink.net
License: MIT
Download-URL: https://github.com/ralphje/django-internationalflavor/tarball/0.4.0
Description-Content-Type: UNKNOWN
Description: django-internationalflavor
        ==========================
        .. image:: https://img.shields.io/travis/ralphje/django-internationalflavor.svg
           :target: https://travis-ci.org/ralphje/django-internationalflavor?branch=master
        
        .. image:: http://codecov.io/github/ralphje/django-internationalflavor/coverage.svg?branch=master
           :target: http://codecov.io/github/ralphje/django-internationalflavor?branch=master
        
        .. image:: https://landscape.io/github/ralphje/django-internationalflavor/master/landscape.svg
           :target: https://landscape.io/github/ralphje/django-internationalflavor/master
        
        .. image:: https://img.shields.io/pypi/v/django-internationalflavor.svg
           :target: https://pypi.python.org/pypi/django-internationalflavor
        
        .. image:: https://readthedocs.org/projects/django-internationalflavor/badge/?version=latest&style=flat
           :target: https://readthedocs.org/projects/django-internationalflavor/?badge=latest
        
        ``django-internationalflavor`` is born to complement the ``django-localflavor`` package. While localflavor is
        awesome when you are making a localized app, the reality is that you often need to accommodate for users from multiple
        countries. While Django has great support for internationalization and localization, there is no package that helps you
        store data from all over the world. This package aims to fill the gap and provides fields that are designed for use in
        almost every country, while enforcing consistent data types.
        
        Please note, this package is still in development. Most importantly, it lacks tests.
        
        Documentation and source
        ------------------------
        The documentation of this project is available at http://django-internationalflavor.readthedocs.org/en/latest/
        
        The source code lives at https://github.com/ralphje/django-internationalflavor
        
        Installation
        ------------
        
            pip install django-internationalflavor
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
