Search Criteria
Package Details: python-llm 0.31.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-llm.git (read-only, click to copy) |
|---|---|
| Package Base: | python-llm |
| Description: | Access large language models from the command-line |
| Upstream URL: | https://github.com/simonw/llm |
| Licenses: | Apache-2.0 |
| Submitter: | cotsuka |
| Maintainer: | cotsuka |
| Last Packager: | cotsuka |
| Votes: | 7 |
| Popularity: | 0.23 |
| First Submitted: | 2024-12-24 07:01 (UTC) |
| Last Updated: | 2026-07-14 21:34 (UTC) |
Dependencies (17)
- python
- python-click
- python-click-default-groupAUR
- python-condense-jsonAUR
- python-httpx (python-httpx-gitAUR)
- python-openai
- python-pluggy
- python-puremagic
- python-pydantic
- python-pyyaml (python-yaml-gitAUR, python-yaml)
- python-sqlite-migrateAUR
- python-ulid
- sqlite-utilsAUR
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Required by (9)
- litecli (optional)
- litecli-git (optional)
- mycli (optional)
- python-llm-anthropic
- python-llm-gemini
- python-llm-github-copilot
- python-llm-mistral
- python-llm-ollama
- python-llm-openrouter
Latest Comments
« First ‹ Previous 1 2
Auerhuhn commented on 2025-02-10 12:10 (UTC)
Hi @cotsuka, thanks for maintaining this PKGBUILD!
Next time you update, would you mind moving the
python-setuptoolsdependency fromdependstomakedepends? This would fix the following error that occurs duringbuild():While you’re at it, consider removing the unneeded
python-pipdependency, and making the transitive runtime dependencypython-httpxexplicit. Namcap currently flags both as unneeded. Namcap also flags thepython-setuptoolsentry independsbecause it is not needed at runtime.noUsernamesLef7 commented on 2025-01-28 18:21 (UTC)
Just wanted to say thank you for putting this package together!
« First ‹ Previous 1 2