{ "info": { "author": "Ross Delinger", "author_email": "ross.delinger@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "Thermic\nPure Python interface to linux temperature sensors\n\nMIT Licensed\nSimple to Use\nPure python\nPython 2 and Python 3 compliant\n\nfrom thermic import find_sensors\nsensors = find_sensors()\nprint(sensors[0].label) # Name of the sensor\nprint(sensors[0].tempc) # temperature in Celcius\nprint(sensors[0].tempf) # Temperature in Farenheit\nprint(sensors[0].raw) # temperature in MilliDegrees Celcius", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rossdylan/thermic", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "thermic", "package_url": "https://pypi.org/project/thermic/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/thermic/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/rossdylan/thermic" }, "release_url": "https://pypi.org/project/thermic/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Pure python interface for linux temperature sensing", "version": "0.1.2" }, "last_serial": 640649, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "a5a65fc94477e83848684891b53f0635", "sha256": "9dd0dd11999f6bdf390e0e5ad1aac008da2f37bc6964a9bfaf15b8284f70e105" }, "downloads": -1, "filename": "thermic-0.1.2.tar.gz", "has_sig": false, "md5_digest": "a5a65fc94477e83848684891b53f0635", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1894, "upload_time": "2013-05-19T19:50:28", "url": "https://files.pythonhosted.org/packages/4e/74/87a3d52a0528123e10a84ef4289facbdf9642de0b15e7a389c80ac3b629c/thermic-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a5a65fc94477e83848684891b53f0635", "sha256": "9dd0dd11999f6bdf390e0e5ad1aac008da2f37bc6964a9bfaf15b8284f70e105" }, "downloads": -1, "filename": "thermic-0.1.2.tar.gz", "has_sig": false, "md5_digest": "a5a65fc94477e83848684891b53f0635", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1894, "upload_time": "2013-05-19T19:50:28", "url": "https://files.pythonhosted.org/packages/4e/74/87a3d52a0528123e10a84ef4289facbdf9642de0b15e7a389c80ac3b629c/thermic-0.1.2.tar.gz" } ] }