Source: pynput
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Benjamin Drung <bdrung@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-evdev (>= 1.3),
               python3-setuptools,
               python3-sphinx (>= 1.3.1),
               python3-xlib (>= 0.17)
Standards-Version: 4.6.0
Homepage: https://github.com/moses-palmer/pynput
Vcs-Browser: https://salsa.debian.org/python-team/packages/pynput
Vcs-Git: https://salsa.debian.org/python-team/packages/pynput.git
Rules-Requires-Root: no

Package: python3-pynput
Architecture: all
Depends: python3-evdev (>= 1.3),
         python3-xlib (>= 0.17),
         ${misc:Depends},
         ${python3:Depends}
Suggests: python3-pynput-doc
Description: control and monitor input devices (Python 3)
 This library allows you to control and monitor input devices. Currently, mouse
 and keyboard input and monitoring are supported.
 .
 This package installs the library for Python 3.

Package: python3-pynput-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: control and monitor input devices (common documentation)
 This library allows you to control and monitor input devices. Currently, mouse
 and keyboard input and monitoring are supported.
 .
 This is the common documentation package.
