Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-llm-0.27.1-1.fc44 RPM for noarch

From Fedora Rawhide for ppc64le / p

Name: python3-llm Distribution: Fedora Project
Version: 0.27.1 Vendor: Fedora Project
Release: 1.fc44 Build date: Sat Nov 15 17:58:49 2025
Group: Unspecified Build host: buildvm-x86-22.rdu3.fedoraproject.org
Size: 996172 Source RPM: python-llm-0.27.1-1.fc44.src.rpm
Packager: Fedora Project
Url: https://github.com/simonw/llm
Summary: Tool and Python library for interacting with Large Language Models
A CLI tool and Python library for interacting with Large Language Models,
both via remote APIs and with models that can be installed and run on
your own machine.

Provides

Requires

License

Apache-2.0

Changelog

* Mon Aug 25 2025 Terje Røsten <terjeros@gmail.com> - 0.27.1-1
  - Initial package

Files

/usr/bin/llm
/usr/lib/python3.14/site-packages/llm
/usr/lib/python3.14/site-packages/llm-0.27.1.dist-info
/usr/lib/python3.14/site-packages/llm-0.27.1.dist-info/INSTALLER
/usr/lib/python3.14/site-packages/llm-0.27.1.dist-info/METADATA
/usr/lib/python3.14/site-packages/llm-0.27.1.dist-info/WHEEL
/usr/lib/python3.14/site-packages/llm-0.27.1.dist-info/entry_points.txt
/usr/lib/python3.14/site-packages/llm-0.27.1.dist-info/licenses
/usr/lib/python3.14/site-packages/llm-0.27.1.dist-info/licenses/LICENSE
/usr/lib/python3.14/site-packages/llm-0.27.1.dist-info/top_level.txt
/usr/lib/python3.14/site-packages/llm/__init__.py
/usr/lib/python3.14/site-packages/llm/__main__.py
/usr/lib/python3.14/site-packages/llm/__pycache__
/usr/lib/python3.14/site-packages/llm/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/__main__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/__main__.cpython-314.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/cli.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/cli.cpython-314.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/embeddings.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/embeddings.cpython-314.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/embeddings_migrations.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/embeddings_migrations.cpython-314.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/errors.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/errors.cpython-314.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/hookspecs.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/hookspecs.cpython-314.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/migrations.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/migrations.cpython-314.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/models.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/models.cpython-314.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/plugins.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/plugins.cpython-314.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/templates.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/templates.cpython-314.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/tools.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/tools.cpython-314.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/utils.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/llm/__pycache__/utils.cpython-314.pyc
/usr/lib/python3.14/site-packages/llm/cli.py
/usr/lib/python3.14/site-packages/llm/default_plugins
/usr/lib/python3.14/site-packages/llm/default_plugins/__init__.py
/usr/lib/python3.14/site-packages/llm/default_plugins/__pycache__
/usr/lib/python3.14/site-packages/llm/default_plugins/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/llm/default_plugins/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/llm/default_plugins/__pycache__/default_tools.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/llm/default_plugins/__pycache__/default_tools.cpython-314.pyc
/usr/lib/python3.14/site-packages/llm/default_plugins/__pycache__/openai_models.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/llm/default_plugins/__pycache__/openai_models.cpython-314.pyc
/usr/lib/python3.14/site-packages/llm/default_plugins/default_tools.py
/usr/lib/python3.14/site-packages/llm/default_plugins/openai_models.py
/usr/lib/python3.14/site-packages/llm/embeddings.py
/usr/lib/python3.14/site-packages/llm/embeddings_migrations.py
/usr/lib/python3.14/site-packages/llm/errors.py
/usr/lib/python3.14/site-packages/llm/hookspecs.py
/usr/lib/python3.14/site-packages/llm/migrations.py
/usr/lib/python3.14/site-packages/llm/models.py
/usr/lib/python3.14/site-packages/llm/plugins.py
/usr/lib/python3.14/site-packages/llm/py.typed
/usr/lib/python3.14/site-packages/llm/templates.py
/usr/lib/python3.14/site-packages/llm/tools.py
/usr/lib/python3.14/site-packages/llm/utils.py
/usr/share/doc/python3-llm
/usr/share/doc/python3-llm/README.md
/usr/share/man/man1/llm.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Nov 17 00:56:57 2025