Skip to content

The CLI help menus are slow to display  #57

Open
@thompsonmj

Description

Since heavy dependencies are imported to __main__.py at the top, bioclip -h and other help menus take a bit to display.

To speed up help menus, we can defer heavy imports until needed by a command, and use lazy module imports for the package.

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