{ "info": { "author": "Philip Lundrigan", "author_email": "philiplundrigan@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "PyViera\r\n=======\r\n\r\nPyViera allows you control your Panasonic VIERA TV using Python.\r\n\r\nExample\r\n-------\r\n\r\n.. code:: python\r\n\r\n from pyviera import Viera, COMMANDS\r\n\r\n # List out all possible commands\r\n print(COMMANDS.keys())\r\n print()\r\n\r\n # Look for any supported TVs\r\n tvs = Viera.discover()\r\n\r\n # Make sure we have at least one\r\n if len(tvs) > 0:\r\n # Get the first TV that was found\r\n tv = tvs[0]\r\n\r\n # Send TV commands\r\n tv.mute()\r\n tv.vol_up()\r\n tv.num(5)\r\n\r\n else:\r\n print(\"No TVs could be found\")\r\n\r\nCompatibility\r\n-------------\r\n\r\nAccording to the description on the `app\r\nstore `__,\r\nthe following models are supported:\r\n\r\n::\r\n\r\n Panasonic flat-panel TV, 2011/2012/2013/2014/2015 VIERA\r\n\r\nContributors\r\n------------\r\n\r\nThis is a forked repository, based on\r\n`tomokas `__ work.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/philipbl/pyviera/tarball/0.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/philipbl/pyviera", "keywords": "tv, automation, home automation", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pyviera", "package_url": "https://pypi.org/project/pyviera/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyviera/", "project_urls": { "Download": "https://github.com/philipbl/pyviera/tarball/0.1", "Homepage": "https://github.com/philipbl/pyviera" }, "release_url": "https://pypi.org/project/pyviera/0.1/", "requires_dist": null, "requires_python": null, "summary": "A library for controlling your Panasonic Viera TV", "version": "0.1" }, "last_serial": 1854383, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "9ce5c5d8734a08e5381a55ebccea1aea", "sha256": "2bda8c14349e2dc702f64ed4485a9fc9160c7daeec01c2e68b5d0747003af4ea" }, "downloads": -1, "filename": "pyviera-0.1.tar.gz", "has_sig": false, "md5_digest": "9ce5c5d8734a08e5381a55ebccea1aea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3114, "upload_time": "2015-12-09T19:16:35", "url": "https://files.pythonhosted.org/packages/cf/1c/52e256ee2168f782210c207a2f2f101091377dba9af00615a80809b91c9d/pyviera-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9ce5c5d8734a08e5381a55ebccea1aea", "sha256": "2bda8c14349e2dc702f64ed4485a9fc9160c7daeec01c2e68b5d0747003af4ea" }, "downloads": -1, "filename": "pyviera-0.1.tar.gz", "has_sig": false, "md5_digest": "9ce5c5d8734a08e5381a55ebccea1aea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3114, "upload_time": "2015-12-09T19:16:35", "url": "https://files.pythonhosted.org/packages/cf/1c/52e256ee2168f782210c207a2f2f101091377dba9af00615a80809b91c9d/pyviera-0.1.tar.gz" } ] }