소스 검색

Document colouring and usage

master
JustAnotherArchivist 5 년 전
부모
커밋
9ce4653094
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. +5
    -1
      warc-tiny

+ 5
- 1
warc-tiny 파일 보기

@@ -1,6 +1,10 @@
#!/usr/bin/env python3

# Tiny tool for WARC stuff. Currently has two modes: verifying the integrity of a WARC by comparing the digests and dumping the HTTP response bodies to stdout.
# Tiny tool for WARC stuff.
# Operating modes:
# warc-tiny colour FILES -- coloured output of the WARCs for easier reading
# warc-tiny dump-responses FILES -- dump the HTTP response bodies to stdout
# warc-tiny verify FILES -- verify the integrity of a WARC by comparing the digests

import base64
import gzip


불러오는 중...
취소
저장