python-tavily-python

LOW
maintainer medaminezghal 1 votes scanned 2026-09-07 13:14:41.036925
View on AUR
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
4pkgname=python-$_name
5pkgver=0.8.1
6_commit=58ad657a99ed32e3d7b40972d984869b54dbd42f
7pkgrel=1
8pkgdesc="Python wrapper for the Tavily API."
9arch=('any')
10url="https://github.com/tavily-ai/tavily-python"
11license=('MIT')
12depends=('python' 'python-requests' 'python-tiktoken' 'python-httpx')
13makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
14checkdepends=('python-pytest' 'python-typing_extensions')
15source=("$_name::git+$url.git#commit=$_commit")
16sha256sums=('51e4d60085129e000d77c6c4b3db2b0067d6d07d819cb2d7b56c764e82149866')
17
18build() {
19 cd "$srcdir"/$_name
20 python -m build --wheel --no-isolation
21}
22
23check() {
24 local pytest_options=(
25 -vv
26 --disable-warnings
27 )
28 cd "$srcdir"/$_name
29 PYTHONPATH=$PWD pytest "${pytest_options[@]}" tests
30}
31
32package() {
33 cd "$srcdir"/$_name
34 python -m installer --destdir="$pkgdir" dist/*.whl
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-09-07 13:14:41 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion