1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: python-nmea2
Section: python
Priority: optional
Maintainer: Ulises Vitulli <dererk@debian.org>
Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), dh-python,
python-setuptools, python3-setuptools, python3-all
Standards-Version: 4.1.1.1
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Homepage: https://github.com/Knio/pynmea2
Vcs-Browser: https://github.com/Knio/pynmea2
Package: python-nmea2
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Python library for the NMEA 0183 protocol
A Python Library for the NMEA 0183 protocol
.
NMEA 0183 is a combined electrical and data specification for communication
between marine electronics such as echo sounder, sonars, anemometer,
gyrocompass, autopilot, GPS receivers and many other types of instruments.
Package: python3-nmea2
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Python library for the NMEA 0183 protocol
A Python Library for the NMEA 0183 protocol
.
NMEA 0183 is a combined electrical and data specification for communication
between marine electronics such as echo sounder, sonars, anemometer,
gyrocompass, autopilot, GPS receivers and many other types of instruments.
|