Metadata-Version: 2.1
Name: llama-server-client
Version: 1.2.1
Summary: A ZMQ client interface for llama server
Home-page: https://github.com/Qimia/llama-server-client
Author: Anil Aydiner
Author-email: a.aydiner@qimia.de
Requires-Python: >=3.11
Requires-Dist: pyzmq>=25.1.1
Requires-Dist: msgpack>=1.0.7
Requires-Dist: dacite>=1.8.1
Provides-Extra: tests
Requires-Dist: pytest>=7.4.3; extra == "tests"
Requires-Dist: pytest-asyncio>=0.23.2; extra == "tests"
Requires-Dist: polyfactory>=2.5.0; extra == "tests"

Llama Server Client is a Python package that provides a ZMQ client for interacting with a TCP Llama server that mimicsOpenAI's chat completion API.
