message-on-change


Namemessage-on-change JSON
Version 0.1.0 PyPI version JSON
download
home_page
Summarymessage_on_change
upload_time2024-01-25 20:11:49
maintainer
docs_urlNone
authorRūdolfs Driķis
requires_python
license
keywords python message_on_change pyside6
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1>message on change</h1> is a small python program, that lets you check if a url has changed since the starting of the script.
This can be useful for
<ul>
    <li>
        waiting some results on some website
    </li>
    <li>
        Monitoring the update schedule of some sites
    </li>
</ul>

if you install the package regularly it will probably not be available as a shell command
on your system, and instead be installed in the ``~/.local/bin`` directory, from witch based on your shell
configuration you cannot launch the application.

Install with sudo to resolve:

```commandline
$ sudo pip install message-on-change
```
after the installation you should have two new commands available

```commandline
$ message-on-change
```
and
```commandline
$ message-on-change-cli
```

<h1>The gui version</h1>
The gui version is based on qt and is very easy to navigate and work with.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "message-on-change",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,message_on_change,pyside6",
    "author": "R\u016bdolfs Dri\u0137is",
    "author_email": "drikisr@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e2/b1/4a791ae91422e7a22b6bca199906ec43d6ebcc325421f107d7c02e66759e/message_on_change-0.1.0.tar.gz",
    "platform": null,
    "description": "<h1>message on change</h1> is a small python program, that lets you check if a url has changed since the starting of the script.\nThis can be useful for\n<ul>\n    <li>\n        waiting some results on some website\n    </li>\n    <li>\n        Monitoring the update schedule of some sites\n    </li>\n</ul>\n\nif you install the package regularly it will probably not be available as a shell command\non your system, and instead be installed in the ``~/.local/bin`` directory, from witch based on your shell\nconfiguration you cannot launch the application.\n\nInstall with sudo to resolve:\n\n```commandline\n$ sudo pip install message-on-change\n```\nafter the installation you should have two new commands available\n\n```commandline\n$ message-on-change\n```\nand\n```commandline\n$ message-on-change-cli\n```\n\n<h1>The gui version</h1>\nThe gui version is based on qt and is very easy to navigate and work with.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "message_on_change",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "python",
        "message_on_change",
        "pyside6"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff0fa77180f88d755d46062251ffc939a0ca9a3a8c3d957e91728111d063bf3c",
                "md5": "419e05bc426c270e37d408b26d961281",
                "sha256": "854e9e53e4fb86dd40a19c91e90bab062569ee04e7181b417c35de3116ce16e4"
            },
            "downloads": -1,
            "filename": "message_on_change-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "419e05bc426c270e37d408b26d961281",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8283,
            "upload_time": "2024-01-25T20:11:48",
            "upload_time_iso_8601": "2024-01-25T20:11:48.726363Z",
            "url": "https://files.pythonhosted.org/packages/ff/0f/a77180f88d755d46062251ffc939a0ca9a3a8c3d957e91728111d063bf3c/message_on_change-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2b14a791ae91422e7a22b6bca199906ec43d6ebcc325421f107d7c02e66759e",
                "md5": "098654c2f982f98592597d698aa2623a",
                "sha256": "2bcfcb27b0e57fd043510c37b0b3f781a908d3fe4f016cf165e9e00812018387"
            },
            "downloads": -1,
            "filename": "message_on_change-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "098654c2f982f98592597d698aa2623a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6445,
            "upload_time": "2024-01-25T20:11:49",
            "upload_time_iso_8601": "2024-01-25T20:11:49.791460Z",
            "url": "https://files.pythonhosted.org/packages/e2/b1/4a791ae91422e7a22b6bca199906ec43d6ebcc325421f107d7c02e66759e/message_on_change-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-25 20:11:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "message-on-change"
}
        
Elapsed time: 0.16814s