Metadata-Version: 2.1
Name: robothub
Version: 2.5.7
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
```

### Building and installing locally

    python setup.py sdist 

it will create a __dist__ folder in the project root and in there, it will create __robothub-version.tar.gz

to install it locally, use

    pip install --upgrade /path/to/robothub/source/dist/robothub-2.5.4.tar.gz

replace the 2.4.5 with correct version

## 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.
