Browse Source

Merge pull request #112 from return42/pypi

[enh] add engine PyPi (XPath)
Alexandre Flament 3 years ago
parent
commit
a8b0705816
1 changed files with 20 additions and 0 deletions
  1. 20 0
      searx/settings.yml

+ 20 - 0
searx/settings.yml

@@ -860,6 +860,26 @@ engines:
     categories: science
     timeout : 3.0
 
+  - name: pypi
+    shortcut: pypi
+    engine: xpath
+    paging: true
+    search_url : https://pypi.org/search?q={query}&page={pageno}
+    results_xpath: /html/body/main/div/div/div/form/div/ul/li/a[@class="package-snippet"]
+    url_xpath: ./@href
+    title_xpath: ./h3/span[@class="package-snippet__name"]
+    content_xpath: ./p
+    suggestion_xpath: /html/body/main/div/div/div/form/div/div[@class="callout-block"]/p/span/a[@class="link"]
+    first_page_num: 1
+    categories: it
+    about:
+      website: https://pypi.org
+      wikidata_id: Q2984686
+      official_api_documentation: https://warehouse.readthedocs.io/api-reference/index.html
+      use_official_api: false
+      require_api_key: false
+      results: HTML
+
   - name : qwant
     engine : qwant
     shortcut : qw