A plugin for LLM that enables proper plugin management when installed via uv tool.
Project description
llm-uv-tool
A plugin for LLM that provides integration when installing LLM as a uv tool.
Requirements
- Python 3.10, 3.11, 3.12, 3.13
- uv
Installation
uv install --with llm-uv-tool llm
Usage
This plugin overrides two built-in LLM commands:
llm installllm uninstall
These modified commands use uv tool install with appropriate flags instead of pip, maintaining a list of installed plugins to ensure they're properly managed within uv's environment.
Why use this?
When you install LLM as a standalone CLI tool using uv's tool feature (uv tool install llm), the standard plugin installation mechanism (which uses pip) doesn't play well with uv's isolated environment approach.
This plugin attempts to solve that problem by:
- Tracking which plugins you've installed
- Ensuring those plugins are preserved when installing/uninstalling
- Providing a consistent installation experience that works with uv's tool system
- Maintaining the same API and user experience as the built-in LLM install/uninstall commands
Using this plugin helps ensure your LLM plugins remain properly installed when using uv's tool system.
License
llm-uv-tool is licensed under the MIT license. See the LICENSE file for more information.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llm_uv_tool-0.1.1.tar.gz.
File metadata
- Download URL: llm_uv_tool-0.1.1.tar.gz
- Upload date:
- Size: 36.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e773197924a8da8c0dbd411b9c1b0175f1f791d776cb43c562d52c46ac1629b
|
|
| MD5 |
df7bea024900fc647c378b5158771436
|
|
| BLAKE2b-256 |
1a9a37b9b30f3d7f4c84b2405fe60d731431bd7e31d44949c26a5a8940e765b9
|
File details
Details for the file llm_uv_tool-0.1.1-py3-none-any.whl.
File metadata
- Download URL: llm_uv_tool-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e63665d239b32d93d8abc67bb9452eb20c174dd76649ddc37108bc48be3c4b55
|
|
| MD5 |
d0a6e9ba8e3449bbb53346b11afe0997
|
|
| BLAKE2b-256 |
6b5d1e6c894e00a52426e7837ce35b4ef167df69514cc11e50c118d3f03144a7
|