Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
flockwave-gps / src / flockwave / gps / ntrip / __init__.py
Size: Mime:
"""NTRIP client library.

This library can be used to connect to NTRIP casters and read the raw
RTCM streams.
"""

from .errors import NtripError

__all__ = ("NtripError",)