Name | yakindu-merge-py JSON |
Version |
0.0.2
JSON |
| download |
home_page | |
Summary | Divide and merge statecharts for easy collaboration |
upload_time | 2022-12-15 21:59:21 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.6 |
license | MIT License Copyright (c) 2022 Rein Spanjer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
yakindu
tool
merge
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
## YAKINDU Merge Tool
YAKINDU Statechart Tools is an Eclipse-based editor where you can create state machines and generate code from it.
Their documentation is found [here](https://www.itemis.com/en/yakindu/state-machine/)
This python tool helps collaboration within YAKINDU Statechart Tools. It introduces the possibility of using different components and a template to generate one final statechart.
In the different components, you can choose which parts are migrated.
The yakmerge tool is easily installed by running
```
pip install yakindu-merge-py
```
Afterwards you can invoke the following commando with the files that are in the example folder.
```
yakmerge -o ./example/final.ysc -t ./example/TrafficLightTemplate.ysc ./example/TrafficLightOn.ysc ./example/TrafficLightOff.ysc
```
Every component needs to have one composite state with the filename surrounded by underscores.
TrafficLightOn.ysc has a composite state with \_TrafficLightOn\_ and TrafficLightOff.ysc -> \_TrafficLightOff\_.
The template has two composite state. The template defines the interaction between the different components.
The final.ysc is produced. It is also possible to overwrite the template when omitting the -o option. But be aware that this overwrites the template file.
The definition is not migrated, each component needs to have a copy.
Raw data
{
"_id": null,
"home_page": "",
"name": "yakindu-merge-py",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "yakindu,tool,merge",
"author": "",
"author_email": "Rein Spanjer <contact@reinspanjer.nl>",
"download_url": "https://files.pythonhosted.org/packages/a1/95/9c548058f60cbff4fbf930d35855f1b7b698cd59c90988687732b0fac45e/yakindu-merge-py-0.0.2.tar.gz",
"platform": null,
"description": "## YAKINDU Merge Tool\n\nYAKINDU Statechart Tools is an Eclipse-based editor where you can create state machines and generate code from it. \nTheir documentation is found [here](https://www.itemis.com/en/yakindu/state-machine/)\n\nThis python tool helps collaboration within YAKINDU Statechart Tools. It introduces the possibility of using different components and a template to generate one final statechart.\nIn the different components, you can choose which parts are migrated. \n\nThe yakmerge tool is easily installed by running\n\n```\npip install yakindu-merge-py\n```\n\nAfterwards you can invoke the following commando with the files that are in the example folder.\n\n```\nyakmerge -o ./example/final.ysc -t ./example/TrafficLightTemplate.ysc ./example/TrafficLightOn.ysc ./example/TrafficLightOff.ysc\n```\n\nEvery component needs to have one composite state with the filename surrounded by underscores. \nTrafficLightOn.ysc has a composite state with \\_TrafficLightOn\\_ and TrafficLightOff.ysc -> \\_TrafficLightOff\\_. \nThe template has two composite state. The template defines the interaction between the different components. \n\nThe final.ysc is produced. It is also possible to overwrite the template when omitting the -o option. But be aware that this overwrites the template file. \n\nThe definition is not migrated, each component needs to have a copy.\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2022 Rein Spanjer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
"summary": "Divide and merge statecharts for easy collaboration",
"version": "0.0.2",
"split_keywords": [
"yakindu",
"tool",
"merge"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "844499f0d7c21a83e747996a7f4be95c",
"sha256": "48346888093a00c6d4fdf1f5e3710d6d358cf09fce08bbd0c70446a9ba68d770"
},
"downloads": -1,
"filename": "yakindu_merge_py-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "844499f0d7c21a83e747996a7f4be95c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 6173,
"upload_time": "2022-12-15T21:59:20",
"upload_time_iso_8601": "2022-12-15T21:59:20.398323Z",
"url": "https://files.pythonhosted.org/packages/41/34/ea8fb20c140bc4b1c684d9b44698dfd2bce539d6d965ba8ef7667c8cfad0/yakindu_merge_py-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "eaa12e64db243e39e423f85dde928130",
"sha256": "290839c990bbee5773ad10f06df31ea9c37a5d397869cbdc035f6808a9959fb5"
},
"downloads": -1,
"filename": "yakindu-merge-py-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "eaa12e64db243e39e423f85dde928130",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 5114,
"upload_time": "2022-12-15T21:59:21",
"upload_time_iso_8601": "2022-12-15T21:59:21.789828Z",
"url": "https://files.pythonhosted.org/packages/a1/95/9c548058f60cbff4fbf930d35855f1b7b698cd59c90988687732b0fac45e/yakindu-merge-py-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-15 21:59:21",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "yakindu-merge-py"
}