You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx
Alexandre Flament 3038052c79 [mod] remove unused import
use
from searx.engines.duckduckgo import _fetch_supported_languages, supported_languages_url  # NOQA
so it is possible to easily remove all unused import using autoflake:
autoflake --in-place --recursive --remove-all-unused-imports searx tests
4 years ago
..
answerers Drop Python 2 (4/n): SearchQuery.query is a str instead of bytes 4 years ago
data [mod] add external_urls.json and wikidata_units.json 4 years ago
engines [mod] remove unused import 4 years ago
plugins [mod] remove unused import 4 years ago
static [mod] separate index and search routes 4 years ago
templates [mod] separate index and search routes 4 years ago
translations
__init__.py Force admins to set secret_key if debug mode is disabled 4 years ago
autocomplete.py [mod] searx.query.RawTextQuery: getSearchQuery and changeSearchQuery rename to getQuery and changeQuery 4 years ago
brand.py [fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fix URLs 4 years ago
exceptions.py
external_bang.py [mod] Add searx.data module 4 years ago
external_urls.py [mod] add external_urls.json and wikidata_units.json 4 years ago
languages.py fetch google's search langs rather than ui langs 4 years ago
poolrequests.py [mod] upgrade requests to version 2.24.0. use ssl instead of pyopenssl. 4 years ago
preferences.py Let admins lock user preferences 4 years ago
query.py [fix] resolve query_parts regression 4 years ago
results.py [mod] remove unused import 4 years ago
search.py Merge pull request #2292 from kvch/elasticsearch-engine 4 years ago
settings.yml New engine: Elasticsearch 4 years ago
settings_robot.yml Let admins lock user preferences 4 years ago
testing.py
utils.py [mod] remove unused import 4 years ago
version.py
webadapter.py [fix] webadapter: fix locked categories 4 years ago
webapp.py [mod] remove unused import 4 years ago
webutils.py Merge pull request #2237 from dalf/mod-engines-init 4 years ago