Source: python-pymavlink
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Steffen Moeller <moeller@debian.org>,
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 <!nocheck>,
 python3-syrupy <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-time-machine <!nocheck>,
 python3-hypothesis <!nocheck>,
 python3-typeguard <!nocheck>,
 python3-anyio <!nocheck>,
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.
