Metadata-Version: 1.0
Name: django-geoexplorer
Version: 3.0.2.dev35dd99db
Summary: Use GeoExplorer in your django projects
Home-page: https://github.com/GeoNode/django-geoexplorer
Author: Ariel Nunez
Author-email: ingenieroariel@gmail.com
License: LGPL, see LICENSE file.
Download-URL: http://pypi.python.org/pypi/django-geoexplorer/
Description: *django-geoexplorer* allows you to use `GeoExplorer <http://opengeo.org>`_
        in your `Django <https://www.djangoproject.com>`_ projects.
        
        This is just packaging work for the great opengeo suite client sdk.
        
        The releases will be done based on the suite releases or a git hash will be appended to the package name before publishing to pypi in the following way:
        
        3.0.1.devXXXXX where XXXXX is the git hash and the url to the source code can be constructed as follows:
        
        https://github.com/opengeo/suite/tree/XXXXX
        
        =======
        INSTALL
        =======
        
        ::
        
            pip install django-geoexplorer
        
        =====
        USAGE
        =====
        
        * Add ``geoexplorer`` to your ``INSTALLED_APPS``
        
        
        =======
        AUTHORS
        =======
        
        * Ariel Nunez <http://ingenieroariel.com>
        
        =======
        LICENSE
        =======
        
        * Lesser GNU Public License
        * OpenGeo Suite License - GPL
        
        
        =========
        CHANGELOG
        =========
        
        3.0.1.dev84743c7 (2013-01-10)
        ==================
        
        * Initial working version, forked django-leaflet and made the appropriate changes.
        
Platform: UNKNOWN
Classifier: Topic :: Utilities
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2.7
