pushover-util


Namepushover-util JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/chief8192/pushover-util
SummaryPython-based helper library for interacting with the Pushover API.
upload_time2025-01-22 13:42:10
maintainerNone
docs_urlNone
authorMatt Doyle
requires_python>=3.0
licenseMIT
keywords pushover
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pushover-util

Python-based helper library for interacting with the
[Pushover API](https://pushover.net/api).

## Installation

```shell
$ pip install pushover-util
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/chief8192/pushover-util",
    "name": "pushover-util",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": null,
    "keywords": "pushover",
    "author": "Matt Doyle",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/00/36/c5c40636ddbe0e306d8717b750ed09c45acf177f8f2c441f61d941bb5f2e/pushover_util-1.1.0.tar.gz",
    "platform": null,
    "description": "# pushover-util\n\nPython-based helper library for interacting with the\n[Pushover API](https://pushover.net/api).\n\n## Installation\n\n```shell\n$ pip install pushover-util\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python-based helper library for interacting with the Pushover API.",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/chief8192/pushover-util"
    },
    "split_keywords": [
        "pushover"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f51c4c6d8b58b42d760457843ed8caa24cf50777d7ba0e7c06abbdfc9dfec8d",
                "md5": "4e46ffa9366769be78300116498649c1",
                "sha256": "6a8adf33d74cfd6a86e0862740cdaf29ae982e15d3e8501ef42b822bc3513764"
            },
            "downloads": -1,
            "filename": "pushover_util-1.1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4e46ffa9366769be78300116498649c1",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.0",
            "size": 5212,
            "upload_time": "2025-01-22T13:42:09",
            "upload_time_iso_8601": "2025-01-22T13:42:09.678085Z",
            "url": "https://files.pythonhosted.org/packages/1f/51/c4c6d8b58b42d760457843ed8caa24cf50777d7ba0e7c06abbdfc9dfec8d/pushover_util-1.1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0036c5c40636ddbe0e306d8717b750ed09c45acf177f8f2c441f61d941bb5f2e",
                "md5": "ad80c4b6973c8dfe0e67fe60f94c14d3",
                "sha256": "54e28731456fcda6dc279aa965c40981cf1f1b326517dc2ca51c97a5d6070f41"
            },
            "downloads": -1,
            "filename": "pushover_util-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ad80c4b6973c8dfe0e67fe60f94c14d3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0",
            "size": 3535,
            "upload_time": "2025-01-22T13:42:10",
            "upload_time_iso_8601": "2025-01-22T13:42:10.619055Z",
            "url": "https://files.pythonhosted.org/packages/00/36/c5c40636ddbe0e306d8717b750ed09c45acf177f8f2c441f61d941bb5f2e/pushover_util-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-22 13:42:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chief8192",
    "github_project": "pushover-util",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pushover-util"
}
        
Elapsed time: 0.39825s