Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

warc: Python library to work with WARC files

https://secure.travis-ci.org/anandology/warc.png?branch=master

WARC (Web ARChive) is a file format for storing web crawls.

http://www.scribd.com/doc/4303719/WARC-ISO-28500-final-draft-v018-Zentveld-080618

This warc library makes it very easy to work with WARC files.:

import warc
f = warc.open("test.warc")
for record in f:
    print record['WARC-Target-URI'], record['Content-Length']

Documentation

The documentation of the warc library is available at http://readthedocs.org/docs/warc/en/latest/

License

This software is licensed under GPL v2. See LICENSE file for details.

About

Python library for reading and writing warc files

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages