Metadata-Version: 2.2
Name: breakout-garden-exporter
Version: 0.6.0
Summary: Exposes Prometheus metrics based on data collected from Pimoroni Breakout Garden sensors
Home-page: https://github.com/andrewjw/breakout-garden-exporter
Author: Andrew Wilkinson
Author-email: andrewjwilkinson@gmail.com
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pycodestyle==2.12.1
Requires-Dist: coveralls==4.0.1
Requires-Dist: python-semantic-release==9.15.2
Requires-Dist: mypy==1.14.1
Requires-Dist: icp10125==0.0.1
Requires-Dist: pimoroni-sgp30==0.0.2
Requires-Dist: pimoroni-bme280==0.1.1
Requires-Dist: smbus2==0.5.0
Requires-Dist: wheel==0.45.1
Requires-Dist: twine==5.1.1
Requires-Dist: adafruit-circuitpython-pm25==2.1.18
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# breakout-garden-exporter

[![Pipeline](https://github.com/andrewjw/breakout-garden-exporter/actions/workflows/build.yml/badge.svg)](https://github.com/andrewjw/breakout-garden-exporter/actions/workflows/build.yml)
[![PyPI](https://img.shields.io/pypi/v/breakout-garden-exporter)](https://pypi.org/project/breakout-garden-exporter/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/glowprom)](https://pypi.org/project/breakout-garden-exporter/)
[![Coverage Status](https://coveralls.io/repos/github/andrewjw/breakout-garden-exporter/badge.svg?branch=main)](https://coveralls.io/github/andrewjw/breakout-garden-exporter?branch=master)

Exposes Prometheus metrics from sensors that are part of [Pimoroni's Breakout Garden family](https://shop.pimoroni.com/collections/breakout-garden).

```
usage: breakout-garden-exporter [-h] [-q] [--bind [BIND]]

Exposes Prometheus metrics from sensors that are part of Pimoroni's Breakout Garden family

optional arguments:
  -h, --help     show this help message and exit
  -q, --quiet    don't log HTTP requests
  --bind [BIND]  the ip address and port to bind to. Default: *:9101
```
