Flask-Opsgenie


NameFlask-Opsgenie JSON
Version 0.4.4 PyPI version JSON
download
home_pagehttps://github.com/djmgit/flask-opsgenie
SummaryOpsgenie extension for Flask
upload_time2023-10-04 09:31:49
maintainer
docs_urlNone
authorDeepjyoti Mondal
requires_python
license
keywords alerting flask web reliability devops
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Flask-Opsgenie
---------------

An easy to use Opsgenie extension for flask. Allows user
to raise an opsgenie alert on unwanted response status code,
increased response latency and on unhandled exception thrown
by routes.
With flask-opsgenie, you will no more have to add alerting
logic to your code manually, rather all you need to do is configure
this extension with different alert conditions and attributes.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/djmgit/flask-opsgenie",
    "name": "Flask-Opsgenie",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Alerting,flask,web,Reliability,DevOps",
    "author": "Deepjyoti Mondal",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/6b/60/b79f3e3d4e83d53fa951d1466174e0f706df24aeb451c3815c89d2583696/Flask-Opsgenie-0.4.4.tar.gz",
    "platform": "any",
    "description": "\nFlask-Opsgenie\n---------------\n\nAn easy to use Opsgenie extension for flask. Allows user\nto raise an opsgenie alert on unwanted response status code,\nincreased response latency and on unhandled exception thrown\nby routes.\nWith flask-opsgenie, you will no more have to add alerting\nlogic to your code manually, rather all you need to do is configure\nthis extension with different alert conditions and attributes.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Opsgenie extension for Flask",
    "version": "0.4.4",
    "project_urls": {
        "Download": "https://github.com/djmgit/flask-opsgenie/archive/refs/tags/v0.4.4.tar.gz",
        "Homepage": "https://github.com/djmgit/flask-opsgenie"
    },
    "split_keywords": [
        "alerting",
        "flask",
        "web",
        "reliability",
        "devops"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b60b79f3e3d4e83d53fa951d1466174e0f706df24aeb451c3815c89d2583696",
                "md5": "03c68504e7e1d963ddf0cad6a10f2863",
                "sha256": "5e1f28018a84f13d7972dfdebfdf10af98198fb092c12704d3d9df2523cc03aa"
            },
            "downloads": -1,
            "filename": "Flask-Opsgenie-0.4.4.tar.gz",
            "has_sig": false,
            "md5_digest": "03c68504e7e1d963ddf0cad6a10f2863",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13762,
            "upload_time": "2023-10-04T09:31:49",
            "upload_time_iso_8601": "2023-10-04T09:31:49.258641Z",
            "url": "https://files.pythonhosted.org/packages/6b/60/b79f3e3d4e83d53fa951d1466174e0f706df24aeb451c3815c89d2583696/Flask-Opsgenie-0.4.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-04 09:31:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "djmgit",
    "github_project": "flask-opsgenie",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "flask-opsgenie"
}
        
Elapsed time: 0.12508s