super-simple-stretch-api


Namesuper-simple-stretch-api JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/codekansas/super-simple-stretch-api
SummarySuper simple Python API for controlling the Stretch RE1 robot
upload_time2023-04-22 21:43:11
maintainer
docs_urlNone
authorBenjamin Bolte
requires_python>=3.10
license
keywords
VCS
bugtrack_url
requirements numpy omegaconf psutil pyserial pyyaml
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Super Simple Stretch API

This is a super simple Python API for interacting with the Stretch robot.

## Getting Started

Install the API on the robot using the following command:

```bash
pip install super-simple-stretch-api
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/codekansas/super-simple-stretch-api",
    "name": "super-simple-stretch-api",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "",
    "author": "Benjamin Bolte",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/05/ff/569f883fbca9d8538c6ff257e85fd3905e202e3fadf529fb22cc63f0059d/super-simple-stretch-api-0.0.1.tar.gz",
    "platform": null,
    "description": "# Super Simple Stretch API\n\nThis is a super simple Python API for interacting with the Stretch robot.\n\n## Getting Started\n\nInstall the API on the robot using the following command:\n\n```bash\npip install super-simple-stretch-api\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Super simple Python API for controlling the Stretch RE1 robot",
    "version": "0.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a2689011af85181c44055a662c3ec156213ac61c3205c85a7840604312b1452",
                "md5": "04349822c841eeed42e827bf95cd0541",
                "sha256": "aa4179da232b47884c472d27c896b37cb10f605e55f6d2708fa618874a3438a3"
            },
            "downloads": -1,
            "filename": "super_simple_stretch_api-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "04349822c841eeed42e827bf95cd0541",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 28033,
            "upload_time": "2023-04-22T21:43:09",
            "upload_time_iso_8601": "2023-04-22T21:43:09.571746Z",
            "url": "https://files.pythonhosted.org/packages/6a/26/89011af85181c44055a662c3ec156213ac61c3205c85a7840604312b1452/super_simple_stretch_api-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "05ff569f883fbca9d8538c6ff257e85fd3905e202e3fadf529fb22cc63f0059d",
                "md5": "559875790f3d2ec8ed43e44f03ccc84a",
                "sha256": "412a933b1b3daaa75b880f0309c86e134c5509ec2b948c360305975a2f189d0a"
            },
            "downloads": -1,
            "filename": "super-simple-stretch-api-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "559875790f3d2ec8ed43e44f03ccc84a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 26251,
            "upload_time": "2023-04-22T21:43:11",
            "upload_time_iso_8601": "2023-04-22T21:43:11.782502Z",
            "url": "https://files.pythonhosted.org/packages/05/ff/569f883fbca9d8538c6ff257e85fd3905e202e3fadf529fb22cc63f0059d/super-simple-stretch-api-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-22 21:43:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "codekansas",
    "github_project": "super-simple-stretch-api",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "omegaconf",
            "specs": []
        },
        {
            "name": "psutil",
            "specs": []
        },
        {
            "name": "pyserial",
            "specs": []
        },
        {
            "name": "pyyaml",
            "specs": []
        }
    ],
    "lcname": "super-simple-stretch-api"
}
        
Elapsed time: 0.07016s