{ "info": { "author": "Jake Krog", "author_email": "jake.krog@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Education", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: System :: Monitoring" ], "description": "ccs811_exporter\n===============\n\nPython Prometheus exporter for the ams CCS811 sensor\n\nRequirements\n------------\n\n- `Adafruit_CCS811_Python `__\n\nInstallation\n------------\n\n.. code:: bash\n\n pip install ccs811_exporter\n\nUsage\n-----\n\n.. code:: bash\n\n $ ccs811_exporter -h\n usage: ccs811_exporter [-h] [-v] [-p PORT] [-a ADDRESS] [-l LABELS]\n [-i INTERVAL] [-to TO]\n\n optional arguments:\n -h, --help show this help message and exit\n -v, --verbose increase output verbosity\n -p PORT, --port PORT exporter port (default: 9501)\n -a ADDRESS, --address ADDRESS\n CCS811 I2C address (default: 0x5b\n -l LABELS, --labels LABELS\n JSON object of Prometheus labels to apply\n -i INTERVAL, --interval INTERVAL\n measurement sample interval (default: 2)\n -to TO temperature offset (default: -25.00\n\nDocker\n------\n\n.. code:: bash\n\n docker pull ashtreefarms/ccs811-exporter-rpi\n docker run -p 9501:9501 --device /dev/i2c-1 ashtreefarms/ccs811-exporter-rpi \\\n --labels '{\"zone\": \"bedroom\"}'\n\nMIT License\n===========\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\u201cSoftware\u201d), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \u201cAS IS\u201d, WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ashtreefarms/ccs811_exporter", "keywords": "raspberry pi", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ccs811_exporter", "package_url": "https://pypi.org/project/ccs811_exporter/", "platform": "", "project_url": "https://pypi.org/project/ccs811_exporter/", "project_urls": { "Homepage": "https://github.com/ashtreefarms/ccs811_exporter" }, "release_url": "https://pypi.org/project/ccs811_exporter/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Prometheus exporter for the ams CCS811 sensor", "version": "0.1.1" }, "last_serial": 3638853, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "2f46f98d19cbf0269b0a3ef819d3366a", "sha256": "0572f519babb315564db7316e0733edc16726c77769c98dc135a49f5a46d8872" }, "downloads": -1, "filename": "ccs811_exporter-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2f46f98d19cbf0269b0a3ef819d3366a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4839, "upload_time": "2018-02-28T11:37:20", "url": "https://files.pythonhosted.org/packages/a7/41/0ddde7f4384e0db820cd46360ac8a362081ccb60ab1e76246bfe76a72f61/ccs811_exporter-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "1ab0d047feaa63367a08e254482db4b1", "sha256": "39141147bf1dad18d084ed5efa97e0f89473d1d4916798a72f92fdec8d548eec" }, "downloads": -1, "filename": "ccs811_exporter-0.1.1.tar.gz", "has_sig": false, "md5_digest": "1ab0d047feaa63367a08e254482db4b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4984, "upload_time": "2018-03-04T21:53:23", "url": "https://files.pythonhosted.org/packages/8f/56/d3b263b653434149c44551082a7d872a8e91801410e1c389893741b821d0/ccs811_exporter-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1ab0d047feaa63367a08e254482db4b1", "sha256": "39141147bf1dad18d084ed5efa97e0f89473d1d4916798a72f92fdec8d548eec" }, "downloads": -1, "filename": "ccs811_exporter-0.1.1.tar.gz", "has_sig": false, "md5_digest": "1ab0d047feaa63367a08e254482db4b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4984, "upload_time": "2018-03-04T21:53:23", "url": "https://files.pythonhosted.org/packages/8f/56/d3b263b653434149c44551082a7d872a8e91801410e1c389893741b821d0/ccs811_exporter-0.1.1.tar.gz" } ] }