Metadata-Version: 2.5
Name: labtasker-client
Version: 2.4.1
Summary: A small task queue for parallel model inference and evaluation
Project-URL: Homepage, https://github.com/luocfprime/labtasker
Project-URL: Repository, https://github.com/luocfprime/labtasker.git
Author-email: lcf <luocfprime@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: httpx<1,>=0.25.2
Requires-Dist: packaging>=21.3
Requires-Dist: pydantic<3,>=2.12; python_version >= '3.14'
Requires-Dist: pydantic<3,>=2.5.3; python_version < '3.13'
Requires-Dist: pydantic<3,>=2.9; python_version >= '3.13' and python_version < '3.14'
Requires-Dist: tomli>=2.0.1; python_version < '3.11'
Requires-Dist: typer<1,>=0.19
Provides-Extra: socks
Requires-Dist: socksio==1.*; extra == 'socks'
