iqrfpy-iqd-diagnostics


Nameiqrfpy-iqd-diagnostics JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://gitlab.iqrf.org/open-source/iqrf-sdk/iqrfpy/iqrfpy-iqd-diagnostics
SummaryDiagnostics for iqrfpy
upload_time2024-06-11 06:47:13
maintainerNone
docs_urlNone
authorKarel Hanák
requires_python>=3.10
licenseApache-2.0
keywords iqrf
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## iqrfpy-iqd-diagnostics

An extension for [iqrfpy](https://pypi.org/project/iqrfpy/) for processing and interpreting IQD diagnostics data.

Diagnostics is a common data structure located in the permanent memory of all IQD devices,
which contains the result of the HW test of the device and other operational data that affect its correct operation.

## Quick start

Before installing the library, it is recommended to first create a virtual environment.
Virtual environments help isolate python installations as well as pip packages independent of the operating system.

A virtual environment can be created and launched using the following commands:

```bash
python3 -m venv <dir>
source <dir>/bin/activate
```

iqrfpy-iqd-diagnostics can be installed using the pip utility:

```bash
python3 -m pip install -U iqrfpy-iqd-diagnostics
```

Example use:
```python
from iqrfpy.ext.iqd_diagnostics import IqdDiagnostics

# get iqd_diagnostics data
data = ...

# parse into class
diagnostics = IqdDiagnostics(data=data)

# access values
diagnostics.beaming_cnt

# print formatted data
print(diagnostics.to_string())
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.iqrf.org/open-source/iqrf-sdk/iqrfpy/iqrfpy-iqd-diagnostics",
    "name": "iqrfpy-iqd-diagnostics",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "iqrf",
    "author": "Karel Han\u00e1k",
    "author_email": "karel.hanak@iqrf.org",
    "download_url": "https://files.pythonhosted.org/packages/d3/7b/5b4ee7b374a5706905b5e9c2ca4e542df3cf685ebcc5dc7f433eb59f8a1d/iqrfpy_iqd_diagnostics-0.1.3.tar.gz",
    "platform": null,
    "description": "## iqrfpy-iqd-diagnostics\n\nAn extension for [iqrfpy](https://pypi.org/project/iqrfpy/) for processing and interpreting IQD diagnostics data.\n\nDiagnostics is a common data structure located in the permanent memory of all IQD devices,\nwhich contains the result of the HW test of the device and other operational data that affect its correct operation.\n\n## Quick start\n\nBefore installing the library, it is recommended to first create a virtual environment.\nVirtual environments help isolate python installations as well as pip packages independent of the operating system.\n\nA virtual environment can be created and launched using the following commands:\n\n```bash\npython3 -m venv <dir>\nsource <dir>/bin/activate\n```\n\niqrfpy-iqd-diagnostics can be installed using the pip utility:\n\n```bash\npython3 -m pip install -U iqrfpy-iqd-diagnostics\n```\n\nExample use:\n```python\nfrom iqrfpy.ext.iqd_diagnostics import IqdDiagnostics\n\n# get iqd_diagnostics data\ndata = ...\n\n# parse into class\ndiagnostics = IqdDiagnostics(data=data)\n\n# access values\ndiagnostics.beaming_cnt\n\n# print formatted data\nprint(diagnostics.to_string())\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Diagnostics for iqrfpy",
    "version": "0.1.3",
    "project_urls": {
        "Changelog": "https://gitlab.iqrf.org/open-source/iqrf-sdk/iqrfpy/iqrfpy-iqd-diagnostics/-/blob/master/changelog.md",
        "Homepage": "https://gitlab.iqrf.org/open-source/iqrf-sdk/iqrfpy/iqrfpy-iqd-diagnostics",
        "Issue tracker": "https://gitlab.iqrf.org/open-source/iqrf-sdk/iqrfpy/iqrfpy-iqd-diagnostics/-/issues",
        "Source code": "https://gitlab.iqrf.org/open-source/iqrf-sdk/iqrfpy/iqrfpy-iqd-diagnostics"
    },
    "split_keywords": [
        "iqrf"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bcd4845bf79bd04954a6e119b1a201386768375140ac8f77a8862d26fe9370bb",
                "md5": "acf2686f6aab57b2cbc06740975bafa4",
                "sha256": "b36152502099423108b967bf2fae320207aa46c11931c96a9dd7df36c9987a78"
            },
            "downloads": -1,
            "filename": "iqrfpy_iqd_diagnostics-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "acf2686f6aab57b2cbc06740975bafa4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 11030,
            "upload_time": "2024-06-11T06:47:12",
            "upload_time_iso_8601": "2024-06-11T06:47:12.285178Z",
            "url": "https://files.pythonhosted.org/packages/bc/d4/845bf79bd04954a6e119b1a201386768375140ac8f77a8862d26fe9370bb/iqrfpy_iqd_diagnostics-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d37b5b4ee7b374a5706905b5e9c2ca4e542df3cf685ebcc5dc7f433eb59f8a1d",
                "md5": "1d5ae1d15ad8ce5c46680615f6247dd1",
                "sha256": "0a63f2f03a15a3738fc1e2379f753bd261704b276958a9ddbe48a2987bf298b0"
            },
            "downloads": -1,
            "filename": "iqrfpy_iqd_diagnostics-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1d5ae1d15ad8ce5c46680615f6247dd1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 9822,
            "upload_time": "2024-06-11T06:47:13",
            "upload_time_iso_8601": "2024-06-11T06:47:13.949388Z",
            "url": "https://files.pythonhosted.org/packages/d3/7b/5b4ee7b374a5706905b5e9c2ca4e542df3cf685ebcc5dc7f433eb59f8a1d/iqrfpy_iqd_diagnostics-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-11 06:47:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "iqrfpy-iqd-diagnostics"
}
        
Elapsed time: 2.14770s