Open
Description
First, thanks for taking this project over! Great effort.
My feature request: I would love to see the monolithic ExtractorApplication
broken down into smaller pieces. Ideally, I would be able to do something like this instead of calling ExtractorApplication.run(...)
in my code:
archive = dtrx.Archive.from_path(...)
for path in archive:
print(path)
archive.extract(dst=...)
Cheers!
Metadata
Metadata
Assignees
Labels
No labels