Codebugger


NameCodebugger JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryCodebugger explains the buggy code in simple terms and offers ways to fix the code.
upload_time2023-03-28 20:42:12
maintainer
docs_urlNone
authorGabriel Cha
requires_python
license
keywords python debugger gpt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Codebugger

Codebugger explains the buggy code in simple terms and offers ways to fix the code.
This takes away hours of frustration by helping you understand the root cause of the error, helping to clear up any misconceptions, and saving you time. Debugger uses gpt language model from Openai. 


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "Codebugger",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,debugger,gpt",
    "author": "Gabriel Cha",
    "author_email": "gcha@ucsd.edu",
    "download_url": "https://files.pythonhosted.org/packages/4a/02/adff29e1230974100d317e28f10fb34fdb45acfc1dd4590c6c3f7d1a6fc7/Codebugger-0.0.1.tar.gz",
    "platform": null,
    "description": "\n# Codebugger\n\nCodebugger explains the buggy code in simple terms and offers ways to fix the code.\nThis takes away hours of frustration by helping you understand the root cause of the error, helping to clear up any misconceptions, and saving you time. Debugger uses gpt language model from Openai. \n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Codebugger explains the buggy code in simple terms and offers ways to fix the code.",
    "version": "0.0.1",
    "split_keywords": [
        "python",
        "debugger",
        "gpt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d85bdd46d06535a27626368f98fe82e7b9de4d5460f13a4a87ee8157371157af",
                "md5": "62d2ec7c6f3c8e7a8eba57061b4c6060",
                "sha256": "d1c817bf0d51d66d3d18177d67acbc4ca300c189b0c654e04b09957fb6380fb6"
            },
            "downloads": -1,
            "filename": "Codebugger-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "62d2ec7c6f3c8e7a8eba57061b4c6060",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3467,
            "upload_time": "2023-03-28T20:42:10",
            "upload_time_iso_8601": "2023-03-28T20:42:10.880271Z",
            "url": "https://files.pythonhosted.org/packages/d8/5b/dd46d06535a27626368f98fe82e7b9de4d5460f13a4a87ee8157371157af/Codebugger-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a02adff29e1230974100d317e28f10fb34fdb45acfc1dd4590c6c3f7d1a6fc7",
                "md5": "f253de25b4f51bd1a225ab99a0939451",
                "sha256": "fbc79dfa198c27fc2987ac7b69eac662b9c24e3ffe52accc72800f5f57c5546a"
            },
            "downloads": -1,
            "filename": "Codebugger-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f253de25b4f51bd1a225ab99a0939451",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3200,
            "upload_time": "2023-03-28T20:42:12",
            "upload_time_iso_8601": "2023-03-28T20:42:12.601814Z",
            "url": "https://files.pythonhosted.org/packages/4a/02/adff29e1230974100d317e28f10fb34fdb45acfc1dd4590c6c3f7d1a6fc7/Codebugger-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-28 20:42:12",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "codebugger"
}
        
Elapsed time: 0.05627s