aiotsl2591


Nameaiotsl2591 JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://gitlab.com/n23/aiotsl2591
Summaryaiotsl2591 - TSL2591 sensor asyncio library
upload_time2024-09-06 22:23:23
maintainerNone
docs_urlNone
authorArtur Wroblewski
requires_python>=3.12
licenseGPLv3+
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            `aiotsl2591` is a Python 3 module to read data asynchronously from TSL2591
luminosity 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/aiotsl2591",
    "name": "aiotsl2591",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": "Artur Wroblewski",
    "author_email": "wrobell@riseup.net",
    "download_url": "https://files.pythonhosted.org/packages/ad/6b/5adfe7ab35ce82ba49a8c4c7a1647694dcb5d3221dd9c15de53d38fd4560/aiotsl2591-0.3.0.tar.gz",
    "platform": null,
    "description": "`aiotsl2591` is a Python 3 module to read data asynchronously from TSL2591\nluminosity 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": "aiotsl2591 - TSL2591 sensor asyncio library",
    "version": "0.3.0",
    "project_urls": {
        "Bug tracker": "https://gitlab.com/n23/aiotsl2591/issues",
        "Code": "https://gitlab.com/n23/aiotsl2591",
        "Homepage": "https://gitlab.com/n23/aiotsl2591"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad6b5adfe7ab35ce82ba49a8c4c7a1647694dcb5d3221dd9c15de53d38fd4560",
                "md5": "bb6e11cce16009265b7c3fd43e7db5cb",
                "sha256": "62fe60f862d19159972feceb017236194b7a37ee856c9b7ea275467aa67c8079"
            },
            "downloads": -1,
            "filename": "aiotsl2591-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bb6e11cce16009265b7c3fd43e7db5cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 96386,
            "upload_time": "2024-09-06T22:23:23",
            "upload_time_iso_8601": "2024-09-06T22:23:23.701751Z",
            "url": "https://files.pythonhosted.org/packages/ad/6b/5adfe7ab35ce82ba49a8c4c7a1647694dcb5d3221dd9c15de53d38fd4560/aiotsl2591-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-06 22:23:23",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "n23",
    "gitlab_project": "aiotsl2591",
    "lcname": "aiotsl2591"
}
        
Elapsed time: 0.34650s