Source: python-rtlsdr
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders:
 Sophie Brun <sophie@offensive-security.com>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 librtlsdr-dev,
 python3-all,
 python3-setuptools,
Standards-Version: 4.6.2
Homepage: https://github.com/pyrtlsdr/pyrtlsdr
Vcs-Git: https://gitlab.com/kalilinux/packages/python-rtlsdr.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/python-rtlsdr
Testsuite: autopkgtest-pkg-python

Package: python3-rtlsdr
Architecture: all
Depends:
 python3-matplotlib,
 python3-numpy,
 rtl-sdr,
 ${misc:Depends},
 ${python3:Depends},
Description: Python wrapper for librtlsdr (Python3 package)
 pyrtlsdr is a simple Python interface to devices supported by the RTL-SDR
 project, which turns certain USB DVB-T dongles employing the Realtek RTL2832U
 chipset into low-cost, general purpose software-defined radio receivers. It
 wraps all the functions in the librtlsdr library (including asynchronous read
 support), and also provides a more Pythonic API.
 .
 This package installs the library for Python 3.
