Metadata-Version: 2.1
Name: pychoropleth
Version: 0.2.2
Summary: A simple library to create choropleth maps from geopandas dataframes using mplleaflet
Home-page: https://github.com/SebMilardo/pychoropleth
Author: Sebastiano Milardo
Author-email: milardo@mit.edu
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: mplleaflet
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: geopandas
Requires-Dist: shapely
Requires-Dist: osmnx
Requires-Dist: descartes

# pychoropleth
A simple library to create choropleth maps from geopandas dataframes using mplleaflet

[Here](https://nbviewer.jupyter.org/github/SebMilardo/pychoropleth/blob/master/tests/Tests.ipynb) is an example of a choropleth map.

# Status
Work in Progress


