obsrvbl-oss / flowlogs-reader

Command line tool and Python library for working with AWS VPC Flow Logs
Apache License 2.0
136 stars 25 forks source link

Optionally limit number of records fetched and printed #22

Closed bbayles closed 8 years ago

bbayles commented 8 years ago

Adds an option to the CLI tool to limit the number of records fetched and printed (useful if you specify --start-time and not --end-time).

Also, seems we were installing the mock module for tests on Python 3 instead of Python 2. That's fixed here.

I'll release this revision to PyPI.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 2959fd2069f88f645d78eff1a90c579ee7521e89 on zero-point-6 into bff7f9ee98aeee400275b4b90d92815207a2ef8c on master.