search-api-webui 0.1.5__py3-none-any.whl → 0.1.6__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.
@@ -1,20 +1,9 @@
1
1
  querit:
2
- url: "https://api.querit.ai/v1/search"
3
- method: "POST"
4
- headers:
5
- "Accept": "application/json"
6
- "Authorization": "Bearer {api_key}"
7
- "Content-Type": "application/json"
8
- payload:
9
- query: "{query}"
10
- response_mapping:
11
- root_path: "results.result"
12
- fields:
13
- title: "title"
14
- url: "url"
15
- snippet: "snippet"
2
+ type: "querit_sdk"
3
+ description: "Official Querit Search via Python SDK"
4
+ default_limit: 10
16
5
 
17
- ydc_search:
6
+ you:
18
7
  url: "https://ydc-index.io/v1/search"
19
8
  method: "GET"
20
9
  headers:
@@ -28,8 +17,3 @@ ydc_search:
28
17
  title: "title"
29
18
  url: "url"
30
19
  snippet: "snippets[0] || description"
31
-
32
- querit_sdk:
33
- type: "querit_sdk"
34
- description: "Official Querit Search via Python SDK"
35
- default_limit: 10
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: search-api-webui
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: A Search API WebUI for 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
@@ -1,6 +1,6 @@
1
1
  search_api_webui/__init__.py,sha256=1cHJrJ1BwOJDfXMnH3_KxLcelD3nt_bWNLzeF1qgZLk,1102
2
2
  search_api_webui/app.py,sha256=QA-pGVsOweNbtfrolzO3kOJsdgWU0WFS89_sLe59aMY,6572
3
- search_api_webui/providers.yaml,sha256=GMF7-o9eqe1AVXuMHEfdfl4OPeIZInDCqjsvO2tRHp0,752
3
+ search_api_webui/providers.yaml,sha256=oOxqqYKN-ZYWS0KwO50RAm_qEXxOOHsAYnq_ghyBn-c,393
4
4
  search_api_webui/providers/__init__.py,sha256=2rth7RrgWhwKbEfGnmzUAVMpHwDyh2zT095mVsgJPiQ,2154
5
5
  search_api_webui/providers/base.py,sha256=NS2aWP0W17vro0nWvC2VdvrEafIHrkotj_pDypi126U,1965
6
6
  search_api_webui/providers/generic.py,sha256=4GS4TT6SFBjtZsZvIRIIVtsAPE3HgxzsEXZeuZFnr6Q,7313
@@ -9,8 +9,8 @@ search_api_webui/static/favicon.ico,sha256=U_7TbOXM0jf963y9j0jogM0rBpKNr72HVVOof
9
9
  search_api_webui/static/index.html,sha256=aD2clcVWMvGjdLucp20mdbAo1-xVdYm3Ow1YG8UJTGw,465
10
10
  search_api_webui/static/assets/index-BNPOSv2e.css,sha256=3cE9S6VBbsMHNGjYjAQY2p_EgEdP5xOZMJ89kEKYb9I,20191
11
11
  search_api_webui/static/assets/index-Co_gG-wr.js,sha256=Ra7E6px9kKrpI-GS4MOzZLC6r_5_rcTSa9Fqg23BGks,215921
12
- search_api_webui-0.1.5.dist-info/METADATA,sha256=Ar6tO3oTqJXbfSfj7VKMIb_zZ11pF4VqdGwky515XtQ,2926
13
- search_api_webui-0.1.5.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
14
- search_api_webui-0.1.5.dist-info/entry_points.txt,sha256=ogYy3eeonZ_oQlrEZC-4JBWfYdB7kkkdqXUUmX0xgMs,63
15
- search_api_webui-0.1.5.dist-info/licenses/LICENSE,sha256=B7n2gauZcaVVVdE-zvx3mABAgGzgzVKu7x1a94ZeuPU,1074
16
- search_api_webui-0.1.5.dist-info/RECORD,,
12
+ search_api_webui-0.1.6.dist-info/METADATA,sha256=G8YTwLwAiuae5dK1y2kvE7FJJzPFKCOjxRpIhtWjPOQ,2926
13
+ search_api_webui-0.1.6.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
14
+ search_api_webui-0.1.6.dist-info/entry_points.txt,sha256=ogYy3eeonZ_oQlrEZC-4JBWfYdB7kkkdqXUUmX0xgMs,63
15
+ search_api_webui-0.1.6.dist-info/licenses/LICENSE,sha256=B7n2gauZcaVVVdE-zvx3mABAgGzgzVKu7x1a94ZeuPU,1074
16
+ search_api_webui-0.1.6.dist-info/RECORD,,