Metadata-Version: 2.1
Name: robothub
Version: 2.5.4
Summary: RobotHub 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/
Project-URL: Documentation, https://hub-docs.luxonis.com/
Keywords: robothub camera robot hub connect agent depthai 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

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
```

## Examples

You can find examples in the [robothub-examples](https://github.com/luxonis/robothub-examples) repository.

## License

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