.coveragerc
.editorconfig
.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGES.rst
LICENSE
README.rst
mypy.ini
pyproject.toml
pytest.ini
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/main.yml
docs/conf.py
docs/history.rst
docs/index.rst
docs/api/async.rst
docs/api/base.rst
docs/api/index.rst
docs/api/models.rst
docs/api/simple.rst
docs/examples/async.rst
docs/examples/index.rst
docs/examples/simple.rst
docs/guides/index.rst
docs/guides/under-the-hood.rst
examples/async/device_camera_controls.py
examples/async/device_status_get_current.py
examples/async/device_status_update_via_callback.py
examples/async/device_status_update_wait.py
examples/async/device_time_offset.py
examples/async/discover_devices.py
examples/async/send_event.py
examples/async/start_stop_recordings.py
examples/async/stream_gaze.py
examples/async/stream_scene_camera_video.py
examples/async/stream_video_with_overlayed_gaze.py
examples/simple/device_time_offset.py
examples/simple/discover_devices.py
examples/simple/get_status.py
examples/simple/send_event.py
examples/simple/start_stop_recordings.py
examples/simple/status_auto_update.py
examples/simple/stream_gaze.py
examples/simple/stream_scene_camera_video.py
examples/simple/stream_video_with_overlayed_gaze.py
src/pupil_labs/realtime_api/__init__.py
src/pupil_labs/realtime_api/base.py
src/pupil_labs/realtime_api/device.py
src/pupil_labs/realtime_api/discovery.py
src/pupil_labs/realtime_api/models.py
src/pupil_labs/realtime_api/time_echo.py
src/pupil_labs/realtime_api/simple/__init__.py
src/pupil_labs/realtime_api/simple/_utils.py
src/pupil_labs/realtime_api/simple/device.py
src/pupil_labs/realtime_api/simple/discovery.py
src/pupil_labs/realtime_api/simple/models.py
src/pupil_labs/realtime_api/streaming/__init__.py
src/pupil_labs/realtime_api/streaming/base.py
src/pupil_labs/realtime_api/streaming/gaze.py
src/pupil_labs/realtime_api/streaming/nal_unit.py
src/pupil_labs/realtime_api/streaming/video.py
src/pupil_labs_realtime_api.egg-info/PKG-INFO
src/pupil_labs_realtime_api.egg-info/SOURCES.txt
src/pupil_labs_realtime_api.egg-info/dependency_links.txt
src/pupil_labs_realtime_api.egg-info/requires.txt
src/pupil_labs_realtime_api.egg-info/top_level.txt
tests/test_api.py