README
llm-wrangler is a CLI utility to generate the code structure from the output of llm-generated content.
Installation
pip install llm-wrangler
Usage
-
use an LLM to generate code snippets (which may be scoped across multiple modules)
-
convert those code snippets into a suitable output format using
llm-wrangler prompt -
save the output to a temp file (e.g.
llm_output.txt) -
scaffold the code structure in your local dev environment using
llm-wrangler scaffold-output llm_output.txt output_folder -
run with
uv:
uv tool run llm-wrangler prompt
uv tool run llm-wrangler scaffold-output llm_output.txt output_folder
Development
- to publish to
pypi, configure token:
poetry config pypi-token.pypi ...
Future Scope
- integrate file marker templates
- integrate cookiecutter templates to conform project structure
- integrate direct access to LLM API's (remove reliance on web interfaces and temp files)
- ability to install dependencies needed for the environment (e.g. by loading
requirements.txt) - ability to create a git repository from the scaffolded output
- ability to create a github repository from the scaffolded output
- ability to publish the scaffolded output to a pypi repository (if it is a python package)
- ability to reference the input content as either a file path, a URL path, or the clipboard content
Release files for llm-wrangler 0.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| llm_wrangler-0.4.0.tar.gz | 4.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| llm_wrangler-0.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.9 kB
Release files / llm_wrangler-0.4.0.tar.gz
| Download URL | llm_wrangler-0.4.0.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c098aba4f8a97d29e1b20a6f220e31741fa07cbeecb8c4fc2a8caf615d00d823
|
|
BLAKE2b-256 checksum How to use checksums |
6d533bae5c9e139ff430615815fef44bc5c599ee6137d32bfb42d2b4ba1440e4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.6.1 CPython/3.11.7 Windows/10
|
Release files / llm_wrangler-0.4.0-py3-none-any.whl
| Download URL | llm_wrangler-0.4.0-py3-none-any.whl |
|---|---|
| Size | 5.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
064e27f779a9f9a9a20bcaab51a348cdec9fa252f146b0ef104d8ea5036fb996
|
|
BLAKE2b-256 checksum How to use checksums |
da7e33e1de898ba659bbcd9bc0a0c28a45df047d62a9903f8807f74236b86284
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.6.1 CPython/3.11.7 Windows/10
|