{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2" ], "description": "# Adafruit_Python_SHT31\n\nThis Python driver allows you to read data from the [Adafruit SHT31D Breakout](https://www.adafruit.com/products/2857) on a Raspberry Pi, Pi2 or similar device.\n\n## Requirements\n\nThis driver requires that you have previously installed the\n[Adafruit_Python_GPIO](https://github.com/adafruit/Adafruit_Python_GPIO) package.\n\nOn Raspbian, you can install this package with the following commands:\n\n```\nsudo apt-get update\nsudo apt-get install build-essential python-pip python-dev python-smbus git\ngit clone https://github.com/adafruit/Adafruit_Python_GPIO.git\ncd Adafruit_Python_GPIO\nsudo python setup.py install\n```\n\n## Usage\n\nTo read a single set of data points from the SHT31, connect your Pi or Pi2\nto the SHT31D breakout using I2C (connect SCL0/1 to the SCK pin and SCL0/1\nto the SDI pin), and run the following command from this folder:\n\n```\npython Adafruit_SHT31_Example.py\n```\n\n## Credits\n\nThis driver is based on the [Adafruit_BME280](https://github.com/adafruit/Adafruit_Python_BME280)\ndriver by Tony DiCola (Adafruit Industries), with BME280 additions kindly provided by\nDavid J. Taylor (www.satsignal.eu).\nModified for use with SHT31D by Ralf Mueller, (www.bj-ig.de)\n\n# MIT License\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ralf1070/Adafruit_Python_SHT31", "keywords": "SHT31", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "Adafruit-SHT31", "package_url": "https://pypi.org/project/Adafruit-SHT31/", "platform": "", "project_url": "https://pypi.org/project/Adafruit-SHT31/", "project_urls": { "Homepage": "https://github.com/ralf1070/Adafruit_Python_SHT31" }, "release_url": "https://pypi.org/project/Adafruit-SHT31/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "Python Library for Adafruit SHT31 module", "version": "1.0.2" }, "last_serial": 3598264, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "b03b81f5d7012e42b3255cb3ab72a095", "sha256": "b9128f0346c565b2ec8de85687e5cc8d5e28a2eea7ddc6aaa4c63a920d7514a4" }, "downloads": -1, "filename": "Adafruit_SHT31-1.0.2.tar.gz", "has_sig": false, "md5_digest": "b03b81f5d7012e42b3255cb3ab72a095", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4086, "upload_time": "2018-02-19T14:17:28", "url": "https://files.pythonhosted.org/packages/1c/4f/2c6823cd69d5fcaf4748d07ebeced54e303016b468262ea18e9ef6137016/Adafruit_SHT31-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b03b81f5d7012e42b3255cb3ab72a095", "sha256": "b9128f0346c565b2ec8de85687e5cc8d5e28a2eea7ddc6aaa4c63a920d7514a4" }, "downloads": -1, "filename": "Adafruit_SHT31-1.0.2.tar.gz", "has_sig": false, "md5_digest": "b03b81f5d7012e42b3255cb3ab72a095", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4086, "upload_time": "2018-02-19T14:17:28", "url": "https://files.pythonhosted.org/packages/1c/4f/2c6823cd69d5fcaf4748d07ebeced54e303016b468262ea18e9ef6137016/Adafruit_SHT31-1.0.2.tar.gz" } ] }