astroid: astroid (new abstract syntax tree from Python's ast)
astroid:
astroid: The aim of this module is to provide a common base representation
astroid: of python source code for projects such as pychecker, pyreverse,
astroid: pylint... Well, actually the development of this library is
astroid: essentially governed by pylint's needs. It used to be called
astroid: logilab-astng.
astroid:
astroid:
astroid: Homepage: https://bitbucket.org/logilab/astroid
astroid: