blob: 606b44196ea1941d10b0fbf43e95837c89787d48 (
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
|
pkgbase = python-cohere
pkgdesc = Python Library for Accessing the Cohere API
pkgver = 7.0.5
pkgrel = 1
url = https://github.com/cohere-ai/cohere-python
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
makedepends = python-build
makedepends = python-installer
makedepends = python-poetry
makedepends = python-wheel
depends = python
depends = python-fastavro
depends = python-httpx
depends = python-pydantic
depends = python-pydantic-core
depends = python-requests
depends = python-tokenizers
depends = python-typing_extensions
optdepends = python-httpx-aiohttp: aiohttp client
optdepends = python-oci: Oracle Cloud Infrastructure client
optdepends = python-boto3: AWS client
optdepends = python-botocore: AWS client
source = python-cohere-7.0.5.tar.gz::https://github.com/cohere-ai/cohere-python/archive/7.0.5.tar.gz
b2sums = fbb5489bc4db0958ced33e54d973d16db80a3b49940a0a78d9191301e5db104fd88d2a08a603eb2bd832867347784bb9c6f63ad932d3e9facd4991d01b9303dd
pkgname = python-cohere
|