File: control

package info (click to toggle)
mpl-animators 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 360 kB
  • sloc: python: 1,367; makefile: 18
file content (34 lines) | stat: -rw-r--r-- 1,333 bytes parent folder | download
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
Source: mpl-animators
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-astropy (>= 4.2.0~),
               python3-matplotlib,
               python3-numpy,
               python3-pytest,
               python3-pytest-cov,
               python3-pytest-mpl,
               python3-setuptools,
               python3-setuptools-scm
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian-astro-team/mpl-animators
Vcs-Git: https://salsa.debian.org/debian-astro-team/mpl-animators.git
Homepage: https://mpl-animators.readthedocs.io/
Rules-Requires-Root: no

Package: python3-mpl-animators
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Interative animation framework for matplotlib
 Set of classes which allow the easy construction of interactive
 matplotlib widget based animations.  “Out of the box” classes are
 provided for making line or image plots from numpy arrays, with
 sliders to control the animation automatically added for all
 dimensions not on the axes of the plot.