Fixed
- SevenZipFile.test() method now working properly. (#155)
Changed
- Add 'packinfo.crcs' field digests data when creating archive.(#157)
It help checking archive integrity without extraction. - CLI: help option to show py7zr version and python version.
- Use importlib for performance improvement instead of pkg_resources module.