TheengsDecoder


NameTheengsDecoder JSON
Version 1.8.0 PyPI version JSON
download
home_pageNone
SummaryA message decoder for the Internet of Things
upload_time2024-11-14 09:00:59
maintainerNone
docs_urlNone
authorTheengs
requires_pythonNone
licenseGPL-3.0 License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Theengs Decoder

## dependencies
Building this module it requires scikit-build and cmake, if not already installed you will need to open a terminal and execute:
```
pip install scikit-build
apt-get install cmake
```

## installation

From a terminal cd to this folder and execute:
```
python setup.py install --user
```

## using

`import TheengsDecoder`

## methods

- `decodeBLE(string)` Returns a new string with the decoded data in json format or None.
- `getProperties('model_id string')` Returns the properties (string) of the given model ID or None
- `getAttribute('model_id string', 'attribute string')` Return the value (string) of named attrubte of the model ID or None.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "TheengsDecoder",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Theengs",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/22/9d/ee20306b0084b68f8e5761a54880d392dc029324a76cfcf414079f2c1a3f/TheengsDecoder-1.8.0.tar.gz",
    "platform": null,
    "description": "# Theengs Decoder\n\n## dependencies\nBuilding this module it requires scikit-build and cmake, if not already installed you will need to open a terminal and execute:\n```\npip install scikit-build\napt-get install cmake\n```\n\n## installation\n\nFrom a terminal cd to this folder and execute:\n```\npython setup.py install --user\n```\n\n## using\n\n`import TheengsDecoder`\n\n## methods\n\n- `decodeBLE(string)` Returns a new string with the decoded data in json format or None.\n- `getProperties('model_id string')` Returns the properties (string) of the given model ID or None\n- `getAttribute('model_id string', 'attribute string')` Return the value (string) of named attrubte of the model ID or None.\n",
    "bugtrack_url": null,
    "license": "GPL-3.0 License",
    "summary": "A message decoder for the Internet of Things",
    "version": "1.8.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "229dee20306b0084b68f8e5761a54880d392dc029324a76cfcf414079f2c1a3f",
                "md5": "049f5abd736f05ba60e57b5a0bc905b6",
                "sha256": "3f4d4935647e98e31016d10ee1e962252ef12bd8cfe7e5e4901857a1f90a4036"
            },
            "downloads": -1,
            "filename": "TheengsDecoder-1.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "049f5abd736f05ba60e57b5a0bc905b6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 302595,
            "upload_time": "2024-11-14T09:00:59",
            "upload_time_iso_8601": "2024-11-14T09:00:59.362929Z",
            "url": "https://files.pythonhosted.org/packages/22/9d/ee20306b0084b68f8e5761a54880d392dc029324a76cfcf414079f2c1a3f/TheengsDecoder-1.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-14 09:00:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "theengsdecoder"
}
        
Elapsed time: 2.30388s