Name | sim-sensors JSON |
Version |
0.4.1
JSON |
| download |
home_page | |
Summary | A collection of classes that simulate IoT sensors |
upload_time | 2023-09-11 14:00:06 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.9 |
license | |
keywords |
simulated
sensors
iot
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
### sim_sensors
This is an educational python package that holds classes intended to simulate sensors. The sensors are those you would find in a typical IoT lab or home project.
The objects created can be placed in seperate threads and spun up to spit out values. You can use the created values to demonstrate data visualisation and analysis skills. Or store them in a database and practice sql operations.
Please check the code for additional comments that describe how the various components work.
## Contributing
Want to contribute? Check out our [contributor guidelines](CONTRIBUTING.md)!
Raw data
{
"_id": null,
"home_page": "",
"name": "sim-sensors",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "",
"keywords": "simulated,sensors,iot",
"author": "",
"author_email": "Ivan \u0160ari\u0107 <ivan@path-variable.com>, BlasePanda <58369256+BlasePanda@users.noreply.github.com>",
"download_url": "https://files.pythonhosted.org/packages/8e/a0/89c95efa26fb2db7c58423caccb43287d443879b0ef3ccae42f6a899cc1d/sim_sensors-0.4.1.tar.gz",
"platform": null,
"description": "### sim_sensors\n\nThis is an educational python package that holds classes intended to simulate sensors. The sensors are those you would find in a typical IoT lab or home project.\n\nThe objects created can be placed in seperate threads and spun up to spit out values. You can use the created values to demonstrate data visualisation and analysis skills. Or store them in a database and practice sql operations.\n\nPlease check the code for additional comments that describe how the various components work.\n\n\n## Contributing\n\nWant to contribute? Check out our [contributor guidelines](CONTRIBUTING.md)!\n",
"bugtrack_url": null,
"license": "",
"summary": "A collection of classes that simulate IoT sensors",
"version": "0.4.1",
"project_urls": {
"Homepage": "https://github.com/isaric/sim_sensors"
},
"split_keywords": [
"simulated",
"sensors",
"iot"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6d3e5e80b4235af8d80f6a027c6bafd89193e820cba878f4e383024a9cc14b79",
"md5": "145023788b620484a1c0ecdba7334cf2",
"sha256": "e0f3155eb7e893f914d7d07b9dcd014e9f449a1d78dd8596ebbb6ecfb0dfc5ab"
},
"downloads": -1,
"filename": "sim_sensors-0.4.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "145023788b620484a1c0ecdba7334cf2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 7559,
"upload_time": "2023-09-11T14:00:04",
"upload_time_iso_8601": "2023-09-11T14:00:04.921056Z",
"url": "https://files.pythonhosted.org/packages/6d/3e/5e80b4235af8d80f6a027c6bafd89193e820cba878f4e383024a9cc14b79/sim_sensors-0.4.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8ea089c95efa26fb2db7c58423caccb43287d443879b0ef3ccae42f6a899cc1d",
"md5": "210313aa50a52a70c491d4b33753c1a1",
"sha256": "49e2fa9e6d7e3673817ad16de986a39fc2f9eb5f319279e2c0657ad437a89a4e"
},
"downloads": -1,
"filename": "sim_sensors-0.4.1.tar.gz",
"has_sig": false,
"md5_digest": "210313aa50a52a70c491d4b33753c1a1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 5270,
"upload_time": "2023-09-11T14:00:06",
"upload_time_iso_8601": "2023-09-11T14:00:06.425073Z",
"url": "https://files.pythonhosted.org/packages/8e/a0/89c95efa26fb2db7c58423caccb43287d443879b0ef3ccae42f6a899cc1d/sim_sensors-0.4.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-11 14:00:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "isaric",
"github_project": "sim_sensors",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "sim-sensors"
}