tilboerner / depx

Examine and visualize dependencies used by Python modules 🔍
Other
19 stars 3 forks source link

Allow ordinary directories to be scanned #13

Closed tilboerner closed 5 years ago

tilboerner commented 5 years ago

Turns out enabling ordinary directories (that do not contain __init__.py) is straightforward.

As for the failing tests, we should discuss how we want such cases handled.