abstract syntax tree for Python with inference support
Asteroid provides a common base representation of Python source code for various projects. It provides a compatible representation which comes from the _ast module. It includes support for static inference and local name scopes.