1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-04-02 20:16:14 +02:00
Ilya Kreymer 8e840ccaaf zipnum first version! #17
split binsearch further into binsearch and linearsearch components
reading blocks one at a time currently, due to zlib decompress limitations
fix bufferedreader.readline() and fileloader bugs
2014-02-22 10:50:03 -08:00
..
2014-02-22 10:50:03 -08:00
2014-02-17 10:01:09 -08:00
2014-02-22 10:50:03 -08:00
2014-02-22 10:50:03 -08:00
2014-02-22 10:50:03 -08:00
2014-02-22 10:50:03 -08:00
2014-02-17 10:01:09 -08:00

pywb.utils

This package contains a utils used by pywb wayback tool suite.

Modules

  • binsearch.py -- Binary search implementation over text files

  • loaders.py -- Loading abstraction for loading via http or local file system.

  • bufferedreaders.py -- Buffering wrappers for file-like object, also provide gzip decompression and de-chunking facilities.

  • statusandheaders.py -- Represent http status line + headers and parsing them out from a stream

  • timeutils.py -- Utility functions for converting between standard datetime formats 14-digit timestamp