radonpy


Nameradonpy JSON
Version 0.2.3 PyPI version JSON
download
home_pagehttps://github.com/lopsided98/radonpy
SummaryTools to communicate with the RadonEye RD200 radon detector
upload_time2023-09-10 16:32:00
maintainer
docs_urlNone
authorBen Wolsieffer
requires_python
licenseApache License 2.0
keywords radon radoneye
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # RadonPy
### Tools to communicate with the RadonEye RD200 radon detector

RadonPy provides a Python library for communicating with the [RadonEye RD200](http://radonftlab.com/radon-sensor-product/radon-detector/rd200/) radon detector over Bluetooth Low Energy, as well as a command line program to read sensor values and configure settings.

Note that devices newer than November 2021 are not currently supported. They switched from an Nordic nRF5x to an ESP32 and changed the protocol, and I don't have new hardware to test.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lopsided98/radonpy",
    "name": "radonpy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "radon,radoneye",
    "author": "Ben Wolsieffer",
    "author_email": "benwolsieffer@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c1/13/e706b59d1be2cca2b6114ca948f82e69382e97d93805cb3dc0ea250aa6b4/radonpy-0.2.3.tar.gz",
    "platform": null,
    "description": "# RadonPy\n### Tools to communicate with the RadonEye RD200 radon detector\n\nRadonPy provides a Python library for communicating with the [RadonEye RD200](http://radonftlab.com/radon-sensor-product/radon-detector/rd200/) radon detector over Bluetooth Low Energy, as well as a command line program to read sensor values and configure settings.\n\nNote that devices newer than November 2021 are not currently supported. They switched from an Nordic nRF5x to an ESP32 and changed the protocol, and I don't have new hardware to test.\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Tools to communicate with the RadonEye RD200 radon detector",
    "version": "0.2.3",
    "project_urls": {
        "Homepage": "https://github.com/lopsided98/radonpy"
    },
    "split_keywords": [
        "radon",
        "radoneye"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7df18999afd6891b6f1b92f32992db78d0560802954f00be78a95fdee344721",
                "md5": "ad36f829619c4a178bffcb9f4f15f021",
                "sha256": "6aef6c7fe125af873b07a9ce9bb7a36f11c08f2083fd03190075c7bbb414147b"
            },
            "downloads": -1,
            "filename": "radonpy-0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ad36f829619c4a178bffcb9f4f15f021",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8879,
            "upload_time": "2023-09-10T16:31:58",
            "upload_time_iso_8601": "2023-09-10T16:31:58.544993Z",
            "url": "https://files.pythonhosted.org/packages/a7/df/18999afd6891b6f1b92f32992db78d0560802954f00be78a95fdee344721/radonpy-0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c113e706b59d1be2cca2b6114ca948f82e69382e97d93805cb3dc0ea250aa6b4",
                "md5": "d7d09fa6f50fa12b1f0597646908f56f",
                "sha256": "024d23b4309fc8752932f0e3cca358080481747cab29b8aab991281ce6148321"
            },
            "downloads": -1,
            "filename": "radonpy-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "d7d09fa6f50fa12b1f0597646908f56f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8898,
            "upload_time": "2023-09-10T16:32:00",
            "upload_time_iso_8601": "2023-09-10T16:32:00.005713Z",
            "url": "https://files.pythonhosted.org/packages/c1/13/e706b59d1be2cca2b6114ca948f82e69382e97d93805cb3dc0ea250aa6b4/radonpy-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-10 16:32:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lopsided98",
    "github_project": "radonpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "radonpy"
}
        
Elapsed time: 0.11666s