https://github.com/pupil-labs/pupil-core-network-client
A Python client for the Pupil Core Network API
https://github.com/pupil-labs/pupil-core-network-client
Last synced: about 2 months ago
JSON representation
A Python client for the Pupil Core Network API
- Host: GitHub
- URL: https://github.com/pupil-labs/pupil-core-network-client
- Owner: pupil-labs
- License: mit
- Created: 2022-02-25T12:37:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T17:00:09.000Z (about 2 years ago)
- Last Synced: 2025-02-06T16:57:40.999Z (3 months ago)
- Language: Python
- Size: 74.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://img.shields.io/pypi/v/pupil-core-network-client.svg
:target: `PyPI link`_.. image:: https://img.shields.io/pypi/pyversions/pupil-core-network-client.svg
:target: `PyPI link`_.. _PyPI link: https://pypi.org/project/pupil-core-network-client
.. image:: https://github.com/papr/pupil-core-network-client/workflows/tests/badge.svg
:target: https://github.com/papr/pupil-core-network-client/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-core-network-client/badge/?version=latest
:target: https://pupil-core-network-client.readthedocs.io/en/latest/?badge=latest.. image:: https://img.shields.io/badge/skeleton-2021-informational
:target: https://blog.jaraco.com/skeletonPupil Core Network API Client
#############################This Python module is a client for the `Pupil Core Network API`_. It implements many of
the functionalities demonstrated in the `Pupil Helpers`_... _Pupil Core Network API: https://docs.pupil-labs.com/developer/core/network-api/
.. _Pupil Helpers: https://github.com/pupil-labs/pupil-helpers/tree/master/pythonInstallation
------------We recommend installing the pre-packaged binary wheels from PyPI:
.. code-block:: console
pip install pupil-core-network-client
For more information see the `documentation `_.