Using Python AST to resolve dependencies (opens in new tab)
This article covers how to resolve python dependencies using Python’s Abstract Syntax Trees (AST). There are different and maybe better ways to understand the scope of your python dependencies...
Read the original article