aboutsummaryrefslogtreecommitdiff
path: root/logparse.py
Commit message (Collapse)AuthorAgeFilesLines
* Adjust outputMatt Rendina2019-10-101-1/+1
|
* Poll PyPI for packages available there; clean up output; name plots based on ↵Matt Rendina2019-10-101-29/+57
| | | | date range.
* Consolidate file hashes and dataframe into one dataset; Accept date window ↵Matt Rendina2019-10-081-102/+124
| | | | on command line; adjust bar graph for consistency. (#2)
* Stacked bars (#1)Matt Rendina2019-10-011-48/+89
| | | | | | * Compose and store short name of each package with the data for each transaction. * Add stacked bar support for on- vs off-site transactions.
* Try out filtering by date range; output clarification; plot tweaking.Matt Rendina2019-08-301-11/+42
|
* Several updates. Added hashing support of input files. Generalized logfile ↵Matt Rendina2019-08-281-75/+173
| | | | regex. Simplified filtering of packages without user agent. Additional fraction metrics output.
* Generate primary report from log files.Matt Rendina2019-08-061-173/+194
|
* Initial commitMatt Rendina2019-07-251-0/+248