8 buildPythonPackage rec {
12 propagatedBuildInputs = [ jinja2 six ];
18 inherit pname version;
19 sha256 = "049e0b91797ce5b462853395138161fed9e8dfc1f4723f482ebb0739a0bbd289";
23 description = "Convert Matplotlib plots into Leaflet web maps";
24 homepage = "https://github.com/jwass/mplleaflet";
25 license = with lib.licenses; [ bsd3 ];