git-autocommit


Namegit-autocommit JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/technoabsurdist/autocommit
SummaryA tool to automatically generate Git commit messages using local LLMs
upload_time2024-09-10 00:36:44
maintainerNone
docs_urlNone
authorEmilio
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            while working my last job i often had trouble making good commit
messages.

the goal is to create a minimal cli tool which takes in the git diff and adds and commits the changes with a solid commit message

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/technoabsurdist/autocommit",
    "name": "git-autocommit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Emilio",
    "author_email": "andere.emi@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/da/96/3b7d606a3de8b9256e2fc45a5c964b1939e31f4eed47cfa0e7f514f8d120/git_autocommit-0.1.0.tar.gz",
    "platform": null,
    "description": "while working my last job i often had trouble making good commit\nmessages.\n\nthe goal is to create a minimal cli tool which takes in the git diff and adds and commits the changes with a solid commit message\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A tool to automatically generate Git commit messages using local LLMs",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/technoabsurdist/autocommit"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "649e6377ff93d9bea1093a81bd7f41e0f6b09751a4c226fa0f9d1b0df80af2a1",
                "md5": "8fec7f8281dc8a461a66897efa27db70",
                "sha256": "3886af182d3439a73f233bd4f163ae316c4cb80a2050fd92bf7bc30723c474fc"
            },
            "downloads": -1,
            "filename": "git_autocommit-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8fec7f8281dc8a461a66897efa27db70",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3258,
            "upload_time": "2024-09-10T00:36:43",
            "upload_time_iso_8601": "2024-09-10T00:36:43.267002Z",
            "url": "https://files.pythonhosted.org/packages/64/9e/6377ff93d9bea1093a81bd7f41e0f6b09751a4c226fa0f9d1b0df80af2a1/git_autocommit-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da963b7d606a3de8b9256e2fc45a5c964b1939e31f4eed47cfa0e7f514f8d120",
                "md5": "1e7310b87670dcf6ae90685f0ada8f35",
                "sha256": "2f1b68ceff6be266ae610c446b69cc3a2aa5b5ac9a08e35f3e2a735ec3a2b343"
            },
            "downloads": -1,
            "filename": "git_autocommit-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1e7310b87670dcf6ae90685f0ada8f35",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2710,
            "upload_time": "2024-09-10T00:36:44",
            "upload_time_iso_8601": "2024-09-10T00:36:44.847057Z",
            "url": "https://files.pythonhosted.org/packages/da/96/3b7d606a3de8b9256e2fc45a5c964b1939e31f4eed47cfa0e7f514f8d120/git_autocommit-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-10 00:36:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "technoabsurdist",
    "github_project": "autocommit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "git-autocommit"
}
        
Elapsed time: 0.65935s