Skip to main content

Load GitHub repository contents as LLM fragments

Project description

llm-fragments-github

PyPI Changelog Tests License

Load GitHub repository contents as fragments

Installation

Install this plugin in the same environment as LLM.

llm install llm-fragments-github

Usage

Use -f github:user/repo to include every text file from the specified GitHub repo as a fragment. For example:

llm -f github:simonw/files-to-prompt 'suggest new features for this tool'

Ue -f issue:user/repo/number to include the combined Markdown text of a specific issue. For example:

llm -f https://raw.githubusercontent.com/simonw/llm-fragments-github/refs/tags/0.1/llm_fragments_github.py \
  -f issue:simonw/llm-fragments-github/3 \
  'Propose an implementation for this issue'

The issue: prefix can also accept a URL to a GitHub issue, for example:

llm -f issue:https://github.com/simonw/llm-fragments-github/issues/3 \
  'muse on this a bit'

Set an API token in the environment variable GITHUB_TOKEN to access private repositories or increase your rate limit.

Use -f pr:user/repo/number to load the Markdown text and diff for a specified pull request. This also accepts a URL to a pull request.

llm -f pr:simonw/llm-fragments-github/9 'code review'

Both issue: and pr: will attempt to expand any URLs to code blocks to include that code as part of the exported Markdown. #12

Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:

cd llm-fragments-github
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

llm install -e '.[test]'

To run the tests:

python -m pytest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

llm_fragments_github-0.4.tar.gz (10.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

llm_fragments_github-0.4-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

Details for the file llm_fragments_github-0.4.tar.gz.

File metadata

  • Download URL: llm_fragments_github-0.4.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for llm_fragments_github-0.4.tar.gz
Algorithm Hash digest
SHA256 dd4a3a8e7ed9a40645ade3c4b10fd2f1566b46a49b5e0f35e417ecf38a7d6c5f
MD5 bdca9e317f93d49ede0622a22423bc7b
BLAKE2b-256 7da3e141d23655ae243c81c2ce3b8617086a450d67ac6143cb868f6f3096bc55

See more details on using hashes here.

Provenance

The following attestation bundles were made for llm_fragments_github-0.4.tar.gz:

Publisher: publish.yml on simonw/llm-fragments-github

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file llm_fragments_github-0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for llm_fragments_github-0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 679fe037481f2091b31754b652efe655a13d4456cb25fc4a99616819e7f89b39
MD5 10d9a9e7fe8426a5db10ff00e1f3d0ce
BLAKE2b-256 dfaa2f2c344059fadcf5175a8663704bc0889aadc78e88a2b581ba80de3b5f65

See more details on using hashes here.

Provenance

The following attestation bundles were made for llm_fragments_github-0.4-py3-none-any.whl:

Publisher: publish.yml on simonw/llm-fragments-github

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page