klimalogger


Nameklimalogger JSON
Version 0.7.14 PyPI version JSON
download
home_page
SummarySimple data logging client for InfluxDB
upload_time2024-01-28 10:41:37
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            `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=main
    :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``

Build and upload
----------------

.. code-block:: sh

   python3 -m build
   python3 -m pip install --upgrade twine
   python3 -m twine upload dist/klimalogger-0.6.8.tar.gz

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "klimalogger",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Andreas W\u00fcrl <andi@tryb.de>",
    "download_url": "https://files.pythonhosted.org/packages/8a/ce/74d5ecb514d676c4c42b27c1234c1ec128d6b3c643462e377f00e5887a5e/klimalogger-0.7.14.tar.gz",
    "platform": null,
    "description": "`klimalogger <https://github.com/wuan/klimalogger>`_\n====================================================\n\n.. image:: https://badge.fury.io/gh/wuan%2Fklimalogger.svg\n    :alt: project on GitHub\n    :target: http://badge.fury.io/gh/wuan%2Fklimalogger\n.. image:: https://badge.fury.io/py/klimalogger.svg\n    :alt: PyPi-Package\n    :target: https://badge.fury.io/py/klimalogger\n.. image:: https://travis-ci.org/wuan/klimalogger.svg?branch=main\n    :alt: Build Status\n    :target: https://travis-ci.org/wuan/klimalogger\n.. image:: https://app.codacy.com/project/badge/Grade/143e5b4f902b4680a2b9fd6464736f6b\n    :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\n.. image:: https://app.codacy.com/project/badge/Coverage/143e5b4f902b4680a2b9fd6464736f6b\n    :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\n\nSimple python client for logging measured climate data to InfluxDb.\n\nAdditional dependencies\n-----------------------\n\n.. list-table:: Dependencies\n   :widths: 20 90\n   :header-rows: 1\n\n   * - Sensor Type\n     - Command\n   * - BME680\n     - ``pip3 install adafruit-circuitpython-bme680``\n   * - BMP085\n     - ``pip3 install Adafruit_BMP``\n   * - BMP3xx\n     - ``pip3 install adafruit-circuitpython-bmp3xx``\n   * - SGP30\n     - ``pip3 install adafruit-circuitpython-sgp30``\n   * - SGP40\n     - ``pip3 install adafruit-circuitpython-sgp40``\n   * - SHT1x (no I2C)\n     - download and install https://bitbucket.org/lunobili/rpisht1x.git\n   * - SHT4x\n     - ``pip3 install adafruit-circuitpython-sht4x``\n\nBuild and upload\n----------------\n\n.. code-block:: sh\n\n   python3 -m build\n   python3 -m pip install --upgrade twine\n   python3 -m twine upload dist/klimalogger-0.6.8.tar.gz\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Simple data logging client for InfluxDB",
    "version": "0.7.14",
    "project_urls": {
        "Bug Tracker": "https://github.com/wuan/klimalogger/issues",
        "Homepage": "https://github.com/wuan/klimalogger"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ace74d5ecb514d676c4c42b27c1234c1ec128d6b3c643462e377f00e5887a5e",
                "md5": "aa13f55a7cd557d95b05c66f03d17cce",
                "sha256": "98b6d3a5c91bc4940031bfa00876454fa4ab7fac142a5d747f1f69e969841f09"
            },
            "downloads": -1,
            "filename": "klimalogger-0.7.14.tar.gz",
            "has_sig": false,
            "md5_digest": "aa13f55a7cd557d95b05c66f03d17cce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 17573,
            "upload_time": "2024-01-28T10:41:37",
            "upload_time_iso_8601": "2024-01-28T10:41:37.957843Z",
            "url": "https://files.pythonhosted.org/packages/8a/ce/74d5ecb514d676c4c42b27c1234c1ec128d6b3c643462e377f00e5887a5e/klimalogger-0.7.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-28 10:41:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wuan",
    "github_project": "klimalogger",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "klimalogger"
}
        
Elapsed time: 0.18689s