Metadata-Version: 2.4
Name: gps
Version: 3.26.1
Summary: gpsd Python modules for additional Pythons
Home-page: https://gpsd.io/
Author: the GPSD project
Author-email: "gpsd-dev@lists.nongnu.org"
License: BSD
Project-URL: download, "http://download-mirror.savannah.gnu.org/releases/gpsd/"
Project-URL: irc, "irc://chat.libera.chat:6697/#gpsd"
Project-URL: issues, "https://gitlab.com/gpsd/gpsd/-/issues"
Project-URL: lists, "https://lists.nongnu.org/mailman/listinfo/"
Project-URL: project, "https://gitlab.com/gpsd/gpsd"
Project-URL: support, https://gpsd.io/SUPPORT.html
Project-URL: tiplink, https://www.patreon.com/esr
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: project-url
Dynamic: summary

# README

the gps module is a translator between gpsd and its' clients.
gps communicates on a port (2947) requesting information.  The
communication is JSON formatted. gps takes this information
from gpsd and translates it a pythonic interface easier to
understand for clients.

This module is for additional Pythons.
