Metadata-Version: 1.1
Name: django-geoip2-extras
Version: 0.1
Summary: Additional functionality using the GeoIP2 database.
Home-page: https://github.com/yunojuno/django-geoip2-extras
Author: YunoJuno
Author-email: code@yunojuno.com
License: MIT
Description: .. image:: https://badge.fury.io/py/django-geoip2-extras.svg
            :target: https://badge.fury.io/py/django-geoip2-extras
        
        .. image:: https://travis-ci.org/yunojuno/django-geoip2-extras.svg
            :target: https://travis-ci.org/yunojuno/django-geoip2-extras
        
        Django GeoIP2 Extras
        --------------------
        
        Useful extras based on the ``django.contrib.gis.geoip2`` package, using
        the MaxMind GeoIP2 Lite database.
        
        First extra is some middleware that will add attributes to the request
        object based on the IP address of the client.
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
