llm-editcode


Namellm-editcode JSON
Version 0.2 PyPI version JSON
download
home_pageNone
SummaryUse LLM to edit source files
upload_time2025-01-20 03:21:44
maintainerNone
docs_urlNone
authorIlia Choly
requires_pythonNone
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LLM-EDITCODE

> An [llm](https://llm.datasette.io/en/stable/) plugin for editing code files.

## Install:

```
llm install llm-editcode
```

## Usage:

```
llm editcode -f README.md "improve the formatting"
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "llm-editcode",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Ilia Choly",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ce/e7/d1809c1afab56b1901e68c2679c3a0d8ff27f1d1bce44ebaf2c1ef1da211/llm_editcode-0.2.tar.gz",
    "platform": null,
    "description": "# LLM-EDITCODE\n\n> An [llm](https://llm.datasette.io/en/stable/) plugin for editing code files.\n\n## Install:\n\n```\nllm install llm-editcode\n```\n\n## Usage:\n\n```\nllm editcode -f README.md \"improve the formatting\"\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Use LLM to edit source files",
    "version": "0.2",
    "project_urls": {
        "CI": "https://github.com/icholy/llm-editcode/actions",
        "Homepage": "https://github.com/icholy/llm-editcode",
        "Issues": "https://github.com/icholy/llm-editcode/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e2c23a95332e36119f3e0f142c34a101fe02e48150d8afd5c4995162f40a3ff7",
                "md5": "106d89e053c283c3f9db65c9f54ec910",
                "sha256": "22c89a70689c2674bf99eb035ee2d576b48633a281727eb9111902084177e02b"
            },
            "downloads": -1,
            "filename": "llm_editcode-0.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "106d89e053c283c3f9db65c9f54ec910",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 8031,
            "upload_time": "2025-01-20T03:21:43",
            "upload_time_iso_8601": "2025-01-20T03:21:43.619105Z",
            "url": "https://files.pythonhosted.org/packages/e2/c2/3a95332e36119f3e0f142c34a101fe02e48150d8afd5c4995162f40a3ff7/llm_editcode-0.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cee7d1809c1afab56b1901e68c2679c3a0d8ff27f1d1bce44ebaf2c1ef1da211",
                "md5": "0847324eb0dd9125898fdb95b8981993",
                "sha256": "6f010bf32172b9c19520631fa40aa9dc7f9d255d24ba9c5e0cbe813b73fabb37"
            },
            "downloads": -1,
            "filename": "llm_editcode-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0847324eb0dd9125898fdb95b8981993",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7615,
            "upload_time": "2025-01-20T03:21:44",
            "upload_time_iso_8601": "2025-01-20T03:21:44.496718Z",
            "url": "https://files.pythonhosted.org/packages/ce/e7/d1809c1afab56b1901e68c2679c3a0d8ff27f1d1bce44ebaf2c1ef1da211/llm_editcode-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-20 03:21:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "icholy",
    "github_project": "llm-editcode",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "llm-editcode"
}
        
Elapsed time: 0.44231s