{ "info": { "author": "Vlatko Kosturjak", "author_email": "vlatko.kosturjak@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "Neohub\n======\nPython module to control Neohub supported thermostats\n\nRequirements\n============\n\nIt should work with both python2 and python3 with simple pip commands:\n```\nsudo apt-get update\nsudo apt-get install -y python3 python3-pip\nsudo pip3 install neohub\n```\n\nExamples\n========\n\nSimple example to get devices and its current status:\n```\n# you should obtain devkeys and IDs somehow\nn=neohub.Neohub(**{'devkey':1,'vendorid':1,'devicetypeid':1, 'debug':False})\n# e-mail of account and password\nresp=n.login(\"simple@example.org\",\"password\")\nfor device in resp['devices']:\n print(\"=Device: \", device['devicename'],device['deviceid'])\n stat=n.device_status(device['deviceid'])\n status=stat['devices'][0]\n print(status)\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/kost/neohub-python", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "neohub", "package_url": "https://pypi.org/project/neohub/", "platform": "", "project_url": "https://pypi.org/project/neohub/", "project_urls": { "Homepage": "https://github.com/kost/neohub-python" }, "release_url": "https://pypi.org/project/neohub/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "Control Neohub supported thermostats", "version": "0.2.0" }, "last_serial": 4653881, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5627ed15a9a8c0a155398de6133baa91", "sha256": "7dfa9a26e7b54c3eb65ed2c6df2165b003ab8dfd02f0eed88e4602d274c87e05" }, "downloads": -1, "filename": "neohub-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5627ed15a9a8c0a155398de6133baa91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2854, "upload_time": "2019-01-01T13:48:11", "url": "https://files.pythonhosted.org/packages/b2/db/89ab87eb8c6f438f8aadf4628f2056f28c09f36fc1d3460c235924e4aa25/neohub-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "18bc3fb83985d9751f28a90482a2b889", "sha256": "673e0f130e6b506c32ef3c307e8897d69c6aa98f14af334241571c47f5bdc3b1" }, "downloads": -1, "filename": "neohub-0.2.0.tar.gz", "has_sig": false, "md5_digest": "18bc3fb83985d9751f28a90482a2b889", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2859, "upload_time": "2019-01-02T19:49:47", "url": "https://files.pythonhosted.org/packages/f5/3f/450163e5bbd7dd71c62349f78f3651f93b40bba844670112689f4df58280/neohub-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "18bc3fb83985d9751f28a90482a2b889", "sha256": "673e0f130e6b506c32ef3c307e8897d69c6aa98f14af334241571c47f5bdc3b1" }, "downloads": -1, "filename": "neohub-0.2.0.tar.gz", "has_sig": false, "md5_digest": "18bc3fb83985d9751f28a90482a2b889", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2859, "upload_time": "2019-01-02T19:49:47", "url": "https://files.pythonhosted.org/packages/f5/3f/450163e5bbd7dd71c62349f78f3651f93b40bba844670112689f4df58280/neohub-0.2.0.tar.gz" } ] }