blob: c7b9c44be52b071ec45c2368c650b3d9bfbbe84b (
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
37
|
pkgbase = python-instructor
pkgdesc = Structured outputs for LLMs
pkgver = 1.7.2
pkgrel = 1
url = https://github.com/jxnl/instructor
arch = any
license = MIT
checkdepends = litellm
checkdepends = python-pytest-examples
checkdepends = python-anthropic
checkdepends = python-cohere
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
makedepends = python-build
makedepends = python-installer
makedepends = python-poetry
makedepends = python-wheel
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
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.7.2.tar.gz::https://github.com/jxnl/instructor/archive/1.7.2.tar.gz
sha256sums = 6c2fc164b0182dcb9654d09560e0da9271c82b3925339142ae9679b93d56118e
pkgname = python-instructor
|