15 buildPythonPackage rec {
20 inherit pname version;
21 sha256 = "d45ace0a813ae65f202ce0356eb29c40a5e8fde071e4d6b5be0a89587ebaeab2";
24 disabled = pythonOlder "3.5";
26 checkInputs = [ pytest nbconvert pandas mock ];
27 propagatedBuildInputs = [ jinja2 branca requests numpy ];
37 description = "Make beautiful maps with Leaflet.js & Python";
38 homepage = "https://github.com/python-visualization/folium";
39 license = with lib.licenses; [ mit ];
40 maintainers = with lib.maintainers; [ fridh ];