{ "info": { "author": "Gareth Jeanne", "author_email": "contact@garethjeanne.co.uk", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.5", "Topic :: Home Automation" ], "description": "PyTado -- Pythonize your central heating\n========================================\n\nAuthor: Chris Jewell \nModified: Gareth Jeanne \n\nLicence: GPL v3\n\nCopyright: Chris Jewell 2016\n\nPyTado is a Python module implementing an interface to the Tado web API. It allows a user to interact with their Tado heating system for the purposes of monitoring or controlling their heating system, beyond what Tado themselves currently offer.\n\nIt is hoped that this module might be used by those who wish to tweak their Tado systems, and further optimise their heating setups.\n\nDisclaimer\n----------\nBesides owning a Tado system, I have no connection with the Tado company themselves. PyTado was created for my own use, and for others who may wish to experiment with personal Internet of Things systems. I receive no help (financial or otherwise) from Tado, and have no business interest with them. This software is provided without warranty, according to the GNU Public Licence version 3, and should therefore not be used where it may endanger life, financial stakes, or cause discomfort and inconvenience to others.\n\nExample basic usage\n-------------------\n\n >>> from PyTado.interface import Tado\n >>> t = Tado('my@username.com', 'mypassword')\n >>> climate = t.getClimate(zone=1)\n\nDevelopment\n-----------\nThis software is at a purely experimental stage. If you're interested and can write Python, clone the Github repo, drop me a line, and get involved!\n\n\nBest wishes and a warm winter to all!\n\nChris Jewell", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/gazzr82/pytado/tarball/1.0.3", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gazzer82/pytado", "keywords": "pytado", "license": "GPL3", "maintainer": null, "maintainer_email": null, "name": "pytado", "package_url": "https://pypi.org/project/pytado/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pytado/", "project_urls": { "Download": "https://github.com/gazzr82/pytado/tarball/1.0.3", "Homepage": "https://github.com/gazzer82/pytado" }, "release_url": "https://pypi.org/project/pytado/1.0.3/", "requires_dist": null, "requires_python": null, "summary": "Python library for communicating with the Tado Smart Thermostat API.", "version": "1.0.3" }, "last_serial": 2461915, "releases": { "1.0.3": [ { "comment_text": "", "digests": { "md5": "e152f6fb37f4a46fab6637c778f5d9f0", "sha256": "0a9f02b8c0030a67743b5f30996d819958ac472c0feedc9d50f2a69ebfabd2d3" }, "downloads": -1, "filename": "pytado-1.0.3.tar.gz", "has_sig": false, "md5_digest": "e152f6fb37f4a46fab6637c778f5d9f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16349, "upload_time": "2016-11-15T14:42:46", "url": "https://files.pythonhosted.org/packages/a9/32/a9548f29c3a820df4b96816ebb73128103575332037d5c035640600e4bdb/pytado-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e152f6fb37f4a46fab6637c778f5d9f0", "sha256": "0a9f02b8c0030a67743b5f30996d819958ac472c0feedc9d50f2a69ebfabd2d3" }, "downloads": -1, "filename": "pytado-1.0.3.tar.gz", "has_sig": false, "md5_digest": "e152f6fb37f4a46fab6637c778f5d9f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16349, "upload_time": "2016-11-15T14:42:46", "url": "https://files.pythonhosted.org/packages/a9/32/a9548f29c3a820df4b96816ebb73128103575332037d5c035640600e4bdb/pytado-1.0.3.tar.gz" } ] }