Source: python-libais Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Adam Cecile Build-Depends: debhelper-compat (= 12), dh-python, python3-all-dev, python3-setuptools, python3-six, python3-pytest-cov , python3-pytest-runner , help2man, Standards-Version: 4.5.0 Homepage: https://github.com/schwehr/libais Vcs-Browser: https://salsa.debian.org/python-team/modules/python-libais.git Vcs-Git: https://salsa.debian.org/python-team/modules/python-libais Testsuite: autopkgtest-pkg-python Rules-Requires-Root: no Package: python3-ais Architecture: any Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}, Description: Library for decoding maritime Automatic Identification System messages There are two interfaces to libais, one high-level iterator based one and a low-level fast C++ only one. . To use the low-level C++ interface directly, you need to handle multi-line messages and padding yourself. . This package installs the library for Python 3. Package: libais-tools Architecture: all Section: net Depends: ${python3:Depends}, python3-ais (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}, Description: Cli tools for decoding maritime Automatic Identification System messages There are two interfaces to libais, one high-level iterator based one and a low-level fast C++ only one. . To use the low-level C++ interface directly, you need to handle multi-line messages and padding yourself. . This package installs command line tools.