pyshover


Namepyshover JSON
Version 0.0.5 PyPI version JSON
download
home_pageNone
SummaryQuickly send Pushover messages
upload_time2024-09-20 14:24:45
maintainerScott Walsh
docs_urlNone
authorScott Walsh
requires_python>=3.7
licenseNone
keywords pushover notifications
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyshover

A simple Pushover client

Install:

Library and script: `pip install pyshover`
Script only: `pipx install pyshover`


Sample Usage:

```python
from pushover import Pushover

po = Pushover(app_token="fake", user_token="fake", message="message",title="title")
po.send()
```

Make the call more simple by exporting `PUSHOVER_USER_TOKEN`,
`PUSHOVER_APP_TOKEN`, and, optionally, `PUSHOVER_DEVICE_TOKEN`

```python
from pushover import Pushover

po = Pushover(message="message",title="title")
po.send()
```

### Lineage

- <https://github.com/pix0r/pushover>
- <https://github.com/wyattjoh/pushover>
- This repo. There is most definitely no compatibility with previous repos now

## Shell script

For CLI arguments, use `pushover -h`

### Installing with `pipx`

- `pipx install pyshover` will leave you with an isolated binary called `pushover`
- Confirm your install with `pipx list` or `which pushover`


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyshover",
    "maintainer": "Scott Walsh",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "scott@invisiblethreat.ca",
    "keywords": "pushover, notifications",
    "author": "Scott Walsh",
    "author_email": "scott@invisiblethreat.ca",
    "download_url": "https://files.pythonhosted.org/packages/8e/3f/0655394169f3c1adabef966e9fb12442c33196618d1b3931123645725bb5/pyshover-0.0.5.tar.gz",
    "platform": null,
    "description": "# pyshover\n\nA simple Pushover client\n\nInstall:\n\nLibrary and script: `pip install pyshover`\nScript only: `pipx install pyshover`\n\n\nSample Usage:\n\n```python\nfrom pushover import Pushover\n\npo = Pushover(app_token=\"fake\", user_token=\"fake\", message=\"message\",title=\"title\")\npo.send()\n```\n\nMake the call more simple by exporting `PUSHOVER_USER_TOKEN`,\n`PUSHOVER_APP_TOKEN`, and, optionally, `PUSHOVER_DEVICE_TOKEN`\n\n```python\nfrom pushover import Pushover\n\npo = Pushover(message=\"message\",title=\"title\")\npo.send()\n```\n\n### Lineage\n\n- <https://github.com/pix0r/pushover>\n- <https://github.com/wyattjoh/pushover>\n- This repo. There is most definitely no compatibility with previous repos now\n\n## Shell script\n\nFor CLI arguments, use `pushover -h`\n\n### Installing with `pipx`\n\n- `pipx install pyshover` will leave you with an isolated binary called `pushover`\n- Confirm your install with `pipx list` or `which pushover`\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Quickly send Pushover messages",
    "version": "0.0.5",
    "project_urls": {
        "documentation": "https://github.com/invisiblethreat/pyshover/blob/main/README.md",
        "homepage": "https://github.com/invisiblethreat/pyshover",
        "repository": "https://github.com/invisiblethreat/pyshover"
    },
    "split_keywords": [
        "pushover",
        " notifications"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6407a4a7bb7c3b95a7c7e49089bfd56571919a703eb4b4330c72de97cb190f42",
                "md5": "840b87e18715ff04494bdcb0c1234074",
                "sha256": "c0b92849b51c0074f6aa2455bdf7716b235735fdddc9c5500b1ac727292293d9"
            },
            "downloads": -1,
            "filename": "pyshover-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "840b87e18715ff04494bdcb0c1234074",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4594,
            "upload_time": "2024-09-20T14:24:44",
            "upload_time_iso_8601": "2024-09-20T14:24:44.165315Z",
            "url": "https://files.pythonhosted.org/packages/64/07/a4a7bb7c3b95a7c7e49089bfd56571919a703eb4b4330c72de97cb190f42/pyshover-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e3f0655394169f3c1adabef966e9fb12442c33196618d1b3931123645725bb5",
                "md5": "42315d49aafcdf3e8b01f09942cb3cd2",
                "sha256": "573e6873b0e01d34e4a5bc5289605e4c9c3df71f45a97d3a2e6e7eb3627b3e1c"
            },
            "downloads": -1,
            "filename": "pyshover-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "42315d49aafcdf3e8b01f09942cb3cd2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3790,
            "upload_time": "2024-09-20T14:24:45",
            "upload_time_iso_8601": "2024-09-20T14:24:45.235014Z",
            "url": "https://files.pythonhosted.org/packages/8e/3f/0655394169f3c1adabef966e9fb12442c33196618d1b3931123645725bb5/pyshover-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-20 14:24:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "invisiblethreat",
    "github_project": "pyshover",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyshover"
}
        
Elapsed time: 0.37141s