8000 [FR] CLIs are nice but APIs are better · Issue #31 · dtrx-py/dtrx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[FR] CLIs are nice but APIs are better #31
Open
@brianthelion

Description

@brianthelion

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0