gptify


Namegptify JSON
Version 0.3.4 PyPI version JSON
download
home_pageNone
SummaryConvert code repos into an LLM prompt-friendly format. Forked from https://github.com/zackees/gptrepo
upload_time2024-05-15 05:42:59
maintainerNone
docs_urlNone
authorWilder Lopes
requires_python<4.0,>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # gptify

This is a fork of [gptrepo](https://github.com/zackess/gptrepo) by zackees. This repo
implements features that are specific to its utilization inside the [miniogre devtool](https://github.com/ogre-run/miniogre).

Usage
```python
pip install gptify
gptify  # now output_gptify.txt should appear in the current directory
```

This tool concatenates through all the files in the repo and adds ai prompts which can be used for chat gpt conversations.

Simply open up the file, copy and paste it into the chat gpt window and then ask your question about the code.

`gptify` is a command-line tool that converts the contents of a Git repository into a text format, preserving the structure of the files and file contents. The generated output can be interpreted by AI language models, allowing them to process the repository's contents for various tasks, such as code review or documentation generation.

## Contributing

As of writing, development in the original repo seems to have been paused. This fork
implements very specific for use with miniogre.

Feel free to submit contributions, however, we might be slow to answer to PRs.

## License
This project is licensed under the MIT License - see the LICENSE file for details.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "gptify",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Wilder Lopes",
    "author_email": "wilder@ogre.run",
    "download_url": "https://files.pythonhosted.org/packages/e6/94/0514d5bddeda84a7a5771a9b8e591331fe9bd871e56a4407bd1cc331c695/gptify-0.3.4.tar.gz",
    "platform": null,
    "description": "# gptify\n\nThis is a fork of [gptrepo](https://github.com/zackess/gptrepo) by zackees. This repo\nimplements features that are specific to its utilization inside the [miniogre devtool](https://github.com/ogre-run/miniogre).\n\nUsage\n```python\npip install gptify\ngptify  # now output_gptify.txt should appear in the current directory\n```\n\nThis tool concatenates through all the files in the repo and adds ai prompts which can be used for chat gpt conversations.\n\nSimply open up the file, copy and paste it into the chat gpt window and then ask your question about the code.\n\n`gptify` is a command-line tool that converts the contents of a Git repository into a text format, preserving the structure of the files and file contents. The generated output can be interpreted by AI language models, allowing them to process the repository's contents for various tasks, such as code review or documentation generation.\n\n## Contributing\n\nAs of writing, development in the original repo seems to have been paused. This fork\nimplements very specific for use with miniogre.\n\nFeel free to submit contributions, however, we might be slow to answer to PRs.\n\n## License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Convert code repos into an LLM prompt-friendly format. Forked from https://github.com/zackees/gptrepo",
    "version": "0.3.4",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b0a2c93125a181b7b90915772cf326d5a1385b8ded078a809d609af0f8c0a825",
                "md5": "35b717c5269b160a102e63923f041955",
                "sha256": "bc0677a65e73e8a83616d806da5be4de0873a86af313b4656a1c2f448a429a54"
            },
            "downloads": -1,
            "filename": "gptify-0.3.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "35b717c5269b160a102e63923f041955",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 4210,
            "upload_time": "2024-05-15T05:42:58",
            "upload_time_iso_8601": "2024-05-15T05:42:58.723142Z",
            "url": "https://files.pythonhosted.org/packages/b0/a2/c93125a181b7b90915772cf326d5a1385b8ded078a809d609af0f8c0a825/gptify-0.3.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6940514d5bddeda84a7a5771a9b8e591331fe9bd871e56a4407bd1cc331c695",
                "md5": "97dd4f1b98fc537e5dc00d8bb566c08d",
                "sha256": "941a3489e3b65ee7c64212547faf5bf5e91b7b9f88e81f7b2ed35e97ba0b9798"
            },
            "downloads": -1,
            "filename": "gptify-0.3.4.tar.gz",
            "has_sig": false,
            "md5_digest": "97dd4f1b98fc537e5dc00d8bb566c08d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 3142,
            "upload_time": "2024-05-15T05:42:59",
            "upload_time_iso_8601": "2024-05-15T05:42:59.695804Z",
            "url": "https://files.pythonhosted.org/packages/e6/94/0514d5bddeda84a7a5771a9b8e591331fe9bd871e56a4407bd1cc331c695/gptify-0.3.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-15 05:42:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "gptify"
}
        
Elapsed time: 0.25429s