Metadata-Version: 1.0
Name: django-googlemap-widget
Version: 0.1rc2
Summary: Googlemap field, widget, model for Django
Home-page: https://github.com/lambdalisue/django-googlemap-widget
Author: Alisue
Author-email: lambdalisue@hashnote.net
License: BSD
Download-URL: https://github.com/lambdalisue/django-googlemap-widget/tarball/master
Description: ``django-googlemap-widget`` is a library for using googlemap on Django app.
        
        See http://demos.django-googlemap.hashnote.net/ for Demo.
        
        Install
        =================================================
        ::
        
            sudo pip install django-googlemap-widget
        
        or::
        
        	sudo pip install git+git://github.com/lambdalisue/django-googlemap-widget.git#egg=django-googlemap-widget
        
        
        See https://github.com/lambdalisue/django-googlemap-widget/tree/master/googlemap_test for usage.
        
Keywords: django googlemap map ajax
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
