whoogle-search/app
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
..
models Move language/country settings to app config 2020-12-17 16:42:05 -05:00
static Add support for UPS/USPS/FedEx tracking queries 2020-12-27 18:00:35 -05:00
templates Add support for UPS/USPS/FedEx tracking queries 2020-12-27 18:00:35 -05:00
utils Remove lxml dependency 2020-12-29 18:43:42 -05:00
__init__.py Move language/country settings to app config 2020-12-17 16:42:05 -05:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Remove lxml dependency 2020-12-29 18:43:42 -05:00
request.py Remove lxml dependency 2020-12-29 18:43:42 -05:00
routes.py Move language/country settings to app config 2020-12-17 16:42:05 -05:00