search-api-webui 0.2.1__py3-none-any.whl → 0.2.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- search_api_webui/providers.yaml +0 -1
- {search_api_webui-0.2.1.dist-info → search_api_webui-0.2.2.dist-info}/METADATA +9 -12
- {search_api_webui-0.2.1.dist-info → search_api_webui-0.2.2.dist-info}/RECORD +6 -6
- {search_api_webui-0.2.1.dist-info → search_api_webui-0.2.2.dist-info}/WHEEL +0 -0
- {search_api_webui-0.2.1.dist-info → search_api_webui-0.2.2.dist-info}/entry_points.txt +0 -0
- {search_api_webui-0.2.1.dist-info → search_api_webui-0.2.2.dist-info}/licenses/LICENSE +0 -0
search_api_webui/providers.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: search-api-webui
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: A Search API WebUI for testing and comparing Querit, You, and other search providers.
|
|
5
5
|
Project-URL: Homepage, https://github.com/querit-ai/search-api-webui
|
|
6
6
|
Project-URL: Repository, https://github.com/querit-ai/search-api-webui.git
|
|
@@ -28,13 +28,13 @@ Description-Content-Type: text/markdown
|
|
|
28
28
|
|
|
29
29
|
# Search API WebUI
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
Python WebUI with native Mac/Windows Apps for testing, comparing, and visualizing Search APIs (Querit, You, Tavily, Exa, Baidu, Brave, Parallel etc.).
|
|
32
32
|
|
|
33
33
|

|
|
34
34
|
|
|
35
35
|
## Features
|
|
36
36
|
|
|
37
|
-
* **Search**: Support for multiple search providers including:
|
|
37
|
+
* **Search**: Support for multiple search api providers including:
|
|
38
38
|
- [Querit.ai](https://www.querit.ai/en/docs/reference/post)
|
|
39
39
|
- [You.com](https://docs.you.com/api-reference/search/v1-search)
|
|
40
40
|
- [Tavily.com](https://docs.tavily.com/documentation/api-reference/introduction)
|
|
@@ -42,13 +42,14 @@ A lightweight, cross-platform WebUI and native Mac App for testing, comparing, a
|
|
|
42
42
|
- [Parallel.ai](https://docs.parallel.ai/api-reference/search-beta/search)
|
|
43
43
|
- [Baidu.com](https://cloud.baidu.com/doc/WENXINWORKSHOP/s/4lilb2lpf)
|
|
44
44
|
- [Brave.com](https://api-dashboard.search.brave.com/documentation)
|
|
45
|
-
- [Serper.dev](https://serper.dev)
|
|
46
|
-
-
|
|
45
|
+
- [Serper.dev](https://serper.dev)
|
|
46
|
+
- You can add more generic Search APIs via configuration
|
|
47
47
|
* **API Arena**: Compare two search providers side-by-side to benchmark latency, payload size, and result relevance.
|
|
48
48
|
* **Performance Metrics**: Real-time display of request latency and payload size.
|
|
49
|
-
* **Visual Rendering**: Renders standard search results (Title,
|
|
50
|
-
* **Configurable**: Easy-to-edit providers.yaml to add or modify search providers.
|
|
49
|
+
* **Visual Rendering**: Renders standard search results (Title, URL, SiteName, SiteIcon, PageAge, Snippet) in a clean card layout.
|
|
50
|
+
* **Configurable**: Easy-to-edit `providers.yaml` to add or modify search providers.
|
|
51
51
|
* **Secure**: API Keys are stored locally in your $HOME folder.
|
|
52
|
+
|
|
52
53
|
## Installation
|
|
53
54
|
|
|
54
55
|
### macOS Installation
|
|
@@ -82,10 +83,6 @@ For Windows users, you can download the installer from the GitHub Releases page:
|
|
|
82
83
|
- The installer requires .NET Framework 4.5 or later (usually pre-installed on Windows 8+)
|
|
83
84
|
- Windows Defender SmartScreen may show a warning for unsigned applications. Click "More info" → "Run anyway" to proceed
|
|
84
85
|
|
|
85
|
-
### Prerequisites
|
|
86
|
-
|
|
87
|
-
Python 3.7+
|
|
88
|
-
|
|
89
86
|
### Install via Pip
|
|
90
87
|
|
|
91
88
|
Use this method if you just want to run the tool without modifying the code.
|
|
@@ -106,7 +103,7 @@ Use this method if you want to contribute to the code or build from source.
|
|
|
106
103
|
|
|
107
104
|
### Prerequisites
|
|
108
105
|
|
|
109
|
-
* Python 3.
|
|
106
|
+
* Python 3.8+
|
|
110
107
|
* Node.js & npm (for building the frontend)
|
|
111
108
|
|
|
112
109
|
### Quick Start with Makefile
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
search_api_webui/__init__.py,sha256=8lqDjWnBOwF_NhSK9_JZDg19zxwal21cOaN-hqBZNLE,1101
|
|
2
2
|
search_api_webui/app.py,sha256=k23YqnBtnNoqsLtZNLZNx0a4pOsccY1MLze6LkQl7Mc,11997
|
|
3
|
-
search_api_webui/providers.yaml,sha256=
|
|
3
|
+
search_api_webui/providers.yaml,sha256=diNeVXRwakYDycgQuh83V_RmWSH_9kBMg94Kdibs7DU,3425
|
|
4
4
|
search_api_webui/ruff.toml,sha256=4XrS5KAylffZi6_DL8i0rvDVxZtfDgFLmltmTc8XXF8,608
|
|
5
5
|
search_api_webui/providers/__init__.py,sha256=bvCGjIyFzEFpj4gwMMhjcVz5FINkHg06HTfcI8Wt1BA,2185
|
|
6
6
|
search_api_webui/providers/base.py,sha256=1pOirPROqSpWrOJucQADv8xG65eVCplSs1OsDdVq1c0,5167
|
|
@@ -12,8 +12,8 @@ search_api_webui/static/favicon.ico,sha256=U_7TbOXM0jf963y9j0jogM0rBpKNr72HVVOof
|
|
|
12
12
|
search_api_webui/static/index.html,sha256=0OcROEPuBextjAUFCIjLGx2qKXSoFFrNiI3_a7WRKnw,465
|
|
13
13
|
search_api_webui/static/assets/index-BWsitD55.css,sha256=4Cd91W8ogAPJdpt1aFPxXazB7RcPPeMlartV7fMc2E4,20841
|
|
14
14
|
search_api_webui/static/assets/index-CEkM4WD5.js,sha256=f7z6F8WgD13rkXqyc-ponh04onwVXr5TqdJaa7EJinw,217999
|
|
15
|
-
search_api_webui-0.2.
|
|
16
|
-
search_api_webui-0.2.
|
|
17
|
-
search_api_webui-0.2.
|
|
18
|
-
search_api_webui-0.2.
|
|
19
|
-
search_api_webui-0.2.
|
|
15
|
+
search_api_webui-0.2.2.dist-info/METADATA,sha256=bb7LNQ7JZh1WDFS96-PQDrcvDfK9TSWd-jqrg9wy0rc,6846
|
|
16
|
+
search_api_webui-0.2.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
17
|
+
search_api_webui-0.2.2.dist-info/entry_points.txt,sha256=ogYy3eeonZ_oQlrEZC-4JBWfYdB7kkkdqXUUmX0xgMs,63
|
|
18
|
+
search_api_webui-0.2.2.dist-info/licenses/LICENSE,sha256=B7n2gauZcaVVVdE-zvx3mABAgGzgzVKu7x1a94ZeuPU,1074
|
|
19
|
+
search_api_webui-0.2.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|