Metadata-Version: 2.4
Name: ntripstreams
Version: 0.3.3
Summary: Library for Ntrip communication
Author-email: Lars Stenseng <lars@stenseng.net>
License-Expression: MIT
Project-URL: Homepage, https://github.com/stenseng/ntripstreams
Project-URL: Repository, https://github.com/stenseng/ntripstreams
Keywords: ntrip,rtcm,gnss,gps,caster
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet
Classifier: Topic :: Scientific/Engineering :: GIS
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bitstring<5,>=4.4
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-click; extra == "docs"
Requires-Dist: sphinxcontrib-programoutput; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: ntripstreams[docs,test]; extra == "dev"
Dynamic: license-file

# NtripStreams

Python interface to transfer GNSS and related data between GNSS instruments, Ntrip caster and users.

[![linting](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)
[![pypi package](https://badge.fury.io/py/ntripstreams.svg)](https://pypi.org/project/ntripstreams)
[![code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)

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.
