webrecorder / warcit

Convert Directories, Files and ZIP Files to Web Archives (WARC)
https://pypi.python.org/pypi/warcit
Apache License 2.0
81 stars 13 forks source link

Python 2.7 Support #12

Closed ikreymer closed 6 years ago

ikreymer commented 6 years ago

Add Python 2.7 support as well (using warcio 1.6.1) so warcit can work on older systems as well. Also fixed typo with creation date header, should have been WARC-Creation-Date not WARC-Created-Date

codecov[bot] commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@22e6e34). Click here to learn what that means. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #12   +/-   ##
=========================================
  Coverage          ?   70.04%           
=========================================
  Files             ?        1           
  Lines             ?      404           
  Branches          ?        0           
=========================================
  Hits              ?      283           
  Misses            ?      121           
  Partials          ?        0
Impacted Files Coverage Δ
warcit/warcit.py 70.04% <85.71%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 22e6e34...3b8f747. Read the comment docs.