このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
whoogle-mod/app/utils
Ben Busby 440c4e9c50
Remove lxml dependency
The lxml dependency in the project was fairly unnecessary, and made the
initial build time for the project considerably slower. This replaces
all instances of lxml with either the default html parser (for bs4
constructors) or the built in xml.etree package (for search suggestion
parsing).
2020-12-29 18:43:42 -05:00
..
__init__.py Project refactor (#85) 2020-06-02 12:54:47 -06:00
filter_utils.py Remove lxml dependency 2020-12-29 18:43:42 -05:00
gen_ddg_bangs.py Finished basic implementation of DDG bang feature 2020-10-10 15:55:14 -04:00
routing_utils.py PEP-8: Fix formatting issues, add CI workflow (#161) 2020-12-17 16:06:47 -05:00
session_utils.py Privacy respecting alternatives in results view (#106) 2020-07-26 11:53:59 -06:00