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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
Source: plotly
Section: python
Priority: optional
Maintainer: Josue Ortega <josue@debian.org>
Build-Depends: debhelper (>= 11),
dh-python,
python-setuptools (>= 5.5.1),
python-all (>= 2.7.8),
python-six (>= 1.8.0),
python-requests (>= 2.3.0),
python-tz (>= 2012c),
python-numpy (>= 1.9.2),
python-matplotlib (>= 1.4.2),
ipython (>= 5.1.0),
python-retrying,
python3-all,
python3-setuptools (>= 5.5.1),
python3-six (>= 1.8.0),
python3-requests (>= 2.3.0),
python3-tz (>= 2012c),
python3-numpy (>= 1.9.2),
python3-matplotlib (>= 1.4.2),
ipython3 (>= 5.1.0),
python3-ipywidgets,
python3-retrying
X-Python3-Version: >= 3.5
Standards-Version: 4.3.0
Rules-Requires-Root: no
Homepage: https://plot.ly/python/
Vcs-Git: https://salsa.debian.org/debian/plotly.git
Vcs-Browser: https://salsa.debian.org/debian/plotly
Package: python-plotly
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-six (>= 1.8.0),
python-requests (>= 2.3.0),
python-tz (>= 2012c),
python-decorator (>= 4.0.6),
python-nbformat (>= 4.2.0),
python-retrying
Suggests: python-matplotlib (>= 1.3.1),
ipython (>= 1.3.1),
python-pandas,
python-scipy,
python-ipykernel
Description: Python plotting library for publication-quality graphs
Python plotting library for collaborative, interactive, publication-quality
graphs. Plotly is an online collaborative data analysis and graphing tool.
The Python API allows you to access all of Plotly's functionality from Python.
Package: python3-plotly
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-six (>= 1.8.0),
python3-requests (>= 2.3.0),
python3-tz (>= 2012c),
python3-decorator (>= 4.0.6),
python3-nbformat (>= 4.2.0),
python3-retrying
Suggests: python3-matplotlib (>= 1.3.1),
ipython3 (>= 1.3.1),
python3-pandas,
python3-scipy,
python3-ipykernel
Description: Python 3 plotting library for publication-quality graphs
Python 3 plotting library for collaborative, interactive, publication-quality
graphs. Plotly is an online collaborative data analysis and graphing tool.
The Python API allows you to access all of Plotly's functionality from Python.
|