Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 273 Bytes

File metadata and controls

9 lines (8 loc) · 273 Bytes

Zip-archive-text-databases-parser

This script opens all the .zip archives, parses all the text tables inside of each archive and print all data strings suitable on query.

Using only built-in libs:

  • os;
  • multiprocessing;
  • functools;
  • time;
  • zipfile.