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
|
Source: mplcursors
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Build-Depends: debhelper-compat (= 13), python3-all, python3-cycler,
python3-setuptools, dh-sequence-python3,
python3-matplotlib,
python3-setuptools-scm, python3-pytest,
libopenblas-base, dh-python
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/anntzer/mplcursors
Vcs-Browser: https://salsa.debian.org/python-team/packages/mplcursors
Vcs-Git: https://salsa.debian.org/python-team/packages/mplcursors.git
Package: python3-mplcursors
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, libopenblas-base
Description: Interactive data selection cursors for Matplotlib
mplcursors provides interactive data selection cursors for
Matplotlib. It is inspired from mpldatacursor, with a much
simplified API.
.
This package installs the library for Python 3.
|