Metadata-Version: 1.0
Name: django-geoip
Version: 0.2.4
Summary: App to figure out where your visitors are from by their IP address.
Home-page: https://github.com/coagulant/django-geoip
Author: Ilya Baryshev
Author-email: baryshev@gmail.com
License: MIT
Description: Django GeoIP
        ============
        
        .. image:: https://secure.travis-ci.org/coagulant/django-geoip.png?branch=dev
        
        App to figure out where your visitors are from by their IP address.
        
        Detects country, region and city, querying the database with geodata.
        Optional high-level API provides user location in request object.
        
        Docs: http://django-geoip.readthedocs.org/
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
