Skip to content

Any chance I could pass in multiple files or a glob? #1

Description

@Taytay

(First, nice work! This is fantastic! when it worked on one of my files, it was exactly what I was looking for! Thank you. )

Passing in a single .py entrypoint isn't giving me much, and passing in my internal module doesn't work (because my init.py is empty)
Any chance I could do something like: pyimps my_folder/**/*.py
Or I could use standard shell globbing perhaps to give it a whole list of files to process?
The trick of course would be that it would process each, keep track of which ones overlapped, and then merge the trees together so that it gave me a complete picture of all my imports for a given folder.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions