Source: python-pymavlink Section: python Maintainer: Debian Python Team Uploaders: Steffen Moeller , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, cython3, pybuild-plugin-pyproject, python3-all-dev, python3-lxml, python3-matplotlib, python3-numpy, python3-scipy, python3-setuptools, python3-pytest , python3-syrupy , python3-pytest-cov , python3-time-machine , python3-hypothesis , python3-typeguard , python3-anyio , Testsuite: autopkgtest-pkg-python Standards-Version: 4.7.4 Homepage: https://github.com/ArduPilot/pymavlink Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pymavlink Vcs-Git: https://salsa.debian.org/python-team/packages/python-pymavlink.git Rules-Requires-Root: no Package: python3-pymavlink Architecture: any Depends: python3-numpy, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, Recommends: python3-serial, python3-fastcrc, Suggests: python3-matplotlib, python3-protobuf, python3-scipy, python3-simplekml, python3-wsproto, Description: MAVLink protocol implementation This is a Python implementation of the MAVLink protocol. It includes a source code generator (generator/mavgen.py) to create MAVLink protocol implementations for other programming languages as well. Also contains tools for analyzing flight logs.