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
Markus Heiser 59100e8525 [fix] add module for backward compatibility
cache_property has been added in py3.8 [1]

To support cache_property in py3.7 the implementation from 3.8 has been
copied to compat.py.  This code can be cleanup with EOL of py3.7.

[1] https://docs.python.org/3/library/functools.html#functools.cached_property

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
3 years ago
..
answerers [fix] issue reported by pylint 22.1.0 3 years ago
data Merge pull request #934 from searxng/update_data_update_ahmia_blacklist.py 3 years ago
engines [fix] engine: Semantic Scholar (Science) // rework & fix 3 years ago
info/en [mod] replace /help by /info pages and include pages in project docs 3 years ago
infopage [fix] add module for backward compatibility 3 years ago
metrics [enh] settings.yml: implement general.enable_metrics 3 years ago
network [mod] remove deprecate code 3 years ago
plugins [mod] infinite_scroll as preference 3 years ago
search [enh] implement a OnlineUrlSearchProcessor 3 years ago
shared [pyright:strict] searx.search.checker.background 3 years ago
static [build] /static 3 years ago
templates [mod] replace /help by /info pages and include pages in project docs 3 years ago
translations [translations] update from Weblate 3 years ago
__init__.py [format.python] initial formatting of the python code 3 years ago
autocomplete.py [fix] brave autocompleter: charset_normalizer issues 3 years ago
compat.py [fix] add module for backward compatibility 3 years ago
exceptions.py [pyright:strict] searx.search.checker.background 3 years ago
external_bang.py [fix] external bangs: don't overwrite Bangs in data trie 3 years ago
external_urls.py [format.python] initial formatting of the python code 3 years ago
flaskfix.py [format.python] initial formatting of the python code 3 years ago
languages.py Update searx.data - update_languages.py 3 years ago
locales.py [format.python] initial formatting of the python code 3 years ago
preferences.py [mod] infinite_scroll as preference 3 years ago
query.py [fix] remove broken ? search operator 3 years ago
results.py [simple theme] replace Image_layout.js with flexbox CS impl. 3 years ago
settings.yml [fix] engine: Semantic Scholar (Science) // rework & fix 3 years ago
settings_defaults.py Merge pull request #916 from dalf/pref_infinite_scroll2 3 years ago
settings_loader.py [format.python] initial formatting of the python code 3 years ago
unixthreadname.py [format.python] initial formatting of the python code 3 years ago
utils.py [mod] searx.utils: more typing 3 years ago
version.py [mod] version formatting 3 years ago
webadapter.py [fix] disabling all engines in a category makes the bang search in general 3 years ago
webapp.py [mod] replace /help by /info pages and include pages in project docs 3 years ago
webutils.py [mod] URL for the static file contains the sha1 3 years ago