1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
Ilya Kreymer 5345459298 pywb 0.2!
move to distinct packages: pywb.utils, pywb.cdx, pywb.warc, pywb.util, pywb.rewrite!
each package will have its own README and tests
shared sample_data and install
2014-02-17 10:01:09 -08:00
..
2014-02-17 10:01:09 -08:00
2014-02-17 10:01:09 -08:00
2014-02-17 10:01:09 -08:00
2014-02-17 10:01:09 -08:00
2014-02-17 10:01:09 -08:00
2014-02-17 10:01:09 -08:00

PyWb Warc v0.2

Build Status

This is the WARC/ARC record loading component of pywb wayback tool suite.

This package provides the following facilities:

  • Resolve relative WARC/ARC filenames to a full path based on configurable resolvers

  • Resolve 'revisit' records from provided index to find a full record with headers and payload content

  • Load WARC and ARC records either locally or via http using http 1.1 range requests

Tests

This package will include a test suite for different WARC and ARC loading formats.

To run: python run-tests.py