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

python313-llguidance-1.8.0-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: python313-llguidance Distribution: openSUSE Tumbleweed
Version: 1.8.0 Vendor: openSUSE
Release: 1.1 Build date: Tue Aug 11 07:34:17 2026
Group: Unspecified Build host: reproducible
Size: 7910880 Source RPM: python-llguidance-1.8.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/guidance-ai/llguidance
Summary: Low-level Guidance (llguidance) bindings for constrained decoding
Bindings for the Low-level Guidance (llguidance) Rust library, providing
super-fast structured outputs and constrained decoding for large language
models. It supports context-free grammars, JSON schemas and Lark-style
syntax to constrain token generation.

Provides

Requires

License

Apache-2.0 AND MIT AND MIT-0 AND Unicode-3.0

Changelog

* Tue Aug 11 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to 1.8.0:
    * Allow general Unicode escapes in JSON strings and object keys
    * Support \xHH escapes in Lark string literals
    * Add single-match skip lexemes
    * Preserve the exclusiveMinimum/exclusiveMaximum names in JSON
      Schema errors instead of reporting them as minimum/maximum
    * Accept negative numbers in multipleOf, which previously rejected
      every negative value, including valid negative multiples
    * Treat max_tokens=0 as an empty string instead of compiling a
      token-limited lexeme that never terminates at runtime
    * Harden the C FFI layer: catch_unwind guards on the extern "C"
      entry points, null tolerance in all llg_free_* functions, a
      fixed buffer-sizing bug and a new C++ FFI test suite
    * Add CI support for Windows ARM64 Python wheels
    * Update pyo3 to 0.29.0
  - Re-generate registry.tar.zst for 1.8.0 via the cargo_vendor service
  - Narrow License to Apache-2.0 AND MIT AND MIT-0 AND Unicode-3.0:
    the tag is now derived from the 111 crates maturin actually
    compiles into the extension module rather than from the whole
    workspace lockfile. The previously declared BSD-3-Clause,
    CDLA-Permissive-2.0, ISC and MPL-2.0 come solely from the HTTP and
    TLS stack of the toktrie_hf_downloader workspace member and from a
    dev-dependency of the parser crate, neither of which is built
    here; the derivation is recorded as a Legal-Review-Notice in the
    spec file
  - Declare the rust-version floor the workspace manifest sets by
    adding BuildRequires on rust >= 1.87
* Sun Jul 12 2026 Martin Pluskal <mpluskal@suse.com>
  - Initial package python-llguidance 1.7.6
    * Python bindings for the llguidance Rust library providing fast
      constrained decoding of LLM output via grammars and JSON schemas

Files

/usr/lib64/python3.13/site-packages/llguidance
/usr/lib64/python3.13/site-packages/llguidance-1.8.0.dist-info
/usr/lib64/python3.13/site-packages/llguidance-1.8.0.dist-info/INSTALLER
/usr/lib64/python3.13/site-packages/llguidance-1.8.0.dist-info/METADATA
/usr/lib64/python3.13/site-packages/llguidance-1.8.0.dist-info/RECORD
/usr/lib64/python3.13/site-packages/llguidance-1.8.0.dist-info/REQUESTED
/usr/lib64/python3.13/site-packages/llguidance-1.8.0.dist-info/WHEEL
/usr/lib64/python3.13/site-packages/llguidance-1.8.0.dist-info/licenses
/usr/lib64/python3.13/site-packages/llguidance-1.8.0.dist-info/licenses/LICENSE
/usr/lib64/python3.13/site-packages/llguidance/__init__.py
/usr/lib64/python3.13/site-packages/llguidance/__pycache__
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/__init__.cpython-313.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/_grammar_from.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/_grammar_from.cpython-313.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/_struct_tag.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/_struct_tag.cpython-313.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/_tokenizer.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/_tokenizer.cpython-313.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/_util.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/_util.cpython-313.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/cli.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/cli.cpython-313.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/gbnf_to_lark.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/gbnf_to_lark.cpython-313.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/hf.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/hf.cpython-313.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/llamacpp.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/llamacpp.cpython-313.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/mlx.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/mlx.cpython-313.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/numpy.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/numpy.cpython-313.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/tiktoken.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/tiktoken.cpython-313.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/torch.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/llguidance/__pycache__/torch.cpython-313.pyc
/usr/lib64/python3.13/site-packages/llguidance/_grammar_from.py
/usr/lib64/python3.13/site-packages/llguidance/_lib.abi3.so
/usr/lib64/python3.13/site-packages/llguidance/_lib.pyi
/usr/lib64/python3.13/site-packages/llguidance/_struct_tag.py
/usr/lib64/python3.13/site-packages/llguidance/_tokenizer.py
/usr/lib64/python3.13/site-packages/llguidance/_util.py
/usr/lib64/python3.13/site-packages/llguidance/cli.py
/usr/lib64/python3.13/site-packages/llguidance/gbnf_to_lark.py
/usr/lib64/python3.13/site-packages/llguidance/hf.py
/usr/lib64/python3.13/site-packages/llguidance/llamacpp.py
/usr/lib64/python3.13/site-packages/llguidance/mlx.py
/usr/lib64/python3.13/site-packages/llguidance/numpy.py
/usr/lib64/python3.13/site-packages/llguidance/py.typed
/usr/lib64/python3.13/site-packages/llguidance/tiktoken.py
/usr/lib64/python3.13/site-packages/llguidance/torch.py
/usr/share/doc/packages/python313-llguidance
/usr/share/doc/packages/python313-llguidance/README.md
/usr/share/licenses/python313-llguidance
/usr/share/licenses/python313-llguidance/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Aug 15 00:13:46 2026