Metadata-Version: 2.4
Name: pupil-labs-neon-usb
Version: 0.0.1.post2
Summary: Library for connecting to Neon via USB
Project-URL: Homepage, https://pupil-labs.github.io/pl-neon-usb
Project-URL: Documentation, https://pupil-labs.github.io/pl-neon-usb
Project-URL: Repository, https://github.com/pupil-labs/pl-neon-usb
Project-URL: Issues, https://github.com/pupil-labs/pl-neon-usb/issues
Author-email: Pupil Labs GmbH <info@pupil-labs.com>
License: MIT
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <=3.11,>=3.10
Requires-Dist: numpy<2
Requires-Dist: opencv-python>=4.11.0.86
Requires-Dist: pupil-labs-neon-recording
Requires-Dist: pupil-labs-uvc>=1.0.0
Requires-Dist: pyusb>=1.3.1
Description-Content-Type: text/markdown

# Pupil Labs Neon USB

[![ci](https://github.com/pupil-labs/pl-neon-usb/actions/workflows/main.yml/badge.svg)](https://github.com/pupil-labs/pl-neon-usb/actions/workflows/main.yml)
[![documentation](https://img.shields.io/badge/docs-mkdocs-708FCC.svg?style=flat)](https://pupil-labs.github.io/pl-neon-usb/)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![pre-commit](https://img.shields.io/badge/pre_commit-black?logo=pre-commit&logoColor=FAB041)](https://github.com/pre-commit/pre-commit)
[![pypi version](https://img.shields.io/pypi/v/pupil-labs-neon-usb.svg)](https://pypi.org/project/pupil-labs-neon-usb/)
[![python version](https://img.shields.io/pypi/pyversions/pupil-labs-neon-usb)](https://pypi.org/project/pupil-labs-neon-usb/)

Library for connecting to Neon via USB

## Installation

```
pip install pupil-labs-neon-usb
```

or

```bash
pip install -e git+https://github.com/pupil-labs/pl-neon-usb.git
```
