{ "info": { "author": "J. Nma", "author_email": "wooldoughnutspi@outlook.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries" ], "description": "# sky-remote\nPython module to send remote control commands to a Sky TV box\n\n## Usage\n#### Installation\n`pip install sky-remote`\n#### Simple example\n```python\nfrom sky_remote import SkyRemote\n\nremoteControl = sky_remote.SkyRemote('192.168.0.40')\n\n# Just send a command\nremoteControl.press('power')\n\n# Now send sequences of commands\nremoteControl.press(['channelup', 'record', 'select'])\n```\n### Sky Q (if firmware < 060)\n```python\nremoteControl = SkyRemote('192.168.0.40', SkyRemote.SKY_Q_LEGACY)\n```\n### Remote control commands\n`sky` `power`\n\n`tvguide` or `home` `boxoffice` `services` or `search` `interactive` or `sidebar`\n\n`up` `down` `left` `right` `select`\n\n`channelup` `channeldown` `i`\n\n`backup` or `dismiss` `text` `help`\n\n`play` `pause` `rewind` `fastforward` `stop` `record`\n\n`red` `green` `yellow` `blue`\n\n`0` `1` `2` `3` `4` `5` `6` `7` `8` `9`\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/WoolDoughnut310/sky-remote", "keywords": "sky-remote python3 tcp/ip", "license": "", "maintainer": "", "maintainer_email": "", "name": "sky-remote", "package_url": "https://pypi.org/project/sky-remote/", "platform": "", "project_url": "https://pypi.org/project/sky-remote/", "project_urls": { "Homepage": "https://github.com/WoolDoughnut310/sky-remote" }, "release_url": "https://pypi.org/project/sky-remote/1.0/", "requires_dist": null, "requires_python": ">=3", "summary": "Python module to send remote control commands to a Sky TV box", "version": "1.0" }, "last_serial": 5255434, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "d6356dac5a52ef931542223f1f97765f", "sha256": "c89a3d9270ca644fcb8b74ae05041e209c2ce440cc45a1ac4dddd3f79f31af17" }, "downloads": -1, "filename": "sky_remote-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d6356dac5a52ef931542223f1f97765f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 1660, "upload_time": "2019-05-11T08:14:31", "url": "https://files.pythonhosted.org/packages/04/fb/a0a613f4ce983983c551a0c390af5bd6088953d25cdd421e046d1ba6c357/sky_remote-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a4c900bd5f98fe2073628f8c66604909", "sha256": "0a321bf35258aae611d05a5dd0ff788e656283946d39d4de4c9b80dea883623a" }, "downloads": -1, "filename": "sky-remote-1.0.tar.gz", "has_sig": false, "md5_digest": "a4c900bd5f98fe2073628f8c66604909", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 1585, "upload_time": "2019-05-11T08:14:34", "url": "https://files.pythonhosted.org/packages/ef/e9/26c33cacc6a2e924c8c5f59c85373ca69228ee35e7766b33955e30cb79c3/sky-remote-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d6356dac5a52ef931542223f1f97765f", "sha256": "c89a3d9270ca644fcb8b74ae05041e209c2ce440cc45a1ac4dddd3f79f31af17" }, "downloads": -1, "filename": "sky_remote-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d6356dac5a52ef931542223f1f97765f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 1660, "upload_time": "2019-05-11T08:14:31", "url": "https://files.pythonhosted.org/packages/04/fb/a0a613f4ce983983c551a0c390af5bd6088953d25cdd421e046d1ba6c357/sky_remote-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a4c900bd5f98fe2073628f8c66604909", "sha256": "0a321bf35258aae611d05a5dd0ff788e656283946d39d4de4c9b80dea883623a" }, "downloads": -1, "filename": "sky-remote-1.0.tar.gz", "has_sig": false, "md5_digest": "a4c900bd5f98fe2073628f8c66604909", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 1585, "upload_time": "2019-05-11T08:14:34", "url": "https://files.pythonhosted.org/packages/ef/e9/26c33cacc6a2e924c8c5f59c85373ca69228ee35e7766b33955e30cb79c3/sky-remote-1.0.tar.gz" } ] }