Metadata-Version: 1.1
Name: django-datamaps
Version: 0.2.2
Summary: Django-Datamaps provides helper functions compatible with datamaps.js.
Home-page: https://github.com/victor-rocha/django-datamaps
Author: Victor Rocha
Author-email: victor@rochapps.com
License: BSD
Description: Django Datamaps
        ========================
        
        django-datamaps provide utility functions to help you utilize datamps.js.
        
        .. image::
            https://secure.travis-ci.org/victor-rocha/django-datamaps.png?branch=master
            :alt: Build Status
                :target: https://secure.travis-ci.org/victor-rocha/django-datamaps
        
        
        Requirements/Installing
        -----------------------------------
        
        django-datamaps requires Python 2.6-2.7. It also requires Django >= 1.4 and
        django-selectable==0.7.0.
        
        The easiest way to install django-sticky-uploads is using `pip <http://www.pip-installer.org/>`_::
        
            pip install django-datamaps
        
        
        Running the Tests
        ------------------------------------
        
        You can run the tests with via::
        
            python setup.py test
        
        or::
        
            python runtests.py
        
        
        License
        --------------------------------------
        
        django-sticky-uploads is released under the BSD License. See the
        `LICENSE <https://github.com/victor-rocha/django-datamaps/blob/master/LICENSE>`_ file for more details.
        
        A bundled version of jQuery 1.10.2 is included the source distribution which is used under
        its `MIT license <http://jquery.org/license>`_.
        
        
        Contributing
        --------------------------------------
        
        If you think you've found a bug or are interested in contributing to this project
        check out `django-datamaps on Github <https://github.com/caktus/django-datamaps>`_.
        
        Development sponsored by `RochApps, LLC
        <http://www.rochapps.com/services>`_.
        
Platform: UNKNOWN
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Django
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
