python-tavily-python
LOW
maintainer medaminezghal
1 votes
scanned 2026-09-07 13:14:41.036925
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Mohamed Amine Zghal (medaminezghal) <medaminezghal at outlook dot com>
2
3
_name=tavily-python
4
pkgname=python-$_name
5
pkgver=0.8.1
6
_commit=58ad657a99ed32e3d7b40972d984869b54dbd42f
7
pkgrel=1
8
pkgdesc="Python wrapper for the Tavily API."
9
arch=('any')
10
url="https://github.com/tavily-ai/tavily-python"
11
license=('MIT')
12
depends=('python' 'python-requests' 'python-tiktoken' 'python-httpx')
13
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
14
checkdepends=('python-pytest' 'python-typing_extensions')
15
source=("$_name::git+$url.git#commit=$_commit")
16
sha256sums=('51e4d60085129e000d77c6c4b3db2b0067d6d07d819cb2d7b56c764e82149866')
17
18
build() {
19
cd "$srcdir"/$_name
20
python -m build --wheel --no-isolation
21
}
22
23
check() {
24
local pytest_options=(
25
-vv
26
--disable-warnings
27
)
28
cd "$srcdir"/$_name
29
PYTHONPATH=$PWD pytest "${pytest_options[@]}" tests
30
}
31
32
package() {
33
cd "$srcdir"/$_name
34
python -m installer --destdir="$pkgdir" dist/*.whl
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-07 13:14:41 | Low | 1 |