kvhot


Namekvhot JSON
Version 2024.2.7 PyPI version JSON
download
home_page
SummaryAutomatically restarts the Kivy application whenever files within the project directory change.
upload_time2024-02-07 16:31:06
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT 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
```

*(Works on windows, linux and osx)*

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "kvhot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "kivy,kivymd,hotrestart,gui",
    "author": "",
    "author_email": "\"Kulothungan U.G\" <kulothunganug@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/17/12/ab9a08c2764d9937d3335a88b54eb51bb34f839ba8d939bf06dbc68682ea/kvhot-2024.2.7.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```\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.2.7",
    "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": "81ec8a9ff4113403c768ecd660ce7fc0022bcbbe8b39002f159fb6a78326d258",
                "md5": "321f14654eb15b085c8555ce46257e71",
                "sha256": "4fc038ea5632324d80195328ca357e70e3c2f32a704ec507f1e8f7532e28a33c"
            },
            "downloads": -1,
            "filename": "kvhot-2024.2.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "321f14654eb15b085c8555ce46257e71",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5339,
            "upload_time": "2024-02-07T16:31:04",
            "upload_time_iso_8601": "2024-02-07T16:31:04.449651Z",
            "url": "https://files.pythonhosted.org/packages/81/ec/8a9ff4113403c768ecd660ce7fc0022bcbbe8b39002f159fb6a78326d258/kvhot-2024.2.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1712ab9a08c2764d9937d3335a88b54eb51bb34f839ba8d939bf06dbc68682ea",
                "md5": "48c71333cc4da859023a8a57b6a006ad",
                "sha256": "597d9315c6d52eaa61b5a0638e4c81c83bb94182696b547c2f2b1b9862e3740d"
            },
            "downloads": -1,
            "filename": "kvhot-2024.2.7.tar.gz",
            "has_sig": false,
            "md5_digest": "48c71333cc4da859023a8a57b6a006ad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4590,
            "upload_time": "2024-02-07T16:31:06",
            "upload_time_iso_8601": "2024-02-07T16:31:06.630095Z",
            "url": "https://files.pythonhosted.org/packages/17/12/ab9a08c2764d9937d3335a88b54eb51bb34f839ba8d939bf06dbc68682ea/kvhot-2024.2.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-07 16:31:06",
    "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"
}
        
Elapsed time: 0.19430s