Metadata-Version: 2.1
Name: robothub-oak
Version: 1.0.5
Summary: RobotHub-OAK integration library
Home-page: https://www.luxonis.com/
Author: Luxonis
Author-email: support@luxonis.com
License: MIT
Project-URL: Homepage, https://github.com/luxonis/robothub-oak/
Project-URL: Documentation, https://hub-docs.luxonis.com/
Keywords: robothub robot hub connect agent depthai oak sdk
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
License-File: LICENSE

# RobotHub-OAK

This repository contains the code for the integration of [DepthAI SDK](https://github.com/luxonis/depthai) into
RobotHub.

> **This library is intended to be only used with RobotHub.**

## Documentation

Please visit [RobotHub documentation page](https://hub-docs.luxonis.com/).

## Installation

To install this package, run the following command in your terminal window

```
$ python3 -m pip install robothub-oak
```

## Examples

There are several examples in the [examples](examples) folder.

## License

This project is licensed under the terms of the MIT license.
