* Automatically install argparse dependency during install
0.1.10
* Fixes bug when using force_decompress option on a multi-sector block
0.1.9
* Introduces force_decompress option. This flexibility allows for reading files from some otherwise corrupted MPQ files. * Fixes print_headers for archives without user_data_header * Improves formatting of print_file command
0.1.8
* Adds support for opening any file-like object (objects implementing .read()) * Returns None when attempting to read missing or non-existant file from archive
0.1.7
* Adds support for opening archives from opened file objects