Metadata-Version: 2.1
Name: pupil_labs_realtime_api
Version: 1.3.2
Summary: Python client for the Pupil Labs Realtime API
Home-page: https://github.com/pupil-labs/realtime-python-api
Author: Pupil Labs GmbH
Author-email: info@pupil-labs.com
License: MIT
Project-URL: Documentation, https://pupil-labs-realtime-api.readthedocs.io/en/stable/
Project-URL: History, https://pupil-labs-realtime-api.readthedocs.io/en/latest/history.html
Project-URL: Network API Specification, https://github.com/pupil-labs/realtime-network-api
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: aiohttp[speedups]
Requires-Dist: aiortsp
Requires-Dist: av
Requires-Dist: beaupy
Requires-Dist: numpy>=1.20
Requires-Dist: pl-neon-recording>=0.1.4
Requires-Dist: pydantic>=2
Requires-Dist: websockets
Requires-Dist: zeroconf
Requires-Dist: importlib-metadata; python_version < "3.8"
Requires-Dist: typing-extensions; python_version < "3.8"
Provides-Extra: docs
Requires-Dist: furo; extra == "docs"
Requires-Dist: jaraco.packaging>=9; extra == "docs"
Requires-Dist: rst.linker>=1.9; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-toolbox; extra == "docs"
Requires-Dist: importlib-metadata; python_version < "3.8" and extra == "docs"
Provides-Extra: testing
Requires-Dist: pytest>=6; extra == "testing"
Requires-Dist: pytest-checkdocs>=2.4; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: pytest-enabler>=1.3; extra == "testing"
Requires-Dist: pytest-mypy>=0.9.1; platform_python_implementation != "PyPy" and extra == "testing"

.. image:: https://img.shields.io/pypi/v/pupil-labs-realtime-api.svg
   :target: `PyPI link`_

.. image:: https://img.shields.io/pypi/pyversions/pupil-labs-realtime-api.svg
   :target: `PyPI link`_

.. _PyPI link: https://pypi.org/project/pupil-labs-realtime-api

.. image:: https://github.com/papr/realtime-api/workflows/tests/badge.svg
   :target: https://github.com/papr/realtime-api/actions?query=workflow%3A%22tests%22
   :alt: tests

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Code style: Black

.. image:: https://readthedocs.org/projects/pupil-labs-realtime-api/badge/?version=latest
   :target: https://pupil-labs-realtime-api.readthedocs.io/en/latest/?badge=latest

.. image:: https://img.shields.io/badge/skeleton-2022-informational
   :target: https://blog.jaraco.com/skeleton

*******************************
Pupil Labs' Realtime API Client
*******************************

- `Documentation <https://pupil-labs-realtime-api.readthedocs.io/>`_
