{ "info": { "author": "Philip Howard", "author_email": "phil@pimoroni.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Software Development", "Topic :: System :: Hardware" ], "description": "BME680\n======\n\nhttps://shop.pimoroni.com/products/bme680\n\nThe state-of-the-art BME680 breakout lets you measure temperature,\npressure, humidity, and indoor air quality.\n\nInstalling\n----------\n\nFull install (recommended):\n~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nWe've created an easy installation script that will install all\npre-requisites and get your BME680 up and running with minimal efforts.\nTo run it, fire up Terminal which you'll find in Menu -> Accessories ->\nTerminal on your Raspberry Pi desktop, as illustrated below:\n\n.. figure:: http://get.pimoroni.com/resources/github-repo-terminal.png\n :alt: Finding the terminal\n\nIn the new terminal window type the command exactly as it appears below\n(check for typos) and follow the on-screen instructions:\n\n.. code:: bash\n\n curl https://get.pimoroni.com/bme680 | bash\n\nManual install:\n~~~~~~~~~~~~~~~\n\nLibrary install for Python 3:\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n.. code:: bash\n\n sudo pip3 install bme680\n\nLibrary install for Python 2:\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n.. code:: bash\n\n sudo pip2 install bme680\n\nDevelopment:\n~~~~~~~~~~~~\n\nIf you want to contribute, or like living on the edge of your seat by\nhaving the latest code, you should clone this repository, ``cd`` to the\nlibrary directory, and run:\n\n.. code:: bash\n\n sudo python3 setup.py install\n\n(or ``sudo python setup.py install`` whichever your primary Python\nenvironment may be)\n\nIn all cases you will have to enable the i2c bus.\n\nDocumentation & Support\n-----------------------\n\n- Guides and tutorials - https://learn.pimoroni.com/bme680\n- Get help - http://forums.pimoroni.com/c/support\n\n\n1.0.5\n-----\n\n* New: set_temp_offset to calibrate temperature offset in degrees C\n\n1.0.4\n-----\n\n* Fix to range_sw_err for extremely high gas readings\n* Convert to unsigned int to fix negative gas readings\n\n1.0.3\n-----\n\n* Merged temperature compensation fix from Bosch's BME680_driver 3.5.3\n\n1.0.2\n-----\n\n* Fixed set_gas_heater_temperature to avoid i2c TypeError\n\n1.0.1\n-----\n\n* Added Manifest to Python package\n\n1.0.0\n-----\n\n* Initial release\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.pimoroni.com", "keywords": "Raspberry Pi", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "bme680", "package_url": "https://pypi.org/project/bme680/", "platform": "", "project_url": "https://pypi.org/project/bme680/", "project_urls": { "Homepage": "http://www.pimoroni.com" }, "release_url": "https://pypi.org/project/bme680/1.0.5/", "requires_dist": null, "requires_python": "", "summary": "Python library for driving the Pimoroni BME680 Breakout", "version": "1.0.5" }, "last_serial": 3921213, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "482a82ab8d54aaf9fd8cc15f496e1d60", "sha256": "81c696ba37f4e392a584aee8f8113f471a85a86498261eba0eb56959eaa5d101" }, "downloads": -1, "filename": "bme680-1.0.0.tar.gz", "has_sig": false, "md5_digest": "482a82ab8d54aaf9fd8cc15f496e1d60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8223, "upload_time": "2017-10-17T14:51:41", "url": "https://files.pythonhosted.org/packages/f4/cc/c8d2081d95b4ae1985fe5176491dac8e9777e029c891aa545538b24a9fc6/bme680-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "8748de410ae16927423506a842ca49e4", "sha256": "e845f985d4d5269f7e8d7ded20dec14c6a2c28c33aea4cd10f274b8e6564537b" }, "downloads": -1, "filename": "bme680-1.0.1.tar.gz", "has_sig": false, "md5_digest": "8748de410ae16927423506a842ca49e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8413, "upload_time": "2017-10-17T15:00:09", "url": "https://files.pythonhosted.org/packages/d2/a9/e20b7b8e569c335d30464a6a8238a5d4b69e834260e9a98403d67622aa13/bme680-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "e9e2f7ba8fcb86503f03d63c78d6d110", "sha256": "c8448508d6af8bae2c0cde591c69aade4dc0aff725eae5c10e7bfc092537a19f" }, "downloads": -1, "filename": "bme680-1.0.2.tar.gz", "has_sig": false, "md5_digest": "e9e2f7ba8fcb86503f03d63c78d6d110", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8451, "upload_time": "2017-10-19T11:20:33", "url": "https://files.pythonhosted.org/packages/ea/b6/4333e5fea185b70fa52b189a7d7af71b2b49dfa36c464bf3ae3aad7ec151/bme680-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "4d3f3b40c77dd048fa64dc3b62c6bb33", "sha256": "1c50aa082e63f1a4435018c8ec84673ef28e84bf282db3542f8397b6087856fd" }, "downloads": -1, "filename": "bme680-1.0.3.tar.gz", "has_sig": false, "md5_digest": "4d3f3b40c77dd048fa64dc3b62c6bb33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8528, "upload_time": "2017-11-23T11:23:06", "url": "https://files.pythonhosted.org/packages/40/a0/ab4a8fc8cbda43adf735c4258b2bad63505ea7ab46fd7e5ff97e770e6a4a/bme680-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "23182622668d89c46ca635e7b704c777", "sha256": "31ce4a6acbce7a86ecaed85065776b5ec92d3e4aaeed044445ce821c558fe540" }, "downloads": -1, "filename": "bme680-1.0.4.tar.gz", "has_sig": false, "md5_digest": "23182622668d89c46ca635e7b704c777", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8620, "upload_time": "2017-12-04T10:38:24", "url": "https://files.pythonhosted.org/packages/2a/6a/38b7a1f2e30c68f00dcb719e226ee86c32ba7b9dbc1e66f77660796dd2a2/bme680-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "cb9500da9988d01e46acd936d1d35de9", "sha256": "52223986d483818b06a9dacdb28074e5dade27526c61827c813b5b009041f685" }, "downloads": -1, "filename": "bme680-1.0.5-py2-none-any.whl", "has_sig": false, "md5_digest": "cb9500da9988d01e46acd936d1d35de9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 11242, "upload_time": "2018-06-01T16:10:58", "url": "https://files.pythonhosted.org/packages/83/55/81505dc68f66398c0c605cb24e9d331828a12596a8881f2b7968071e0c20/bme680-1.0.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ea5c3b031c46855eaa77fb7e8704ae40", "sha256": "e9b5f84ab42d2402c8872b82488f8b38f053406d5ec41abc4d577f0c5ceee38a" }, "downloads": -1, "filename": "bme680-1.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "ea5c3b031c46855eaa77fb7e8704ae40", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11244, "upload_time": "2018-06-01T16:10:59", "url": "https://files.pythonhosted.org/packages/0d/57/601aa55b6f23164a3e6a06c05f22f7e5283d09db9610fd4e49f0356f5a97/bme680-1.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "31197cce809911ce311a486907c14051", "sha256": "df8f6eaf7a640be77b50c5e8f91406e6d49a66e2a02c3aba7bba6b4dca4f61dc" }, "downloads": -1, "filename": "bme680-1.0.5.tar.gz", "has_sig": false, "md5_digest": "31197cce809911ce311a486907c14051", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10514, "upload_time": "2018-06-01T16:11:00", "url": "https://files.pythonhosted.org/packages/4d/c5/422f2f49f8d0bc0abdfc3575f8a4e1b97f3bb78c508a47114e3654b577fb/bme680-1.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cb9500da9988d01e46acd936d1d35de9", "sha256": "52223986d483818b06a9dacdb28074e5dade27526c61827c813b5b009041f685" }, "downloads": -1, "filename": "bme680-1.0.5-py2-none-any.whl", "has_sig": false, "md5_digest": "cb9500da9988d01e46acd936d1d35de9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 11242, "upload_time": "2018-06-01T16:10:58", "url": "https://files.pythonhosted.org/packages/83/55/81505dc68f66398c0c605cb24e9d331828a12596a8881f2b7968071e0c20/bme680-1.0.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ea5c3b031c46855eaa77fb7e8704ae40", "sha256": "e9b5f84ab42d2402c8872b82488f8b38f053406d5ec41abc4d577f0c5ceee38a" }, "downloads": -1, "filename": "bme680-1.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "ea5c3b031c46855eaa77fb7e8704ae40", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11244, "upload_time": "2018-06-01T16:10:59", "url": "https://files.pythonhosted.org/packages/0d/57/601aa55b6f23164a3e6a06c05f22f7e5283d09db9610fd4e49f0356f5a97/bme680-1.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "31197cce809911ce311a486907c14051", "sha256": "df8f6eaf7a640be77b50c5e8f91406e6d49a66e2a02c3aba7bba6b4dca4f61dc" }, "downloads": -1, "filename": "bme680-1.0.5.tar.gz", "has_sig": false, "md5_digest": "31197cce809911ce311a486907c14051", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10514, "upload_time": "2018-06-01T16:11:00", "url": "https://files.pythonhosted.org/packages/4d/c5/422f2f49f8d0bc0abdfc3575f8a4e1b97f3bb78c508a47114e3654b577fb/bme680-1.0.5.tar.gz" } ] }