repo-to-llm


Namerepo-to-llm JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryCLI tool to convert a code repository into LLM-friendly markdown
upload_time2025-07-17 07:26:14
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License Copyright (c) 2025 Luca Bottero Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords cli llm markdown codebase repo repository
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # repo-to-llm

CLI tool to convert a code repository into LLM-friendly markdown.

## Installation

```bash
pip install repo-to-llm
````

## Usage

```bash
repo-to-llm /path/to/your/repo > output.md
```

## Contributing

Contributions are welcome. Please open issues or pull requests on GitHub.

## License

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "repo-to-llm",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "cli, llm, markdown, codebase, repo, repository",
    "author": null,
    "author_email": "Luca Bottero <lucabottero99@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/0f/11/b81592fad18ffee09e149aa4fbf718ea0515c7e6768b29ba45b44e0779a3/repo_to_llm-0.1.1.tar.gz",
    "platform": null,
    "description": "# repo-to-llm\n\nCLI tool to convert a code repository into LLM-friendly markdown.\n\n## Installation\n\n```bash\npip install repo-to-llm\n````\n\n## Usage\n\n```bash\nrepo-to-llm /path/to/your/repo > output.md\n```\n\n## Contributing\n\nContributions are welcome. Please open issues or pull requests on GitHub.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n",
    "bugtrack_url": null,
    "license": "MIT License\n        \n        Copyright (c) 2025 Luca Bottero\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        SOFTWARE.\n        ",
    "summary": "CLI tool to convert a code repository into LLM-friendly markdown",
    "version": "0.1.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/luca-bottero/repo-to-llm/issues",
        "Homepage": "https://github.com/luca-bottero/repo-to-llm",
        "Repository": "https://github.com/luca-bottero/repo-to-llm"
    },
    "split_keywords": [
        "cli",
        " llm",
        " markdown",
        " codebase",
        " repo",
        " repository"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "604ac92e3eeee71fd366512483d21e1680d8d8c88d6bcbb2f08df639aff2ff1f",
                "md5": "7e824049db90447d2735c8df7e5c1e22",
                "sha256": "1a94d274da50c279e212a6ef8b0378c2500d43761aa526381ef1b871b818f25a"
            },
            "downloads": -1,
            "filename": "repo_to_llm-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7e824049db90447d2735c8df7e5c1e22",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7513,
            "upload_time": "2025-07-17T07:26:13",
            "upload_time_iso_8601": "2025-07-17T07:26:13.566113Z",
            "url": "https://files.pythonhosted.org/packages/60/4a/c92e3eeee71fd366512483d21e1680d8d8c88d6bcbb2f08df639aff2ff1f/repo_to_llm-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0f11b81592fad18ffee09e149aa4fbf718ea0515c7e6768b29ba45b44e0779a3",
                "md5": "3a80f925856f2b5541214e5c51f01dfd",
                "sha256": "cb04ec2048fa55d804018eb94cf2ee05124c63ad94858a02bd4b8b12e37dea1c"
            },
            "downloads": -1,
            "filename": "repo_to_llm-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3a80f925856f2b5541214e5c51f01dfd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 7827,
            "upload_time": "2025-07-17T07:26:14",
            "upload_time_iso_8601": "2025-07-17T07:26:14.955395Z",
            "url": "https://files.pythonhosted.org/packages/0f/11/b81592fad18ffee09e149aa4fbf718ea0515c7e6768b29ba45b44e0779a3/repo_to_llm-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-17 07:26:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "luca-bottero",
    "github_project": "repo-to-llm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "repo-to-llm"
}
        
Elapsed time: 1.80212s