Metadata-Version: 1.1
Name: countries
Version: 0.1.0-2
Summary: Provides models for a "complete" list of countries
Home-page: https://github.com/ddanier/django_countries
Author: David Danier
Author-email: david.danier@team23.de
License: UNKNOWN
Description: Django Countries
        ================
        
        This is a application for Django projects providing fixtures and models 
        for a "complete" list of world countries and us states.
        Also throwing in a small template tag for getting country 
        flags by ISO 3166-1 alpha-2 country code.
        
        For installation instructions see "INSTALL.txt" in this directory. 
        For general instructions on using the application and its features
        see "overview.txt" in the "docs/" directory.
        
        History
        =======
        
        This is a fork of: http://code.google.com/p/django-countries/
        
        Additional changes:
        * Made country names translateable
        * Added setup.py
        
        Original author: Fredrik Sjöblom
        
        
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: Topic :: Utilities
