Metadata-Version: 2.1
Name: folium
Version: 0.10.0
Summary: Make beautiful maps with Leaflet.js & Python
Home-page: https://github.com/python-visualization/folium
Author: Rob Story
Author-email: wrobstory@gmail.com
License: MIT
Description: |PyPI| |Travis| |Gitter| |DOI| |binder|
        
        .. |PyPI| image:: https://img.shields.io/pypi/v/folium.svg
            :target: https://pypi.org/project/folium
            :alt: PyPI Package
        
        .. |Travis| image:: https://travis-ci.org/python-visualization/folium.svg?branch=master
            :target: https://travis-ci.org/python-visualization/folium
            :alt: Travis Build Status
        
        .. |Gitter| image:: https://badges.gitter.im/python-visualization/folium.svg
            :target: https://gitter.im/python-visualization/folium
            :alt: Gitter
        
        .. |DOI| image:: https://zenodo.org/badge/18669/python-visualization/folium.svg
           :target: https://zenodo.org/badge/latestdoi/18669/python-visualization/folium
           :alt: DOI
           
        .. |binder| image:: https://mybinder.org/badge_logo.svg
         :target: https://mybinder.org/v2/gh/python-visualization/folium/master?filepath=examples
        
        folium
        ======
        
        |folium|
        
        Python Data, Leaflet.js Maps
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        `folium` builds on the data wrangling strengths of the Python ecosystem and the
        mapping strengths of the Leaflet.js library. Manipulate your data in Python, 
        then visualize it in a Leaflet map via `folium`.
        
        Installation
        ------------
        
        .. code:: bash
        
            $ pip install folium
        
        or
        
        .. code:: bash
        
            $ conda install -c conda-forge folium
        
        Documentation
        -------------
        
        https://python-visualization.github.io/folium/
        
        
        Gallery
        -------
        
        There are two galleries of Jupyter notebooks with examples, which you can see
        using Jupyter's nbviewer:
        
        https://nbviewer.jupyter.org/github/python-visualization/folium/tree/master/examples/
        
        https://nbviewer.jupyter.org/github/python-visualization/folium_contrib/tree/master/notebooks/
        
        Contributing
        ------------
        
        We love contributions!  folium is open source, built on open source,
        and we'd love to have you hang out in our community.
        
        See `our complete contributor's guide <https://github.com/python-visualization/folium/blob/master/.github/CONTRIBUTING.md>`_ for more info.
        
        
        .. |folium| image:: http://python-visualization.github.io/folium/_images/folium_logo.jpg
        
        
        
        Changelog
        ---------
        
        Check the `changelog <https://raw.githubusercontent.com/python-visualization/folium/master/CHANGES.txt>`_ for a detailed list of the latest changes.
        
Keywords: data visualization
Platform: any
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
Provides-Extra: testing
