gigacommit


Namegigacommit JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://git.dntsk.dev/DNTSK/gigacommit
Summarygigacommit generates commit message with GigaChat
upload_time2024-03-25 08:51:08
maintainerNone
docs_urlNone
authorDmitriy Lyalyuev
requires_pythonNone
licenseMIT
keywords ssh aws devops sysadmin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Generate commit messages with GigaChat

## Installing

The easiest way to install `gigacommit` is to use pip3:

    $ pip3 install gigacommit

or from sources:

    $ git clone https://git.dntsk.dev/DNTSK/gigacommit.git
    $ cd gigacommit
    $ python3 setup.py install

## Usage

Export GIGACHAT_TOKEN with authentication data:

```
export GIGACHAT_TOKEN="PASSYOURAUTHDATAHERE=="
```

Now you may stage your changes in git and run:

```
gigachat
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://git.dntsk.dev/DNTSK/gigacommit",
    "name": "gigacommit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "ssh aws devops sysadmin",
    "author": "Dmitriy Lyalyuev",
    "author_email": "info@dntsk.dev",
    "download_url": "https://files.pythonhosted.org/packages/11/fb/933771d366716d905ea72afacdbe72db86aa6c72171bc5e924670fed791d/gigacommit-0.1.1.tar.gz",
    "platform": null,
    "description": "# Generate commit messages with GigaChat\n\n## Installing\n\nThe easiest way to install `gigacommit` is to use pip3:\n\n    $ pip3 install gigacommit\n\nor from sources:\n\n    $ git clone https://git.dntsk.dev/DNTSK/gigacommit.git\n    $ cd gigacommit\n    $ python3 setup.py install\n\n## Usage\n\nExport GIGACHAT_TOKEN with authentication data:\n\n```\nexport GIGACHAT_TOKEN=\"PASSYOURAUTHDATAHERE==\"\n```\n\nNow you may stage your changes in git and run:\n\n```\ngigachat\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "gigacommit generates commit message with GigaChat",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://git.dntsk.dev/DNTSK/gigacommit"
    },
    "split_keywords": [
        "ssh",
        "aws",
        "devops",
        "sysadmin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "44c02f39a86ab5afc993f40dc92d065c3dccb22c9e7f8040cab26ec29c199baa",
                "md5": "35eaba919072b2167361da96d58c19f0",
                "sha256": "8af6fb3f16c979d306edfb9f716d53c6ac2f2cbc843add4529a7169cfd2d2d15"
            },
            "downloads": -1,
            "filename": "gigacommit-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "35eaba919072b2167361da96d58c19f0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4195,
            "upload_time": "2024-03-25T08:51:07",
            "upload_time_iso_8601": "2024-03-25T08:51:07.161315Z",
            "url": "https://files.pythonhosted.org/packages/44/c0/2f39a86ab5afc993f40dc92d065c3dccb22c9e7f8040cab26ec29c199baa/gigacommit-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11fb933771d366716d905ea72afacdbe72db86aa6c72171bc5e924670fed791d",
                "md5": "3c44a67b1fcb5bc919b38238d3c85c6f",
                "sha256": "bd3486d7b27da6df50b2199345872053bc2ec2d3e58d033224af56bf66d94f4f"
            },
            "downloads": -1,
            "filename": "gigacommit-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3c44a67b1fcb5bc919b38238d3c85c6f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3330,
            "upload_time": "2024-03-25T08:51:08",
            "upload_time_iso_8601": "2024-03-25T08:51:08.716643Z",
            "url": "https://files.pythonhosted.org/packages/11/fb/933771d366716d905ea72afacdbe72db86aa6c72171bc5e924670fed791d/gigacommit-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-25 08:51:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "gigacommit"
}
        
Elapsed time: 0.21766s