blob: 505ea4afa463931081e7aaba1bebc1f2ec31aaa6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
pkgbase = python-instructor
pkgdesc = Structured outputs for LLMs
pkgver = 1.8.3
pkgrel = 1
url = https://github.com/jxnl/instructor
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-poetry
makedepends = python-wheel
makedepends = python-hatchling
depends = python
depends = python-aiohttp
depends = python-docstring-parser
depends = python-httpx
depends = python-jiter
depends = python-openai
depends = python-pydantic
depends = python-regex
depends = python-rich
depends = python-tenacity
depends = python-typer
depends = python-typing_extensions
depends = python-jinja
depends = python-grpcio
depends = python-google-genai
depends = python-mistralai
optdepends = python-anthropic: support for Anthropic models
optdepends = python-cohere: support for Cohere models
optdepends = python-google-generativeai: support for Google Gemini models
optdepends = python-writerai: Writer authenticates your API requests using your account’s API keys.
source = python-instructor-1.8.3.tar.gz::https://github.com/jxnl/instructor/archive/1.8.3.tar.gz
sha256sums = ee9943cc75e909edf3865258a24d34560309dce003cdd6b3c78ea88ad1ed0ed4
pkgname = python-instructor
|