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
|
Source: python-mpld3
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: W. Martin Borgert <debacle@debian.org>
Build-Depends: python-all (>= 2.7~), python-setuptools, debhelper (>= 9), python3-all, python3-setuptools, python-mplexporter, python3-mplexporter, node-smash, node-uglify, dh-python
Standards-Version: 3.9.6
Homepage: https://mpld3.github.io/
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-mpld3.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=python-modules/packages/python-mpld3.git
Package: python-mpld3
Architecture: all
Depends: ${misc:Depends}
, ${python:Depends}
, python-mplexporter
, libjs-d3
Description: D3 viewer for matplotlib
mpld3 brings together Matplotlib, the popular Python-based graphing
library, and D3js, the popular Javascript library for creating
interactive data visualizations for the web. The result is a simple
API for exporting your matplotlib graphics to HTML code which can be
used within the browser, within standard web pages, blogs, or tools
such as the IPython notebook.
.
This package provides the Python 2.x module.
Package: python3-mpld3
Architecture: all
Depends: ${misc:Depends}
, ${python3:Depends}
, python3-mplexporter
, libjs-d3
Description: D3 viewer for matplotlib
mpld3 brings together Matplotlib, the popular Python-based graphing
library, and D3js, the popular Javascript library for creating
interactive data visualizations for the web. The result is a simple
API for exporting your matplotlib graphics to HTML code which can be
used within the browser, within standard web pages, blogs, or tools
such as the IPython notebook.
.
This package provides the Python 3.x module.
|