t-bug-catcher


Namet-bug-catcher JSON
Version 0.6.7 PyPI version JSON
download
home_pagehttps://www.thoughtful.ai/
SummaryBug catcher
upload_time2025-02-14 18:29:36
maintainerNone
docs_urlNone
authorThoughtful
requires_python>=3.9
licenseNone
keywords t_bug_catcher
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            t-bug-catcher
==============

Description
-----------
The `t-bug-catcher` package is a bug reporting tool that allows users to easily submit bug reports for the application.

Installation
------------
You can install the `t-bug-catcher` package using pip:

.. code-block:: bash

    pip install t-bug-catcher

Usage
-----
To use the bug catcher in your application, import the package and initialize it:

.. code-block:: python

    from t_bug_catcher import report_error
    ...
    try:
        ...
    except Exception:
        report_error()

Configuration
-------------
You can configure the bug catcher by passing options during initialization:

.. code-block:: python
    
    from t_bug_catcher import configure
    ...
    configure.jira(
        login="JIRA_LOGIN",
        api_token="JIRA_API_TOKEN",
        project_key="PROJECT_NAME",
    )
    configure.bugsnag(
        api_token="BUGSNAG_API_TOKEN",
    )

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.thoughtful.ai/",
    "name": "t-bug-catcher",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "t_bug_catcher",
    "author": "Thoughtful",
    "author_email": "support@thoughtful.ai",
    "download_url": "https://files.pythonhosted.org/packages/29/73/3a44746a145f8c2ce91c592bdf6fa9af146aa1c3fd544399363375cbdd57/t_bug_catcher-0.6.7.tar.gz",
    "platform": null,
    "description": "t-bug-catcher\n==============\n\nDescription\n-----------\nThe `t-bug-catcher` package is a bug reporting tool that allows users to easily submit bug reports for the application.\n\nInstallation\n------------\nYou can install the `t-bug-catcher` package using pip:\n\n.. code-block:: bash\n\n    pip install t-bug-catcher\n\nUsage\n-----\nTo use the bug catcher in your application, import the package and initialize it:\n\n.. code-block:: python\n\n    from t_bug_catcher import report_error\n    ...\n    try:\n        ...\n    except Exception:\n        report_error()\n\nConfiguration\n-------------\nYou can configure the bug catcher by passing options during initialization:\n\n.. code-block:: python\n    \n    from t_bug_catcher import configure\n    ...\n    configure.jira(\n        login=\"JIRA_LOGIN\",\n        api_token=\"JIRA_API_TOKEN\",\n        project_key=\"PROJECT_NAME\",\n    )\n    configure.bugsnag(\n        api_token=\"BUGSNAG_API_TOKEN\",\n    )\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Bug catcher",
    "version": "0.6.7",
    "project_urls": {
        "Homepage": "https://www.thoughtful.ai/"
    },
    "split_keywords": [
        "t_bug_catcher"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "29733a44746a145f8c2ce91c592bdf6fa9af146aa1c3fd544399363375cbdd57",
                "md5": "04c5c69c06c49d13138bd3a25f307634",
                "sha256": "51de9406d2b195578a33ddc018d6146e4c412aeb0fd887ad5bd5cfa84ab56079"
            },
            "downloads": -1,
            "filename": "t_bug_catcher-0.6.7.tar.gz",
            "has_sig": false,
            "md5_digest": "04c5c69c06c49d13138bd3a25f307634",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 20684,
            "upload_time": "2025-02-14T18:29:36",
            "upload_time_iso_8601": "2025-02-14T18:29:36.878167Z",
            "url": "https://files.pythonhosted.org/packages/29/73/3a44746a145f8c2ce91c592bdf6fa9af146aa1c3fd544399363375cbdd57/t_bug_catcher-0.6.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-14 18:29:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "t-bug-catcher"
}
        
Elapsed time: 1.52550s