Debian NEW package overview for llm
llm_0.14-1_amd64.changes (click to toggle)
Format:1.8
Date:Tue, 04 Jun 2024 12:32:24 -0400
Source:llm
Binary:llm
Architecture:source all
Version:0.14-1
Distribution:experimental
Urgency:medium
Maintainer:Debian Python Team <team+python@tracker.debian.org>
Changed-By:Antoine Beaupré <anarcat@debian.org>
Description:
llm        - CLI utility and Python library for interacting with Large Languag
Closes:1065572
Changes:
llm (0.14-1) experimental; urgency=medium

  * Initial release (Closes: #1065572)
Files:
3977e77e04c9b88355c4a1fb1c52db40 1545 contrib/science optional llm_0.14-1.dsc
cf4ecd8f014b7498fc89655a21ae9bf4 36664 contrib/science optional llm_0.14.orig.tar.gz
97a67c5f4a96f67f6af5fde82c4470b4 1948 contrib/science optional llm_0.14-1.debian.tar.xz
c8aac4ba3372b8feab6cf04f68f9c88d 28884 contrib/science optional llm_0.14-1_all.deb
29ecec583643669a95261c548ddacca3 6930 contrib/science optional llm_0.14-1_amd64.buildinfo
llm_0.14-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:llm
Binary:llm
Architecture:all
Version:0.14-1
Maintainer:Debian Python Team <team+python@tracker.debian.org>
Uploaders:Antoine Beaupré <anarcat@debian.org>
Homepage:https://github.com/simonw/llm
Standards-Version:4.6.2.0
Vcs-Browser:https://salsa.debian.org/python-team/packages/llm
Vcs-Git:https://salsa.debian.org/python-team/packages/llm.git
Testsuite:autopkgtest-pkg-pybuild
Build-Depends:debhelper-compat (=13), dh-python, python3-all, python3-click, python3-click-default-group, python3-httpx, python3-openai, python3-pip, python3-pkg-resources, python3-pluggy, python3-pydantic, python3-setuptools, python3-sqlite-migrate, python3-ulid, python3-yaml, sqlite-utils
Package-List:llm deb contrib/science optional arch=all
Files:
cf4ecd8f014b7498fc89655a21ae9bf4 36664 llm_0.14.orig.tar.gz
97a67c5f4a96f67f6af5fde82c4470b4 1948 llm_0.14-1.debian.tar.xz
lintian 2.104.0 check for llm_0.14-1.dsc (click to toggle)
README.source for llm_0.14-1.dsc (click to toggle)
No README.source in this package
control file for llm_0.14-1_all.deb (click to toggle)
Package:llm
Version:0.14-1
Architecture:all
Maintainer:Debian Python Team <team+python@tracker.debian.org>
Installed-Size:144
Depends:python3-click, python3-click-default-group, python3-openai, python3-pip, python3-pkg-resources, python3-pluggy, python3-pydantic, python3-sqlite-migrate, python3-ulid, python3-yaml, python3:any, sqlite-utils, python3-typing-extensions (>=4.7)
Section:contrib/science
Priority:optional
Homepage:https://github.com/simonw/llm
Description:
CLI utility and Python library for interacting with Large Language Models
 A CLI utility and Python library for interacting with Large Language
 Models, both via remote APIs and models that can be installed and run
 on your own machine.
 .
 This allows users to interact with various language models. Its
 primary target is obviously the OpenAI API, but it also supports
 local models like Llama 2, Ollama, and MLC, and other online models
 like Claude, GEmini and Mistral.
lintian 2.104.0 check for llm_0.14-1_all.deb (click to toggle)
contents of llm_0.14-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2024-06-04 16:32 ./
drwxr-xr-x root/root         0 2024-06-04 16:32 ./usr/
drwxr-xr-x root/root         0 2024-06-04 16:32 ./usr/bin/
-rwxr-xr-x root/root       935 2024-06-04 16:32 ./usr/bin/llm
drwxr-xr-x root/root         0 2024-06-04 16:32 ./usr/lib/
drwxr-xr-x root/root         0 2024-06-04 16:32 ./usr/lib/python3/
drwxr-xr-x root/root         0 2024-06-04 16:32 ./usr/lib/python3/dist-packages/
drwxr-xr-x root/root         0 2024-06-04 16:32 ./usr/lib/python3/dist-packages/llm/
-rw-r--r-- root/root      7668 2024-05-13 20:40 ./usr/lib/python3/dist-packages/llm/__init__.py
-rw-r--r-- root/root        59 2024-05-13 20:40 ./usr/lib/python3/dist-packages/llm/__main__.py
-rw-r--r-- root/root     49189 2024-05-13 20:40 ./usr/lib/python3/dist-packages/llm/cli.py
drwxr-xr-x root/root         0 2024-06-04 16:32 ./usr/lib/python3/dist-packages/llm/default_plugins/
-rw-r--r-- root/root         0 2024-05-13 20:40 ./usr/lib/python3/dist-packages/llm/default_plugins/__init__.py
-rw-r--r-- root/root     16373 2024-05-13 20:40 ./usr/lib/python3/dist-packages/llm/default_plugins/openai_models.py
-rw-r--r-- root/root     12131 2024-05-13 20:40 ./usr/lib/python3/dist-packages/llm/embeddings.py
-rw-r--r-- root/root      2490 2024-05-13 20:40 ./usr/lib/python3/dist-packages/llm/embeddings_migrations.py
-rw-r--r-- root/root       214 2024-05-13 20:40 ./usr/lib/python3/dist-packages/llm/errors.py
-rw-r--r-- root/root       498 2024-05-13 20:40 ./usr/lib/python3/dist-packages/llm/hookspecs.py
-rw-r--r-- root/root      4836 2024-05-13 20:40 ./usr/lib/python3/dist-packages/llm/migrations.py
-rw-r--r-- root/root     10362 2024-05-13 20:40 ./usr/lib/python3/dist-packages/llm/models.py
-rw-r--r-- root/root      1359 2024-05-13 20:40 ./usr/lib/python3/dist-packages/llm/plugins.py
-rw-r--r-- root/root      1848 2024-05-13 20:40 ./usr/lib/python3/dist-packages/llm/templates.py
-rw-r--r-- root/root      3501 2024-05-13 20:40 ./usr/lib/python3/dist-packages/llm/utils.py
drwxr-xr-x root/root         0 2024-06-04 16:32 ./usr/lib/python3/dist-packages/llm-0.14.egg-info/
-rw-r--r-- root/root      5662 2024-06-04 16:32 ./usr/lib/python3/dist-packages/llm-0.14.egg-info/PKG-INFO
-rw-r--r-- root/root         1 2024-06-04 16:32 ./usr/lib/python3/dist-packages/llm-0.14.egg-info/dependency_links.txt
-rw-r--r-- root/root        36 2024-06-04 16:32 ./usr/lib/python3/dist-packages/llm-0.14.egg-info/entry_points.txt
-rw-r--r-- root/root       155 2024-06-04 16:32 ./usr/lib/python3/dist-packages/llm-0.14.egg-info/requires.txt
-rw-r--r-- root/root         4 2024-06-04 16:32 ./usr/lib/python3/dist-packages/llm-0.14.egg-info/top_level.txt
drwxr-xr-x root/root         0 2024-06-04 16:32 ./usr/share/
drwxr-xr-x root/root         0 2024-06-04 16:32 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-06-04 16:32 ./usr/share/doc/llm/
-rw-r--r-- root/root       162 2024-06-04 16:32 ./usr/share/doc/llm/changelog.Debian.gz
-rw-r--r-- root/root      1055 2024-06-04 16:32 ./usr/share/doc/llm/copyright

Timestamp: 04.06.2024 / 19:02:15 (UTC)