debug-cmd


Namedebug-cmd JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/megmogmog1965/debug_cmd
SummaryDebug linux command error by using GPT/LLM.
upload_time2023-06-14 08:51:19
maintainer
docs_urlNone
authorYusuke Kawatsu
requires_python>=3
licenseMIT
keywords gpt debug
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # debug_cmd

## Installation

```shell
pip install debug_cmd
```

## How to use.

You need OpenAI key.

```shell
export OPENAI_API_KEY='your key'
```

Then,

```shell
debug_cmd ls /aaa
```

Or, if you want to use pipe `|` or redirect `>`, etc, you need to use -c option.

```shell
debug_cmd -c 'ls /aaa'
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/megmogmog1965/debug_cmd",
    "name": "debug-cmd",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "gpt debug",
    "author": "Yusuke Kawatsu",
    "author_email": "mail@sample.com",
    "download_url": "https://files.pythonhosted.org/packages/f9/8a/0283f211cb0d238f38c904db13e56abbeb248e09e01bb4a7b000540d97cb/debug_cmd-1.0.4.tar.gz",
    "platform": null,
    "description": "# debug_cmd\n\n## Installation\n\n```shell\npip install debug_cmd\n```\n\n## How to use.\n\nYou need OpenAI key.\n\n```shell\nexport OPENAI_API_KEY='your key'\n```\n\nThen,\n\n```shell\ndebug_cmd ls /aaa\n```\n\nOr, if you want to use pipe `|` or redirect `>`, etc, you need to use -c option.\n\n```shell\ndebug_cmd -c 'ls /aaa'\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Debug linux command error by using GPT/LLM.",
    "version": "1.0.4",
    "project_urls": {
        "Homepage": "https://github.com/megmogmog1965/debug_cmd"
    },
    "split_keywords": [
        "gpt",
        "debug"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18dc07f35d72dfa85ac2c4810930d858560ee2d4fdece90c1a82591270fe3d0f",
                "md5": "d912f922fa44fa8b3db3fad9cbe57ffe",
                "sha256": "39c45277cb89163e6c05b1ad3a8efda14028bbbec7f0a22ffb7f493bdcbb882f"
            },
            "downloads": -1,
            "filename": "debug_cmd-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d912f922fa44fa8b3db3fad9cbe57ffe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 5982,
            "upload_time": "2023-06-14T08:51:17",
            "upload_time_iso_8601": "2023-06-14T08:51:17.562218Z",
            "url": "https://files.pythonhosted.org/packages/18/dc/07f35d72dfa85ac2c4810930d858560ee2d4fdece90c1a82591270fe3d0f/debug_cmd-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f98a0283f211cb0d238f38c904db13e56abbeb248e09e01bb4a7b000540d97cb",
                "md5": "c92d672fd08c26f91c5c966b2d75c8a7",
                "sha256": "d64510d6c323a25e9648beaaf6166187ec56a8194d8b98d9f0006c41afda8f88"
            },
            "downloads": -1,
            "filename": "debug_cmd-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "c92d672fd08c26f91c5c966b2d75c8a7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 5483,
            "upload_time": "2023-06-14T08:51:19",
            "upload_time_iso_8601": "2023-06-14T08:51:19.102149Z",
            "url": "https://files.pythonhosted.org/packages/f9/8a/0283f211cb0d238f38c904db13e56abbeb248e09e01bb4a7b000540d97cb/debug_cmd-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-14 08:51:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "megmogmog1965",
    "github_project": "debug_cmd",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "debug-cmd"
}
        
Elapsed time: 0.63586s