Source: python-pynmeagps Section: python Maintainer: Debian Python Team Uploaders: Steffen Moeller Build-Depends: debhelper-compat (= 14), dh-sequence-python3, dh-sequence-single-binary, pybuild-plugin-pyproject, python3-all, python3-pytest, python3-setuptools, Standards-Version: 4.7.4 Homepage: https://github.com/semuconsulting/pynmeagps Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pynmeagps Vcs-Git: https://salsa.debian.org/python-team/packages/python-pynmeagps.git Package: python3-pynmeagps Architecture: all Depends: ${python3:Depends}, Description: Python 3 parser and generator for the NMEA 0183 protocol pynmeagps reads, parses, creates and serializes National Marine Electronics Association (NMEA) messages. It primarily supports the NMEA 0183 messages used by GNSS and GPS receivers, including standard, proprietary and user-defined message types. . The library can consume file, serial and socket streams and provides helpers for coordinate, date, time and checksum handling.