Metadata-Version: 2.1
Name: klimalogger
Version: 0.6.3
Summary: Simple data logging client for InfluxDB
Author-email: Andreas Würl <andi@tryb.de>
Project-URL: Homepage, https://github.com/wuan/klimalogger
Project-URL: Bug Tracker, https://github.com/wuan/klimalogger/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Provides-Extra: tests
License-File: LICENSE

`klimalogger <https://github.com/wuan/klimalogger>`_
====================================================

.. image:: https://badge.fury.io/gh/wuan%2Fklimalogger.svg
    :alt: project on GitHub
    :target: http://badge.fury.io/gh/wuan%2Fklimalogger
.. image:: https://badge.fury.io/py/klimalogger.svg
    :alt: PyPi-Package
    :target: https://badge.fury.io/py/klimalogger
.. image:: https://travis-ci.org/wuan/klimalogger.svg?branch=master
    :alt: Build Status
    :target: https://travis-ci.org/wuan/klimalogger
.. image:: https://app.codacy.com/project/badge/Grade/143e5b4f902b4680a2b9fd6464736f6b
    :target: https://www.codacy.com/gh/wuan/klimalogger/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=wuan/klimalogger&amp;utm_campaign=Badge_Grade
.. image:: https://app.codacy.com/project/badge/Coverage/143e5b4f902b4680a2b9fd6464736f6b
    :target: https://www.codacy.com/gh/wuan/klimalogger/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=wuan/klimalogger&amp;utm_campaign=Badge_Coverage

Simple python client for logging measured climate data to InfluxDb.

Additional dependencies
-----------------------

.. list-table:: Dependencies
   :widths: 20 90
   :header-rows: 1

   * - Sensor Type
     - Command
   * - BME680
     - ``pip3 install adafruit-circuitpython-bme680``
   * - BMP085
     - ``pip3 install Adafruit_BMP``
   * - BMP3xx
     - ``pip3 install adafruit-circuitpython-bmp3xx``
   * - SGP30
     - ``pip3 install adafruit-circuitpython-sgp30``
   * - SGP40
     - ``pip3 install adafruit-circuitpython-sgp40``
   * - SHT1x (no I2C)
     - download and install https://bitbucket.org/lunobili/rpisht1x.git
   * - SHT4x
     - ``pip3 install adafruit-circuitpython-sht4x``
