Source: pytactl Section: python Maintainer: Debian Python Team Uploaders: Agathe Porte , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-ftdi , python3-pexpect , python3-platformdirs , python3-pytest , python3-serial , python3-setuptools, python3-usb , Standards-Version: 4.7.4 Homepage: https://github.com/qualcomm/pytactl Vcs-Browser: https://salsa.debian.org/python-team/packages/pytactl Vcs-Git: https://salsa.debian.org/python-team/packages/pytactl.git Package: pytactl Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Python implementation of TAC for controlling Qualcomm debug boards Python implementation of Test Automation Controller (TAC/Alpaca) for controlling Qualcomm debug boards. It uses config files and PSOC firmware from the original TAC (Alpaca) system. . Bughopper boards (V1 and V2) work out of the box. They are self-describing and need no config files. . All other debug boards (FTDI, PSOC) require configuration files that are NOT shipped with pytactl. The easiest way to obtain them is the installconfigs subcommand, which downloads every .tcnf file and devicelist.json from the qcom-test-automation-controller project . Regular users need to be part of the "plugdev" system group to have read and write access to the supported devices, which are detected via udev rules installed by this package.