Metadata-Version: 2.1
Name: ndsi
Version: 1.4.3
Summary: "Remote Device Sensor Interface"
Home-page: https://github.com/pupil-labs/pyndsi
Author: "Pupil Labs"
Author-email: "info@pupil-labs.com"
License: LGPL-3.0
Project-URL: Changelog, https://github.com/pupil-labs/pyndsi/blob/master/CHANGELOG.md
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: System :: Networking
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pyzmq
Requires-Dist: zeromq-pyre
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: build ; extra == 'dev'
Requires-Dist: bump2version ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'

[![CI Build](https://github.com/pupil-labs/pyndsi/actions/workflows/build.yml/badge.svg)](https://github.com/pupil-labs/pyndsi/actions/workflows/build.yml)
[![PyPI version](https://badge.fury.io/py/ndsi.svg)](https://badge.fury.io/py/ndsi)

# Network Device Sensor Interface

`ndsi-commspec.md` defines the *Network Device Sensor protocol*.

`examples/ndsi-test-host.py` features a (not so pretty) host test implementation.

`examples/ndsi-client-example.py` shows a simple client application.

## Installation
We provide pre-compiled wheels for macOS, Windows, and Linux 64-bit architectures and
Python versions 3.6+. You can install them via

```
python -m pip
python -m pip install ndsi
```

For any other architecture or Python version, you will have to run the source installation described in [`SOURCE-INSTALL.md`](SOURCE-INSTALL.md).

## Maintainer documentation

See [`MAINTENANCE.md`](MAINTENANCE.md) for maintainer documentation.

# Changelog

## Version 1.4.1

- Updated TurboJPEG requirement instructions for Ubuntu [#65](https://github.com/pupil-labs/pyndsi/pull/64)
- Automated wheel builds and deployment via PyPI [#65](https://github.com/pupil-labs/pyndsi/pull/65)

## Version 1.4.0 and prior

Previous changelogs can be found at https://github.com/pupil-labs/pyndsi/releases


