Metadata-Version: 2.1
Name: ntripstreams
Version: 0.1.5
Summary: Library for Ntrip communication
Home-page: https://github.com/stenseng/ntripstreams
Author: Lars Stenseng
Author-email: lars@stenseng.net
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
License-File: LICENSE


# NtripStreams
=======================

[![Linting Code Base](https://github.com/stenseng/ntripstreams/actions/workflows/linter.yml/badge.svg)](https://github.com/stenseng/ntripstreams/actions/workflows/linter.yml)
[![Python unittest](https://github.com/stenseng/ntripstreams/actions/workflows/unittest.yml/badge.svg)](https://github.com/stenseng/ntripstreams/actions/workflows/unittest.yml)

NtripStreams provide methods for communicating using the Ntrip protocol.

The intent is rather to provide simple and logical methods to communicate with GNSS receivers and GNSS casters than provide high performance efficient methods.


