gpt-ghostwriter


Namegpt-ghostwriter JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/iMerica/gpt-ghostwriter
SummarySummarizes commit messages for you automagically.
upload_time2023-03-26 10:36:46
maintainer
docs_urlNone
authorMichael
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ```
   __________  ______
  / ____/ __ \/_  __/
 / / __/ /_/ / / /   
/ /_/ / ____/ / /    
\____/_/     /_/     
                     
   ________  ______  ____________       ______  ____________________ 
  / ____/ / / / __ \/ ___/_  __/ |     / / __ \/  _/_  __/ ____/ __ \
 / / __/ /_/ / / / /\__ \ / /  | | /| / / /_/ // /  / / / __/ / /_/ /
/ /_/ / __  / /_/ /___/ // /   | |/ |/ / _, _// /  / / / /___/ _, _/ 
\____/_/ /_/\____//____//_/    |__/|__/_/ |_/___/ /_/ /_____/_/ |_|  

```


## Overview

This uses OpenAI's GPT LLM to write git commit summaries

        
## Setup

      export OPENAI_API_KEY=xxxxxxxxxxxxxxxxxx

### Usage        

      git commit -m "$(ghostwriter)"

### Example

      $ echo "test" > test.txt"
      $ git add test.txt
      $ ghostwriter
      "Adds a test.txt file to repo"


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/iMerica/gpt-ghostwriter",
    "name": "gpt-ghostwriter",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Michael",
    "author_email": "writemichaelmartinez@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a9/97/e933318181f6af982ca994df61d596504126e5e8075b91325b14d59b21fe/gpt-ghostwriter-1.0.4.tar.gz",
    "platform": "any",
    "description": "```\n   __________  ______\n  / ____/ __ \\/_  __/\n / / __/ /_/ / / /   \n/ /_/ / ____/ / /    \n\\____/_/     /_/     \n                     \n   ________  ______  ____________       ______  ____________________ \n  / ____/ / / / __ \\/ ___/_  __/ |     / / __ \\/  _/_  __/ ____/ __ \\\n / / __/ /_/ / / / /\\__ \\ / /  | | /| / / /_/ // /  / / / __/ / /_/ /\n/ /_/ / __  / /_/ /___/ // /   | |/ |/ / _, _// /  / / / /___/ _, _/ \n\\____/_/ /_/\\____//____//_/    |__/|__/_/ |_/___/ /_/ /_____/_/ |_|  \n\n```\n\n\n## Overview\n\nThis uses OpenAI's GPT LLM to write git commit summaries\n\n        \n## Setup\n\n      export OPENAI_API_KEY=xxxxxxxxxxxxxxxxxx\n\n### Usage        \n\n      git commit -m \"$(ghostwriter)\"\n\n### Example\n\n      $ echo \"test\" > test.txt\"\n      $ git add test.txt\n      $ ghostwriter\n      \"Adds a test.txt file to repo\"\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Summarizes commit messages for you automagically.",
    "version": "1.0.4",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a997e933318181f6af982ca994df61d596504126e5e8075b91325b14d59b21fe",
                "md5": "fb895968c86062f41a0c7c2023d49e48",
                "sha256": "6a9090b7de5f59801fdc73f33f6587f90cd2bb947795d2ab81d24aa9a098b01a"
            },
            "downloads": -1,
            "filename": "gpt-ghostwriter-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "fb895968c86062f41a0c7c2023d49e48",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14378,
            "upload_time": "2023-03-26T10:36:46",
            "upload_time_iso_8601": "2023-03-26T10:36:46.876846Z",
            "url": "https://files.pythonhosted.org/packages/a9/97/e933318181f6af982ca994df61d596504126e5e8075b91325b14d59b21fe/gpt-ghostwriter-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-26 10:36:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "iMerica",
    "github_project": "gpt-ghostwriter",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "gpt-ghostwriter"
}
        
Elapsed time: 0.15425s