aiobme280


Nameaiobme280 JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://gitlab.com/n23/aiobme280
Summaryaiobme280 - BME280 sensor asyncio library
upload_time2024-09-06 22:24:07
maintainerNone
docs_urlNone
authorArtur Wroblewski
requires_python>=3.9
licenseGPLv3+
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            `aiobme280` is a Python 3 module to read data asynchronously from BME280
environmental sensor.

Features

- asynchronous sensor data read using Python asyncio coroutines, which
  allows to read multiple sensors in parallel without using threads
- sensor is put into sleep mode to minimize power consumption after data is
  read

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/n23/aiobme280",
    "name": "aiobme280",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Artur Wroblewski",
    "author_email": "wrobell@riseup.net",
    "download_url": "https://files.pythonhosted.org/packages/59/60/114237670f8f97433cf639e92340122503b1ec1756c06298da2d4e86de05/aiobme280-0.4.0.tar.gz",
    "platform": null,
    "description": "`aiobme280` is a Python 3 module to read data asynchronously from BME280\nenvironmental sensor.\n\nFeatures\n\n- asynchronous sensor data read using Python asyncio coroutines, which\n  allows to read multiple sensors in parallel without using threads\n- sensor is put into sleep mode to minimize power consumption after data is\n  read\n",
    "bugtrack_url": null,
    "license": "GPLv3+",
    "summary": "aiobme280 - BME280 sensor asyncio library",
    "version": "0.4.0",
    "project_urls": {
        "Bug tracker": "https://gitlab.com/n23/aiobme280/issues",
        "Code": "https://gitlab.com/n23/aiobme280",
        "Homepage": "https://gitlab.com/n23/aiobme280"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5960114237670f8f97433cf639e92340122503b1ec1756c06298da2d4e86de05",
                "md5": "147968917d72f3233ab851c01b88eb65",
                "sha256": "1a6844df52f91b05fdb9bbd10f85983d0b6a4b0d31d432ce4b77e8eb41add6fb"
            },
            "downloads": -1,
            "filename": "aiobme280-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "147968917d72f3233ab851c01b88eb65",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 107484,
            "upload_time": "2024-09-06T22:24:07",
            "upload_time_iso_8601": "2024-09-06T22:24:07.111066Z",
            "url": "https://files.pythonhosted.org/packages/59/60/114237670f8f97433cf639e92340122503b1ec1756c06298da2d4e86de05/aiobme280-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-06 22:24:07",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "n23",
    "gitlab_project": "aiobme280",
    "lcname": "aiobme280"
}
        
Elapsed time: 1.14614s