ai-git-utils


Nameai-git-utils JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryAI git utils is an intelligent Git commit assistant that leverages AI to enhance your Git workflow.
upload_time2025-01-09 04:45:30
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords ai aigit git
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AI Git Utils

AI git utils is an intelligent Git commit assistant that leverages AI to enhance your Git workflow.
It provides smart commit message generation and emoji selection to make your version control process more efficient and expressive.


![](https://raw.githubusercontent.com/twn39/aigit/main/screen.png)

## Features

- AI-powered commit message generation
- Interactive emoji selection for commit messages
- Multiple AI model support with easy configuration

## Installation

```bash
pip install ai-git-utils
```

## Usage

Generate AI-assisted commit message

``` 
aigit commit
```

Check the help

``` 
aigit --help
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ai-git-utils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "curry tang <twn39@163.com>",
    "keywords": "ai, aigit, git",
    "author": null,
    "author_email": "curry tang <twn39@163.com>",
    "download_url": "https://files.pythonhosted.org/packages/32/8e/db1e3571efb6de293ce8a947c2f8ee7898696419bb56ca5b4bf1a9285bd1/ai_git_utils-0.3.0.tar.gz",
    "platform": null,
    "description": "# AI Git Utils\n\nAI git utils is an intelligent Git commit assistant that leverages AI to enhance your Git workflow.\nIt provides smart commit message generation and emoji selection to make your version control process more efficient and expressive.\n\n\n![](https://raw.githubusercontent.com/twn39/aigit/main/screen.png)\n\n## Features\n\n- AI-powered commit message generation\n- Interactive emoji selection for commit messages\n- Multiple AI model support with easy configuration\n\n## Installation\n\n```bash\npip install ai-git-utils\n```\n\n## Usage\n\nGenerate AI-assisted commit message\n\n``` \naigit commit\n```\n\nCheck the help\n\n``` \naigit --help\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "AI git utils is an intelligent Git commit assistant that leverages AI to enhance your Git workflow.",
    "version": "0.3.0",
    "project_urls": {
        "Documentation": "https://github.com/twn39/aigit",
        "Homepage": "https://github.com/twn39/aigit",
        "Repository": "https://github.com/twn39/aigit",
        "Source Code": "https://github.com/twn39/aigit"
    },
    "split_keywords": [
        "ai",
        " aigit",
        " git"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2cd468f13dee59eccb58d91506e17377481cabdcffa3fb13f826472b01098742",
                "md5": "2f0dcd6dee9fdc2ebf50c9c269a42db0",
                "sha256": "58ed38bd66102c2d6a966738abf63a78f8040e299833bb9fbf3fb1e51dcdd7db"
            },
            "downloads": -1,
            "filename": "ai_git_utils-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2f0dcd6dee9fdc2ebf50c9c269a42db0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 7702,
            "upload_time": "2025-01-09T04:45:25",
            "upload_time_iso_8601": "2025-01-09T04:45:25.843457Z",
            "url": "https://files.pythonhosted.org/packages/2c/d4/68f13dee59eccb58d91506e17377481cabdcffa3fb13f826472b01098742/ai_git_utils-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "328edb1e3571efb6de293ce8a947c2f8ee7898696419bb56ca5b4bf1a9285bd1",
                "md5": "b5deaa39c6ede118e308bab4e1ce330b",
                "sha256": "6b9bfa5ab576b8a9e0061d80a8c835074f727b401d56a4dbc35b60a6a69d8dbb"
            },
            "downloads": -1,
            "filename": "ai_git_utils-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b5deaa39c6ede118e308bab4e1ce330b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 287431,
            "upload_time": "2025-01-09T04:45:30",
            "upload_time_iso_8601": "2025-01-09T04:45:30.917555Z",
            "url": "https://files.pythonhosted.org/packages/32/8e/db1e3571efb6de293ce8a947c2f8ee7898696419bb56ca5b4bf1a9285bd1/ai_git_utils-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-09 04:45:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "twn39",
    "github_project": "aigit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ai-git-utils"
}
        
Elapsed time: 4.42069s