This repo is a test for reading Apache log files to determine the best files to server-push based on the original request file.
>>> import apache_log_parser >>> line_parser = apache_log_parser.make_parser("%h <<%P>> %t %Dus \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %l %u") >>> log_line ...