tilboerner / depx

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

Describe project in README file #6

Closed tilboerner closed 5 years ago

tilboerner commented 5 years ago

I fleshed out the README a little to give us and others some guidance.

tilboerner commented 5 years ago

I'd also recommend checking out pythons ast

@codingjoe That's what we're using. :)

I believe pylint has some functionality to detect circular imports.

You're right, I looked it up and I does! cyclic-import (R0401) Very nice, that's good to know.