cmon


Namecmon JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/NicRiv/cmon
Summarycmon is a utility that will monitor for any changes in your code and automatically restart them
upload_time2023-03-11 20:56:27
maintainer
docs_urlNone
authornicriv
requires_python
licenseMIT
keywords utilities testing c cpp monitor
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cmon

cmon is a utility that will monitor for any changes in your Python code and automatically restart them.

## Start
```
cmon -f index.py
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NicRiv/cmon",
    "name": "cmon",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "utilities,testing,c,cpp,monitor",
    "author": "nicriv",
    "author_email": "nicriv.dev@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/80/49/d0f9a0c985afab42db2dbdbb4f8c31cfd71e14f1881ffb91c111eac67cbb/cmon-0.1.0.tar.gz",
    "platform": null,
    "description": "# cmon\n\ncmon is a utility that will monitor for any changes in your Python code and automatically restart them.\n\n## Start\n```\ncmon -f index.py\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "cmon is a utility that will monitor for any changes in your code and automatically restart them",
    "version": "0.1.0",
    "split_keywords": [
        "utilities",
        "testing",
        "c",
        "cpp",
        "monitor"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bfed3915777d0914b7a257bb840f46514bf15a90b70f9925d8ef0f252c35f3d0",
                "md5": "9307c5b4edc886dce74fa1dd83c0f70e",
                "sha256": "7418028030ef5433af7ce74789e52fee5da7adecf3b04d04aff1d7372f97a90a"
            },
            "downloads": -1,
            "filename": "cmon-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9307c5b4edc886dce74fa1dd83c0f70e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2823,
            "upload_time": "2023-03-11T20:56:25",
            "upload_time_iso_8601": "2023-03-11T20:56:25.303852Z",
            "url": "https://files.pythonhosted.org/packages/bf/ed/3915777d0914b7a257bb840f46514bf15a90b70f9925d8ef0f252c35f3d0/cmon-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8049d0f9a0c985afab42db2dbdbb4f8c31cfd71e14f1881ffb91c111eac67cbb",
                "md5": "19e0909e92bddad4dc9a86e171a610fe",
                "sha256": "9d45666f05c530eda529a1917ab4f621dd8f3342ba92a005c502de5eaaf38bae"
            },
            "downloads": -1,
            "filename": "cmon-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "19e0909e92bddad4dc9a86e171a610fe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2444,
            "upload_time": "2023-03-11T20:56:27",
            "upload_time_iso_8601": "2023-03-11T20:56:27.061914Z",
            "url": "https://files.pythonhosted.org/packages/80/49/d0f9a0c985afab42db2dbdbb4f8c31cfd71e14f1881ffb91c111eac67cbb/cmon-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-11 20:56:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "NicRiv",
    "github_project": "cmon",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "cmon"
}
        
Elapsed time: 0.06679s