Search Criteria
Package Details: python-llm 0.24.2-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: | 3 |
Popularity: | 1.09 |
First Submitted: | 2024-12-24 07:01 (UTC) |
Last Updated: | 2025-04-22 15:49 (UTC) |
Dependencies (17)
- python (python37AUR, python311AUR, python310AUR)
- 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)
Latest Comments
cotsuka commented on 2025-04-22 15:49 (UTC)
Thanks @Antrax, just updated and used your package for the dependency.
Antrax commented on 2025-04-17 17:20 (UTC)
Hi,
I publish here in aur the package condensed-json, see: https://aur.archlinux.org/packages/python-condense-json
If you want.
Regards
cotsuka commented on 2025-04-10 23:45 (UTC)
Blocker to updating this to the latest version is packaging for
python-condense-json
. When I get a free moment I'll do this unless someone else wants to maintain it.Auerhuhn commented on 2025-02-11 07:45 (UTC)
Hi @cotsuka, thanks for the updates!
cotsuka commented on 2025-02-10 21:29 (UTC)
Thanks for the suggestions, @Auerhuhn. I've incorporated them with the update.
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-setuptools
dependency fromdepends
tomakedepends
? This would fix the following error that occurs duringbuild()
:While you’re at it, consider removing the unneeded
python-pip
dependency, and making the transitive runtime dependencypython-httpx
explicit. Namcap currently flags both as unneeded. Namcap also flags thepython-setuptools
entry independs
because 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!