lokoguard-crashlytic


Namelokoguard-crashlytic JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/lokoguard/lokoguard-crashlytics-python
SummaryThis library is to send logs of application to lokoguard crashlytics service
upload_time2024-02-13 11:28:39
maintainer
docs_urlNone
authorLokoguard
requires_python>=3.10
licenseMIT
keywords software development crashlytics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Lokoguard Crashlytics SDK

This SDK will help to capture all the uncaught exceptions and as well as log known exceptions to lokoguard.

**Available methods -**
- manager.set_creds("<base_url>", "<auth_token>")
- manager.set_additional_info({<app_info_in_json>})
- manager.log_exception(<exception>)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lokoguard/lokoguard-crashlytics-python",
    "name": "lokoguard-crashlytic",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "software development crashlytics",
    "author": "Lokoguard",
    "author_email": "lokogaurd@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4f/e5/12113a432b1289e2492984f3a9259613a411038a725bec7b495e830f54af/lokoguard_crashlytic-1.0.0.tar.gz",
    "platform": null,
    "description": "# Lokoguard Crashlytics SDK\n\nThis SDK will help to capture all the uncaught exceptions and as well as log known exceptions to lokoguard.\n\n**Available methods -**\n- manager.set_creds(\"<base_url>\", \"<auth_token>\")\n- manager.set_additional_info({<app_info_in_json>})\n- manager.log_exception(<exception>)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This library is to send logs of application to lokoguard crashlytics service",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/lokoguard/lokoguard-crashlytics-python"
    },
    "split_keywords": [
        "software",
        "development",
        "crashlytics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4fe512113a432b1289e2492984f3a9259613a411038a725bec7b495e830f54af",
                "md5": "7867e981184fe530110fdea50dd3d1be",
                "sha256": "fa368ca3f23744d9054de188dbb20bc26cc0a681964e3f6ed42484197115531b"
            },
            "downloads": -1,
            "filename": "lokoguard_crashlytic-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7867e981184fe530110fdea50dd3d1be",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 2734,
            "upload_time": "2024-02-13T11:28:39",
            "upload_time_iso_8601": "2024-02-13T11:28:39.062507Z",
            "url": "https://files.pythonhosted.org/packages/4f/e5/12113a432b1289e2492984f3a9259613a411038a725bec7b495e830f54af/lokoguard_crashlytic-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-13 11:28:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lokoguard",
    "github_project": "lokoguard-crashlytics-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "lokoguard-crashlytic"
}
        
Elapsed time: 0.18502s