{ "info": { "author": "Philipp Schmitt", "author_email": "philipp@schmitt.co", "bugtrack_url": null, "classifiers": [], "description": "pydorita\n============\n\nThis library provides Python bindings for the iRobot Roomba 980 REST gateway\nfrom https://github.com/koalazak/rest980\n\nExample\n--------------\n.. code:: python\n\n from pydorita import PyDoritaClient\n # Connect to the REST980 gateway\n pd = PyDoritaClient(\n hostname='rest980-gw.lan',\n port=3000,\n username='roomba',\n password='R0mB!'\n )\n # Get the current state (ie. \"run\", \"stuck\" etc.)\n pd.phase\n # Get the current error code\n pd.error\n # Get the current battery percentage\n pd.battery\n # Get the current position\n pd.position\n # Start cleaning\n pd.clean()\n # Stop and dock\n pd.stop_and_dock()\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pschmitt/pydorita", "keywords": "", "license": "GPL3", "maintainer": "", "maintainer_email": "", "name": "pydorita", "package_url": "https://pypi.org/project/pydorita/", "platform": "", "project_url": "https://pypi.org/project/pydorita/", "project_urls": { "Homepage": "https://github.com/pschmitt/pydorita" }, "release_url": "https://pypi.org/project/pydorita/0.1/", "requires_dist": null, "requires_python": "", "summary": "Python client for controlling a iRobot Roomba 980 (via rest980)", "version": "0.1" }, "last_serial": 2846469, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b4379cbf020cd6536bb7101ac0349ddc", "sha256": "791d29d77245efa74762dfee6a4bd48a43f92163f4e175bf8e18050b992291f8" }, "downloads": -1, "filename": "pydorita-0.1.tar.gz", "has_sig": false, "md5_digest": "b4379cbf020cd6536bb7101ac0349ddc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2679, "upload_time": "2017-05-02T13:39:22", "url": "https://files.pythonhosted.org/packages/3d/fe/3ec265c771459f6e583327d008dcc0fcacda1f9a9ffadc0172bb1a9b67cd/pydorita-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b4379cbf020cd6536bb7101ac0349ddc", "sha256": "791d29d77245efa74762dfee6a4bd48a43f92163f4e175bf8e18050b992291f8" }, "downloads": -1, "filename": "pydorita-0.1.tar.gz", "has_sig": false, "md5_digest": "b4379cbf020cd6536bb7101ac0349ddc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2679, "upload_time": "2017-05-02T13:39:22", "url": "https://files.pythonhosted.org/packages/3d/fe/3ec265c771459f6e583327d008dcc0fcacda1f9a9ffadc0172bb1a9b67cd/pydorita-0.1.tar.gz" } ] }