Name | ConsentiumThings JSON |
Version |
0.2
JSON |
| download |
home_page | |
Summary | Python API for uploading data to Consentium IoT cloud |
upload_time | 2024-02-25 07:30:11 |
maintainer | |
docs_url | None |
author | Consentium |
requires_python | |
license | |
keywords |
python
sensor
internet of things
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# ConsentiumThings
Python API to send and receive data for Consentium Cloud.
# Example usage
```python
ct = ConsentiumThings("board-key")
ct.begin_send("send-key")
ct.send_data([1, 2, 3, 4, 5], ['info1', 'info2', 'info3'])
ct.begin_receive("receive-key", recent=False)
print(ct.receive_data())
```
Raw data
{
"_id": null,
"home_page": "",
"name": "ConsentiumThings",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,sensor,internet of things",
"author": "Consentium",
"author_email": "<consentium.inc@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/e0/06/591e8268f757a22e092aa059233b93a2cbce6f9b3a5f03e96efc0560d936/ConsentiumThings-0.2.tar.gz",
"platform": null,
"description": "\n# ConsentiumThings\nPython API to send and receive data for Consentium Cloud.\n\n# Example usage\n\n```python\nct = ConsentiumThings(\"board-key\")\nct.begin_send(\"send-key\")\nct.send_data([1, 2, 3, 4, 5], ['info1', 'info2', 'info3'])\n\nct.begin_receive(\"receive-key\", recent=False)\nprint(ct.receive_data())\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "Python API for uploading data to Consentium IoT cloud",
"version": "0.2",
"project_urls": null,
"split_keywords": [
"python",
"sensor",
"internet of things"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "917e3c188b5e92ee4b6b846151d0dc2fec100ce3b5a69187458bdb700872331f",
"md5": "0adcb105683a85e1bb5f6757c614e3a2",
"sha256": "1544f5ae6e14e8da80ed4e1ed37d90d5eee105f94da2029892f26599587a7df7"
},
"downloads": -1,
"filename": "ConsentiumThings-0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0adcb105683a85e1bb5f6757c614e3a2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3475,
"upload_time": "2024-02-25T07:30:09",
"upload_time_iso_8601": "2024-02-25T07:30:09.637919Z",
"url": "https://files.pythonhosted.org/packages/91/7e/3c188b5e92ee4b6b846151d0dc2fec100ce3b5a69187458bdb700872331f/ConsentiumThings-0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e006591e8268f757a22e092aa059233b93a2cbce6f9b3a5f03e96efc0560d936",
"md5": "e0a9f19ac80cfa348a9dde7878685ad0",
"sha256": "162a912bf1dcc81ea62954a10143b3203c2f03a5a588b661cf47441a9773b4c2"
},
"downloads": -1,
"filename": "ConsentiumThings-0.2.tar.gz",
"has_sig": false,
"md5_digest": "e0a9f19ac80cfa348a9dde7878685ad0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3095,
"upload_time": "2024-02-25T07:30:11",
"upload_time_iso_8601": "2024-02-25T07:30:11.596121Z",
"url": "https://files.pythonhosted.org/packages/e0/06/591e8268f757a22e092aa059233b93a2cbce6f9b3a5f03e96efc0560d936/ConsentiumThings-0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-25 07:30:11",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "consentiumthings"
}