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
|
Source: mpl-scatter-density
Section: python
Priority: optional
Maintainer: Debian Astronomy Maintainers <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Josue Ortega <josue@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-numpy,
python3-matplotlib (>= 2),
python3-tk,
python3-fast-histogram (>= 0.5),
python3-setuptools-scm
Standards-Version: 4.5.0
Homepage: https://github.com/astrofrog/mpl-scatter-density
X-Python3-Version: >= 3.6
Vcs-Git: https://salsa.debian.org/debian-astro-team/mpl-scatter-density.git
Vcs-Browser: https://salsa.debian.org/debian-astro-team/mpl-scatter-density
Rules-Requires-Root: no
Package: python3-mpl-scatter-density
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python3-numpy,
python3-matplotlib (>= 2),
python3-fast-histogram (>= 0.5),
python3-tk
Description: Fast scatter density plots for Matplotlib
This package provides functionality to
make it easy to make your own scatter density maps, both for interactive
and non-interactive use. Fast.
.
This package installs the library for Python 3.
|