Commit Graph

9 Commits

Author SHA1 Message Date
Connor Olding 7d2637c1ad remove a couple unused imports 2021-08-09 08:10:07 -07:00
Connor Olding d24831a233 fix assert 2021-06-27 17:06:41 +02:00
Connor Olding 921c51e118 match IPs more robustly and multiple per line 2020-09-04 14:48:23 +02:00
Connor Olding 70308230e6 write and use async iterator for IpReader
also fixes the counter in the blocking version when progress is enabled
2020-09-04 14:17:04 +02:00
Connor Olding 853d25c51a always accumulate as much as possible 2020-09-04 13:50:08 +02:00
Connor Olding b26a4e7646 rewrite IpReader iterator to accumulate IPs before yielding
still needs work
2020-09-04 13:36:59 +02:00
Connor Olding e6c080bf32 support reading IPs from multiple files at once
this also adds the progress flag that was missing previously.
2020-09-04 13:09:49 +02:00
Connor Olding bdb2a88f40 abide to PEP 808 (passes pycodestyle) 2020-08-29 15:34:46 +02:00
Connor Olding 85045f397f further reorganization 2020-08-29 15:04:56 +02:00