{
"info": {
"author": "Derek Nicol",
"author_email": "derek@dereknicol.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Natural Language :: English",
"Programming Language :: Python :: 3"
],
"description": "PyNest\n======\n\nDescription\n-----------\nThis is an unofficial API wrapper and CLI script for controlling the `Nest `_\\\u00ae Learning Thermostat\u2122.\n\nCommand Line Usage\n------------------\n::\n\n\tnestctl [-h] [-v] [-e email] [-p password] [-l {c,f}] [--no-cache]\n\t (--away {on,off,toggle,get} | --get-temp {current,target,both} | --set-temp int | --show {raw,devices,structures,serials} | --describe {device,structure,serial} | --info)\n\nactions:\n\n--away set/get away mode\n--get-temp get current/target temperature\n--set-temp set target temperature\n--show show information\n--describe describe item\n--info show condensed status info\n\noptional arguments:\n\n-h, --help show this help message and exit\n-v, --version show program's version number and exit\n-e, --email nest.com email address\n-p, --password nest.com password\n-l, --scale temperature scale, [c]elsius/[f]ahrenheit. default f\n--no-cache dont use cache, default false\n\nAPI Reference\n-------------\nBasic example:\n\n.. code:: python\n\n\tfrom pynest import *\n\n\tcache_file = '/tmp/cache.tmp'\n\tcredentials = ('email@addr.com', 'password')\n\n\tnest = PyNest(auth=credentials, cache=cache_file)\n\n\tprint(nest.devices)\n\nLicense\n-------\n| Copyright \u00a9 2013 Derek Nicol\n| Nest\u00ae is a registered trademark of `Nest Labs, Inc `_.\n\n| This program is free software: you can redistribute it and/or modify\n| it under the terms of the GNU General Public License as published by\n| the Free Software Foundation, either version 3 of the License, or\n| (at your option) any later version.\n\n| This program is distributed in the hope that it will be useful,\n| but WITHOUT ANY WARRANTY; without even the implied warranty of\n| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n| `GNU General Public License `_ for more details.\n\n| You should have received a copy of the GNU General Public License\n| along with this program. If not, see http://www.gnu.org/licenses/.",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://dereknicol.com/",
"keywords": "nest thermostat pynest api",
"license": "GPLv3+",
"maintainer": null,
"maintainer_email": null,
"name": "PyNest",
"package_url": "https://pypi.org/project/PyNest/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/PyNest/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "http://dereknicol.com/"
},
"release_url": "https://pypi.org/project/PyNest/0.1a3/",
"requires_dist": null,
"requires_python": null,
"summary": "Simple Nest thermostat API wrapper and CLI script",
"version": "0.1a3"
},
"last_serial": 870925,
"releases": {
"0.1a3": []
},
"urls": []
}