Coverage for /usr/local/lib/python3.11/dist-packages/pyrocko/streaming/__init__.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v6.5.0, created at 2024-01-02 12:31 +0000

1# http://pyrocko.org - GPLv3 

2# 

3# The Pyrocko Developers, 21st Century 

4# ---|P------/S----------~Lg---------- 

5 

6''' 

7Access to real-time data streams. 

8 

9See also :doc:`Snuffler </apps/snuffler/manual>` live stream viewing 

10capabilities as well as the Pyrocko ``hamster`` app. 

11'''