Name | xaal.dummy JSON |
Version |
0.3
JSON |
| download |
home_page | None |
Summary | xAAL dummy devices |
upload_time | 2024-07-16 20:39:04 |
maintainer | None |
docs_url | None |
author | None |
requires_python | None |
license | GPL License |
keywords |
xaal
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
xaal.dummy
==========
This package provides some dummy (fake) devices for the xAAL Project. It is intended to be used for testing purposes.
Usage
-----
Run the module to see the available devices and how to run them.
.. code:: bash
python -m xaal.dummy
================= xAAL dummy devices =================
This package contains some fake lamps, power_relay, and bots:
- lamp: a simple lamp implementation
- lamp_minimal: a simple lamp using schema devices
- power_relay: a power relay
- temperature: a fake temperature sensor
- autobot: a bot than send turn_on/off and set_brightness
- asyncbot: same as autobot with asyncio
To run a module simply call: python -m xaal.dummy.module
Example: python -m xaal.dummy.lamp 8e1495cc-b98b-11eb-8432-d6bd5fe18736
All modules accept their address (uuid) as argument. Autobot uuid is the
lamp's address to switch.
Here a simple example to run a lamp:
.. code:: bash
python -m xaal.dummy.lamp 8e1495cc-b98b-11eb-8432-d6bd5fe18736
Raw data
{
"_id": null,
"home_page": null,
"name": "xaal.dummy",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "xaal",
"author": null,
"author_email": "Jerome Kerdreux <Jerome.Kerdreux@imt-atlantique.fr>",
"download_url": "https://files.pythonhosted.org/packages/36/51/87fb0d0b5c6b1078a36a51e25e658e7b1f32d095cf63101a3ec74e6f7e5e/xaal_dummy-0.3.tar.gz",
"platform": null,
"description": "xaal.dummy\n==========\nThis package provides some dummy (fake) devices for the xAAL Project. It is intended to be used for testing purposes.\n\nUsage\n-----\nRun the module to see the available devices and how to run them.\n\n .. code:: bash\n\n python -m xaal.dummy\n ================= xAAL dummy devices =================\n\n This package contains some fake lamps, power_relay, and bots:\n - lamp: a simple lamp implementation\n - lamp_minimal: a simple lamp using schema devices\n - power_relay: a power relay\n - temperature: a fake temperature sensor\n - autobot: a bot than send turn_on/off and set_brightness\n - asyncbot: same as autobot with asyncio\n\n\n To run a module simply call: python -m xaal.dummy.module\n Example: python -m xaal.dummy.lamp 8e1495cc-b98b-11eb-8432-d6bd5fe18736\n\n All modules accept their address (uuid) as argument. Autobot uuid is the\n lamp's address to switch.\n\nHere a simple example to run a lamp:\n\n .. code:: bash\n\n python -m xaal.dummy.lamp 8e1495cc-b98b-11eb-8432-d6bd5fe18736\n",
"bugtrack_url": null,
"license": "GPL License",
"summary": "xAAL dummy devices",
"version": "0.3",
"project_urls": {
"Documentation": "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/entry/code/Python/branches/0.7/devices/tests/dummy/README.rst",
"Homepage": "https://recherche.imt-atlantique.fr/xaal/",
"Source": "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/tests/dummy"
},
"split_keywords": [
"xaal"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cc54c186590e8d7e66373b3f4c40d9624cf812c09f8e23ea547b437a88e34168",
"md5": "55238d52519de0bcbebedfec4e3fa244",
"sha256": "d84789cc30efcb6fb90d0f34147a3b0a4f3116d06fb27de293c6951be97ca4d7"
},
"downloads": -1,
"filename": "xaal.dummy-0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "55238d52519de0bcbebedfec4e3fa244",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 6570,
"upload_time": "2024-07-16T20:39:03",
"upload_time_iso_8601": "2024-07-16T20:39:03.067406Z",
"url": "https://files.pythonhosted.org/packages/cc/54/c186590e8d7e66373b3f4c40d9624cf812c09f8e23ea547b437a88e34168/xaal.dummy-0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "365187fb0d0b5c6b1078a36a51e25e658e7b1f32d095cf63101a3ec74e6f7e5e",
"md5": "b839e36ea574863aab6bcddb72d89222",
"sha256": "5def23584d66887a20e49abd73aa0d44be7e625da681a8d018a1c2e3ab531e16"
},
"downloads": -1,
"filename": "xaal_dummy-0.3.tar.gz",
"has_sig": false,
"md5_digest": "b839e36ea574863aab6bcddb72d89222",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4490,
"upload_time": "2024-07-16T20:39:04",
"upload_time_iso_8601": "2024-07-16T20:39:04.819751Z",
"url": "https://files.pythonhosted.org/packages/36/51/87fb0d0b5c6b1078a36a51e25e658e7b1f32d095cf63101a3ec74e6f7e5e/xaal_dummy-0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-16 20:39:04",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "xaal.dummy"
}