Name | kvhot JSON |
Version |
2024.9.12
JSON |
| download |
home_page | None |
Summary | Automatically restarts the Kivy application whenever files within the project directory change. |
upload_time | 2024-09-21 03:31:01 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT License Copyright (c) 2022 Kulothungan U.G 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 |
kivy
kivymd
hotrestart
gui
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# kvhot
Automatically restarts the Kivy application whenever files within the project directory change.
No need to type `python main.py` each time, making a small change in the code 😄.
### Installation
`pip install kvhot`
### Demo
https://user-images.githubusercontent.com/63696279/200531463-4ca1bbec-11e0-49ef-ad5f-b9fcc23760ba.mp4
### Usage
```
usage: kvhot [-h] [--width WIDTH] [--height HEIGHT] [--top TOP] [--left LEFT] [-b BLACKLIST [BLACKLIST ...]] [-V] target_dir
Automatically restarts the Kivy application whenever files within the project's target directory change.
positional arguments:
target_dir directory of the entry-point (main.py) of the kivy application
options:
-h, --help show this help message and exit
--width WIDTH width of the window.
--height HEIGHT height of the window.
--top TOP top position of the window.
--left LEFT left position of the window.
-b BLACKLIST [BLACKLIST ...], --blacklist BLACKLIST [BLACKLIST ...]
exclude specific files/dirs from being monitored.
-V, --version show program's version number and exit
--app-args arguments to pass to the kivy application as a single quoted string, this will be split and passed on to the kivy application, example --app-args "arg1 arg2 --my-kwarg=value"
```
*(Works on windows, linux and osx)*
Raw data
{
"_id": null,
"home_page": null,
"name": "kvhot",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "kivy, kivymd, hotrestart, gui",
"author": null,
"author_email": "\"Kulothungan U.G\" <kulothunganug@gmail.com>, Alexander Hellier <alex.hellier@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/1f/6c/86c9e94b78ba577c1c8f730baa14032e6923aa91ccbd4052316945bb4bd6/kvhot-2024.9.12.tar.gz",
"platform": null,
"description": "# kvhot\n\nAutomatically restarts the Kivy application whenever files within the project directory change.\n\nNo need to type `python main.py` each time, making a small change in the code \ud83d\ude04.\n\n### Installation\n\n`pip install kvhot`\n\n### Demo\n\nhttps://user-images.githubusercontent.com/63696279/200531463-4ca1bbec-11e0-49ef-ad5f-b9fcc23760ba.mp4\n\n### Usage\n\n```\nusage: kvhot [-h] [--width WIDTH] [--height HEIGHT] [--top TOP] [--left LEFT] [-b BLACKLIST [BLACKLIST ...]] [-V] target_dir\n\nAutomatically restarts the Kivy application whenever files within the project's target directory change.\n\npositional arguments:\n target_dir directory of the entry-point (main.py) of the kivy application\n\noptions:\n -h, --help show this help message and exit\n --width WIDTH width of the window.\n --height HEIGHT height of the window.\n --top TOP top position of the window.\n --left LEFT left position of the window.\n -b BLACKLIST [BLACKLIST ...], --blacklist BLACKLIST [BLACKLIST ...]\n exclude specific files/dirs from being monitored.\n -V, --version show program's version number and exit\n --app-args arguments to pass to the kivy application as a single quoted string, this will be split and passed on to the kivy application, example --app-args \"arg1 arg2 --my-kwarg=value\"\n```\n\n*(Works on windows, linux and osx)*\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2022 Kulothungan U.G 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": "Automatically restarts the Kivy application whenever files within the project directory change.",
"version": "2024.9.12",
"project_urls": {
"Homepage": "https://github.com/kulothunganug/kvhot",
"Issues": "https://github.com/kulothunganug/issues"
},
"split_keywords": [
"kivy",
" kivymd",
" hotrestart",
" gui"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8eab8cf7d08029ce7e68eea90938df5dd2cc4f1a1d80a3764e48ae7a9f6dcbac",
"md5": "e6518d4c0b712738d7e3eed5f2321556",
"sha256": "701c5ba3915d1150b6c12a9eddbbaa84c183f3e8e906d971f421d7f7a8ed4a92"
},
"downloads": -1,
"filename": "kvhot-2024.9.12-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e6518d4c0b712738d7e3eed5f2321556",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 5628,
"upload_time": "2024-09-21T03:30:59",
"upload_time_iso_8601": "2024-09-21T03:30:59.972871Z",
"url": "https://files.pythonhosted.org/packages/8e/ab/8cf7d08029ce7e68eea90938df5dd2cc4f1a1d80a3764e48ae7a9f6dcbac/kvhot-2024.9.12-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1f6c86c9e94b78ba577c1c8f730baa14032e6923aa91ccbd4052316945bb4bd6",
"md5": "30c4cee5486c668117b721caac6e8950",
"sha256": "f985c8173bd587ee876213c99883aabe62ef94975964db6f69d469bbb654edbe"
},
"downloads": -1,
"filename": "kvhot-2024.9.12.tar.gz",
"has_sig": false,
"md5_digest": "30c4cee5486c668117b721caac6e8950",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4805,
"upload_time": "2024-09-21T03:31:01",
"upload_time_iso_8601": "2024-09-21T03:31:01.987037Z",
"url": "https://files.pythonhosted.org/packages/1f/6c/86c9e94b78ba577c1c8f730baa14032e6923aa91ccbd4052316945bb4bd6/kvhot-2024.9.12.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-21 03:31:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kulothunganug",
"github_project": "kvhot",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "kvhot"
}