wpt_csv_filter chmod + readme

This commit is contained in:
gauthiier
2015-07-08 09:13:04 +02:00
parent 0f9a067c91
commit 7caa002d31
2 changed files with 10 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
Usage: wpt_csv_filter.py [options]
Options:
-h, --help show this help message and exit
-f FILE, --file=FILE wpt csv input file
-b BUGS, --bugs=BUGS ghostery (formated) bugs input file
-k, --keep keeps the non bugs html element
-s, --stats prints basic stats
Regular → Executable
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/python2.7
import sys, csv, json, os import sys, csv, json, os
from optparse import OptionParser from optparse import OptionParser