1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: folium
Section: libdevel
Priority: optional
Maintainer: Georges Khaznadar <georgesk@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3,
python3-setuptools,
python3-branca,
python3-jinja2,
python3-six,
python3-numpy,
python3-requests,
python3-sphinx,
python3-nbsphinx,
python3-ipython-genutils
Standards-Version: 4.6.2
X-Python3-Version: >= 3.7
Homepage: https://python-visualization.github.io/folium/
Vcs-Browser: https://salsa.debian.org/georgesk/folium
Vcs-Git: https://salsa.debian.org/georgesk/folium.git
Package: python3-folium
Architecture: all
Depends: ${misc:Depends},
python3, python3-branca, python3-jinja2,
python3-requests, python3-numpy
Description: visualize geographic data in a Leaflet map
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.
|