Source: python-uinput
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Build-Depends: debhelper-compat (= 12),
               pkg-config,
               python3-all-dev,
               dh-python
Standards-Version: 4.4.1
Rules-Requires-Root: no
Homepage: http://tjjr.fi/sw/python-uinput
Vcs-Git: https://salsa.debian.org/python-team/modules/python-uinput.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-uinput
Testsuite: autopkgtest-pkg-python

Package: python3-uinput
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-distutils
Description: Pythonic API to Linux uinput kernel module (Python3)
 Python-uinput is Python interface to Linux uinput kernel module which allows
 attaching userspace device drivers into kernel. In practice, Python-uinput
 makes it dead simple to create virtual joysticks, keyboards and mice for
 generating arbitrary input events programmatically.
 .
 This package contains the python3 library.
