robothub


Namerobothub JSON
Version 2.6.0 PyPI version JSON
download
home_pagehttps://www.luxonis.com/
SummaryRobotHub integration library
upload_time2024-04-26 21:08:57
maintainerNone
docs_urlNone
authorLuxonis
requires_pythonNone
licenseMIT
keywords robothub camera robot hub connect agent depthai sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.luxonis.com/",
    "name": "robothub",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "robothub camera robot hub connect agent depthai sdk",
    "author": "Luxonis",
    "author_email": "support@luxonis.com",
    "download_url": "https://files.pythonhosted.org/packages/9c/82/560d2ca52da0e630e17dfb0b8a968390e54539c17e234bede6fe095c3dc9/robothub-2.6.0.tar.gz",
    "platform": null,
    "description": "# RobotHub\n\nThis repository contains the code for the integration of [DepthAI SDK](https://github.com/luxonis/depthai) into\nRobotHub.\n\n> **This library is intended to be only used with RobotHub.**\n\n## Documentation\n\nPlease visit [RobotHub documentation page](https://hub-docs.luxonis.com/).\n\n## Installation\n\nTo install this package, run the following command in your terminal window\n\n```\n$ python3 -m pip install robothub\n```\n\n### Building and installing locally\n\n    python setup.py sdist \n\nit will create a __dist__ folder in the project root and in there, it will create __robothub-version.tar.gz\n\nto install it locally, use\n\n    pip install --upgrade /path/to/robothub/source/dist/robothub-2.5.4.tar.gz\n\nreplace the 2.4.5 with correct version\n\n## Examples\n\nYou can find examples in the [robothub-examples](https://github.com/luxonis/robothub-examples) repository.\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "RobotHub integration library",
    "version": "2.6.0",
    "project_urls": {
        "Documentation": "https://hub-docs.luxonis.com/",
        "Homepage": "https://github.com/luxonis/robothub/"
    },
    "split_keywords": [
        "robothub",
        "camera",
        "robot",
        "hub",
        "connect",
        "agent",
        "depthai",
        "sdk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d04b465e41f8df94d4c89daaff5a2fa54732b7a822970aa00e08a6b774531f98",
                "md5": "e13a6beb59d5f8b146a3466fbd785f43",
                "sha256": "6c64e3c786acc52b77a435555c93db3af74777d375b3e69c7a5cefcfa03a5b3d"
            },
            "downloads": -1,
            "filename": "robothub-2.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e13a6beb59d5f8b146a3466fbd785f43",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 50129,
            "upload_time": "2024-04-26T21:08:55",
            "upload_time_iso_8601": "2024-04-26T21:08:55.274773Z",
            "url": "https://files.pythonhosted.org/packages/d0/4b/465e41f8df94d4c89daaff5a2fa54732b7a822970aa00e08a6b774531f98/robothub-2.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c82560d2ca52da0e630e17dfb0b8a968390e54539c17e234bede6fe095c3dc9",
                "md5": "40a70801c886965d380cdf949f0562e3",
                "sha256": "f8ab06979097409d0f32b2c79e8a541820c83471eb60df604d88651930e517d8"
            },
            "downloads": -1,
            "filename": "robothub-2.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "40a70801c886965d380cdf949f0562e3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 41560,
            "upload_time": "2024-04-26T21:08:57",
            "upload_time_iso_8601": "2024-04-26T21:08:57.140084Z",
            "url": "https://files.pythonhosted.org/packages/9c/82/560d2ca52da0e630e17dfb0b8a968390e54539c17e234bede6fe095c3dc9/robothub-2.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-26 21:08:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "luxonis",
    "github_project": "robothub",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "robothub"
}
        
Elapsed time: 0.25468s