ChangeLog¶
0.0.4¶
- Add
arlib.open()as a shortcut ofArchiveconstructor (Issue #1, PR #2). - Add
is_archive()to determine if a file could be opened as a valid archive (Issue #3, PR #4). - Add
assert_is_archive()(PR #5). - Reimplement auto_engine mechanism using decoutils package
- Add functionality to check whether a member is a directory or regular file (PR #9).
- Add functionality to extract members (PR #10).
0.0.3¶
- Support tar, zip files and folder
- Automatic archive type deduction
- Support member names listing
- Support opening members as file streams